A bunch of defined(__GLIBC__) added. static-linking warning expanded
[oweals/busybox.git] / libbb / procps.c
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-24 Denis Vlasenkotar: sanitize option handling
2006-11-24 Denis Vlasenkotar: small fixes:
2006-11-24 Denis Vlasenkotar: cache [ug]id->username/groupname mappings. Cuts...
2006-11-05 Denis Vlasenkoreplace /proc scanning code by more versatile one.
2006-11-05 Denis Vlasenkotop: improve CPU% calculation
2006-11-01 Denis VlasenkoUnneeded code removed, usused field "unsigned pscpu...
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkosmall style fixes
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 Mike Frysingerdecuddle () from for/if/while
2006-06-27 Rob LandleyFix bugs.busybox.net/view.php?id=906 which could cause...
2006-06-07 Mike Frysingercomment all fields
2006-06-07 Mike Frysingeradd reference to proc(5)
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-04-25 Rob LandleyPortability tweak from Shaun Jackman, don't include...
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-14 "Vladimir N. Oleynik"cleanups after changes by Denis Vlasenko. Size optimization
2006-02-13 Rob LandleyCleanups from Denis Vlasenko.
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-16 "Vladimir N. Oleynik"ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE...
2005-09-14 "Vladimir N. Oleynik"FEATURE->ENABLE_FEATURE loses one for 'top' applet
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2004-08-26 Eric AndersenTito writes:
2004-01-27 Eric AndersenTeach busybox ps to get the correct uid when displaying...
2004-01-21 Glenn L McGrathPatch from Atsushi Nemoto, recent MIPS kernel headers
2003-12-20 Eric Andersenbother. It seems I can't read.
2003-12-20 Eric Andersendoh!
2003-12-20 Eric AndersenTry to accomodate systems that do not define PAGE_SHIFT
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-05-26 Eric AndersenSkip printing "/proc/%d/cmdline" stuff when it is not...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-12-02 Glenn L McGrathlast_patch_69, 8 bit clean and other fixes from Vladimi...
2002-11-25 Glenn L McGrathHandle name entries that have a \0 in them, last_patch_...
2002-11-24 Glenn L McGrathinclude libbb after stdlib.h as it breaks dmalloc
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...