Age | Commit message (Expand) | Author |
2000-07-10 | Added a rule to make tags files for vi(m). | Mark Whitley |
2000-07-10 | Comment on kernel stuff | Eric Andersen |
2000-07-10 | Brand, new sed that uses libc regex routines. | Mark Whitley |
2000-07-10 | More linux kernel header file removal. | Eric Andersen |
2000-07-10 | Remove yet more kernel header dependancies. | Eric Andersen |
2000-07-10 | Remove unused variable. | Eric Andersen |
2000-07-10 | Remove the problematic CTRLCHAR macro. | Eric Andersen |
2000-07-10 | Put the GROWBY variable inside the get_line_from_file function, as that is the | Mark Whitley |
2000-07-10 | Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's | Mark Whitley |
2000-07-10 | Function name cleanup. | Eric Andersen |
2000-07-10 | From Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen |
2000-07-10 | Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen |
2000-07-10 | Applied patch from Matt Kraai as per his email: | Mark Whitley |
2000-07-09 | More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc | Eric Andersen |
2000-07-09 | include getopt.h | Eric Andersen |
2000-07-09 | Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) + | Eric Andersen |
2000-07-09 | The build depends were too strict. I depended on on debhelper (>= 2.0.80) | Eric Andersen |
2000-07-08 | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen |
2000-07-08 | More cleanup on umount | Eric Andersen |
2000-07-08 | Update files to reduce dependance on kernel version... | Eric Andersen |
2000-07-08 | Add in tinynet | Eric Andersen |
2000-07-08 | Doc updates to remove sfdisk. | Eric Andersen |
2000-07-07 | Better description of the BB_FEATURE_USE_DEVPS_PATCH option. | Eric Andersen |
2000-07-07 | Add in my fix for 2.4.x kernels so /proc/mounts will not have useless | Eric Andersen |
2000-07-07 | Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't | Eric Andersen |
2000-07-07 | Added in Matt Kraai. | Eric Andersen |
2000-07-07 | Fix a dependancy bug for the docs. | Eric Andersen |
2000-07-07 | Naming fix | Eric Andersen |
2000-07-07 | Recognize Matt's poweroff fix. | Eric Andersen |
2000-07-07 | Fix for bug #1003 -- BusyBox should now poweroff when asked to | Eric Andersen |
2000-07-07 | Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu> | Eric Andersen |
2000-07-07 | This patch finishes the cleanup of all the commands. It also cleans up | Eric Andersen |
2000-07-07 | Yet another busybox documentation update from Matt Kraai <kraai@alumni.carneg... | Eric Andersen |
2000-07-06 | Update 'make release' to remove all the .#filename files | Eric Andersen |
2000-07-06 | Turned some stuff into features that really are features, not apps. | Eric Andersen |
2000-07-06 | Fix doc building so the dependancies work properly. | Eric Andersen |
2000-07-06 | * Fixed tar creation support when reading from stdin ('tar -cf - . ') | Eric Andersen |
2000-07-06 | Fixed backspace and delete so they work properly again -- broken | Eric Andersen |
2000-07-06 | More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>. | Eric Andersen |
2000-07-06 | Remove leftovers of block_device, which disapperared around | Eric Andersen |
2000-07-06 | Change order. | Eric Andersen |
2000-07-06 | Added (fixed) the '-n' option to fbset. Renumbered the command parameters to | Eric Andersen |
2000-07-06 | setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but | Eric Andersen |
2000-07-06 | Remove some warning with glibc. | Eric Andersen |
2000-07-06 | Comment on kill.c change. | Eric Andersen |
2000-07-06 | Reorganized signal names for better architecture support -- patch | Eric Andersen |
2000-07-06 | DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu> | Eric Andersen |
2000-07-06 | Had an extra tcsetpgrp. | Eric Andersen |
2000-07-06 | a few minor cleanups. | Eric Andersen |
2000-07-06 | Remove MAXNAMLEN and use BUFSIZ instead. | Eric Andersen |