summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.Bernhard Reutner-Fischer2006-03-292-79/+83
* - shrink dmesg a bit.Bernhard Reutner-Fischer2006-03-291-41/+22
* Kumar Gala tracked down a problem with NFS mounting. This is a different fixRob Landley2006-03-291-21/+19
* Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocateRob Landley2006-03-281-1/+0
* Robert P Day removed some commented out code.Rob Landley2006-03-261-14/+0
* - make sure that we see freeramdisk only onceBernhard Reutner-Fischer2006-03-241-0/+2
* dont printf arguments given by user for security sanityMike Frysinger2006-03-231-1/+1
* Fix missing copyright and license notice.Rob Landley2006-03-211-0/+6
* Remove unneeded entries.Rob Landley2006-03-201-10/+0
* whitespace cleanupEric Andersen2006-03-201-29/+29
* Fix some obvious compile problems. Make the -f' fakeIt option actually work.Eric Andersen2006-03-201-1/+6
* Patch from tito, acked by Bernhard Fischer.Rob Landley2006-03-202-8/+17
* Use lstat() instead of stat so /init being a symlink doesn't screw people up.Rob Landley2006-03-201-3/+3
* - explain what magic numbers we're using here.Bernhard Reutner-Fischer2006-03-181-1/+6
* - whitespace cleanup (and also check against the const first and only then lookBernhard Reutner-Fischer2006-03-181-2/+2
* More fixes. Type "auto" should mean unspecified from fstab as well as theRob Landley2006-03-181-18/+30
* Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.Rob Landley2006-03-171-35/+38
* Missed one.Rob Landley2006-03-141-1/+1
* The new, new mount rewrite. (Mount double prime?) Still being debugged, butRob Landley2006-03-141-252/+408
* Tito unified fdflush and freeramdisk. I tweaked the result a bit.Rob Landley2006-03-143-95/+10
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-40/+51
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-2/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-105-69/+84
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-068-8/+8
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-50/+35
* more security: don't start shell code from argv"Vladimir N. Oleynik"2006-02-281-1/+1
* remove duplicate license noticeMike Frysinger2006-02-251-1/+0
* strip out unneeded commentsMike Frysinger2006-02-251-4/+1
* fdisk unmaintained now :("Vladimir N. Oleynik"2006-02-251-1/+6
* Another clean-up patch from Garrett.Rob Landley2006-02-251-137/+120
* Minor cleanup from Garrett Kajmowicz.Rob Landley2006-02-251-4/+1
* Cleanup from Denis Vlasenko.Rob Landley2006-02-241-1904/+2013
* - put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer2006-02-232-5/+1
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-1/+2
* Create /dev/root symlink pointing to real root device, if any.Rob Landley2006-02-211-0/+11
* add setarch/linux32/linux64 appletMike Frysinger2006-02-213-0/+64
* Fix off by one error. (I know I had a reason for doing that, but I have _no_Rob Landley2006-02-141-1/+1
* Fix umount so it works if there's no /etc/mtab or /proc/mounts, makeRob Landley2006-02-082-27/+35
* add back in path nulling after calling find_dev() since it is needed for now ...Mike Frysinger2006-02-071-0/+1
* cleanup style ... just because you use less spaces doesnt mean the resulting ...Mike Frysinger2006-02-031-50/+63
* shrink the code a bitMike Frysinger2006-02-031-8/+5
* gavinl writes in Bug 661:Mike Frysinger2006-02-031-1/+1
* alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sysMike Frysinger2006-02-021-34/+34
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-2/+2
* remode warning: const static mix"Vladimir N. Oleynik"2006-02-011-1/+1
* - bzero -> memsetBernhard Reutner-Fischer2006-01-311-2/+2
* - add and use ATTRIBUTE_ALIGNED(num_bytes)Bernhard Reutner-Fischer2006-01-311-6/+5
* hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen2006-01-302-13/+13