aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: remove menus that apparently will not work on Windows (except mayb...Nguyễn Thái Ngọc Duy2009-04-231-0/+1
* fdisk: make it work with big disks (read: typical today's disks)vda2007-06-021-83/+58
* delete tons of extra #includesvda2007-05-312-4/+2
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-312-12/+1
* more: stop using bssvda2007-05-311-13/+27
* whitespace fixesvda2007-05-301-1/+1
* usage.c: remove reference to busybox.hvda2007-05-2624-25/+24
* mount: fix mounting of symlinks (mount from util-linux allows that)vda2007-05-201-1/+3
* mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).vda2007-05-091-2/+1
* loop device code: readability improvementvda2007-04-191-3/+6
* switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.vda2007-04-181-7/+8
* style fixesvda2007-04-131-3/+2
* style fixes. No code changesvda2007-04-122-12/+12
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-1/+1
* Rename two config options:vda2007-04-101-8/+29
* make a few struct bb_applet members conditionalvda2007-04-101-2/+0
* audit small applets and mark some of them as NOFORK.vda2007-04-101-5/+8
* style fixes. No code changes.vda2007-04-102-3/+3
* add some missed statics on constant objects.vda2007-04-082-4/+3
* getopt: use getopt32 for option parsing - inspired by patch by vda2007-04-071-195/+158
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)vda2007-04-052-6/+9
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-045-12/+12
* random style fixes (extra spaces deleted)vda2007-03-242-3/+3
* assorted fixes uncovered by randomconfig runsvda2007-03-221-0/+2
* fix accumulated whitespace and indentation damagevda2007-03-201-1/+1
* fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPUvda2007-03-191-175/+177
* fdisk: get rid of _() macro.vda2007-03-195-795/+791
* mkfs_minix: remove older, less efficient bss reduction trickvda2007-03-181-4/+3
* fdisk: move 2k ptes[] array into bb_common_bufsiz1vda2007-03-181-25/+32
* mkfs_minix: stop using lots of bss/data.vda2007-03-151-178/+190
* swapon: reinstate hole check but reduce it to warningvda2007-03-141-2/+2
* fsck_minix: stop using large buffers in bssvda2007-03-131-12/+26
* swapon: random shrinkagevda2007-03-121-5/+4
* more: do not mess with "/dev/console" (!);vda2007-03-101-42/+35
* hwclock: support /dev/rtc0 etcvda2007-03-071-7/+15
* clean up accumulated whitespace damagevda2007-03-071-3/+3
* init: code readability enhancements; very small code changesvda2007-02-171-1/+3
* create a document for mdev so people dont have to rtfsvapier2007-02-141-26/+10
* fix warning coming from printing size_t with %uvda2007-02-061-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* minix utils: de-inline bit ops (saves ~130 bytes)vda2007-02-062-18/+40
* minix utils: make a message easier to understand; small tweaksvda2007-02-062-20/+25
* correct "pivot_root: pivot_root: <msg>"vda2007-02-061-2/+4
* mount: (try to) support cifs with IPv6vda2007-02-041-13/+22
* suppress warnings about easch <applet>_main() havingvda2007-02-0324-0/+24
* preparatory patch for -Wwrite-strings #3vda2007-01-294-15/+15
* preparatory patch for -Wwrite-strings #2vda2007-01-293-4/+5
* combine depends linesvapier2007-01-241-2/+1
* correct file format errorsvapier2007-01-241-3/+3
* dnsd: getfileentry was leaking memoryvda2007-01-221-18/+20