aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko
2007-06-08mdev: microscopic enhancement, should change nothingDenis Vlasenko
2007-06-03find_stray_communal_vars: script which finds communal variablesDenis Vlasenko
2007-06-02fdisk: make it work with big disks (read: typical today's disks)Denis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko
2007-05-31more: stop using bssDenis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-20mount: fix mounting of symlinks (mount from util-linux allows that)Denis Vlasenko
2007-05-09mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).Denis Vlasenko
2007-04-19loop device code: readability improvementDenis Vlasenko
2007-04-18switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.Denis Vlasenko
2007-04-13style fixesDenis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-04-10Rename two config options:Denis Vlasenko
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-10style fixes. No code changes.Denis Vlasenko
2007-04-08add some missed statics on constant objects.Denis Vlasenko
2007-04-07getopt: use getopt32 for option parsing - inspired by patch by Denis Vlasenko
2007-04-05[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko
2007-03-22assorted fixes uncovered by randomconfig runsDenis Vlasenko
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko
2007-03-19fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPUDenis Vlasenko
2007-03-19fdisk: get rid of _() macro.Denis Vlasenko
2007-03-18mkfs_minix: remove older, less efficient bss reduction trickDenis Vlasenko
2007-03-18fdisk: move 2k ptes[] array into bb_common_bufsiz1Denis Vlasenko
2007-03-15mkfs_minix: stop using lots of bss/data.Denis Vlasenko
2007-03-14swapon: reinstate hole check but reduce it to warningDenis Vlasenko
2007-03-13fsck_minix: stop using large buffers in bssDenis Vlasenko
2007-03-12swapon: random shrinkageDenis Vlasenko
2007-03-10more: do not mess with "/dev/console" (!);Denis Vlasenko
2007-03-07hwclock: support /dev/rtc0 etcDenis Vlasenko
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-02-17init: code readability enhancements; very small code changesDenis Vlasenko
2007-02-14create a document for mdev so people dont have to rtfsMike Frysinger
2007-02-06fix warning coming from printing size_t with %uDenis Vlasenko
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-06minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko
2007-02-06minix utils: make a message easier to understand; small tweaksDenis Vlasenko
2007-02-06correct "pivot_root: pivot_root: <msg>"Denis Vlasenko
2007-02-04mount: (try to) support cifs with IPv6Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2007-01-24combine depends linesMike Frysinger