aboutsummaryrefslogtreecommitdiff
path: root/utility.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.cMark Whitley2000-07-121-5/+2
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-4/+6
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-111-2/+0
* Applied patch from Matt Kraai which does the following:Mark Whitley2000-07-111-0/+16
* Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen2000-07-101-0/+30
* Comment on kernel stuffEric Andersen2000-07-101-2/+2
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-2/+0
* Put the GROWBY variable inside the get_line_from_file function, as that is theMark Whitley2000-07-101-1/+2
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-101-0/+17
* Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) +Eric Andersen2000-07-091-1/+1
* Argh. More cross libc cleanup. Should be ok now...Eric Andersen2000-07-081-1/+16
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-5/+6
* setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, butEric Andersen2000-07-061-3/+3
* Remove misguided klude around for 2.4.x-test* brokenness. Al ViroEric Andersen2000-07-051-3/+0
* * Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen2000-07-051-0/+45
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley2000-06-281-48/+27
* Better cross libc support.Eric Andersen2000-06-281-0/+1
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen2000-06-261-0/+12
* + utility.cJohn Beppu2000-06-121-1/+1
* Added a slightly modified version of Ron Alder's insmod patch.Eric Andersen2000-06-121-3/+3
* Fix /etc/passwd misspelling.Eric Andersen2000-06-021-1/+1
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-3/+3
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-2/+3
* Some more portability updatesErik Andersen2000-05-171-10/+10
* So much for my evil optimization. Doesn't seem to work. Will testErik Andersen2000-05-131-4/+63
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-66/+8
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-11/+9
* Fix umount dependency on find_real_root_device_nameErik Andersen2000-05-081-1/+1
* More stuffErik Andersen2000-05-021-9/+0
* Some accrued fixes/updates.Erik Andersen2000-05-011-15/+42
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-7/+6
* Fix creation of /linuxrcErik Andersen2000-04-181-4/+6
* Really fix the killall segfault this time.Erik Andersen2000-04-181-4/+5
* Fix symlink following bug in chmod -R and friends. Allow SYSV styleErik Andersen2000-04-181-6/+11
* Fix stupid bug (wrong variable)Erik Andersen2000-04-181-5/+9
* More little stuff.Erik Andersen2000-04-181-5/+25
* Fix killallErik Andersen2000-04-181-1/+3
* UpdatesErik Andersen2000-04-181-1/+2
* + in the interest of robustness, I addedJohn Beppu2000-04-171-0/+51
* Patch to make killall actually kill all PIDs with the specified name,Erik Andersen2000-04-071-17/+22
* Tar now works perfectly. It behaves much better now then itErik Andersen2000-04-051-2/+2
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-21/+11
* The new tar for busybox is now done, and works just fineErik Andersen2000-03-241-3/+3
* My latest ramblings.Erik Andersen2000-03-231-3/+3
* Use the nice new find_real_root_device function to find theErik Andersen2000-03-221-10/+19
* Add in a nifty function for mount to use.Erik Andersen2000-03-221-0/+36
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-13/+5
* Several fixes.Erik Andersen2000-03-171-3/+2
* Major build system updates...Erik Andersen2000-03-161-2/+2
* First pass at writing a shell for busybox.Erik Andersen2000-03-121-2/+2