Only remove directories when removing recursively.
[oweals/busybox.git] / utility.c
2000-09-14 Eric AndersenFix the halt/reboot/poweroff segfault when used from...
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-11 Glenn L McGrathExtra defines for ar
2000-09-07 Eric AndersenNew ls sorting patch, as written by Sterling Huxley...
2000-09-05 Eric AndersenFixed for when BB_CP_MV is enabled.
2000-09-05 Eric AndersenAdd BB_SH to get_last_path_component()... Fix thanks to
2000-09-01 Eric AndersenAdd an extra sanity check in parse_mode
2000-08-28 Matt KraaiRemoved dead regular expression code.
2000-08-26 Matt KraaiCompile xstrdup and xstrndup iff they are needed.
2000-08-25 Glenn L McGrathar.c now uses a linked list to process headers, uses...
2000-08-21 Eric AndersenYet another patch to fixup lsmod
2000-08-21 Eric AndersenSome leftover stuff I forgot to commit for the lsmod...
2000-08-11 Eric AndersenAdded fix from David Vrabel <dvrabel@arcom.co.uk> for a
2000-08-10 Eric AndersenSome #include updates.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-08-01 Matt KraaiFix bug 1017, which reports that insmod segfaults when...
2000-07-28 Eric AndersenMore sh updates (with related changes to everything...
2000-07-19 Eric AndersenMoved some code and add a coupld #defines to support...
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-17 Pavel RoskinMoved functions used by "lsmod" from cat.c to utility.c
2000-07-17 Pavel RoskinNow it's possible to compile Busybox with only one...
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Mark WhitleyChanged bb_regcomp to xregcomp and #if 0'ed out destroy...
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-11 Mark WhitleyApplied patch from Matt Kraai which does the following:
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 AndersenRemove yet more kernel header dependancies.
2000-07-10 Mark WhitleyPut the GROWBY variable inside the get_line_from_file...
2000-07-10 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>:
2000-07-09 Eric AndersenFix a bug in get_line_from_file. If the length of...
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-06 Eric Andersensetkeycodes needs get_console_fd(), so if you disable...
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-28 Eric AndersenBetter cross libc support.
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-12 John Beppu+ utility.c
2000-06-12 Eric AndersenAdded a slightly modified version of Ron Alder's insmod...
2000-06-02 Eric AndersenFix /etc/passwd misspelling.
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-17 Erik AndersenSome more portability updates
2000-05-13 Erik AndersenSo much for my evil optimization. Doesn't seem to...
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-08 Erik AndersenFix umount dependency on find_real_root_device_name
2000-05-02 Erik AndersenMore stuff
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-18 Erik AndersenFix creation of /linuxrc
2000-04-18 Erik AndersenReally fix the killall segfault this time.
2000-04-18 Erik AndersenFix symlink following bug in chmod -R and friends....
2000-04-18 Erik AndersenFix stupid bug (wrong variable)
2000-04-18 Erik AndersenMore little stuff.
2000-04-18 Erik AndersenFix killall
2000-04-18 Erik AndersenUpdates
2000-04-17 John Beppu+ in the interest of robustness, I added
2000-04-07 Erik AndersenPatch to make killall actually kill all PIDs with the...
2000-04-05 Erik AndersenTar now works perfectly. It behaves much better now...
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-22 Erik AndersenAdd in a nifty function for mount to use.
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-03-17 Erik AndersenSeveral fixes.
2000-03-16 Erik AndersenMajor build system updates...
2000-03-12 Erik AndersenFirst pass at writing a shell for busybox.
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 AndersenFix up some #define stuff to ensure the Right Thing(tm)
2000-03-07 Erik AndersenWrote killall.
2000-03-04 Erik AndersenAdd in freeramdisk.c, which (duh) frees ramdisks. ...
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-23 Erik AndersenFixed rebooting when init runs as /linuxrc
2000-02-21 Erik AndersenRemoved proc dependancies for init and free (which...
2000-02-11 Erik AndersenUpdates
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-08 Erik Andersenmkdir -p had gotten broken. Fixed now.
2000-02-07 Erik Andersendevice_open is common code -- moved into utility.c
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 Erik Andersencopy fixes to simplify link copying and always do the...
2000-01-27 Erik AndersenForgot some debugging noise.
2000-01-27 Erik AndersencopyFile could call chmod on a symlink, changing the...
2000-01-26 Erik AndersenShuffle location of generic code into utility.c
2000-01-26 Erik Andersenmount and umount could leak loop device allocations...
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-23 Erik AndersenFix a bug where tar could change perms and ownership...
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik AndersenBug fixes.
2000-01-05 Erik AndersenThe latest and greatest. init basically works, though...
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-29 Erik AndersenAdd the beginings of some regression testing. Add...
1999-12-29 Erik AndersenFixed cp so it works as God intended it to.
next