public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-03-11 12:13:21 to 2014-04-15 11:16:04 UTC [more...]

[PATCH 0/9] pull: kill tests
 2014-04-15 11:15 UTC  (10+ messages)
` [PATCH 1/9] kill: make options --pid and --queue mutually exclusive
` [PATCH 2/9] kill: remove unnecessary indirection
` [PATCH 3/9] tests: add signal receiver program
` [PATCH 4/9] tests: check kill is converting signals names correctly
` [PATCH 5/9] tests: check various ways to specify kill signal
` [PATCH 6/9] tests: check kill print pid option
` [PATCH 7/9] tests: check kill all user processes
` [PATCH 8/9] kill: add --verbose option to display what is killed
` [PATCH 9/9] lib/procutils: reset errno before strtol() call

[PATCH 0/7] kill: add regression tests
 2014-04-15 11:08 UTC  (17+ messages)
` [PATCH 1/7] kill: make options --pid and --queue mutually exclusive
` [PATCH 2/7] kill: remove unnecessary indirection
` [PATCH 3/7] tests: add signal receiver program
` [PATCH 4/7] tests: check kill is converting signals names correctly
` [PATCH 5/7] tests: check various ways to specify kill signal
` [PATCH 6/7] tests: check kill print pid option
` [PATCH 7/7] tests: check kill all user processes

libblkid: Idea to force given cached entry to be invalidated?
 2014-04-15  4:52 UTC  (3+ messages)

[PATCH 00/10] Man page corrections v1.0
 2014-04-14 11:46 UTC  (12+ messages)
` [PATCH 01/10] last: fix minor typos in the man page
` [PATCH 02/10] runuser: "
` [PATCH 03/10] su: "
` [PATCH 04/10] sulogin: minor man page improvements
` [PATCH 05/10] utmpdump: "
` [PATCH 06/10] nologin: "
` [PATCH 07/10] vipw: "
` [PATCH 08/10] addpart: "
` [PATCH 09/10] cfdisk: "
` [PATCH 10/10] delpart: "

[PATCH] fstrim: add systemd units
 2014-04-10 13:22 UTC  (26+ messages)

libblkid: check for ext* is deeply broken
 2014-04-09  7:43 UTC  (2+ messages)

[PATCH] blockdev(8): Some minor corrections to the manual
 2014-04-07 18:06 UTC  (4+ messages)

[PATCH 01/10] findfs: use symbolic exit values, and tell about them in manual
 2014-04-07 14:09 UTC  (20+ messages)
` [PATCH 02/10] kill: fix coding style
` [PATCH 03/10] kill: flip all comparions to be in smaller - greater order
` [PATCH 05/10] kill: make usage() not to return
` [PATCH 06/10] kill: leeway deprecation of --pid invocation as command name
` [PATCH 07/10] kill: use control structure to pass user input to functions

[PATCH] setarch: Fix ppc64le architectures
 2014-04-07 10:44 UTC  (2+ messages)

[PATCH] umount: fix typo in usage
 2014-04-07 10:43 UTC  (2+ messages)

mount: "nofail" option does not seem to work as expected
 2014-04-07 10:12 UTC  (2+ messages)

Compile failure due to use of qsort_r
 2014-04-04 16:37 UTC  (4+ messages)

[PATCH v2] umount: fix typo in usage
 2014-04-04 13:41 UTC  (2+ messages)

[PATCH] switch_root: verify initramfs by f_type, not devno
 2014-04-04 12:55 UTC  (4+ messages)

Bug: libmount essentially undocumented
 2014-04-03 23:52 UTC  (5+ messages)

[PATCH] mkswap(8): Some minor typographical corrections to the manual
 2014-04-03  2:29 UTC 

[PATCH] mkfs.minix(8): Some typographical changes in the manual
 2014-04-03  2:28 UTC 

[PATCH] mkfs.cramfs(8): Some typographical corrections to the manual
 2014-04-03  2:25 UTC 

[PATCH] mkfs.bfs(8): One typographical correction to the manual
 2014-04-03  2:23 UTC 

[PATCH] mkfs(8): Some typographical changes to the manual
 2014-04-02 23:42 UTC 

[PATCH] isosize(8): A few typographical changes to the manual
 2014-04-02 23:37 UTC 

[PATCH] fsck.minix(8): A few typographical corrections to the manual
 2014-04-02 23:35 UTC 

[PATCH] fsck(8): Some typographical corrections to the manual
 2014-04-02 23:30 UTC 

[PATCH] fdformat(8): Some minor change to the manual
 2014-04-02 23:25 UTC 

fdisk partition reorder fails
 2014-04-02 21:54 UTC  (4+ messages)

[PATCH] fallocate: add FALLOC_FL_ZERO_RANGE support
 2014-04-02 15:52 UTC  (3+ messages)

[PATCH] mount.8: Some typographical and prefix corrections to the manual
 2014-04-01 17:26 UTC  (2+ messages)

tty swtch key
 2014-03-29  2:49 UTC  (8+ messages)

[PATCH 1/5] mcookie: use lib/randutils
 2014-03-26 11:12 UTC  (2+ messages)

[PATCH 00/33] [RFC] Non disruptive application core dump infrastructure
 2014-03-25  6:58 UTC  (42+ messages)
` [PATCH 01/33] Configure and Make files
` [PATCH 02/33] Validity of arguments
` [PATCH 03/33] Process Status
` [PATCH 04/33] Hold threads
` [PATCH 05/33] Fetching Memory maps
` [PATCH 06/33] Check ELF class
` [PATCH 07/33] Do elf_coredump
` [PATCH 08/33] Fills elf header
` [PATCH 09/33] Adding notes infrastructure
` [PATCH 10/33] Populates PRPS info
` [PATCH 11/33] Populate AUXV
` [PATCH 12/33] Fetch File maps
` [PATCH 13/33] Fetching thread specific Notes
` [PATCH 14/33] Populating Program Headers
` [PATCH 15/33] Updating Offset
` [PATCH 16/33] Writing to core file
` [PATCH 17/33] Daemonizing the Process
` [PATCH 18/33] Socket operations
` [PATCH 19/33] Block till request
` [PATCH 20/33] Handling Requests
` [PATCH 21/33] Get Clients PID
` [PATCH 22/33] Dump the task
` [PATCH 23/33] Handling SIG TERM of the daemon
` [PATCH 24/33] Handling SIG TERM of the child
` [PATCH 25/33] Systemd Socket ID retrieval
` [PATCH 26/33] [libgencore] Setting up Connection
` [PATCH 27/33] [libgencore] Request for dump
` [PATCH 28/33] Man pages
` [PATCH 29/33] Automake files for the doc folder
` [PATCH 30/33] README, COPYING, Changelog
` [PATCH 31/33] Spec file
` [PATCH 32/33] Socket and Service files
` [PATCH 33/33] Support check

libmount, documentation
 2014-03-24  9:14 UTC  (2+ messages)

[PATCH 1/2] fdisk: warn if opening a device in write mode failed
 2014-03-21 13:10 UTC  (5+ messages)

[PATCHv3 0/2] Abort blkid probing errors
 2014-03-20 18:14 UTC  (5+ messages)
` [PATCH 1/2] blkid: stop scanning on I/O error
` [PATCH 2/2] blkid: convert superblocks to new calling convention

[PATCHv2 0/2] Abort blkid on I/O errors
 2014-03-20  9:18 UTC  (8+ messages)
` [PATCH 1/2] blkid: stop scanning on I/O error
` [PATCH 2/2] blkid: convert superblocks to new calling convention

[PATCH 0/2] Abort blkid on I/O errors
 2014-03-19 10:59 UTC  (3+ messages)
` [PATCH 1/2] blkid: stop scanning on I/O error
` [PATCH 2/2] blkid: convert superblocks to new calling convention

[PATCH 1/5] mkswap: remove unnecessary usage output
 2014-03-13 16:38 UTC  (4+ messages)

[patch] silence two compiler warnings
 2014-03-12 11:14 UTC  (2+ messages)


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