messages from 2014-12-14 19:45:42 to 2015-01-12 18:50:27 UTC [more...]
fdisk units size
2015-01-12 18:50 UTC (13+ messages)
` fdisk units size & disk manufacturers buying the standard
[PATCH 1/2] unshare: add some examples
2015-01-12 11:41 UTC (7+ messages)
` [PATCH 2/2] unshare: allow persisting namespaces
[PATCH] hwclock: man regression
2015-01-12 11:36 UTC (2+ messages)
[PATCH 1/4] setarch: differentiate between "unrecognized" and "cannot set"
2015-01-12 11:33 UTC (12+ messages)
` [PATCH 2/4] docs: mention that setarch may not be able to set all listed architectures
` [PATCH 3/4] setarch: accept the option --list in any position
` [PATCH 4/4] setarch: in the usage text only mention options that actually do something
[RFC] should --version report the program's true name?
2015-01-12 10:22 UTC (2+ messages)
[PATCH 1/4] docs: sync the docstring of addpart, delpart and resizepart to the man page
2015-01-12 10:17 UTC (5+ messages)
` [PATCH 2/4] docs: remove obsolete and unneeded comments from man-page files
` [PATCH 3/4] partx: simplify a --verbose progress message
` [PATCH 4/4] docs: make the wording of the partx man page a bit more precise
partx does not seem able to combine showing with updating
2015-01-12 9:59 UTC (2+ messages)
[PATCH 0/4] hwclock: x86_64 -- UTC Defaults -- v2.26 man updates
2015-01-12 9:37 UTC (11+ messages)
` [PATCH 1/4] hwclock: enable --directisa for x86_64
` [PATCH 2/4] hwclock: Incorrect UTC defaults
` [PATCH 3/4] hwclock: update man page for v2.26 rc
` [PATCH 4/4] hwclock: man page 'Since v2.26' notes
questions on util-linux translation
2015-01-11 21:27 UTC (8+ messages)
setarch cannot set all listed architectures
2015-01-10 13:40 UTC (6+ messages)
cfdisk created GPT tables are not recognized by the Windows 8.1 installer
2015-01-09 11:16 UTC (2+ messages)
[RFC][PATCH] unshare: Fix --map-root-user to work on new kernels
2015-01-09 9:39 UTC (10+ messages)
[PATCH] fallocate: create mode 0666, that's what umask is for
2015-01-08 18:26 UTC (5+ messages)
[PATCH 1/2] docs: small improvements to howto-contribute.txt
2015-01-07 19:25 UTC (2+ messages)
` [PATCH 2/2] docs: add howto-pull-request.txt
libsmartcols patch
2015-01-07 14:26 UTC (2+ messages)
[PATCH] blkid: exit 2 when no specified tags match
2015-01-07 9:52 UTC (3+ messages)
statically linked nsenter
2015-01-07 9:38 UTC (2+ messages)
[PATCH 1/2] lslocks: fix type warning
2015-01-07 9:17 UTC (4+ messages)
` [PATCH 2/2] fsck.minix: fix segmentation fault
[PATCH] maint: fix shadow declaration
2015-01-07 9:09 UTC (2+ messages)
[PATCH 02/11] docs: improve some wordings on the man page of wipefs
2015-01-06 22:51 UTC (15+ messages)
` [PATCH 03/11] ipcs: in usage show resource option as nonoptional when used with -i
` [PATCH 04/11] ipcrm: gettextize the command synopsis of the usage text
` [PATCH 05/11] docs: restore the alternative form of setarch in its man page
` [PATCH 06/11] setarch: make the usage synopsis comprehensible for translators
` [PATCH 07/11] textual: list the options of setarch in a more alphabetical order
` [PATCH 08/11] colcrt: slice up the usage text for ease of translation
` [PATCH 09/11] look: "
` [PATCH 10/11] tailf: "
` [PATCH 11/11] ipc*: use customary fputs() instead of fprintf() with the usage macros
[PATCH 00/22] pull: follow-up to chsh, newgrp, and script changes
2015-01-06 11:11 UTC (10+ messages)
` [PATCH 15/22] script: use signalfd() to catch signals
` [PATCH 16/22] script: use poll() rather than select()
` [PATCH 17/22] script: merge doinput() and output() functions to do_io()
` [PATCH 18/22] script: remove io vs signal race
` [PATCH 19/22] script: add 'Script started' line always to capture file
` [PATCH 20/22] script: move do_io() content to small functions
` [PATCH 21/22] script: replace strftime() workaround with CFLAGS = -Wno-format-y2k
` [PATCH 22/22] script: use correct input type, move comment, and so on
[PATCH 01/10] docs: improve some wordings on the man page of wipefs
2015-01-06 10:58 UTC (13+ messages)
` [PATCH 02/10] ipcs: in usage show resource option as nonoptional when used with -i
` [PATCH 03/10] ipcrm: gettextize the command synopsis of the usage text
` [PATCH 04/10] docs: restore the alternative form of setarch in its man page
` [PATCH 05/10] setarch: make the usage synopsis comprehensible for translators
` [PATCH 06/10] textual: list the options of setarch in a more alphabetical order
` [PATCH 07/10] colcrt: slice up the usage text for ease of translation
` [PATCH 08/10] look: "
` [PATCH 09/10] tailf: "
` [PATCH 10/10] ipc*: use customary fputs() instead of fprintf() with the usage macros
[PATCH V2] textual: add a docstring to most of the utilities
2015-01-06 10:32 UTC (2+ messages)
[PATCH 00/14] pull: chsh, newgrp, and script changes
2015-01-06 9:42 UTC (17+ messages)
` [PATCH 01/14] chsh: remove function prototypes
` [PATCH 02/14] chfn, chsh: share illegal_passwd_chars() function
` [PATCH 03/14] chsh: use getline() to support arbitrarily long lines
` [PATCH 04/14] chsh: set few variables read-only and rename one of them
` [PATCH 05/14] chsh: allow user to set shell to /bin/sh if none is set
` [PATCH 06/14] chsh: clean up parse_argv()
` [PATCH 07/14] chsh: rewrite function interacting with user to get path to new shell
` [PATCH 08/14] chsh: simplify check_shell()
` [PATCH 09/14] chsh: fail get_shell_list() check when /etc/shells cannot be opened
` [PATCH 10/14] newgrp: simplify if else clauses
` [PATCH 11/14] newgrp: move shell determination closer where it is used
` [PATCH 12/14] newgrp: set function arguments read-only when possible
` [PATCH 13/14] script: remove function prototypes
` [PATCH 14/14] script: add struct script_control and remove global variables
[BUG] Mount: codepage mapping does not work for msdos fs
2015-01-05 22:25 UTC (2+ messages)
[PATCH] WIP: fallocate --dig-holes tweaks to suit my use-case
2014-12-30 8:03 UTC
Fwd: Re: util-linux: libblkid: UDF superblock
2014-12-22 10:53 UTC (6+ messages)
RFC [patch] adding docstrings
2014-12-22 10:11 UTC (6+ messages)
[PATCH 00/16] pull: updates to lslogins and chfn
2014-12-19 13:30 UTC (12+ messages)
` [PATCH 05/16] lslogins: reject unknown time format arguments
` [PATCH 14/16] chfn: clean up parse_argv()
` [PATCH 15/16] chfn: move new and old finger structs to chfn control struct
` [PATCH 16/16] chfn: make command to obey login.defs CHFN_RESTRICT instructions
[PATCH 00/10] pull: AddressSanitizer round II
2014-12-19 13:23 UTC (18+ messages)
` [PATCH 03/10] more: fix unsigned integer overflow [AddressSanitizer]
` [PATCH 07/10] mkfs.cramfs: "
` [PATCH 08/10] include/c: define UL_ASAN_BLACKLIST address_sanitizer function attribute
` [PATCH 10/10] ipcs: fix two data type errors [AddressSanitizer]
[PATCH 1/8] docs: fix the grammar of the recent comment about comments
2014-12-19 9:01 UTC (11+ messages)
` [PATCH 2/8] textual: do not start option descriptions with a capital
` [PATCH 3/8] docs: improve the sorting of the options in the man page of getopt
` [PATCH 4/8] docs: don't use bold or italics for "[option]" in synopsis of man pages
` [PATCH 5/8] docs: adjust the grammar, text, sorting and formatting of logger man page
` [PATCH 6/8] docs: adjust some formatting and wordings in a handful of man pages
` [PATCH 7/8] docs: fix the grammar and formatting in the man page of sfdisk
` [PATCH 8/8] sfdisk: in the usage text show -v for --version instead of -V
[PATCH] login-utils: Fix unused variables in login.c if _HAVE_UT_TV isn't defined
2014-12-18 10:02 UTC (2+ messages)
Remount failure without fstab or mtab
2014-12-18 9:52 UTC (3+ messages)
login-utils: Enable building util-linux against OpenPAM
2014-12-15 12:47 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).