timeout: add the --kill-after option
[platform/upstream/coreutils.git] / src /
2010-03-16 Pádraig Bradytimeout: add the --kill-after option
2010-03-10 Jim Meyeringremove: without -f, avoid unnecessary-expense/issues...
2010-03-04 Pádraig Bradymaint: rename the si_present variable in sort to iec_pr...
2010-03-04 Joey Deggessort: inform the system about our input access pattern
2010-03-01 Pádraig Bradysort: fix issues with month sorting in some locales
2010-02-25 Eric Blakeexpr: clarify error message
2010-02-19 Pádraig Bradymaint: clean up the output from syntax-check rules
2010-02-17 Moritz Orbachls: fix a regression by honoring NORMAL attributes...
2010-02-16 Pádraig Bradymaint: fix the man page correlation tests
2010-02-15 Pádraig Bradydoc: fix inconsistent capitalization in --help output
2010-02-15 Jim Meyeringremove.c: remove three unnecessary #include directives
2010-02-11 Pádraig Bradydoc: remove extraneous periods from --help output
2010-02-07 Jim Meyeringcopy.c: improve a comment
2010-02-01 Pádraig Bradyjoin: make -t '' operate on the whole line
2010-02-01 Assaf Gordonjoin: add --header option to always output the first...
2010-02-01 Pádraig Bradymaint: fix an inconsequential memory leak in join
2010-02-01 Jim Meyeringls --color: don't emit a final no-op escape sequence
2010-01-25 Kamil Dudkawho --mesg (-T) can use a more accurate test for TTY...
2010-01-18 Jim Meyeringlibstdbuf: plug a very unlikely leak
2010-01-18 Jim Meyeringpr: avoid two over-allocations
2010-01-12 Kamil Dudkals: reorder includes to work around broken <sys/capabil...
2010-01-07 Eric Blakepr: ensure the page header line is of the required...
2010-01-05 Jim Meyeringmaint: always free a buffer, to avoid even semblance...
2010-01-04 Jim Meyeringmaint: use more readable operator: "||" rather than "|"
2010-01-01 Eric Blakels: fix color of broken symlinks colored as target
2010-01-01 Jim Meyeringdf: use fputs in place of printf in a few more places
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2010-01-01 Stéphane Raimbaultpr --help: add missing space between short and long...
2010-01-01 Stéphane Raimbaultpr --help: improve a line-break
2010-01-01 Stéphane Raimbaultdf: add comments to help translators align column headers
2009-12-31 Jim Meyeringdoc: update tail's documentation to allow for new ...
2009-12-30 Giuseppe Scrivanotail -F: don't stop following the target of a rename
2009-12-29 Giuseppe Scrivanotail: remove `fdspec' from the hash table before changi...
2009-12-29 Jim Meyeringtail: rename an internal variable
2009-12-29 Jim Meyeringtail: avoid read-beyond-end-of-buffer error
2009-12-26 Eric Blaketac: supply link dependency
2009-12-26 Jim Meyeringtail: shrink internal struct by 8 bytes
2009-12-25 Jim Meyeringmaint: tail: avoid in-function #if directives
2009-12-25 Pádraig Bradytail: fix --follow to not use inotify on remote files
2009-12-23 Pádraig Bradywc: line-buffer the printed counts
2009-12-22 Pádraig Bradystat: Recognize k-afs, gfs, ocfs2 file system types
2009-12-22 Pádraig Bradystat: add support for more file system types
2009-12-19 Pádraig Bradydoc: enhance and reference info about version comparison
2009-12-19 Pádraig Bradyrm: fix --one-file-system regression due to fts conversion
2009-12-14 Thiago Farinabase64: use *_OPTION_DESCRIPTION macros instead of...
2009-12-13 Jim Meyeringnohup: if fd_repoen fails (redirecting stdin), report it
2009-12-13 Jim Meyeringstat: recognize "sockfs" file system type, ...
2009-12-12 Jim Meyeringfactor: add a missing va_end
2009-12-11 Jim Meyeringtail: don't call fstat on an uninitialized FD
2009-12-08 Pádraig Bradysort: fix failure if sort's parent has ignored SIGCHLD
2009-12-08 Pádraig Bradytimeout: fix failure if timeout's parent has ignored...
2009-12-05 Eric Blakeid: handle systems without getgroups support
2009-12-01 Eric Blakesort: fix link failure on Solaris
2009-11-28 Jim Meyeringmaint: chown.c: remove a comment
2009-11-24 Eric Blakebuild: fix link failure on cygwin
2009-11-16 Jim Meyeringtrue, false: perform initialization only when argc...
2009-11-16 Jim Meyeringtail -F can fail to track a file after it's been rotated
2009-11-13 Eric Blakebuild: update gnulib, for getgroups improvements
2009-11-09 Pádraig Bradyls: fix capability coloring
2009-11-07 Eric Blakebuild: consistently use freopen-safer
2009-11-07 Eric Blakemktemp: fix bug with -q and closed stdout
2009-11-07 Jim Meyeringmaint: make du's cycle-detection code consistent
2009-11-07 Jim Meyeringchcon, chgrp, chmod and chown now diagnose a directory...
2009-11-06 Giuseppe Scrivanonproc: A new program to count the available processors
2009-11-05 Eric Blakemktemp: use more robust means to avoid double-close...
2009-11-05 Jim Meyeringmktemp: don't try to close stdout twice
2009-11-05 Jim Meyeringmktemp: don't use suff_len in place of #-of-`X's variable
2009-11-05 Eric Blakemktemp: add suffix handling
2009-11-05 Eric Blakebuild: reflect gnulib changes to tempname
2009-11-05 Eric Blakemktemp: rearrange --help output
2009-11-05 Eric Blakemktemp: don't leave file behind on write failure
2009-11-05 Jim Meyeringdu: cleanup: remove dead-code vestige of already-remove...
2009-11-05 Jim Meyeringdu now diagnoses cycles, rather than ignoring them
2009-11-05 Jim Meyeringmaint: factor out cycle warning, now that du will use...
2009-11-03 Jim Meyeringrm -f: ignore EROFS when it's really ENOENT
2009-10-29 Eric Blakemaint: avoid exiting with magic number
2009-10-29 Eric Blakenice, nohup, su: detect write failure to stderr
2009-10-28 Pádraig Bradydoc: improve the echo and printf help on escapes
2009-10-28 Pádraig Bradyecho, printf: interpret \e as the Escape character
2009-10-28 Eric Blakeprintenv: ignore bogus variable names
2009-10-28 Pádraig Bradymaint: avoid "make syntax-check" failure
2009-10-28 Eric Blakedoc: turn env comments into documentation
2009-10-28 Eric Blakeenv, printenv: add -0/--null option
2009-10-27 Eric Blaketests: clean up tests of env -- handling
2009-10-27 Eric Blakeenv: reject bogus -u arguments
2009-10-27 Eric Blakemaint: let gnulib provide environ
2009-10-26 Jim Meyeringnice: execute program even when setpriority fails due...
2009-10-25 Pádraig Bradytimeout: don't orphan monitored programs if they ignore...
2009-10-23 Eric Blakenohup: use EXIT_CANCELED if not POSIXLY_CORRECT
2009-10-23 Eric Blakechroot, env, nice, su: use EXIT_CANCELED for internal...
2009-10-23 Eric Blakebuild: prohibit improper use of stat and lstat
2009-10-22 Giuseppe Scrivanotail -f: avoid a race condition
2009-10-21 Pádraig Bradymd5sum, sha*sum, sum: line-buffer the printed checksums
2009-10-19 Jim Meyeringbuild: use gnulib's isblank module
2009-10-18 Jim Meyeringmaint: factor out duplication in currently unused rules
2009-10-17 Eric Blaketouch: add -h to change symlink timestamps, where supported
2009-10-13 C de-Avilleztail: add add missing backslash at the end of a line...
2009-10-12 Eric Blaketail: tweak usage for more clarity
2009-10-10 Eric Blaketouch: optimize use of utimens
2009-10-10 Eric Blakecopy: allow symlink timestamp preservation on more...
next