| Commit message (Expand) | Author | Age | Files | Lines |
* | Some changelog updates. | Eric Andersen | 2000-07-11 | 1 | -1/+4 |
* | Re-enable ln -n in the help. | Eric Andersen | 2000-07-11 | 2 | -4/+0 |
* | Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen | 2000-07-11 | 2 | -54/+4 |
* | Added 'dumpkmap' to allow people to dump a binary keymap, which can then be | Eric Andersen | 2000-07-11 | 11 | -14/+248 |
* | Applied patch from Matt Kraai which does the following: | Mark Whitley | 2000-07-11 | 6 | -195/+120 |
* | Fix dead link. | Matt Kraai | 2000-07-11 | 1 | -1/+1 |
* | Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. | Eric Andersen | 2000-07-10 | 8 | -1799/+1240 |
* | Removed all trace of hand-tooled regexp routines. Bye bye, baby. | Mark Whitley | 2000-07-10 | 3 | -823/+1 |
* | Added a rule to make tags files for vi(m). | Mark Whitley | 2000-07-10 | 1 | -0/+4 |
* | Comment on kernel stuff | Eric Andersen | 2000-07-10 | 7 | -14/+6 |
* | Brand, new sed that uses libc regex routines. | Mark Whitley | 2000-07-10 | 2 | -560/+966 |
* | More linux kernel header file removal. | Eric Andersen | 2000-07-10 | 4 | -8/+388 |
* | Remove yet more kernel header dependancies. | Eric Andersen | 2000-07-10 | 15 | -20/+16 |
* | Remove unused variable. | Eric Andersen | 2000-07-10 | 2 | -2/+2 |
* | Remove the problematic CTRLCHAR macro. | Eric Andersen | 2000-07-10 | 2 | -20/+16 |
* | Put the GROWBY variable inside the get_line_from_file function, as that is the | Mark Whitley | 2000-07-10 | 1 | -1/+2 |
* | Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's | Mark Whitley | 2000-07-10 | 2 | -2/+0 |
* | Function name cleanup. | Eric Andersen | 2000-07-10 | 3 | -123/+135 |
* | From Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen | 2000-07-10 | 6 | -20/+54 |
* | Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen | 2000-07-10 | 2 | -4/+8 |
* | Applied patch from Matt Kraai as per his email: | Mark Whitley | 2000-07-10 | 2 | -4/+8 |
* | More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc | Eric Andersen | 2000-07-09 | 14 | -12/+34 |
* | include getopt.h | Eric Andersen | 2000-07-09 | 2 | -2/+2 |
* | Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) + | Eric Andersen | 2000-07-09 | 1 | -1/+1 |
* | The build depends were too strict. I depended on on debhelper (>= 2.0.80) | Eric Andersen | 2000-07-09 | 1 | -1/+1 |
* | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen | 2000-07-08 | 5 | -49/+66 |
* | More cleanup on umount | Eric Andersen | 2000-07-08 | 2 | -10/+34 |
* | Update files to reduce dependance on kernel version... | Eric Andersen | 2000-07-08 | 23 | -87/+184 |
* | Add in tinynet | Eric Andersen | 2000-07-08 | 1 | -0/+1 |
* | Doc updates to remove sfdisk. | Eric Andersen | 2000-07-08 | 2 | -118/+3 |
* | Better description of the BB_FEATURE_USE_DEVPS_PATCH option. | Eric Andersen | 2000-07-07 | 1 | -6/+12 |
* | Add in my fix for 2.4.x kernels so /proc/mounts will not have useless | Eric Andersen | 2000-07-07 | 2 | -0/+66 |
* | Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't | Eric Andersen | 2000-07-07 | 5 | -3006/+4 |
* | Added in Matt Kraai. | Eric Andersen | 2000-07-07 | 1 | -1/+3 |
* | Fix a dependancy bug for the docs. | Eric Andersen | 2000-07-07 | 1 | -3/+2 |
* | Naming fix | Eric Andersen | 2000-07-07 | 2 | -6/+6 |
* | Recognize Matt's poweroff fix. | Eric Andersen | 2000-07-07 | 1 | -3/+6 |
* | Fix for bug #1003 -- BusyBox should now poweroff when asked to | Eric Andersen | 2000-07-07 | 2 | -2/+2 |
* | Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu> | Eric Andersen | 2000-07-07 | 1 | -2/+2 |
* | This patch finishes the cleanup of all the commands. It also cleans up | Eric Andersen | 2000-07-07 | 1 | -1683/+1042 |
* | Yet another busybox documentation update from Matt Kraai <kraai@alumni.carneg... | Eric Andersen | 2000-07-07 | 1 | -662/+415 |
* | Update 'make release' to remove all the .#filename files | Eric Andersen | 2000-07-06 | 1 | -0/+5 |
* | Turned some stuff into features that really are features, not apps. | Eric Andersen | 2000-07-06 | 7 | -23/+28 |
* | Fix doc building so the dependancies work properly. | Eric Andersen | 2000-07-06 | 1 | -28/+29 |
* | * Fixed tar creation support when reading from stdin ('tar -cf - . ') | Eric Andersen | 2000-07-06 | 3 | -0/+6 |
* | Fixed backspace and delete so they work properly again -- broken | Eric Andersen | 2000-07-06 | 3 | -4/+7 |
* | More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>. | Eric Andersen | 2000-07-06 | 1 | -1327/+793 |
* | Remove leftovers of block_device, which disapperared around | Eric Andersen | 2000-07-06 | 3 | -7/+0 |
* | Change order. | Eric Andersen | 2000-07-06 | 2 | -4/+4 |
* | Added (fixed) the '-n' option to fbset. Renumbered the command parameters to | Eric Andersen | 2000-07-06 | 2 | -40/+50 |