util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-09 21:10:19 to 2017-06-25 13:04:37 UTC [more...]

rfkill(8) move and improvements
 2017-06-25 13:04 UTC 

[PATCH 0/5] Ambient capabilities for setpriv
 2017-06-25  9:33 UTC  (14+ messages)
` [PATCH 1/5] setpriv: introduce indirection for `capng_type` enum
  ` [PATCH 2/5] setpriv: proxy function checking whether a capability is set
  ` [PATCH 3/5] setpriv: proxy function to update capabilities
  ` [PATCH 4/5] setpriv: support dumping ambient capabilities
  ` [PATCH 5/5] setpriv: support modifying the set of "

[PATCH 0/5] Fix some exit codes (strutils.h and friends)
 2017-06-24 11:42 UTC  (9+ messages)
` [PATCH 1/5] misc: fix some broken exit codes
` [PATCH 2/5] lib: fix strutils.h, remove STRTOXX_EXIT_CODE
` [PATCH 3/5] misc: fix more strutils related exit codes
` [PATCH 4/5] misc: fix xalloc.h "
` [PATCH 5/5] misc: fix optutils.h "

[PATCH] script: ensure typescript and timing errors do not break terminal
 2017-06-24 10:48 UTC 

zram hot_add device busy
 2017-06-24 10:08 UTC 

[PATCH v2 0/8] sys-utils/mount.8: Clarify 'defaults' and separate kernel/userspace options
 2017-06-23 22:08 UTC  (10+ messages)
` [PATCH v2 1/8] sys-utils/fstab.5: Remove basic filesystem-independent options
` [PATCH v2 2/8] sys-utils/fstab.5: Remove 'defaults' from examples
` [PATCH v2 3/8] sys-utils/mount.8: Document 'defaults' as a no-op
` [PATCH v2 4/8] sys-utils/mount.8: Simplify nouser
` [PATCH v2 5/8] sys-utils/mount.8: Drop systemd paragraph from x-* entry
` [PATCH v2 6/8] sys-utils/mount.8: Clarify x-mount.mkdir deprecation
` [PATCH v2 7/8] sys-utils/mount.8: Split filesystem-independent options into kernel and userspace subsections
` [PATCH v2 8/8] sys-utils/mount.8: Document libmount defaults

agetty doesn't handle the second backspace properly during login
 2017-06-22 22:38 UTC 

[PATCH 00/13] usage cleanup part 1
 2017-06-22 20:49 UTC  (18+ messages)
` [PATCH 01/13] uuidd: remove unused define
` [PATCH 02/13] misc: remove superfluous null pointer checks for optarg
` [PATCH 03/13] misc: fix some broken exit codes
` [PATCH 04/13] blkid: use errtryhelp instead of errtryh
` [PATCH 05/13] dmesg: do not accept any non-option arguments
` [PATCH 06/13] setarch: print usage error if no argument given
` [PATCH 07/13] setarch: use errtryhelp()
` [PATCH 08/13] fsck: add --help and --version
` [PATCH 09/13] login: "
` [PATCH 10/13] whereis: "
` [PATCH 11/13] more: "
` [PATCH 12/13] mkfs.cramfs: "
` [PATCH 13/13] misc: no more errtryh()

[PATCH 00/12] pull request
 2017-06-22 18:46 UTC  (33+ messages)
` [PATCH 01/12] hwclock: remove dead code in usage()
` [PATCH 02/12] hwclock: update usage() to util-linux style
` [PATCH 03/12] hwclock: update usage() FILE name
` [PATCH 04/12] hwclock: add usage() functions heading
` [PATCH 05/12] include: update pathnames.h
` [PATCH 06/12] hwclock: use RTC in help output
` [PATCH 07/12] hwclock: update --help content and grammar
` [PATCH 08/12] hwclock: slice up the usage text
` [PATCH 09/12] hwclock: add --update-drift check
` [PATCH 10/12] Docs: update howto-usage-function.txt
` [PATCH 11/12] hwclock: remove unused usage() FILE argument
` [PATCH 12/12] hwclock: remove unused stdarg.h

UDF & dstring
 2017-06-22  8:50 UTC  (3+ messages)

[PATCH 0/2] pull request
 2017-06-22  8:47 UTC  (4+ messages)
` [PATCH 1/2] hwclock: remove unused optstring characters
` [PATCH 2/2] hwclock: add audit for --systz

[PATCH] dmesg: print only 2 hex digits for each hex-escaped byte
 2017-06-22  8:46 UTC  (2+ messages)

overriding STRTOXX_EXIT_CODE does not work
 2017-06-22  2:19 UTC  (3+ messages)

mount(8) does not work when using a specific target dir
 2017-06-21 15:04 UTC  (3+ messages)

[PATCH] uuidparse: add new command
 2017-06-20 19:43 UTC  (10+ messages)
            ` remove stderr usage (was: [PATCH] uuidparse)

[PATCH] dmesg: fragment concatenation
 2017-06-20 17:57 UTC  (3+ messages)

[PATCH 0/4] a few usage cleanups (--help, etc)
 2017-06-20 13:16 UTC  (15+ messages)
` [PATCH 1/4] toos: add checkusage.sh
` [PATCH 2/4] flock: cleanup usage issues
` [PATCH 3/4] getopt: "
` [PATCH 4/4] agetty: "

Bug: mount doing bad security check: only root can use -types, (effective EUID is 5013)
 2017-06-20 11:14 UTC  (8+ messages)
          ` Patch: ensure mount & umount are root-owned before setting SUID bit

[PATCH 00/10] parse-date: pull request (round one)
 2017-06-20  8:21 UTC  (12+ messages)
` [PATCH 01/10] parse-date: replace ISDIGIT with c_isdigit
` [PATCH 02/10] parse-date: remove unused EPOCH_YEAR
` [PATCH 03/10] parse-date: use intmax_t where appropriate
` [PATCH 04/10] parse-date: use int "
` [PATCH 05/10] parse-date: use uintmax_t "
` [PATCH 06/10] parse-date: use to_uchar() instead of assignment
` [PATCH 07/10] parse-date: refactor tm_diff()
` [PATCH 08/10] parse-date: remove unused year_seen
` [PATCH 09/10] parse-date: remove unused ordinal_day_seen
` [PATCH 10/10] parse-date: time_zone_hhmm() bug fixes

adding new logical partition in cfdisk
 2017-06-19 14:56 UTC  (2+ messages)

[PATCH 00/11] pull: various small changes
 2017-06-17  8:26 UTC  (23+ messages)
` [PATCH 01/11] misc: fallthrough fixes
` [PATCH 02/11] line: do not print new line if nothing else was printed
` [PATCH 05/11] uuidgen: add --date option to display time when uuid was generated

Identical commits?
 2017-06-16 17:24 UTC  (2+ messages)

BUG: wipefs dry run
 2017-06-16  9:39 UTC  (5+ messages)

partx: deleting single partitions fails
 2017-06-15 11:55 UTC  (3+ messages)

[PATCH] fstrim: prefer earlier mounted filesystems
 2017-06-15 10:09 UTC  (2+ messages)

libblkid & empty identifier values
 2017-06-15  7:57 UTC  (3+ messages)

[PATCH] lscpu: dmi: return HYPER_NONE when detection fails
 2017-06-14 13:59 UTC  (3+ messages)

[PATCH 0/6] fix various minor issues and warnings
 2017-06-14 11:06 UTC  (12+ messages)
` [PATCH 1/6] tests: fix fincore, don't use variable COLUMNS
` [PATCH 2/6] libmount: btrfs, remove unused setter functions
` [PATCH 3/6] hwclock: fix warning [-Winvalid-noreturn]
` [PATCH 4/6] misc: fix gcc-7 sprintf warnings -Wformat-overflow
` [PATCH 5/6] misc: fix gcc-7 snprintf warnings -Wformat-truncation
` [PATCH 6/6] libblkid: fix gcc-7 warning -Wint-in-bool-context

[PATCH 1/4] last: fix format overflow
 2017-06-14 10:09 UTC  (2+ messages)

[PATCH 0/5] Fix even more random compiler warnings
 2017-06-14 10:04 UTC  (8+ messages)
` [PATCH 1/5] libfdisk: cleanup sun label checksum usuage
` [PATCH 2/5] libfdisk: fix guid usage of packed structure gpt_entry
` [PATCH 3/5] libsmartcols: fix warning "unused parameter"
` [PATCH 4/5] wall: fix OSX getgrouplist, gid_t* vs int*
` [PATCH 5/5] tests: add more tests for line(1)

[util-linux PATCH] umount: never 'stat' the path when "-c" is given
 2017-06-13 12:40 UTC  (3+ messages)
` [nfs-utils PATCH] umount.nfs: assume path name is canonical


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 NNTP newsgroup(s).