aboutsummaryrefslogtreecommitdiff
path: root/ps.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-03-28Rewrite to fix bug #1140 and make it slightly smaller.Matt Kraai1-26/+14
2001-03-28Enable tar -z support again by defaultGlenn L McGrath1-1/+1
2001-03-28Remove cruftGlenn L McGrath4-8/+4
2001-03-28Remove tar_unzip_init() not needed any more, uses gz_open insteadGlenn L McGrath2-74/+0
2001-03-28Fix tar -z, calls gz_open nowGlenn L McGrath4-22/+52
2001-03-28Disable tar -z for nowGlenn L McGrath1-1/+1
2001-03-28Gunzip changes broke tar -z support (woops)Glenn L McGrath2-4/+2
2001-03-28Major cleanup to better adhere to style guide and use standard busybox functionsGlenn L McGrath2-1796/+1448
2001-03-28Add functions that were shared with gunzip.c, gunzip about to change.Glenn L McGrath2-14/+244
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai7-25/+20
2001-03-27Some more words on sending patches to the bug-tracker.Mark Whitley1-0/+15
2001-03-27Applied patch from David Douthitt to fix problem where ls reports half theMark Whitley2-4/+4
2001-03-27Some more tests for cut. Craig Matsuura said he saw some problems along theseMark Whitley1-0/+6
2001-03-27Applied patch from Gennady Feldman to fix a single-threaded syslogd bug thatMark Whitley2-16/+22
2001-03-27Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a atMark Whitley1-1/+1
2001-03-27In fact, socklen_t *is* defined by libc5.Mark Whitley2-12/+0
2001-03-27Fix to last patch: locale code should be 9, not 7.Mark Whitley3-3/+3
2001-03-27Applied patch from Vladimir N. Oleynik to add locale support to the shell perMark Whitley3-0/+18
2001-03-26Applied patch from Anthony Towns that he posted to Debian bug tracking.Mark Whitley2-4/+6
2001-03-26Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...Manuel Novoa III2-6/+6
2001-03-24Bump version number to 0.51preEric Andersen1-1/+1
2001-03-23xstrdup xargs cleanup from Jeff GarzikEric Andersen2-2/+2
2001-03-23xstrdup tftp cleanup from Jeff GarzikEric Andersen2-10/+8
2001-03-23Patch to use xfopen from Jeff GarzikEric Andersen2-2/+2
2001-03-23-Wshadow tr fix from Jeff GarzikEric Andersen4-28/+28
2001-03-23-Wshadow sh fix from Jeff GarzikEric Andersen3-6/+6
2001-03-23-Wshadow logread fix from Jeff GarzikEric Andersen2-18/+18
2001-03-23-Wshadow loadacm fix from Jeff GarzikEric Andersen2-8/+8
2001-03-23includes cleanup from Jeff GarzikEric Andersen6-0/+6
2001-03-22Some minor wordsmithing, an extra item in the list of "things Busybox doesn'tMark Whitley1-12/+75
2001-03-22Patch from Dirk Behme <dirk.behme@de.bosch.com> toEric Andersen2-4/+26
2001-03-21Clean up more local vars which shadow globalsEric Andersen6-24/+24
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen28-222/+221
2001-03-20Added a section on the available Busybox boot-floppy image. Also provided someMark Whitley1-1/+42
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley8-0/+384
2001-03-20Force applet_name to be "sh" when command prefaced by "-"Eric Andersen2-2/+2
2001-03-20Fix up command line munging in init. Postpone the askfirst thing tillEric Andersen2-128/+152
2001-03-20chown was missing a ] in its usage msgEric Andersen3-3/+3
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen14-102/+36
2001-03-19Size optimization for rdate from VladimirEric Andersen2-68/+44
2001-03-19Simpify detection of no options.Eric Andersen2-2/+2
2001-03-19Patch from Vladimir to move struct applet from busybox.c to applets.c,Eric Andersen6-16/+16
2001-03-19Per suggestion from Vladimir, no need to initialize these -- let the bssEric Andersen2-8/+8
2001-03-19locale correction patch from VladimirEric Andersen2-40/+2
2001-03-19Split error messages into separate files.Eric Andersen10-53/+285
2001-03-19Should exclude "i" option when not enabled.Eric Andersen2-2/+2
2001-03-19Doesn't need a "-" option -- getopt does that for us.Eric Andersen2-8/+0
2001-03-19Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUEEric Andersen2-6/+10
2001-03-19getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will workEric Andersen2-68/+64
2001-03-19Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.Eric Andersen6-50/+225