aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed backspace and delete so they work properly again -- brokenEric Andersen2000-07-063-4/+7
* More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>.Eric Andersen2000-07-061-1327/+793
* Remove leftovers of block_device, which disapperared aroundEric Andersen2000-07-063-7/+0
* Change order.Eric Andersen2000-07-062-4/+4
* Added (fixed) the '-n' option to fbset. Renumbered the command parameters toEric Andersen2000-07-062-40/+50
* setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, butEric Andersen2000-07-061-3/+3
* Remove some warning with glibc.Eric Andersen2000-07-062-2/+2
* Comment on kill.c change.Eric Andersen2000-07-061-0/+3
* Reorganized signal names for better architecture support -- patchEric Andersen2000-07-062-92/+60
* DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen2000-07-061-562/+394
* Had an extra tcsetpgrp.Eric Andersen2000-07-063-12/+0
* a few minor cleanups.Eric Andersen2000-07-069-9/+14
* Remove MAXNAMLEN and use BUFSIZ instead.Eric Andersen2000-07-062-2/+2
* Remove misguided klude around for 2.4.x-test* brokenness. Al ViroEric Andersen2000-07-055-25/+0
* * Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen2000-07-057-66/+63
* Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> toEric Andersen2000-07-052-30/+30
* Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen2000-07-048-11/+11