Age | Commit message (Expand) | Author | Files | Lines |
2012-01-22 | #include <fcntl.h> | Igor Pashev | 1 | -0/+1 |
2012-01-22 | Adjusted logger for Illumos reality | Igor Pashev | 1 | -5/+84 |
2012-01-21 | Removed generated files | Igor Pashev | 14 | -8573/+0 |
2012-01-21 | Added gnulib (progname, memrchr, rawmemchr, etc) | Igor Pashev | 57 | -2/+37299 |
2012-01-21 | Use static cfmakeraw() if not system | Igor Pashev | 2 | -0/+13 |
2012-01-21 | Put all under /usr if DEB_HOST_ARCH_OS=illumos (with DEB_HOST_MULTIARCH) | Igor Pashev | 1 | -0/+6 |
2011-01-31 | Merge remote branch 'origin/master' | LaMont Jones | 286 | -60403/+87054 |
2011-01-31 | libblkid: conditionalise parts from blkid/topology for Linux | Fabian Groffen | 3 | -7/+14 |
2011-01-31 | build-sys: shell syntax fix in autogen.sh | Sami Kerola | 1 | -1/+1 |
2011-01-31 | mount: fix parsing offset= followed by more options | Petr Uzel | 4 | -25/+29 |
2011-01-31 | build-sys: provide missing strnlen from strutils | Fabian Groffen | 1 | -1/+2 |
2011-01-31 | swapon: make needlessly global variables static | Tobias Klauser | 1 | -9/+9 |
2011-01-31 | provide a workaround if program_invocation_short_name is missing | Fabian Groffen | 3 | -0/+53 |
2011-01-31 | build-sys: enable lsblk and libmount for Linux only | Karel Zak | 3 | -4/+49 |
2011-01-27 | mount: fix atime description in mount.8 man page | Karel Zak | 1 | -2/+5 |
2011-01-25 | build-sys: release++ (v2.19-rc3) | Karel Zak | 2 | -1/+5 |
2011-01-25 | docs: update v2.19 ReleaseNotes | Karel Zak | 1 | -3/+10 |
2011-01-25 | tests: skip non-compiled libmount tests | Karel Zak | 8 | -0/+16 |
2011-01-25 | libmount: don't compile tests by default | Karel Zak | 2 | -5/+3 |
2011-01-25 | libmount: fix debug message | Karel Zak | 1 | -1/+1 |
2011-01-25 | build-sys: release++ (v2.19-rc2) | Karel Zak | 2 | -2/+6 |
2011-01-25 | docs: update v2.19 ReleaseNotes | Karel Zak | 1 | -4/+73 |
2011-01-25 | docs: update AUTHORS file | Karel Zak | 1 | -0/+2 |
2011-01-25 | po: merge changes | Karel Zak | 26 | -20088/+23058 |
2011-01-25 | tests: update lscpu tests on x86_64 | Karel Zak | 2 | -2/+2 |
2011-01-25 | libmount: compile tests | Karel Zak | 1 | -3/+5 |
2011-01-25 | column: data type mismatch compiler warning fixes | Sami Kerola | 1 | -2/+3 |
2011-01-25 | cfdisk: data type mismatch, and other, compiler warning fixes | Sami Kerola | 2 | -8/+13 |
2011-01-25 | libmount: fix user= usage | Karel Zak | 3 | -5/+8 |
2011-01-25 | libmount: improve status check, minor cleanups | Karel Zak | 6 | -20/+44 |
2011-01-25 | include: [tt] enlarge output buffer | Karel Zak | 2 | -4/+22 |
2011-01-24 | libmount: rename mount.sym -> libmount.sym | Karel Zak | 2 | -3/+3 |
2011-01-24 | libmount: add mnt_context_get_{source,target,fstype} | Karel Zak | 4 | -3/+57 |
2011-01-24 | tests: ignore device name used in some fdisk and blkid tests | Francesco Cosoleto | 10 | -35/+40 |
2011-01-23 | fdisk: more meaningful error messages (use err.h) | Francesco Cosoleto | 1 | -24/+11 |
2011-01-23 | fdisk: use xalloc lib | Francesco Cosoleto | 3 | -17/+9 |
2011-01-23 | fdisk: replace fatal(usage) with a separate usage() function | Francesco Cosoleto | 2 | -26/+27 |
2011-01-23 | fdisk: add exFAT to MBR partition type 0x7 | Jon Grant | 1 | -1/+1 |
2011-01-23 | libmount: _SC_GETPW_R_SIZE_MAX portability issue | Karel Zak | 1 | -0/+4 |
2011-01-23 | remaining util-linux-ng to util-linux | Sami Kerola | 3 | -4/+4 |
2011-01-23 | wall: document -n option | Davidlohr Bueso | 2 | -1/+3 |
2011-01-23 | include: emulate dirfd when necessary | Fabian Groffen | 3 | -5/+40 |
2011-01-23 | lib: [xalloc] don't use hardcoded return code | Karel Zak | 1 | -4/+8 |
2011-01-22 | libmount: cleanup API, remove typedef | Karel Zak | 25 | -989/+1021 |
2011-01-22 | libmount: add functions for mount.<type> helpers | Karel Zak | 5 | -5/+79 |
2011-01-22 | libmount: rename mount.h to libmount.h | Karel Zak | 12 | -14/+15 |
2011-01-22 | libmount: split mnt_context_do_mount() | Karel Zak | 6 | -22/+108 |
2011-01-21 | mount: update ext{3,4} options in mount.8 | Karel Zak | 1 | -2/+56 |
2011-01-21 | don't declare usage() without parametr | Karel Zak | 3 | -3/+3 |
2011-01-20 | use uint32_t instead of u_int32_t | Fabian Groffen | 2 | -9/+10 |