Util-Linux package development
 help / color / mirror / Atom feed
 messages from 2015-02-10 21:30:37 to 2015-03-01 11:06:16 UTC [more...]

[PATCH 00/16] pull: changes to various utils
 2015-03-01 11:06 UTC  (35+ messages)
` [PATCH 01/16] whereis: tell when mandatory option is missing
` [PATCH 02/16] flock: add --verbose option
` [PATCH 03/16] flock: improve timeout handling
` [PATCH 04/16] prlimit: tell in --verbose output which pid got the new limit
` [PATCH 05/16] tunelp: remove get_val() in favour of strtol_or_err()
` [PATCH 06/16] tunelp: remove unnecessary preprocessor directives
` [PATCH 07/16] lib/strutils: move parse_switch() from setterm(1) to library
` [PATCH 08/16] tunelp: use parse_switch()
` [PATCH 09/16] eject: "
` [PATCH 10/16] rpmatch: use symbolic value when evaluation return codes
` [PATCH 11/16] tailf: check printing criteria more carefully
` [PATCH 12/16] tailf: count last lines correctly at initial print out
` [PATCH 13/16] tailf: do not allow minus signed last lines argument
` [PATCH 14/16] tailf: ensure file argument really is a file
` [PATCH 15/16] logger: move /dev/log to pathnames.h
` [PATCH 16/16] logger: fix -i argument parsing regression
` [PATCH 11/62] pull:

[PATCH 00/31] pull: more changes
 2015-03-01 10:59 UTC  (35+ messages)
` [PATCH 01/31] more: remove function declarations
` [PATCH 02/31] more: reorder includes, declarations, and global variables
` [PATCH 03/31] more: add struct more_control and remove "
` [PATCH 04/31] more: remove dead code and useless comments
` [PATCH 05/31] more: return is statement, not a function
` [PATCH 06/31] more: use paths.h to find bourne shell and vi editor
` [PATCH 07/31] more: remove function like preprocessor defines
` [PATCH 08/31] more: remove pointless functions
` [PATCH 09/31] more: remove 'register' keywords
` [PATCH 10/31] more: avoid long else segment in prbuf()
` [PATCH 11/31] more: move runtime usage output away from command()
` [PATCH 12/31] more: move editor execution to a function "
` [PATCH 13/31] more: move skipping backwards "
` [PATCH 14/31] more: move skipping forewards "
` [PATCH 15/31] more: check open(3) return value
` [PATCH 16/31] more: remove unnecessary braces
` [PATCH 17/31] more: do not call fileno() for std{in,out,err} streams
` [PATCH 18/31] more: split run time help screen to multiple translatable lines
` [PATCH 19/31] more: tell in run time help what the 'v' will execute as editor
` [PATCH 20/31] more: add display_file() to be shared with files and stdin input
` [PATCH 21/31] more: replace siglongjmp() and signal() calls with signalfd()
` [PATCH 22/31] more: init function variables at declaration
` [PATCH 23/31] more: rename variable and function names easier to understand
` [PATCH 24/31] more: add -i ignore-case posix compliance option
` [PATCH 25/31] more: add -n <number> "
` [PATCH 26/31] more: add -e "
` [PATCH 27/31] more: fix compiler warnings
` [PATCH 28/31] more: speed up command_expansion()
` [PATCH 29/31] more: remove unnecessary variable
` [PATCH 30/31] more: remove TIOCGWINSZ preprocessor #ifdef checks
` [PATCH 31/31] more: simplify initterm()

[PATCH] docs: fstab(5) grammar / English fixes, and some other updates
 2015-02-27 13:53 UTC  (5+ messages)

[PATCH v2] docs: fix some spelling errors and typos in man pages
 2015-02-27 13:49 UTC  (2+ messages)

tty[1-6]: colors a negative accessibility/usability trend
 2015-02-27 13:48 UTC  (20+ messages)

[PATCH 0/8] fix spelling/typos in man pages
 2015-02-25  2:49 UTC  (12+ messages)
` [PATCH 1/8] runuser.1: fix spelling implemenation -> implementation
` [PATCH 2/8] scriptreplay.1: fix spelling overide -> override
` [PATCH 3/8] unshare.1: fix spelling permamently -> permanently
` [PATCH 4/8] last.1: fix spelling preferrable -> preferable
` [PATCH 5/8] lslogins.1: fix spelling priviliges -> privileges
` [PATCH 6/8] hwclock.8.in: fix spelling transfered -> transferred
` [PATCH 7/8] prlimit.1: fix typo umlimited -> unlimited
` [PATCH 8/8] agetty.8: fix typo unnsupported -> unsupported

[PATCH] build fix
 2015-02-24 15:33 UTC  (2+ messages)
` [PATCH] logger: link libsystemd-daemon.so

[PATCH 00/13] pull: rtcwake changes
 2015-02-24 13:01 UTC  (20+ messages)
` [PATCH 01/13] rtcwake: add rtcwake_control and remove global variables
` [PATCH 02/13] rtcwake: enumerate constant mode strings
` [PATCH 03/13] rtcwake: replace long if else statement with switch case
` [PATCH 04/13] rtcwake: remove RTC_ALM_READ and RTC_ALM_SET compatibility
` [PATCH 05/13] rtcwake: improve read_clock_mode()
` [PATCH 06/13] rtcwake: add human readable --date timestamp format
` [PATCH 07/13] rtcwake: fix preprocessor redefinition
` [PATCH 08/13] rtcwake: clean up struct tm initializations
` [PATCH 09/13] rtcwake: do not overwrite device name
` [PATCH 10/13] bash-completion: add freeze mode to rtcwake
` [PATCH 11/13] rtcwake: improve coding style
` [PATCH 12/13] rtcwake: make some command line options mutually exclusive
` [PATCH 13/13] rtcwake: read accepted mode strings from /sys/power/state

[PATCH 00/12] pull: script(1) changes
 2015-02-22 14:42 UTC  (13+ messages)
` [PATCH 01/12] script: remove function prototypes
` [PATCH 02/12] script: add struct script_control and remove global variables
` [PATCH 03/12] script: use signalfd() to catch signals
` [PATCH 04/12] script: use poll() rather than select()
` [PATCH 05/12] script: merge doinput() and output() functions to do_io()
` [PATCH 06/12] script: remove io vs signal race
` [PATCH 07/12] script: add 'Script started' line always to capture file
` [PATCH 08/12] script: move do_io() content to small functions
` [PATCH 09/12] script: replace strftime() workaround with CFLAGS = -Wno-format-y2k
` [PATCH 10/12] script: use correct input type, move comment, and so on
` [PATCH 11/12] script: use gettime_monotonic() to get timing file timestamps
` [PATCH 12/12] script: add noreturn function attributes

[bug] logger 2.26: regression, option -i not combinable with other options
 2015-02-21 15:28 UTC  (6+ messages)

[PATCH] more: fix control character display bug
 2015-02-20 11:06 UTC  (3+ messages)

[ANNOUNCE] util-linux v2.26
 2015-02-19 12:55 UTC 

more nits in cfdisk
 2015-02-19 11:02 UTC  (2+ messages)

wipefs no longer shows or erases nilfs2 signatures
 2015-02-19 10:35 UTC  (2+ messages)

blikid reports gdisk-created Bios Boot Partition, created with NO fs, has fs TYPE=ext4. Bug/why?
 2015-02-19 10:01 UTC  (2+ messages)

[PATCH] setarch: print error when command runs without arguments
 2015-02-19  9:56 UTC  (2+ messages)

[PATCH] tests: improve some wordings of the output
 2015-02-19  9:55 UTC  (2+ messages)

[PATCH] hwclock: improve man-page language
 2015-02-19  9:54 UTC  (2+ messages)

fdisk -l hits floppy drive
 2015-02-18  3:29 UTC  (4+ messages)

libsmartcols patch
 2015-02-16 13:46 UTC  (5+ messages)

RFC hwclock: refactoring
 2015-02-16 12:32 UTC  (5+ messages)

[PATCH] fix warning, gcc 5.0
 2015-02-16 10:13 UTC  (4+ messages)
` [PATCH] fsck: "

[PATCH] hwclock: man-page errata
 2015-02-16 10:12 UTC  (2+ messages)

[PATCH] logger: add --socket-errors compatibility option
 2015-02-16 10:11 UTC  (2+ messages)

[PATCH] sfdisk: include rpmatch.h
 2015-02-16 10:09 UTC  (2+ messages)

losetup on a image file containing (GPT) partition doesn't create partition devices
 2015-02-16  8:52 UTC  (10+ messages)

[ANNOUNCE] util-linux v2.26-rc2
 2015-02-15 21:27 UTC  (6+ messages)

[PATCH 1/2] unshare: add some examples
 2015-02-15 12:10 UTC  (3+ messages)
` [PATCH 2/2] unshare: allow persisting namespaces

[PATCH] script.1: Improve documentation of non-interactive behavior
 2015-02-13 18:59 UTC 

[PATCH 0/3] script: no logging for non-interactive shells
 2015-02-12 13:31 UTC  (4+ messages)

[PATCH] lscpu: add s-Par support
 2015-02-11 10:47 UTC  (2+ messages)

[PATCH 3/3] script: Introduce --interactive command line option
 2015-02-10 21:31 UTC 

[PATCH 2/3] script: Initialize isterm and shell earlier in main()
 2015-02-10 21:31 UTC 

[PATCH 1/3] script: Split doexec() out of doshell()
 2015-02-10 21:30 UTC 


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