summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Final updates for release.0_46Eric Andersen2000-07-116-8/+27
* Final update for the release.Eric Andersen2000-07-111-0/+4
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-1116-22/+8
* More changelog updatesEric Andersen2000-07-111-3/+4
* Added changelog entries for grep/sed/regex changes.Mark Whitley2000-07-111-0/+3
* Some changelog updates.Eric Andersen2000-07-111-1/+4
* Re-enable ln -n in the help.Eric Andersen2000-07-112-4/+0
* Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-112-54/+4
* Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen2000-07-1111-14/+248
* Applied patch from Matt Kraai which does the following:Mark Whitley2000-07-116-195/+120
* Fix dead link.Matt Kraai2000-07-111-1/+1
* Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen2000-07-108-1799/+1240
* Removed all trace of hand-tooled regexp routines. Bye bye, baby.Mark Whitley2000-07-103-823/+1
* Added a rule to make tags files for vi(m).Mark Whitley2000-07-101-0/+4
* Comment on kernel stuffEric Andersen2000-07-107-14/+6
* Brand, new sed that uses libc regex routines.Mark Whitley2000-07-102-560/+966
* More linux kernel header file removal.Eric Andersen2000-07-104-8/+388
* Remove yet more kernel header dependancies.Eric Andersen2000-07-1015-20/+16
* Remove unused variable.Eric Andersen2000-07-102-2/+2
* Remove the problematic CTRLCHAR macro.Eric Andersen2000-07-102-20/+16
* Put the GROWBY variable inside the get_line_from_file function, as that is theMark Whitley2000-07-101-1/+2
* Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai'sMark Whitley2000-07-102-2/+0
* Function name cleanup.Eric Andersen2000-07-103-123/+135
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-106-20/+54
* Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-102-4/+8
* Applied patch from Matt Kraai as per his email:Mark Whitley2000-07-102-4/+8
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-0914-12/+34
* include getopt.hEric Andersen2000-07-092-2/+2
* Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) +Eric Andersen2000-07-091-1/+1
* The build depends were too strict. I depended on on debhelper (>= 2.0.80)Eric Andersen2000-07-091-1/+1
* Argh. More cross libc cleanup. Should be ok now...Eric Andersen2000-07-085-49/+66
* More cleanup on umountEric Andersen2000-07-082-10/+34
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-0823-87/+184
* Add in tinynetEric Andersen2000-07-081-0/+1
* Doc updates to remove sfdisk.Eric Andersen2000-07-082-118/+3
* Better description of the BB_FEATURE_USE_DEVPS_PATCH option.Eric Andersen2000-07-071-6/+12
* Add in my fix for 2.4.x kernels so /proc/mounts will not have uselessEric Andersen2000-07-072-0/+66
* Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tEric Andersen2000-07-075-3006/+4
* Added in Matt Kraai.Eric Andersen2000-07-071-1/+3
* Fix a dependancy bug for the docs.Eric Andersen2000-07-071-3/+2
* Naming fixEric Andersen2000-07-072-6/+6
* Recognize Matt's poweroff fix.Eric Andersen2000-07-071-3/+6
* Fix for bug #1003 -- BusyBox should now poweroff when asked toEric Andersen2000-07-072-2/+2
* Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen2000-07-071-2/+2
* This patch finishes the cleanup of all the commands. It also cleans upEric Andersen2000-07-071-1683/+1042
* Yet another busybox documentation update from Matt Kraai <kraai@alumni.carneg...Eric Andersen2000-07-071-662/+415
* Update 'make release' to remove all the .#filename filesEric Andersen2000-07-061-0/+5
* Turned some stuff into features that really are features, not apps.Eric Andersen2000-07-067-23/+28
* Fix doc building so the dependancies work properly.Eric Andersen2000-07-061-28/+29
* * Fixed tar creation support when reading from stdin ('tar -cf - . ')Eric Andersen2000-07-063-0/+6