messages from 2014-05-05 13:31:32 to 2014-05-27 09:46:07 UTC [more...]
BUG: cal prints bad month headers
2014-05-27 9:45 UTC
setarch question, uname -m
2014-05-26 23:34 UTC
[PATCH] sfdisk: suppress Linux-irrelevant warnings with -L
2014-05-26 16:28 UTC
[PATCH 1/4] uuidd: ensure pid file is wrote when it is requested
2014-05-26 15:49 UTC (6+ messages)
` [PATCH 2/4] uuidd: set options to be mutually exclusive
` [PATCH 3/4] uuidgen: use type definitions from uuid.h
` [PATCH 4/4] uuidd: do not mix signed type and unsigned code
[PATCH 0/4] setterm: documentation updates
2014-05-26 15:46 UTC (18+ messages)
` [PATCH 1/4] setterm: add usage() descriptions
` [PATCH 2/4] docs: setterm.1 add missing options to manual page and remove duplicate
` [PATCH 3/4] docs: setterm.1 add options compatibility note
` [PATCH 4/4] docs: setterm.1 clean up manual page groff style
Fwd: Bug#747948: mount: should warn user when potentially incorrect fstab order
2014-05-26 14:16 UTC (3+ messages)
[PATCH] libblkid: detect squashfs 3 vs 4
2014-05-26 10:06 UTC (3+ messages)
[PATCH 1/2] rename: allow renaming in subdirectories
2014-05-26 9:57 UTC (3+ messages)
` [PATCH 2/2] tests: add rename(1) checks
BUG: umount --all-targets vs /etc/mtab
2014-05-26 9:47 UTC (2+ messages)
[PATCH 0/5] lscpu: improve hypervisor detection
2014-05-22 9:30 UTC (19+ messages)
` [PATCH 1/5] lscpu: minor cleanup and "
` [PATCH 2/5] tests: add vbox lscpu dump
` [PATCH 3/5] lscpu: detect OS/400 and pHyp hypervisors
` [PATCH 4/5] lscpu: improve vmware detection
` [PATCH 5/5] lscpu: avoid compiler warnings
feature-freeze for v2.25
2014-05-20 14:21 UTC (4+ messages)
[PATCH v3 1/5] libsmartcols/src/libsmartcols.h.in: add function
2014-05-20 13:16 UTC (6+ messages)
` [PATCH v3 2/5] libsmartcols/src/libsmartcols.sym: add function symbol
` [PATCH v3 3/5] libsmartcols/src/smartcolsP.h: add field to struct libscols_column
` [PATCH v3 4/5] misc-utils/lsblk.c: add sorting support for lsblk command
` [PATCH v3 5/5] libsmartcols/src/table_print.c: add sorting for table
[PATCH 00/17] pull: almost complete setterm refactoring
2014-05-20 10:02 UTC (28+ messages)
` [PATCH 01/17] setterm: clean up includes
` [PATCH 02/17] setterm: use getopt_long_only() for option parsing
` [PATCH 03/17] setterm: use string utils to numeric parsing
` [PATCH 04/17] setterm: move show_tabs() and screendump() functions
` [PATCH 05/17] setterm: remove usage comment segment
` [PATCH 06/17] setterm: add option control structure
` [PATCH 07/17] setterm: add init_terminal() to make main() shorter
` [PATCH 08/17] setterm: clean up screendump()
` [PATCH 09/17] setterm: remove devfs and /dev/vcsa0 support
` [PATCH 10/17] setterm: make -msglevel 0 to work as is did earlier
` [PATCH 11/17] setterm: correct usage() bright color argument
` [PATCH 12/17] setterm: improve perform_sequence() coding style
` [PATCH 13/17] setterm: tell user when options does not effect
` [PATCH 14/17] setterm: improve error messages
` [PATCH 15/17] setterm: various visual terminal effects are not console specific
` [PATCH 16/17] setterm: mark some options to be exclusive with each other
` [PATCH 17/17] setterm: add set_blanking() action
[PATCH] fix tiny typo in man mount
2014-05-19 9:11 UTC (2+ messages)
losesetup -f, broken error handling
2014-05-14 12:56 UTC (5+ messages)
terminal-colors.d changes
2014-05-14 8:19 UTC (3+ messages)
bugs on exotic archs
2014-05-13 13:36 UTC (3+ messages)
[PATCH 1/4] Avoid that agetty nor sulogin are fooled by a running plymouth
2014-05-13 12:10 UTC (7+ messages)
` [PATCH 2/4] Enable sulogin to find a suitable console device even if the first line in /proc/consoles does not have any major and minor number
` [PATCH 3/4] Better support of the special system consoles on S390
` [PATCH 4/4] Beside virtual consoles support xvc and hvc device lines as well
[PATCH v2 1/8] libsmartcols/src/libsmartcols.h.in: add library functions
2014-05-12 17:22 UTC (11+ messages)
` [PATCH v2 2/8] libsmartcols/src/libsmartcols.sym: add symbols
` [PATCH v2 3/8] libsmartcols/src/smartcolsP.h: add new field to struct libscols_table
` [PATCH 4/8] libsmartcols/src/cell.c: add two functions to compare number and string cells
` [PATCH 5/8] libsmartcols/src/column.c: add function to set comparison function scols_column_set_sortcmp() sets the cell comparison function to use
` [PATCH v2 6/8] libsmartcols/src/table.c: set and get key column to use for sorting scols_table_set_key_column() sets the column to use scols_table_get_key_column() returns the column being used
` [PATCH v2 7/8] libsmartcols/src/table_print.c: sort the list before printing
` [PATCH v2 8/8] misc-utils/lsblk.c: adds sorting support for lsblk
[PATCH 01/12] tests: check /proc availability, and go-around if it is incomplete
2014-05-12 14:53 UTC (21+ messages)
` [PATCH 02/12] cytune: remove from util-linux
` [PATCH 03/12] blkid: remove unused variable
` [PATCH 04/12] logger: fail when io vector number exceeds maximum
` [PATCH 05/12] logger: check numeric priority and facility input values
` [PATCH 06/12] build-sys: remove unnecessary void casts
` [PATCH 07/12] term-utils: avoid error message string length couting errors
` [PATCH 08/12] wall: replace magic number by named value
` [PATCH 09/12] setterm: remove unused code
` [PATCH 10/12] setterm: use string constant rather than #define
` [PATCH 11/12] setterm: convert various constant number definitions to enums
` [PATCH 12/12] setterm: convert remaining magic values to symbolic references
last: please review -F and --time-format
2014-05-12 11:01 UTC (5+ messages)
question about test suite regarding stderr/stdout
2014-05-12 10:53 UTC (3+ messages)
getting rid of "mount: only root can ..."
2014-05-08 21:01 UTC (9+ messages)
[PATCH] tests: make kill to go-around when /proc is not available
2014-05-08 20:29 UTC (4+ messages)
[PATCH 00/12] pull: mostly swap command clarifications
2014-05-07 14:04 UTC (10+ messages)
` [PATCH 02/12] dmesg: move get_boot_time() to lib/timeutils
[PATCH] column: inform user when multibyte conversion error occurs
2014-05-07 9:31 UTC (2+ messages)
[PATCH 00/15] cytune modernization
2014-05-07 8:12 UTC (3+ messages)
[PATCH 17/21] login-utils/chfn.1: Improve the typesetting of the manual
2014-05-06 12:12 UTC (8+ messages)
` [PATCH 18/21] login-utils/chsh.1: "
` [PATCH 20/21] login-utils/last.1: "
cytune: misnamed long options
2014-05-06 12:06 UTC (4+ messages)
[PATCH] hwclock: Warning typo fix
2014-05-06 10:57 UTC (4+ messages)
[PATCH 0/2] hwclock: Fix excessive adjustment
2014-05-06 10:56 UTC (2+ messages)
[PATCH 1/8] libsmartcols/src/libsmartcols.h.in: add function name
2014-05-06 10:43 UTC (4+ messages)
` [PATCH 6/8] misc-utils/lsblk.c: add sorting support for lsblk command
[PATCH 08/16] libuuid/man/uuid_clear.3: Improve the typesetting of the manual
2014-05-06 10:02 UTC (2+ messages)
[PATCH 6/7] libblkid/libblkid.3: Improve the typsetting of the manual
2014-05-06 9:29 UTC (4+ messages)
` [PATCH 7/7] lib/terminal-colors.d.5: Improve the typesetting "
[PATCH] setpriv: Fix --selinux-label
2014-05-06 9:28 UTC (2+ messages)
[patches] removing some duplicate includes and standardizing a usage text
2014-05-06 9:13 UTC (5+ messages)
[PATCH] lsblk: add -O option to show all available columns
2014-05-06 9:01 UTC (2+ messages)
[PATCH 2/2] hwclock: Check drift value in /etc/adjtime
2014-05-05 18:49 UTC
[PATCH 1/2] hwclock: Prevent excessive drift values
2014-05-05 18:49 UTC
[PATCH 3/3] libmount/lock: add monotonic clock support
2014-05-05 18:31 UTC
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).