aboutsummaryrefslogtreecommitdiff
path: root/miscutils/makedevs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-1/+1
* - return ret so we return something meaningful.aldot2006-04-241-1/+1
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-10/+8
* - commentary typosaldot2006-03-241-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* - fix check for group and user, remove some whitespace while at it.aldot2005-12-211-4/+4
* Rob Sullivan sent in some cleanups, which I beat on slightly.landley2005-10-281-36/+8
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-2/+2
* Fixup makedevs to handle regular files, and also fixandersen2005-07-181-1/+32
* a bit more polishandersen2005-07-181-5/+5
* a bit of polish on makedevsandersen2005-07-181-0/+1
* Fixup device table based makedevs so it actually worksandersen2005-07-181-28/+41
* About time to just apply this and kill off the patchesandersen2005-06-091-26/+158
* Fix incorrect arguments being passed to mknodandersen2004-07-301-2/+2
* Fix up brain damage with the way major and minor are used toandersen2004-07-301-1/+1
* BusyBox has no business hard coding the number of major and minor bits for aandersen2004-07-261-4/+5
* Woops, the previous commit was an accident, its supplied in the patch,bug12004-06-051-164/+28
* Device table support for makedevs, the previous behaviour can beenbug12004-06-051-28/+164
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Major coreutils update.mjn32003-03-191-4/+4
* vodz' last_patch42_2, which is an updated fix for buffer overflowsandersen2002-06-081-25/+19
* Fix buffer overflows noted by Gerardo Pugaandersen2002-06-061-1/+5
* Teach makedevs to not segfault quite so muchandersen2002-04-131-12/+11
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* Extract usage information into a separate file.kraai2000-07-161-17/+0
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-3/+6
* More documentation updates, and minor fixes to make things syncerik2000-04-151-4/+15
* Some formatting updates (ran the code through indent)erik2000-02-081-39/+44
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-3/+2
* More stuff.andersen1999-10-181-2/+2
* Initial revisionandersen1999-10-051-0/+95