aboutsummaryrefslogtreecommitdiff
path: root/utility.c
AgeCommit message (Expand)Author
2000-09-01Add an extra sanity check in parse_modeEric Andersen
2000-08-28Removed dead regular expression code.Matt Kraai
2000-08-26Compile xstrdup and xstrndup iff they are needed.Matt Kraai
2000-08-25ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath
2000-08-21Yet another patch to fixup lsmodEric Andersen
2000-08-21Some leftover stuff I forgot to commit for the lsmod change.Eric Andersen
2000-08-11Added fix from David Vrabel <dvrabel@arcom.co.uk> for aEric Andersen
2000-08-10Some #include updates.Eric Andersen
2000-08-02Merge in two patches from Dave Cinege:Eric Andersen
2000-08-01Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn'tMatt Kraai
2000-07-28More sh updates (with related changes to everything else). SwitchedEric Andersen
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