summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
...
* fix buglets found by randomconfigDenis Vlasenko2007-12-211-2/+2
* fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko2007-12-165-213/+225
* mkfs.minix: add testsuite; disable code which makes images variableDenis Vlasenko2007-12-021-4/+3
* attack the biggest stack users:Denis Vlasenko2007-12-021-3/+21
* fix buglets found by randomconfigDenis Vlasenko2007-11-231-0/+1
* cleanup comments and coding style and rewrite the mdev.conf parser to use com...Mike Frysinger2007-11-191-95/+98
* hexdump: add hd alias, add -R optionDenis Vlasenko2007-11-182-19/+87
* dmesg,klogd: make code more readableDenis Vlasenko2007-11-161-26/+34
* tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko2007-11-131-4/+1
* umount: stop using excessive aounts of stack. Surprisingly,Denis Vlasenko2007-11-101-1/+2
* readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko2007-11-101-2/+2
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-063-6/+10
* swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstaren...Denis Vlasenko2007-11-051-1/+1
* mount: size-optimize mount_options[] and nfs_errtbl[]Denis Vlasenko2007-10-291-60/+107
* mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>Denis Vlasenko2007-10-191-1/+44
* remove trailing whitespaceDenis Vlasenko2007-10-141-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-1124-33/+28
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-013-3/+3
* assorted static vars removalDenis Vlasenko2007-09-281-41/+36
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-277-23/+23
* style and message text fixesDenis Vlasenko2007-09-271-17/+13
* losetup: support -f (Loic Grenie <loic.grenie@gmail.com>)Denis Vlasenko2007-09-261-23/+37
* make fdisk compile on libc without llseek64Denis Vlasenko2007-09-231-0/+8
* - actually mv microcom.c to miscutilsBernhard Reutner-Fischer2007-09-221-138/+0
* move microcom to miscutilsDenis Vlasenko2007-09-222-7/+0
* - remove some trailing whitespaceBernhard Reutner-Fischer2007-09-221-2/+3
* microcom: add copyright/license infoDenis Vlasenko2007-09-221-2/+4
* microcom: add new applet, this time for realDenis Vlasenko2007-09-211-0/+135
* microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2007-09-212-0/+7
* httpd: do not clear environmentDenis Vlasenko2007-09-152-15/+50
* messages: by popular request allow PATH to be customized at build timeDenis Vlasenko2007-09-071-3/+2
* umount: support (by ignoring) -i; style fixesDenis Vlasenko2007-09-061-11/+16
* mount: ignore NFS bg option on NOMMU machinesDenis Vlasenko2007-09-041-2/+13
* mount: allow (and ignore) -iDenis Vlasenko2007-08-291-1/+2
* mount: don't close fd twice in NFS codeDenis Vlasenko2007-08-281-5/+8
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-1814-15/+15
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-1/+1
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-0/+2
* more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:Denis Vlasenko2007-08-151-46/+62
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-133-12/+15
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-128-19/+19
* mount: print errno on NFS error (again)Denis Vlasenko2007-08-031-14/+11
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-4/+4
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-243-42/+38
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-232-23/+21
* style fix (stray space before ';')Denis Vlasenko2007-07-213-8/+8
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-212-2/+2
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-145-44/+16
* introduce and use bb_basename()Denis Vlasenko2007-06-301-2/+2