summaryrefslogtreecommitdiff
path: root/misc/logsave.c
Commit message (Expand)AuthorAgeFilesLines
* logsave: make message when process has a non-zero exit code to be less scaryTheodore Ts'o2014-03-291-1/+1
* Clean up sparse warningsTheodore Ts'o2013-12-161-7/+7
* logsave: fix fd leak which could cause logsave to hangTheodore Ts'o2012-07-231-0/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* e2fsprogs: Don't try to close an fd which is negativeEric Sandeen2011-09-161-1/+2
* logsave: Update usage message so it is correctCarsten Hey2011-05-071-1/+1
* logsave: Don't send the ^A and ^B delimiters to the consoleTheodore Ts'o2009-06-291-3/+22
* logsave: Fix warn_unused_result warnings from gccTheodore Ts'o2009-04-221-3/+26
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-10/+10
* Define _XOPEN_SOURCE to 600 consistently for Solaris C99 supportTheodore Ts'o2008-07-131-0/+2
* logsave: Pass any SIGTERM or SIGINT signals to child processTheodore Ts'o2008-03-271-0/+25
* logsave.c (main): Use setsid() to avoid getting killed by initTheodore Ts'o2004-03-041-2/+3
* * Add support for the -a and -s options to logsave.Theodore Ts'o2003-04-161-36/+82
* Add logsave, a new program which saves the output of a commandTheodore Ts'o2003-04-141-0/+215