Shutdown sending on the socket when stdin closes.
[oweals/busybox.git] / util-linux /
2000-12-12 Eric AndersenFix from Gennady Feldman for error msg
2000-12-12 Eric AndersenMount error return code fix from Kent Robotti -- we...
2000-12-09 Glenn L McGrathNFS_PORT and NFS_FHSIZE are not defined in the kernel...
2000-12-09 Eric AndersenSome little cleanups from Larry Doolittle
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Matt KraaiFix exit status on failure.
2000-12-01 Eric AndersenRemove #ifdef __STDC__ junk. We don't do K&R round...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-10-30 Eric AndersenFix uname problem that was breaking poweroff.
2000-10-28 Matt KraaiMake fbset compile with the readmode feature by pulling...
2000-10-26 Eric AndersenSilence a warning,
2000-10-19 Mark WhitleyPut getopt_usage where it belongs and added *_usage...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenRemove all the kernel headers so it will compile under...
2000-09-21 Eric AndersenFix a potential warning
2000-09-21 Eric AndersenLarge file >2Gib support.
2000-09-21 Eric AndersenRemove a warning. Patch from Bryan Rittmeyer <bryan...
2000-09-20 Eric AndersenWhen mounting a ro fs rw, print warning and then mount...
2000-09-19 Eric AndersenBoth of these commands were subtly broken. Fortunately...
2000-09-19 Eric AndersenApply a patch from Chip Rosenthal <chip@unicom.com...
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-22 Pavel RoskinFrom Ken Chalmers <chalmers@norscan.com>:
2000-08-21 Eric AndersenOops. Forgot to commit rdate.c.
2000-08-21 Eric AndersenAdded getopt(1) from "Alfred M. Szmidt" <ams@trillian...
2000-08-10 Eric AndersenSome #include updates.
2000-08-02 Eric AndersenFixed the "-f" option.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-17 Pavel RoskinIt is now possible to select in busybox.def.h whether...
2000-07-17 Pavel RoskinThe result of getopt() is "int" and should be treated...
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 Eric AndersenGetopt'ed by Marc Nijdam <marc_nijdam@hp.com>
2000-07-14 Pavel RoskinMore fixes for "missing initializers"
2000-07-14 Eric AndersenA couple of minor warning cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Eric AndersenPatch from Jon McClintock <jonm@bluemug.com>
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-10 Eric AndersenFixed NFS so it supports 2.4.x kernels and NFSv3. ...
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-10 Eric AndersenMore linux kernel header file removal.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenMore cleanup on umount
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-06 Eric AndersenTurned some stuff into features that really are feature...
2000-07-06 Eric AndersenAdded (fixed) the '-n' option to fbset. Renumbered...
2000-07-06 Eric AndersenRemove some warning with glibc.
2000-07-06 Eric Andersena few minor cleanups.
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-07-04 Eric AndersenSome cosmetic updates. Changed "OPTIONS" to "Options".
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-21 Mark WhitleyCleaned up some #ifdef spiderwebs.
2000-06-19 Eric AndersenFinish off the libc5 porting effort. Everything now...
2000-06-19 Eric AndersenMake umount work and compile cleanly under libc5 and...
2000-06-19 Eric AndersenMake swaponoff compile cleanly under both libc5 and...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-16 Mark WhitleyAdded some comments and changed a variable name to...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-06-06 Eric AndersenOops. Remove the debugging noise.
2000-06-06 Eric Andersenmkfs.minix rev 1.7 completely broke the option parser...
2000-06-06 Pavel Roskin"mount" now reports errors from nfsmount() and assumes...
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-06-04 Eric AndersenThis patch
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-20 Erik AndersenFirst pass at fixing tar segfault, and more portability...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-05-05 Erik AndersenAdd support for "noatime" and "nodiratime" mount flags...
2000-05-03 Erik AndersenRemove BB_FEATURE_REMOUNT (small, and should always...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenSome more updates and such...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-18 Erik AndersenUpdates
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-04 Erik Andersenminor changes to mount/umount to support-by-ignoring...
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-03-14 Erik AndersenBug fix
2000-03-13 Erik AndersenSome bug fixes I forgot to check-in the other day.
2000-03-08 Erik AndersenChange BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1
2000-03-07 Erik AndersenWrote killall.
2000-03-04 Erik AndersenAdd in freeramdisk.c, which (duh) frees ramdisks. ...
2000-02-23 Erik AndersenFixed rebooting when init runs as /linuxrc
2000-02-11 John Beppu+ memory allocation/deallocation is less tolerant of...
2000-02-11 John Beppureduced .bss size by dynmaically allocating a certain...
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 Erik AndersenClear up some ambiguity with old style assignments.
2000-01-26 Erik AndersenShuffle location of generic code into utility.c
next