messages from 2016-11-30 14:23:54 to 2017-02-11 16:49:14 UTC [more...]
[PATCH 0/3] hwclock: remove date(1)
2017-02-11 16:49 UTC (7+ messages)
` [PATCH 1/3] gnulib: add source for gnulib parse-datetime mod
` [PATCH 2/3] build-sys: configure gnulib parse-datetime module
` [PATCH 3/3] hwclock: use gnulib's parse_datetime2 function
[PATCH 0/3] pull: blkreset and blkreport polishing
2017-02-11 14:10 UTC (4+ messages)
` [PATCH 1/3] blkreport, blkreset: small code clean ups
` [PATCH 2/3] man: improve blkreport(8) and blkreset(8) manual pages
` [PATCH 3/3] bash-completion: add blkreset and blkreport completion
[PATCH] Fix word repetitions
2017-02-10 11:05 UTC
[PATCH v3] Add blkzonecmd and blkreport ZAC/ZBC drives
2017-02-10 9:59 UTC (4+ messages)
[PATCH] blkreport: slice up option descriptions, fix typo, fix docstring
2017-02-09 16:24 UTC (2+ messages)
` [PATCH v2] "
pull: hwclock 27 changes
2017-02-09 11:09 UTC (26+ messages)
` [ping] Karel: "
[PATCH] build-sys: improve detection of the "isnan" function in uClibc
2017-02-09 10:33 UTC (2+ messages)
findmnt under container
2017-02-01 15:21 UTC (5+ messages)
[PATCH] lscpu: Fix regression caused by WSL detection
2017-01-31 20:00 UTC (3+ messages)
[PROBLEM] "findmnt --poll" does not flush stdout causing it to buffer the output more than it should when the output is to a pipe or file
2017-01-31 12:03 UTC (2+ messages)
[PATCH] lscpu: Detect Windows Subsystem for Linux
2017-01-31 11:29 UTC (2+ messages)
UDF label change since commit 2f2730bc77c9
2017-01-30 16:26 UTC (5+ messages)
[PATCH 0/1] fstrim: de-duplication of btrfs subvolumes
2017-01-26 12:57 UTC (2+ messages)
[PATCH 1/1] fstrim: de-duplicate btrfs sub-volumes
2017-01-25 17:30 UTC
Partition alignment in fdisk
2017-01-24 10:43 UTC (3+ messages)
[PATCH] Add blkzonecmd and blkreport ZAC/ZBC drives
2017-01-23 13:32 UTC (4+ messages)
[ANNOUNCE] util-linux v2.29.1
2017-01-20 14:28 UTC
[PATCH] Fix compilation with ncurses and uClibc or musl libc
2017-01-20 10:10 UTC (2+ messages)
stable/v2.29.1
2017-01-19 16:09 UTC (6+ messages)
[PATCH] last: use --time-format instruction when printing wtmp creation time
2017-01-17 11:51 UTC (4+ messages)
[PATCH] col: backspacing widechars
2017-01-16 11:35 UTC (6+ messages)
[PATCH] newgrp: use libc explicit_bzero() when it is available
2017-01-16 11:31 UTC (5+ messages)
[PATCH 0/3] fix side effects of loop reuse
2017-01-16 11:29 UTC (2+ messages)
[PATCH 2/3] libmount: Fix incorrect detach of reused loop device
2017-01-12 14:45 UTC
[PATCH 1/3] libmount: fix mount -oloop=/dev/loopX regression
2017-01-12 14:45 UTC
[PATCH 3/3] tests: Introduce libmount/loop
2017-01-12 14:45 UTC
[PATCH] If mtab support is disabled, disable ro/rw mtab checks
2017-01-10 16:36 UTC (2+ messages)
[PATCH] man: fix couple tools/checkmans.sh warnings
2017-01-10 16:35 UTC (2+ messages)
[PATCH 1/1] setterm: add --resize option
2017-01-04 11:32 UTC (5+ messages)
[PATCH 1/2] fsfreeze: remove unnecessary functions
2016-12-22 11:19 UTC (3+ messages)
` [PATCH 2/2] fsfreeze: move filesystem support info to manual page
[ANNOUNCE] util-linux v2.29-rc2
2016-12-13 11:44 UTC (13+ messages)
[PATCH] lib/randutils: use getrandom(2) when it is available
2016-12-11 12:05 UTC (3+ messages)
[pull request] trivial fixes
2016-12-09 12:50 UTC (2+ messages)
[PATCH 0/2] docs: renice(1) patches
2016-12-09 12:39 UTC (4+ messages)
[PATCH 1/2] Revert "hwclock: don't allow non-root access"
2016-12-09 8:54 UTC (9+ messages)
` [PATCH 2/2] sys-utils/hwclock: make hwclock check for CAP_SYS_TIME capability
[PATCH] login-utils: import environment from user manager on systemd systems
2016-12-08 18:39 UTC (6+ messages)
` Fwd: "
Pull request: nsenter(1) fixes
2016-12-08 12:21 UTC (11+ messages)
Fwd: In the "stupid" questions department
2016-12-08 12:07 UTC (4+ messages)
[PATCH 2/2 resent from right address] docs: renice(1): Remove obsolete BUGS text
2016-12-07 13:58 UTC
[PATCH 1/2] docs: renice(1): Rework discussion of unprivileged users,
2016-12-07 13:55 UTC
[PATCH 2/2] docs: renice(1): Remove obsolete BUGS text
2016-12-07 13:55 UTC
[PATCH] sulogin: make getpasswd(...) return NULL on ^D
2016-12-07 12:34 UTC (2+ messages)
[PATCH] build-sys: disable tailf by default
2016-12-07 11:45 UTC (2+ messages)
[PATCH 00/11] switch to utmpx.h
2016-12-07 11:44 UTC (17+ messages)
` [PATCH 01/11] last: include libgen.h for basename(3p)
` [PATCH 02/11] login-utils: remove _HAVE_UT_TV fallback
` [PATCH 03/11] lslogins: remove useless strlen()
` [PATCH 04/11] utmpdump: code formatting for readability
` [PATCH 05/11] login-utils: avoid using the defined utmp sizes
` [PATCH 06/11] login: re-add lastlog.h header
` [PATCH 07/11] agetty: remove obsolete HAVE_UPDWTMP fallback
` [PATCH 08/11] login-utils: switch to utmpx.h
` [PATCH 09/11] build-sys: check for POSIX utmpx usage
` [PATCH 10/11] travis: let OSX auto-skip utmpx tools
` [PATCH 11/11] agetty: re-add utmp.h for Debian GNU/kFreeBSD
[GIT PULL] fixes for kill(1) manual page
2016-12-07 11:45 UTC (2+ messages)
fuzzing anybody
2016-12-06 14:31 UTC (2+ messages)
[PATCH] chrt: default to SCHED_RR policy
2016-12-05 12:08 UTC (2+ messages)
sfdisk: -X option doesn't work
2016-12-05 12:02 UTC (4+ messages)
Patches to util-linux man pages
2016-12-03 14:18 UTC (3+ messages)
[PATCH v2] wall: add --group option
2016-12-02 13:15 UTC (4+ messages)
[PATCH V2] fallocate: add insert range support
2016-12-02 12:57 UTC (2+ messages)
[PATCH] lsns: Fix parser for /proc/<pid>/stat which is including space in comm
2016-12-02 12:23 UTC (4+ messages)
` [PATCH v2] "
[PATCH 1/2] misc: spelling, always use "cannot" instead of "can not"
2016-11-30 23:05 UTC (6+ messages)
` [PATCH 2/2] misc: fix typos using codespell
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