aboutsummaryrefslogtreecommitdiff
path: root/utility.c
AgeCommit message (Expand)Author
2000-07-19Moved some code and add a coupld #defines to support use of dmalloc.Eric Andersen
2000-07-17New message added to messages.c: full_versionPavel Roskin
2000-07-17Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin
2000-07-17Now it's possible to compile Busybox with only one app definedPavel Roskin
2000-07-14More cleanups.Eric Andersen
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-12Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.cMark Whitley
2000-07-12Always report the applet name when doing error reporting.Matt Kraai
2000-07-11Forgot to commit these cleanups it seems.Eric Andersen
2000-07-11Applied patch from Matt Kraai which does the following:Mark Whitley
2000-07-10Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen
2000-07-10Comment on kernel stuffEric Andersen
2000-07-10Remove yet more kernel header dependancies.Eric Andersen
2000-07-10Put the GROWBY variable inside the get_line_from_file function, as that is theMark Whitley
2000-07-10From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen
2000-07-09Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) +Eric Andersen
2000-07-08Argh. More cross libc cleanup. Should be ok now...Eric Andersen
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen
2000-07-06setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, butEric Andersen
2000-07-05Remove misguided klude around for 2.4.x-test* brokenness. Al ViroEric Andersen
2000-07-05* Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen
2000-06-28Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley
2000-06-28Better cross libc support.Eric Andersen
2000-06-26Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen
2000-06-12+ utility.cJohn Beppu
2000-06-12Added a slightly modified version of Ron Alder's insmod patch.Eric Andersen
2000-06-02Fix /etc/passwd misspelling.Eric Andersen
2000-06-02A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
2000-05-17Some more portability updatesErik Andersen
2000-05-13So much for my evil optimization. Doesn't seem to work. Will testErik Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen
2000-05-08Fix umount dependency on find_real_root_device_nameErik Andersen
2000-05-02More stuffErik Andersen
2000-05-01Some accrued fixes/updates.Erik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-18Fix creation of /linuxrcErik Andersen
2000-04-18Really fix the killall segfault this time.Erik Andersen
2000-04-18Fix symlink following bug in chmod -R and friends. Allow SYSV styleErik Andersen
2000-04-18Fix stupid bug (wrong variable)Erik Andersen
2000-04-18More little stuff.Erik Andersen
2000-04-18Fix killallErik Andersen
2000-04-18UpdatesErik Andersen
2000-04-17+ in the interest of robustness, I addedJohn Beppu
2000-04-07Patch to make killall actually kill all PIDs with the specified name,Erik Andersen
2000-04-05Tar now works perfectly. It behaves much better now then itErik Andersen
2000-03-28Yet another installment in the ongoing tar sagaErik Andersen
2000-03-24The new tar for busybox is now done, and works just fineErik Andersen
2000-03-23My latest ramblings.Erik Andersen