public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-02-14 15:44:24 to 2013-04-13 19:56:40 UTC [more...]

[PATCH 00/33] pull: bash completions, help screens, and file writing
 2013-04-13 19:55 UTC  (34+ messages)
` [PATCH 01/33] bash-completion: add mount and umount
` [PATCH 02/33] blkid, hwclock, ldattach: use program_invocation_short_name
` [PATCH 03/33] utmpdump: add option to write to a file
` [PATCH 04/33] cfdisk: add long options to the command
` [PATCH 05/33] bash-completion: prefer bash 3.x 'here string' syntax
` [PATCH 06/33] setpriv: allow login and group name option arguments
` [PATCH 07/33] build-sys: add --disable-setterm to ./configure
` [PATCH 08/33] hexdump: add long options to the command
` [PATCH 09/33] setsid: exit when control terminal cannot be set
` [PATCH 10/33] cfdisk: check writing to a file was successful
` [PATCH 11/33] setpriv: "
` [PATCH 12/33] agetty: "
` [PATCH 13/33] pg: "
` [PATCH 14/33] libblkid: "
` [PATCH 15/33] libmount: "
` [PATCH 16/33] include: add close_fd() for noticing write errors before close()
` [PATCH 17/33] fdformat: check writing to a file descriptor was successful
` [PATCH 18/33] partx: "
` [PATCH 19/33] resizepart: "
` [PATCH 20/33] cfdisk: "
` [PATCH 21/33] sfdisk: "
` [PATCH 22/33] wdctl: "
` [PATCH 23/33] fsck.cramfs: "
` [PATCH 24/33] fsck.minix: "
` [PATCH 25/33] mkfs.bfs: "
` [PATCH 26/33] mkfs.cramfs: unify write check to a file descriptor
` [PATCH 27/33] mkfs.minix: check writing to a file descriptor was successful
` [PATCH 28/33] mkswap: unify write check to a file descriptor
` [PATCH 29/33] swaplabel: check writing to a file descriptor was successful
` [PATCH 30/33] fallocate: "
` [PATCH 31/33] setpriv: "
` [PATCH 32/33] swapon: "
` [PATCH 33/33] wall: "

[PATCH] Fix typos in util-linux sources
 2013-04-11 17:52 UTC 

[ANNOUNCE] util-linux v2.23-rc2
 2013-04-10 22:43 UTC  (2+ messages)
` [PATCH] fix non-linux build (was: [ANNOUNCE] util-linux v2.23-rc2)

lscpu should show model name
 2013-04-10 13:17 UTC  (3+ messages)

wipefs and zfs
 2013-04-10 13:16 UTC  (2+ messages)

[PATCH] bash-completion: add swapoff
 2013-04-10 12:38 UTC  (2+ messages)

[PATCH] loopdev: sync capacity after setting it
 2013-04-09 12:39 UTC  (7+ messages)
        ` [PATCH v2] "

[PATCH 00/14] [pull] smatch scan, and manual tooling
 2013-04-09 10:30 UTC  (16+ messages)
` [PATCH 01/14] setarch: clean up usage()
` [PATCH 02/14] bash-completion: setarch: use correct list for architectures
` [PATCH 03/14] bash-completion: swapon: add options and fix argument
` [PATCH 04/14] various: fix variable and function declarations [smatch scan]
` [PATCH 05/14] various: fix shadow "
` [PATCH 06/14] libmount, col: remove redundant null checks "
` [PATCH 07/14] libblkid: number of functions should not be declared extern "
` [PATCH 08/14] tools: add checks to manual page test script
` [PATCH 09/14] docs: mount.8: make propagation flags adjustable [checkmans.sh]
` [PATCH 10/14] docs: col.1: fix manual page name section [checkmans.sh]
` [PATCH 11/14] docs: remove repeated words [checkmans.sh]
` [PATCH 12/14] tools: make checkmans.sh to find missing manuals
` [PATCH 13/14] docs: add mkfs.cramfs manual page
` [PATCH 14/14] docs: add fsck.cramfs "

[PATCH 1/5] bash-completion: Don't offer any more completions after help or version
 2013-04-08 16:25 UTC  (6+ messages)
` [PATCH 2/5] bash-completion: Avoid some unnecessary subshells
` [PATCH 3/5] uuidd.8: Document --debug and --quiet long options
` [PATCH 4/5] Spelling fixes
` [PATCH 5/5] bash-completion: Don't offer short options where corresponding long one exists

[PATCH] bash-completion: Symlink runuser symlink to su so it gets loaded on demand
 2013-04-08 16:26 UTC  (2+ messages)

Using NTP
 2013-04-08 15:03 UTC 

[PATCH] logger: allow to log using tcp transport protocol
 2013-04-08 14:39 UTC  (2+ messages)

[PATCH 00/10] [pull] bash-completion
 2013-04-05 14:44 UTC  (33+ messages)
` [PATCH 01/10] bash-completion: add bash completetion configure option
` [PATCH 02/10] bash-completion: disk-utils
` [PATCH 03/10] bash-completion: fdisks
` [PATCH 04/10] bash-completion: login-utils
` [PATCH 05/10] bash-completion: misc-utils
` [PATCH 06/10] bash-completion: schedutils
` [PATCH 07/10] bash-completion: sys-utils
` [PATCH 08/10] bash-completion: term-utils
` [PATCH 09/10] bash-completion: text-utils
` [PATCH 10/10] bash-completion: add completion files to Makefile.am

[PATCH 00/13] pull: fixes in preparation to v2.23 release
 2013-04-05 12:10 UTC  (16+ messages)
` [PATCH 01/13] docs: fix type in mkfs.8
` [PATCH 02/13] newgrp: use xstrdup to check allocation succeeded
` [PATCH 03/13] agetty: the command does not have -h and -V options
` [PATCH 04/13] dmesg: fix usage() output consistancy
` [PATCH 05/13] fsfreeze: tell user when mandatory option is not specified
` [PATCH 06/13] losetup: allow -j option argument to be relative path
` [PATCH 07/13] lscpu: fix error message
` [PATCH 08/13] partx: remove deprecated option from usage()
` [PATCH 09/13] setarch: add option to list settable architectures
` [PATCH 10/13] setterm: fix various color option argument lists
` [PATCH 11/13] vipw: add usage() function
` [PATCH 12/13] chrt: make command syntax easier to understand in usage()
` [PATCH 13/13] logger: make local sockets to try both stream and datagram

[PATCH] schedutils: don't apply -a without -p
 2013-03-26 11:39 UTC  (2+ messages)

[ANNOUNCE] util-linux v2.23-rc1
 2013-03-26  9:56 UTC  (2+ messages)

[PATCH 1/2] blkid: use xalloc.h when possible
 2013-03-26  9:55 UTC  (4+ messages)
` [PATCH 2/2] docs: arch is gone, use delpart as usage() function example

(no subject)
 2013-03-26  7:25 UTC 

umount crashes when trying to umount a non-mountpoint
 2013-03-25  8:18 UTC  (2+ messages)

ACHTUNG FRIEND!
 2013-03-21 23:57 UTC 

"hwclock --systohc" and tick synchronization
 2013-03-21  8:02 UTC  (2+ messages)

[PATCH 0/7] pull: whereis changes
 2013-03-20 14:03 UTC  (13+ messages)
` [PATCH 1/7] whereis: rewrite most of the command
` [PATCH 2/7] whereis: add search scope listing option
` [PATCH 3/7] whereis: align with howto-usage-function.txt
` [PATCH 4/7] whereis: support MANPATH environment variable
` [PATCH 5/7] docs: generic whereis.1 clean up
` [PATCH 6/7] whereis: canonicalize files before printing
` [PATCH 7/7] whereis: remove duplicates from search results

[PATCH] Add option to fsfreeze to call syncfs() prior to freezing
 2013-03-20 13:28 UTC  (6+ messages)

[patches] a bunch of man-page fixes, plus -V for blkid
 2013-03-20 13:11 UTC  (2+ messages)

newgrp(1) and sg(1)
 2013-03-19  8:52 UTC  (4+ messages)

PATCH Make hwclock leap-second-aware
 2013-03-18  9:48 UTC  (2+ messages)

Enable findmnt on kfreebsd
 2013-03-14 10:22 UTC  (5+ messages)

A few small findmnt/mount issues
 2013-03-14 10:14 UTC  (2+ messages)

[PATCH] namespace.h: Fix typo: s/CLONE_NEWSNS/CLONE_NEWNS/
 2013-03-13 13:47 UTC  (2+ messages)

[PATCH 0/7] kill: modernization after undeprecation
 2013-03-12 14:29 UTC  (9+ messages)
` [PATCH 1/7] kill: add long options
` [PATCH 2/7] kill: align with howto-usage-function.txt
` [PATCH 3/7] kill: use libc error printing facilities and exit values
` [PATCH 4/7] kill, procs: fix coding style
` [PATCH 5/7] kill, procs: move function declarations to kill.h
` [PATCH 6/7] kill, procs: use pid_t for pids
` [PATCH 7/7] docs: add long options and tidy up kill.1

making users aware of losetup rw setups?
 2013-03-06 13:31 UTC 

[patches] improve lsblk man page
 2013-03-04 11:34 UTC  (2+ messages)

[PATCH] build-sys: add exec_shell.h to distribution
 2013-03-04 11:32 UTC  (2+ messages)

[PATCH 1/2] unshare(1): delete empty NOTES section
 2013-03-04 11:31 UTC  (4+ messages)
` [PATCH 2/2] unshare: tweak style

[PATCH] login: remove file descriptor leak [cppcheck]
 2013-03-04 11:31 UTC  (2+ messages)

[PATCH] wall: use xgethostname()
 2013-03-04 11:30 UTC  (2+ messages)

Discussion on BIOS/CMOS/UEFI clock in local time
 2013-02-22 12:01 UTC  (3+ messages)

[PATCH] libblkid: Make use of isalnum()
 2013-02-18 13:35 UTC  (3+ messages)

lslocks – "failed to parse pid: 'WRITE'"
 2013-02-14 15:44 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox