Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - commentary typos | Bernhard Reutner-Fischer | 2006-03-24 | 1 | -1/+1 |
| | |||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | - fix check for group and user, remove some whitespace while at it. | Bernhard Reutner-Fischer | 2005-12-21 | 1 | -4/+4 |
| | |||||
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley | 2005-10-28 | 1 | -36/+8 |
| | |||||
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -2/+2 |
| | | | | | | | | my_getpwnam -> bb_xgetpwnam /* dies on error */ my_getgrnam -> bb_xgetgrnam /* dies on error */ my_getgrgid -> bb_getgrgid my_getpwuid -> bb_getpwuid my_getug -> bb_getug | ||||
* | Fixup makedevs to handle regular files, and also fix | Eric Andersen | 2005-07-18 | 1 | -1/+32 |
| | | | | it to properly update file permissions as specified. | ||||
* | a bit more polish | Eric Andersen | 2005-07-18 | 1 | -5/+5 |
| | |||||
* | a bit of polish on makedevs | Eric Andersen | 2005-07-18 | 1 | -0/+1 |
| | |||||
* | Fixup device table based makedevs so it actually works | Eric Andersen | 2005-07-18 | 1 | -28/+41 |
| | |||||
* | About time to just apply this and kill off the patches | Eric Andersen | 2005-06-09 | 1 | -26/+158 |
| | |||||
* | Fix incorrect arguments being passed to mknod | Eric Andersen | 2004-07-30 | 1 | -2/+2 |
| | |||||
* | Fix up brain damage with the way major and minor are used to | Eric Andersen | 2004-07-30 | 1 | -1/+1 |
| | | | | create a dev_t | ||||
* | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | 2004-07-26 | 1 | -4/+5 |
| | | | | | | | | | dev_t. This is especially important now that the user space concept of a dev_t and the kernel concept of a dev_t are divergant. The only bit of user space allowed to know the number of major and minor bits is include/sys/sysmacros.h (i.e. part of libc). When used with a current C library and a 2.6.x kernel, this fix should allow BusyBox to support wide device major/minor numbers. -Erik | ||||
* | Woops, the previous commit was an accident, its supplied in the patch, | Glenn L McGrath | 2004-06-05 | 1 | -164/+28 |
| | | | | dont commit yet as we are in feature freeze | ||||
* | Device table support for makedevs, the previous behaviour can been | Glenn L McGrath | 2004-06-05 | 1 | -28/+164 |
| | | | | selected at configure time. | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -4/+4 |
| | |||||
* | vodz' last_patch42_2, which is an updated fix for buffer overflows | Eric Andersen | 2002-06-08 | 1 | -25/+19 |
| | | | | noted by Gerardo Puga | ||||
* | Fix buffer overflows noted by Gerardo Puga | Eric Andersen | 2002-06-06 | 1 | -1/+5 |
| | | | | -Erik | ||||
* | Teach makedevs to not segfault quite so much | Eric Andersen | 2002-04-13 | 1 | -12/+11 |
| | |||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+2 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -17/+0 |
| | |||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -3/+6 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | More documentation updates, and minor fixes to make things sync | Erik Andersen | 2000-04-15 | 1 | -4/+15 |
| | | | | | up with the docs. -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -39/+44 |
| | | | | -Erik | ||||
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -3/+2 |
| | |||||
* | More stuff. | Eric Andersen | 1999-10-18 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+95 |