index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
newsyslog
Age
Commit message (
Expand
)
Author
2002-11-07
Sigh, sizes are in KB, not bytes, which made the cutoff size for
Todd C. Miller
2002-09-21
When rotating files or checking the age of a file, check for both
Todd C. Miller
2002-09-19
Deal with someone specifying an empty string for the command to run
Todd C. Miller
2002-09-19
Fix long-standing bug. When specifying a command to run instead of sending
Todd C. Miller
2002-09-19
Since isspace() considers \n to be a space we need to check for start
Todd C. Miller
2002-09-17
Allow user to restrict logs to be rotated by specifying pathnames on
Todd C. Miller
2002-09-17
Add -F (force) flag; inspired by FreeBSD
Todd C. Miller
2002-09-17
Add -a flag to specify a directory to store archived logs. Based on
Todd C. Miller
2002-09-16
o Remove "NONE" #define and check uid_t and gid_t against -1 with proper casts
Todd C. Miller
2002-09-13
remove trailing whitespace
Todd C. Miller
2002-09-13
Don't rotate log files < 512 bytes unless in binary mode. This
Todd C. Miller
2002-09-13
Use .Dv for SIGUSR1 like all the other signal names.
Todd C. Miller
2002-09-13
KNF + ANSI; deraadt@ OK
Todd C. Miller
2002-09-12
add missing include of limits.h
Todd C. Miller
2002-08-12
Swap args to calloc(3) so they are in the correct order; art@ ok.
Aaron Campbell
2002-06-26
Don't follow symbolic links for (ie. user-owned) log files by default;
Wilbern Cobb
2002-06-12
a real pid_t cleanup.
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-27
Fix uninitialized variable introduced in rev 1.40; found by lebel@
Todd C. Miller
2001-11-24
handle NL terminated pid files correctly, OK deraadt@
Marco S Hyman
2001-11-23
greater care at reading pidfiles; millert ok
Theo de Raadt
2001-11-19
kill more registers
Mike Pechkin
2001-11-16
errno safety in SIGCHLD handler
Theo de Raadt
2001-08-21
MLINK to config file man page
Theo de Raadt
2001-08-02
o) .Sh AUTHOR -> .Sh AUTHORS;
Mike Pechkin
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-03-01
Remove -t option from getopt() since it doesn't exist; mpech@prosoft.org.lv.
Aaron Campbell
2001-01-12
various small cleanups
Theo de Raadt
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-06-14
monitor -> monitormode because some OSes have a monitor(3)
Todd C. Miller
2000-06-12
Make the flags field truly optional.
Todd C. Miller
2000-06-10
Increment pl when filling in pidlist. It was just overwriting the first
Todd C. Miller
2000-06-02
Explicitly state that newsyslog does not send a HUP to syslogd if
Todd C. Miller
2000-03-10
Various cleanups and standardization.
Aaron Campbell
2000-03-05
Finish standardizing options list introduction.
Aaron Campbell
1999-11-11
Add support for sending signals other than SIGHUP and optionally
Todd C. Miller
1999-11-09
calloc an array of char *, not pid_t (left over from previous implementation).
Todd C. Miller
1999-11-09
Avoid sending a HUP to a process multiple times. Ie: instead of one
Todd C. Miller
1999-11-07
compress_log() now needs to check for noaction != 0
Todd C. Miller
1999-11-07
Don't send a HUP or compress the log files until _everything_ has been
Todd C. Miller
1999-11-07
o Some KNF + consistent indentation for readability
Todd C. Miller
1999-11-06
Back out version 1.21 since it breaks age rotation.
Todd C. Miller
1999-11-06
back out unwanted private change
Todd C. Miller
1999-11-06
Use fchmod instead of chmod and open() instead of creat().
Todd C. Miller
1999-10-13
age_old_log() now takes an int * as a parameter so it can return -1
Todd C. Miller
1999-08-27
Replace some strlen with sizeof() - 1.
Federico G. Schwindt
1999-07-03
remove redundant .Pp macros
Aaron Campbell
1999-06-08
fewer strings
kstailey
1999-06-05
capitalize the acronym ID
Aaron Campbell
1999-06-05
- remove trailing white space
Aaron Campbell
[prev]
[next]