public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-07 17:01:15 to 2014-06-02 09:08:43 UTC [more...]

[PATCH] deadlock in script
 2014-06-02  9:08 UTC  (4+ messages)

[PATCH] sfdisk: suppress Linux-irrelevant warnings with -L
 2014-06-02  7:49 UTC  (4+ messages)

build-sys: minor issues
 2014-06-02  0:33 UTC  (2+ messages)

[PATCH 0/4] setterm: documentation updates
 2014-06-01 22:35 UTC  (23+ 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

BUG: fdisk, gpt broken on 32bit big endian systems
 2014-05-30 11:52 UTC  (4+ messages)

Non disruptive application core dump infrastructure
 2014-05-29 18:23 UTC  (5+ messages)

bugs on exotic archs
 2014-05-29 17:52 UTC  (7+ messages)
    ` [PATCH] tests: fix fdisk/bsd for big endian systems

setarch question, uname -m
 2014-05-29  7:53 UTC  (4+ messages)
` [PATCH] "
  ` [PATCH] setarch, add generic support for setarch $(uname -m)

[PATCH 0/5] lscpu: improve hypervisor detection
 2014-05-28 22:29 UTC  (21+ 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

BUG: cal prints bad month headers
 2014-05-27 14:50 UTC  (6+ messages)
  ` [PATCH] cal: all output must use my_putstring

[PATCH 2/2] Don't ignore EBUSY in losetup when the loop device is given
 2014-05-28  7:19 UTC  (2+ messages)

[PATCH 1/2] Don't clear FD at EBUSY error in loopcxt_setup_device()
 2014-05-28  7:19 UTC  (2+ messages)

[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

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)

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)

[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)


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