aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Brand, new sed that uses libc regex routines.markw2000-07-102-560/+966
* More linux kernel header file removal.andersen2000-07-104-8/+388
* Remove yet more kernel header dependancies.andersen2000-07-1015-20/+16
* Remove unused variable.andersen2000-07-102-2/+2
* Remove the problematic CTRLCHAR macro.andersen2000-07-102-20/+16
* Put the GROWBY variable inside the get_line_from_file function, as that is themarkw2000-07-101-1/+2
* Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai'smarkw2000-07-102-2/+0
* Function name cleanup.andersen2000-07-103-123/+135
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>:andersen2000-07-106-20/+54
* Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:andersen2000-07-102-4/+8
* Applied patch from Matt Kraai as per his email:markw2000-07-102-4/+8
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcandersen2000-07-0914-12/+34
* include getopt.handersen2000-07-092-2/+2
* Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) +andersen2000-07-091-1/+1
* The build depends were too strict. I depended on on debhelper (>= 2.0.80)andersen2000-07-091-1/+1
* Argh. More cross libc cleanup. Should be ok now...andersen2000-07-085-49/+66
* More cleanup on umountandersen2000-07-082-10/+34
* Update files to reduce dependance on kernel version...andersen2000-07-0823-87/+184
* Add in tinynetandersen2000-07-081-0/+1
* Doc updates to remove sfdisk.andersen2000-07-082-118/+3
* Better description of the BB_FEATURE_USE_DEVPS_PATCH option.andersen2000-07-071-6/+12
* Add in my fix for 2.4.x kernels so /proc/mounts will not have uselessandersen2000-07-072-0/+66
* Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tandersen2000-07-075-3006/+4
* Added in Matt Kraai.andersen2000-07-071-1/+3
* Fix a dependancy bug for the docs.andersen2000-07-071-3/+2
* Naming fixandersen2000-07-072-6/+6
* Recognize Matt's poweroff fix.andersen2000-07-071-3/+6
* Fix for bug #1003 -- BusyBox should now poweroff when asked toandersen2000-07-072-2/+2
* Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu>andersen2000-07-071-2/+2
* This patch finishes the cleanup of all the commands. It also cleans upandersen2000-07-071-1683/+1042
* Yet another busybox documentation update from Matt Kraai <kraai@alumni.carneg...andersen2000-07-071-662/+415
* Update 'make release' to remove all the .#filename filesandersen2000-07-061-0/+5
* Turned some stuff into features that really are features, not apps.andersen2000-07-067-23/+28
* Fix doc building so the dependancies work properly.andersen2000-07-061-28/+29
* * Fixed tar creation support when reading from stdin ('tar -cf - . ')andersen2000-07-063-0/+6
* Fixed backspace and delete so they work properly again -- brokenandersen2000-07-063-4/+7
* More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>.andersen2000-07-061-1327/+793
* Remove leftovers of block_device, which disapperared aroundandersen2000-07-063-7/+0
* Change order.andersen2000-07-062-4/+4
* Added (fixed) the '-n' option to fbset. Renumbered the command parameters toandersen2000-07-062-40/+50
* setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, butandersen2000-07-061-3/+3
* Remove some warning with glibc.andersen2000-07-062-2/+2
* Comment on kill.c change.andersen2000-07-061-0/+3
* Reorganized signal names for better architecture support -- patchandersen2000-07-062-92/+60
* DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu>andersen2000-07-061-562/+394
* Had an extra tcsetpgrp.andersen2000-07-063-12/+0
* a few minor cleanups.andersen2000-07-069-9/+14
* Remove MAXNAMLEN and use BUFSIZ instead.andersen2000-07-062-2/+2
* Remove misguided klude around for 2.4.x-test* brokenness. Al Viroandersen2000-07-055-25/+0
* * Fix to tr so it recognizes standard escape sequences. Merged commonandersen2000-07-057-66/+63