summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-254-14/+10
* - strndupa is a GNU extension. Using strdup to avoid several errors like:Bernhard Reutner-Fischer2007-06-201-3/+8
* hwclock: size optimizationsDenis Vlasenko2007-06-171-33/+27
* make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-featuresDenis Vlasenko2007-06-161-1/+2
* Alex Landau writes: open firmware for reading, not writingMike Frysinger2007-06-141-1/+1
* minix.h: add very simple test scriptDenis Vlasenko2007-06-131-0/+22
* fsck_minix: forgotten bit of previous commit...Denis Vlasenko2007-06-131-0/+1
* fsck_minix: stop using data/bssDenis Vlasenko2007-06-132-124/+130
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-132-3/+2
* as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...Mike Frysinger2007-06-131-32/+27
* add support for firmware loadingMike Frysinger2007-06-132-2/+84
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-1/+1
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-123-5/+5
* mdev: microscopic enhancement, should change nothingDenis Vlasenko2007-06-081-8/+6
* find_stray_communal_vars: script which finds communal variablesDenis Vlasenko2007-06-031-11/+9
* fdisk: make it work with big disks (read: typical today's disks)Denis Vlasenko2007-06-021-83/+58
* delete tons of extra #includesDenis Vlasenko2007-05-312-4/+2
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-312-12/+1
* more: stop using bssDenis Vlasenko2007-05-311-13/+27
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-2624-25/+24
* mount: fix mounting of symlinks (mount from util-linux allows that)Denis Vlasenko2007-05-201-1/+3
* mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).Denis Vlasenko2007-05-091-2/+1
* loop device code: readability improvementDenis Vlasenko2007-04-191-3/+6
* switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.Denis Vlasenko2007-04-181-7/+8
* style fixesDenis Vlasenko2007-04-131-3/+2
* style fixes. No code changesDenis Vlasenko2007-04-122-12/+12
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-1/+1
* Rename two config options:Denis Vlasenko2007-04-101-8/+29
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-2/+0
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-5/+8
* style fixes. No code changes.Denis Vlasenko2007-04-102-3/+3
* add some missed statics on constant objects.Denis Vlasenko2007-04-082-4/+3
* getopt: use getopt32 for option parsing - inspired by patch by Denis Vlasenko2007-04-071-195/+158
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko2007-04-052-6/+9
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-045-12/+12