aboutsummaryrefslogtreecommitdiff
path: root/qlop.c
Commit message (Expand)AuthorAgeFilesLines
* eat_file: convert API to work on dynamic buffersMike Frysinger2014-03-101-6/+7
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* use PRIu64/uint64_t when displaying time_t/off_t #466492 by James CloosMike Frysinger2013-04-211-3/+3
* mark funcs as static to avoid duplicate prototypesMike Frysinger2012-10-281-13/+14
* kill off more spurious/useless parensMike Frysinger2012-10-281-5/+5
* use ll with long long rather than LMike Frysinger2012-01-161-3/+3
* rename EPREFIX define to CONFIG_EPREFIX so we can have a local $EPREFIX varMike Frysinger2011-12-191-3/+3
* drop leading slash since EPREFIX has a trailing slashMike Frysinger2011-12-181-3/+3
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-7/+14
* constify more stringsMike Frysinger2011-02-211-3/+3
* qlop: improve handling of parallel emerges by Fabio Rossi #274489 by Denis Lo...Mike Frysinger2010-07-191-4/+43
* qlop: fix up root_readlink() usage so the return value is correct and correct...Mike Frysinger2010-07-091-6/+8
* cuddle up the else branchMike Frysinger2010-06-081-4/+3
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xreadlink(), and fix the length of the bufferMike Frysinger2010-01-131-4/+5
* delete NULL malloc check pointed out by Didier Barvaux #298962Mike Frysinger2010-01-051-7/+2
* chroot is more fitting for the root symlink action that takes place in proc. ...Ned Ludd2009-12-291-3/+3
* - make qlop print the root path for linux hosts as best as it can figure out....Ned Ludd2009-12-261-2/+15
* use xmalloc, not malloc as pointed out by Pinky #283934Mike Frysinger2009-12-051-3/+3
* Add support for Gentoo Prefix, by adding the offset to the code where necessaryFabian Groffen2009-03-241-4/+4
* portage-utils-0.1.29-darwin.patchFabian Groffen2009-03-241-2/+109
* do not stop scanning at first "completed" message since parallel builds now i...Mike Frysinger2009-03-151-5/+6
* discover HZ dynamically from elf notes on the stack #245393Mike Frysinger2009-03-151-4/+28
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-4/+2
* - revert ETA patch till a new one thats bug free is attached to bug 161244Ned Ludd2007-05-121-136/+73
* - add ETA patch. bug 161244Ned Ludd2007-05-121-73/+136
* - change atom return behaviors upon request. add easy verbose mode to Makefil...Ned Ludd2007-05-061-3/+3
* no point in defining __QLOP_CURRENT__ anymoreMike Frysinger2007-01-101-4/+2
* Add support for qlop -c on FreeBSD platform, by using KVM to access processes...Diego Pettenò2007-01-101-3/+62
* fix style/whitespaceMike Frysinger2006-11-091-3/+3
* only pull out things that are inside sandbox #147039 by Vladimir KulevMike Frysinger2006-09-111-4/+4
* - fix typo.Ned Ludd2006-07-251-4/+4
* - make -t/show_merge_times atom matching more robust. bug 115733v0.1.20Ned Ludd2006-07-221-7/+25
* - make qlop a bit more verbose when !average. Initial patch from exg. addtion...Ned Ludd2006-03-191-4/+10
* define stub functions for now since the weak handling is broken when building...Mike Frysinger2006-01-261-2/+4
* use the APPLET_ define style to enable/disable applets as solar was doing beforeMike Frysinger2006-01-251-3/+3
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-2/+6
* make the output a little nicerMike Frysinger2006-01-051-13/+14
* add support for varying levels of quietMike Frysinger2005-12-301-4/+14
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
* use a more terse help descriptionMike Frysinger2005-12-061-3/+3
* define rcsid strings as constMike Frysinger2005-11-241-3/+2
* - added per applet rcsidNed Ludd2005-11-061-2/+2
* fix previous fix as well as a few other silent returnsMike Frysinger2005-11-021-4/+8
* - qlop can fail silently if the user is not in the portage group. bug #111181...Ned Ludd2005-11-011-2/+4
* scan /proc ourselves looking for sandboxes rather than relying on the sandbox...Mike Frysinger2005-10-201-33/+26
* cleanup license headerMike Frysinger2005-09-241-20/+3
* Florian Lüke writes:Mike Frysinger2005-09-121-23/+30
* - improve the human readable format handling a little more by making the fiel...Ned Ludd2005-07-171-8/+9