getopt_ulflags -> getopt32.
[oweals/busybox.git] / procps / ps.c
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis Vlasenkotop: add support for -b, -n <iterations>
2006-09-27 Denis Vlasenkoprocess utilities related style cleanup
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned".
2005-10-05 "Vladimir N. Oleynik"update bb_getopt_ulflags special for 'ps' applet, usagi...
2005-10-04 "Vladimir N. Oleynik"ps selinux logic correction, but do not tested too
2005-10-04 "Vladimir N. Oleynik"use updated bb_getopt_ulflags() for ps applet
2005-10-04 Bernhard Reutner... - add option 'w' to ps (wide output, optional feature...
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-03 Eric AndersenPatch from Russell Coker:
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-09-30 Eric AndersenVodz' last_patch57:
2002-04-27 Eric AndersenPatch from Cliff L. Biffle <cbiffle@safety.net> to... 0_60_3
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-06-26 Eric AndersenMinor formatting change
2001-06-26 Eric AndersenFix ps so it doesn't waste space showing group, as...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-07 Matt KraaiStop leaking file handles.
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Pavel RoskinMore fixes for "missing initializers"
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-10 Eric AndersenComment on kernel stuff
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-25 Erik AndersenSeveral more updates
2000-04-19 Erik Andersenmake ps accept (and ignore) all options (--help works...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-07 Erik AndersenFix bugs related to finding PIDs.
2000-03-07 Erik AndersenWrote killall.
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-12-05 Eric AndersenStuf
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-09 Eric AndersenStuff
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-20 Eric AndersenMade ps work. Fixed some stuff.
1999-10-20 Eric AndersenAdd a trivial ps command.