Util-Linux Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-15 09:35:45 to 2015-07-15 13:28:48 UTC [more...]

GPT writing of unknown partition uuids
 2015-07-15 13:28 UTC  (3+ messages)

[PATCH] libfdisk: add GPT GUIDs for PReP
 2015-07-15 13:03 UTC  (2+ messages)

fdisk - mistyping in gpt type table (one character)
 2015-07-15 12:31 UTC  (2+ messages)

optimal io size / custom alignment
 2015-07-12  4:19 UTC  (15+ messages)
  ` optimal io size / custom alignment -- caution on custom aligns

[PATCH 0/3] ldattach updates
 2015-07-09 13:22 UTC  (4+ messages)
` [PATCH 3/3] ldattach: always set line speed and format for N_GIGASET_M101
` [PATCH 1/3] ldattach: adapt print_table column width to widest entry
` [PATCH 2/3] ldattach: order line disciplines canonically

[PATCH] agetty: Reprompt once the network addresses change if address displayed
 2015-07-09  7:20 UTC  (9+ messages)

lslogins --user-accs
 2015-07-06 21:37 UTC 

[PATCH] bash-completion: cal: add --twelve and --color options
 2015-07-03 18:03 UTC 

script, broken test options/return
 2015-07-03 10:33 UTC  (8+ messages)
    ` [PATCH] script: evaluate errno only if read() sets it

[PATCH 00/13] pull: rtcwake changes
 2015-06-29 13:21 UTC  (4+ messages)

[PATCH 0/7] pull: various small changes
 2015-06-29 10:14 UTC  (11+ messages)
` [PATCH 1/7] last-deprecated: remove from source tree
` [PATCH 2/7] zramctl: add link to kernel documentation
` [PATCH 3/7] cal: fix memory leaks [valgrind]
` [PATCH 4/7] docs: unify mkswap(8) with swapon(8) about holes warning
` [PATCH 5/7] build-sys: add minimal whitespace build directory support
` [PATCH 6/7] getopt: use $(...) command substitution in example script [shellcheck]
` [PATCH 7/7] reset: deprecate the script, and remove reset.033c

[PATCH] wall: Print time and date (rather than just time) in wall banner
 2015-06-29  9:27 UTC  (3+ messages)

mkfs.minix misbehaves on 4GB filesystems
 2015-06-28  8:30 UTC  (4+ messages)

[PATCH] script: fix variable initialization warning
 2015-06-25 15:29 UTC 

[PATCH 0/3] cppcheck warnings fixes
 2015-06-25 10:10 UTC  (5+ messages)
` [PATCH 1/3] sys-utils/disk-utils/lib: fix printf format types [cppcheck]
` [PATCH 2/3] libblkid/whereis: simplify some conditions [cppcheck]
` [PATCH 3/3] cfdisk: fix condition logic [cppcheck]

[PATCH] rename: allow full-path renames
 2015-06-25 10:06 UTC  (8+ messages)
  ` [PATCH] tests: add fullpath tests to rename/subdir
  ` [PATCH v2] rename: allow full-path renames

[PATCH 00/12] pull: script(1) changes
 2015-06-25 10:00 UTC  (8+ messages)

[PATCH] cal: correct the man page: the reformation eliminated eleven days, not ten
 2015-06-25  9:57 UTC  (2+ messages)

Wording problem in man cal
 2015-06-24 18:58 UTC  (2+ messages)

[PATCH 00/12] pull: minix updates
 2015-06-24  8:15 UTC  (13+ messages)
` [PATCH 01/12] mkfs.minix: increase maximum minix v2 and v3 file system sizes
` [PATCH 02/12] mkfs.minix: introduce long options to the command
` [PATCH 03/12] mkfs.minix: use is_mounted() from libcommon
` [PATCH 04/12] mkfs.minix: remove unuseful code
` [PATCH 05/12] mkfs.minix: add fs_control structure, and remove most global variables
` [PATCH 06/12] mkfs.minix: check user input carefully
` [PATCH 07/12] mkfs.minix: check requested blocks will not exceed available on device
` [PATCH 08/12] mkfs.minix: refactor root block content creation
` [PATCH 09/12] fsck.minix: rename device file descriptor variable
` [PATCH 10/12] fsck.minix: add minix v3 support
` [PATCH 11/12] fsck.minix: introduce long options to the command
` [PATCH 12/12] docs: make fsck.minix(8) more pretty

mount existing tmpfs mounts a new tmpfs
 2015-06-23  9:44 UTC  (9+ messages)

Manual sections vs. /bin or /sbin location
 2015-06-22  8:42 UTC  (3+ messages)

[PATCH] Return correct value for uuid_generate_time_safe
 2015-06-18 10:22 UTC  (2+ messages)

[PATCH 1/2] sfdisk: show that the command --verify optionally takes device names
 2015-06-17  9:02 UTC  (3+ messages)
` [PATCH 2/2] sfdisk: improve some formatting and wording in the man page

[PATCH 0/2] 2 minor misc fixes
 2015-06-17  9:01 UTC  (4+ messages)
` [PATCH 1/2] procutils: reset errno before readdir
` [PATCH 2/2] tests: always kill helper

Mount doesn't show subvol option for btrfs
 2015-06-16  8:59 UTC  (4+ messages)

chrt: inconsistency in --help
 2015-06-15 13:09 UTC  (4+ messages)

losetup race on -f file
 2015-06-15 13:05 UTC  (3+ messages)

[PATCH 1/2] chrt: make the usage synopsis clearer
 2015-06-11  9:04 UTC  (2+ messages)
` [PATCH 2/2] chrt: slice up the usage text and normalize its layout

making `blkid -lt NAME=value -o device` equivalent to `findfs` for PART{UUID,LABEL}
 2015-06-11  1:56 UTC  (4+ messages)

multiple alignment bugs / inconsistencies of fdisk
 2015-06-10 11:07 UTC  (3+ messages)

[PATCH] sulogin: Use read instead of allocated size from getline()
 2015-06-08 10:22 UTC  (2+ messages)

[PATCH 0/3] Handle lack of F_DUPFD_CLOEXEC support
 2015-06-08 10:21 UTC  (5+ messages)
` [PATCH 1/3] lib/fileutils: Add new dup_fd_cloexec function
` [PATCH 2/3] lib/sysfs: Use dup_fd_cloexec instead of direct call to fcntl
` [PATCH 3/3] include/c: Define F_DUPFD_CLOEXEC on kFreeBSD systems if missing

[PATCH] man: fix nolazytime typo in mount(8)
 2015-06-08 10:21 UTC  (2+ messages)

[PATCH 0/3] bash-completion: handle comma-separated options, sync with code, cleanup
 2015-06-08 10:20 UTC  (5+ messages)
` [PATCH 1/3] bash-completion: handle comma-separated options
` [PATCH 2/3] bash-completion: sync lscpu completion with code
` [PATCH 3/3] bash-completion: remove unused variables [shellcheck]

[PATCH] sys-utils: lscpu segfaults when built with -fsanitize=address
 2015-06-02 10:53 UTC  (2+ messages)

[PATCH] lsblk.8: Fix description of output format
 2015-06-02 10:35 UTC  (2+ messages)

[PATCH] bash-completion: handle comma-separated options in findmnt
 2015-06-02 10:34 UTC  (2+ messages)

[PATCH] Fix /dev to /sys node name translation
 2015-05-28 13:02 UTC  (3+ messages)

[PATCH] Use predictable /dev/mapper partition names for /dev/dm-N
 2015-05-28 10:32 UTC  (2+ messages)

when would blkid success but not filesystem type?
 2015-05-26  9:40 UTC  (6+ messages)
      ` Bug#784709: Info received (when would blkid success but not filesystem type?)

sulogin: Don't ask for password when it is locked/disabled
 2015-05-26  8:35 UTC  (3+ messages)

[PATCH] Use correct partition names for /dev/mapper
 2015-05-25 19:17 UTC 

[PATCH] Fix /sys to /dev node name translation
 2015-05-25 16:21 UTC  (6+ messages)

what's cooking in zram for 4.1
 2015-05-18 14:40 UTC  (8+ messages)

[PATCH] build-sys: support unshare.static
 2015-05-18  9:48 UTC  (2+ messages)

[PATCH] cal: fix January 1753 week number printout
 2015-05-18  9:44 UTC  (2+ messages)

[PATCH] build-sys: fix parallel builds w/setarch links
 2015-05-17  5:53 UTC  (6+ messages)

[PATCH] lscpu: add cpu flags entry to summary output
 2015-05-15 12:40 UTC  (5+ messages)

[PATCH] script: Fix mangled EOF and hang on big endian
 2015-05-15 10:58 UTC  (2+ messages)

Bug#785116: util-linux: blkid -s returns too much information
 2015-05-15  9:35 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).