messages from 2014-11-13 14:13:21 to 2014-12-19 09:52:41 UTC [more...]
[PATCH 00/10] pull: AddressSanitizer round II
2014-12-19 9:52 UTC (33+ messages)
` [PATCH 01/10] lib/mbalign: fix unsigned integer overflow [AddressSanitizer]
` [PATCH 02/10] cal: fix signed "
` [PATCH 03/10] more: fix unsigned "
` [PATCH 04/10] lib: fix crc32 and crc64 interger overflows [AddressSanitizer]
` [PATCH 05/10] fdisk: (sgi) fix unsigned integer overflow [AddressSanitizer]
` [PATCH 06/10] strutils: fix unsigned integer overflows [AddressSanitizer]
` [PATCH 07/10] mkfs.cramfs: fix unsigned integer overflow [AddressSanitizer]
` [PATCH 08/10] include/c: define UL_ASAN_BLACKLIST address_sanitizer function attribute
` [PATCH 09/10] lscpu: blacklist vmware_bdoor() AddressSanitizer check
` [PATCH 10/10] ipcs: fix two data type errors [AddressSanitizer]
[PATCH 00/16] pull: updates to lslogins and chfn
2014-12-19 9:41 UTC (23+ messages)
` [PATCH 01/16] lslogins: allow changing password changed and expiration time formats
` [PATCH 02/16] lslogins: make journald last logs time stamps to honor --time-format
` [PATCH 03/16] lslogins: tell why command failed
` [PATCH 04/16] lslogins: fix short options
` [PATCH 05/16] lslogins: reject unknown time format arguments
` [PATCH 06/16] lslogins: add space to systemd journal header and message
` [PATCH 07/16] lslogins: use hardcoded paths from pathnames.h
` [PATCH 08/16] chfn: remove function prototypes
` [PATCH 09/16] chfn: rewrite prompt() to use strutils
` [PATCH 10/16] chfn: use xasprintf() rather than bunch of strlen() and malloc() calls
` [PATCH 11/16] chfn: fix usage() regression
` [PATCH 12/16] chfn: simplify parse_passwd() by using strsep()
` [PATCH 13/16] chfn: add minimalistic struct chfn_control
` [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
RFC [patch] adding docstrings
2014-12-19 9:09 UTC (4+ messages)
[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)
[RFC][PATCH] unshare: Fix --map-root-user to work on new kernels
2014-12-17 23:21 UTC (2+ messages)
login-utils: Enable building util-linux against OpenPAM
2014-12-15 12:47 UTC (6+ messages)
` [PATCH] "
fdisk units size
2014-12-09 21:17 UTC (7+ messages)
` fdisk units size & disk manufacturers buying the standard
Fwd: Re: util-linux: libblkid: UDF superblock
2014-12-09 21:08 UTC (6+ messages)
[PATCH 01/11] tests: copy test-suite from Frodo Looijaard's getopt
2014-12-09 11:09 UTC (14+ messages)
` [PATCH 02/11] tests: add more getopt tests
` [PATCH 03/11] getopt: make nonoptions optstring comment correct
` [PATCH 04/11] getopt: remove function prototypes
` [PATCH 05/11] getopt: add struct getopt_control and remove global variables
` [PATCH 06/11] getopt: use xstrdup rather than malloc + strcpy
` [PATCH 07/11] getopt: make normalize() print strings
` [PATCH 08/11] getopt: remove unnecessary code
` [PATCH 09/11] getopt: prefer switch-case rather than long if statement
` [PATCH 10/11] getopt: change --shell argument parsing function
` [PATCH 11/11] getopt: avoid re-terminating long_option list at every update
[PATCH 1/2] lslogins: fix assertion failure for none existing logins
2014-12-09 8:23 UTC (3+ messages)
` [PATCH 2/2] lslogins: align usage() and manual with struct option longopts
[PATCH] buildsys: hwclock requires -lm
2014-12-09 8:22 UTC (2+ messages)
[PATCH 1/3] login-utils: use libc error printing facility
2014-12-09 8:22 UTC (4+ messages)
` [PATCH 2/3] textual: improve error messages
` [PATCH 3/3] line: use util-linux conventions
losetup on a image file containing (GPT) partition doesn't create partition devices
2014-12-03 16:10 UTC (12+ messages)
login: <Enter>/newline acting strange
2014-11-25 16:16 UTC (3+ messages)
LUKS partition types, redux
2014-11-25 15:36 UTC (27+ messages)
` LUKS partition types, redux (wandering into the weeds)
` Bug#770211: LUKS partition types, redux
fstrim: "fitrim ioctl failed: input/output error" -> "Logical block address out of range"
2014-11-24 21:24 UTC (13+ messages)
` fstrim tries to discard data beyond the last sector of a device
` fstrim on newly created filesystem "
[PATCH] bash-completion: Invoke actual commands to be completed, not basenames
2014-11-24 15:25 UTC (3+ messages)
Getopt 1.1.6 released
2014-11-24 14:10 UTC
RFC hwclock: refactoring
2014-11-24 10:14 UTC (7+ messages)
off-by-one issues in login-utils
2014-11-23 19:52 UTC (2+ messages)
[PATCH] lib/colors: fix double free on error path
2014-11-19 13:19 UTC (2+ messages)
[PATCH 1/4] docs: spelling, wording, and grammar fixes in the man page of whereis
2014-11-19 7:26 UTC (11+ messages)
` [PATCH 4/4] docs: improve wording and formattin of man page of hwclock
Problem with gettimeofday
2014-11-18 13:43 UTC (3+ messages)
misc-utils: Fixed a typo in daemon logging message
2014-11-18 13:16 UTC (2+ messages)
[PATCH] Spelling fixes
2014-11-18 13:00 UTC (4+ messages)
[PATCH] bash-completion: Invoke actual commands to be completed, not basenames
2014-11-18 12:59 UTC (2+ messages)
[PATCH 0/6] pull: almost working AddressSanitizer support
2014-11-18 12:06 UTC (12+ messages)
` [PATCH 4/6] libmount: fix memory overflow [AddressSanitizer]
lscpu: theoretical buffer overflow
2014-11-18 10:40 UTC (2+ messages)
[PATCH] libfdisk: fix get_partition_unused_primary()
2014-11-14 9:11 UTC (2+ messages)
[PATCH] docs: improve wording and formatting of man page of hwclock
2014-11-13 14:12 UTC (2+ 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).