aboutsummaryrefslogtreecommitdiff
path: root/miscutils/makedevs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* makedevs: fix help-textBernhard Reutner-Fischer2011-05-301-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+60
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-4/+4
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* makedevs: shrink by VladimirDenis Vlasenko2008-08-031-17/+17
* makedevs: shrink (by Vladimir); testsuiteDenis Vlasenko2008-08-011-86/+64
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-12/+12
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-4/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+2
* - use makedev to get device number, else it gives wrong major/minor numbers t...Bernhard Reutner-Fischer2007-01-211-2/+2
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-2/+2
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-4/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-1/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-2/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-11/+2
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-1/+1
* - return ret so we return something meaningful.Bernhard Reutner-Fischer2006-04-241-1/+1
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-10/+8
* - commentary typosBernhard Reutner-Fischer2006-03-241-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* - fix check for group and user, remove some whitespace while at it.Bernhard Reutner-Fischer2005-12-211-4/+4
* Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley2005-10-281-36/+8
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-2/+2
* Fixup makedevs to handle regular files, and also fixEric Andersen2005-07-181-1/+32
* a bit more polishEric Andersen2005-07-181-5/+5
* a bit of polish on makedevsEric Andersen2005-07-181-0/+1
* Fixup device table based makedevs so it actually worksEric Andersen2005-07-181-28/+41
* About time to just apply this and kill off the patchesEric Andersen2005-06-091-26/+158
* Fix incorrect arguments being passed to mknodEric Andersen2004-07-301-2/+2
* Fix up brain damage with the way major and minor are used toEric Andersen2004-07-301-1/+1
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-261-4/+5
* Woops, the previous commit was an accident, its supplied in the patch,Glenn L McGrath2004-06-051-164/+28
* Device table support for makedevs, the previous behaviour can beenGlenn L McGrath2004-06-051-28/+164
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-4/+4
* vodz' last_patch42_2, which is an updated fix for buffer overflowsEric Andersen2002-06-081-25/+19
* Fix buffer overflows noted by Gerardo PugaEric Andersen2002-06-061-1/+5
* Teach makedevs to not segfault quite so muchEric Andersen2002-04-131-12/+11