aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xconnect is non-conforming to "xfunc like libc" rule. Fixingvda2006-10-261-1/+1
* silly size savings and capitalization fixesvda2006-10-264-10/+10
* use skip_whitespace where appropriatevda2006-10-251-2/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-202-3/+3
* mount: support user mounts if CONFIG_DESKTOPvda2006-10-161-22/+58
* mdev: reduce excessive indentationvda2006-10-161-105/+112
* fdisk: compilation fixvda2006-10-143-37/+49
* add open_read_close() and similar stuffvda2006-10-143-25/+11
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-122-2/+2
* cut, mount: small improvementsvda2006-10-121-10/+13
* fdisk: separate sun/aix/etc code into #included filesvda2006-10-125-3144/+3004
* attempt to regularize atoi mess.vda2006-10-088-33/+32
* eject: -T fixvda2006-10-051-2/+2
* build system overhaulvda2006-10-054-162/+110
* bb_applet_name -> applet_namevda2006-10-034-4/+4
* getopt_ulflags -> getopt32.vda2006-10-0312-22/+22
* fdformat: remove redundant checkvda2006-10-031-7/+6
* lots of silly indent fixesvda2006-10-033-31/+29
* mount: accept and ignore -s (sloppy) option.vda2006-10-021-11/+11
* fbset: store short string in the structure itself instead of the pointervda2006-09-301-213/+203
* fbset: add support for -a (bug 1017)vda2006-09-301-6/+14
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yvda2006-09-291-2/+2
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-1/+1
* mount: fix bug 946 (mount -f should update mtab)vda2006-09-291-6/+6
* losetup: with no arguments lists all /dev/loopN. Corrected help text.vda2006-09-271-3/+15
* mount: fix breakage from recent changes (spurious -ro mounts)vda2006-09-241-19/+11
* hexdump: fixlet for my breakagevda2006-09-231-1/+1
* hexdump: deindent, almost fits into 80 columns nowvda2006-09-231-34/+32
* losetup: getopt_ulflags'ification + small fix for perror_nomsgvda2006-09-221-33/+35
* getopt: fix whitespace damagevda2006-09-221-14/+14
* readprofile: getopt_ulflags'isationvda2006-09-221-38/+6
* ipcs: fix my recent breakagevda2006-09-221-1/+1
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-228-20/+8
* mount: nfs mount should enable bb_error-to-syslog supportvda2006-09-211-0/+1
* mount: make Rob happy by reinstating #definesvda2006-09-211-4/+2
* ipcs: fix output (misaligned columns)vda2006-09-191-2/+2
* ipcs: getopt_ulflag'ification, -170 bytesvda2006-09-191-39/+16
* mount: fstabname needs to be const char*vda2006-09-191-2/+3
* mount: fix warning (printf field width of * wants int, not size_t)vda2006-09-191-1/+1
* whitespace cleanupvda2006-09-177-27/+27
* mount: style fixletvda2006-09-171-2/+4
* mount: revert mount --bind to using "bind" as fstype.vda2006-09-171-1/+1
* mount: mount_it_now() - char *dir is not really needed.vda2006-09-171-3/+3
* mount: fix "duplicate mount options in mtab" bugvda2006-09-171-3/+21
* mount: nfs_strerror's static buffer was bigger than needed.vda2006-09-171-1/+1
* mount: getopt_ulflag'ificationvda2006-09-171-38/+24
* mount: style fixesvda2006-09-171-34/+34
* mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;vda2006-09-171-17/+20
* mount: use bb_simplify_path as appropriatevda2006-09-171-21/+13
* mount: style fixesvda2006-09-171-21/+24