summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* If we goto singlemount, do _not_ try to continue through the loop we jumpedRob Landley2005-08-141-1/+1
* Stephane Billiart noticed that the return code of the new mount was horked.Rob Landley2005-08-141-4/+4
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-105-717/+447
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* applying fix from:Paul Fox2005-07-191-0/+8
* applets specified as _BB_SUID_ALWAYS in applets.h should also selectEric Andersen2005-06-231-0/+2
* Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley2005-06-204-17/+989
* Add readprofile applet support.Paul Mundt2005-05-203-0/+309
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* moved to e2fsprogs tooMike Frysinger2005-04-251-22/+0
* remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff...Mike Frysinger2005-04-2326-2866/+0
* import lsattr and chattr from e2fsprogsMike Frysinger2005-04-2227-2/+2887
* fix typoe (buildddir -> builddir)Mike Frysinger2005-04-211-3/+2
* minor style touchupsMike Frysinger2005-04-161-8/+8
* egor duda writes:Eric Andersen2004-10-082-6/+12
* Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath2004-09-141-4/+4
* Fixup some warningsEric Andersen2004-08-281-14/+20
* Tito, farmatito at tiscali dot it writes:Eric Andersen2004-08-032-2/+2
* YAEGASHI Takeshi writes:Eric Andersen2004-07-261-3/+5
* Avoid a number of places where large drives could wrap a uint, andEric Andersen2004-06-281-33/+33
* Kevin P. Fleming writes:Eric Andersen2004-05-261-0/+2
* Per suggestion from Bastian Blank, be less evil when we force fdisk toEric Andersen2004-05-262-9/+11
* Use tab not spaceEric Andersen2004-05-261-20/+20
* Do not select LFSEric Andersen2004-05-191-1/+0
* Erik,Eric Andersen2004-05-192-8/+18
* Make vodz happy and make fdisk always use large file support ifEric Andersen2004-05-191-0/+8
* Larry Doolittle writes:Eric Andersen2004-04-146-11/+11
* make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabledEric Andersen2004-04-121-2/+2
* Everything should be made as simple as possible. But no simpler.Eric Andersen2004-04-031-5/+11
* Sigh. what a mess.Eric Andersen2004-03-301-2/+1
* As waldi noticed, checks for the size of an off_t and castingEric Andersen2004-03-301-13/+6
* Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option,Eric Andersen2004-03-301-8/+0
* The fdisk llseek junk was redundant, since both uClibc and glibcEric Andersen2004-03-302-74/+8
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Vladimir N. Oleynik (vodz) writes:Eric Andersen2004-03-271-22/+21
* Brian Pomerantz writes:Eric Andersen2004-03-231-1/+3
* Some corrections from vodz:Robert Griebl2004-03-221-11/+6
* The utc variable was not modified according to the -u/-l command lineRobert Griebl2004-03-211-2/+8
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1516-71/+70
* Patch from Thomas Frohlich to fix an option ordering bug of mine.Glenn L McGrath2004-03-101-3/+3
* Patch from Chris Larson (kergoth), to allow multiple directores to beGlenn L McGrath2004-02-221-7/+10
* Use bb_getopt_ulflags, marginal saving, better argument checking.Glenn L McGrath2004-02-221-68/+41
* Use /var/lib/hwclock for adjtime, its really a state file rather than aGlenn L McGrath2004-02-221-3/+1
* Eliminate use of a kernel scsi header file.Eric Andersen2004-02-061-6/+5
* Fixup use of 'u_int' to instead use 'unsigned int'Eric Andersen2004-01-302-5/+5
* s/u_int/uint/gEric Andersen2004-01-302-31/+31
* Use proper C99 typesEric Andersen2004-01-301-27/+28
* Patch from Tito, reduce size, merge functions that are only used once.Glenn L McGrath2004-01-201-93/+90
* Stephane Billiart writes:Eric Andersen2004-01-181-1/+1
* match changes made to cmdeditEric Andersen2003-12-231-3/+0