Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-30 | Fix incorrect arguments being passed to mknod | Eric Andersen | |
2004-07-30 | Fix up brain damage with the way major and minor are used to | Eric Andersen | |
create a dev_t | |||
2004-07-26 | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | |
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 | |||
2004-06-05 | Woops, the previous commit was an accident, its supplied in the patch, | Glenn L McGrath | |
dont commit yet as we are in feature freeze | |||
2004-06-05 | Device table support for makedevs, the previous behaviour can been | Glenn L McGrath | |
selected at configure time. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-06-08 | vodz' last_patch42_2, which is an updated fix for buffer overflows | Eric Andersen | |
noted by Gerardo Puga | |||
2002-06-06 | Fix buffer overflows noted by Gerardo Puga | Eric Andersen | |
-Erik | |||
2002-04-13 | Teach makedevs to not segfault quite so much | Eric Andersen | |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
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 | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-08-10 | Some #include updates. | Eric Andersen | |
-Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-04-15 | More documentation updates, and minor fixes to make things sync | Erik Andersen | |
up with the docs. -Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
1999-10-19 | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | |
1999-10-18 | More stuff. | Eric Andersen | |
-Erik | |||
1999-10-05 | Initial revision | Eric Andersen | |