| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
the RADIUS server as RAD_CALLING_STATION_ID.
PR: 44310
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
MFC after: 2 weeks
|
|
|
|
|
|
| |
disappearing from the tree. We already were splitting the baby (using
the symbol for the vendor BROADCOM, but not for the device). Use
#defines for both.
|
|
|
|
|
|
| |
friendly. Use the systems headers rather than local versions.
Reviewed by: ru
|
| |
|
| |
|
| |
|
|
|
|
| |
compiled on 4.x-stable.
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode2004a.tar.gz
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the *filename* and not the pid_file(!). Stupid brain-fault on my part.
This could cause a segfault under -neworder if newsyslog had to rotate
multiple files, and later ones had specifed the 'N' flag.
Bug first reported by: le
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| | |
strncpy(d, s, l);
d[l - 1] = '\0';
statements.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
-d option was equal to the one already saved and which caused
the pw utility to avoid updating values passed by other options
processed before the -d option in the code path.
Spotted by: Richard Caley <rjc@interactive.co.uk>
|
| |
| |
| |
| | |
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
|
| | |
|
| |
| |
| |
| | |
Submitted by: ru
|
| |
| |
| |
| |
| |
| |
| |
| | |
variable.
PR: docs/21826
Reviewed by: ru
Requested by: Bernd Luevelsmeyer
|
| |
| |
| |
| | |
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
exposing information about the endianness and alighment requirements
in the packets sent by traceroute6.
Obtained from: KAME
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
main advantage of this is that daemon's are only signalled once per run,
instead of once for each file that is rotated.
MFC after: 2 weeks
|
| |
| |
| |
| |
| |
| | |
Submitted by: Orla McGann <orly@redbrick.dcu.ie>
Obtained from: KAME
MFC after: 2 weeks
|
| | |
|
| |
| |
| |
| | |
Approved by: bmilekic (mentor)
|
| |
| |
| |
| |
| | |
Reviewed by: md5
Approved by: das (mentor)
|
| |
| |
| |
| |
| |
| |
| | |
- Cast isdigit's argument to unsigned char.
- Remove the now unused variable i.
Approved by: das (mentor)
|
| |
| |
| |
| |
| |
| |
| | |
using __DECONST() for something, and that reference has been removed.
Noticed by: Helge Oldach
MFC after: 13 days
|
| |
| |
| |
| |
| |
| | |
people have a way to drop back to the previous logic.
MFC after: 13 days
|
| |
| |
| |
| |
| |
| |
| |
| | |
processes, and balance that by adding a 10-second delay after all the
processes have been signaled. Also improvement a few messages printed
with `-n' or `-v' processing (mostly signal-related messages).
MFC after: 13 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
files to rotate. The new order will first rotate all files that need
to be rotated, and then send a single signal to each process which
needs to be signaled, and finally it will compress all the files which
were rotated.
This means daemons will be signaled once per run of newsyslog, instead
of once per file rotated. Also, files will be compressed in order of
file-size (smallest to largest). Also, it waits for each file to be
completely compressed before starting the next one (effectively as if
the 'w' flag is specified for all entries in newsyslog.conf). This
avoids the situation of having 10 gzip's going at the same time (each
with a log.0 and a log.0.gz file active), and it also means that file
attributes can be reliably set on files after they are compressed.
NOTE: This commit does define NEWORDER (which you could get rid of if
you really don't trust this), but it does not flip the "-D neworder"
switch. So, at the moment none of these changes happen unless you
request them (perhaps by adding '<debug> neworder' in newsyslog.conf).
PR: bin/25070 inspired some parts of this
Submitted by: parts from bin/25070 done by Helge Oldach
MFC after: 14 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the newsyslog.conf file. Rename one size-related variable, and move
another one from the stack into conf_entry. Add a routine to change
file-attributes (chown, chmod, chflags), instead of having several
places doing the same sequence of system-calls. A few cosmetic/style
changes.
These should not effect any users. Most of these probably look
pointless, but they are the "insignificant parts" of a much larger
update that I'll be committing soon. Doing these as a separate update
should make that update easier to read.
MFC after: 14 days
|
| |
| |
| |
| |
| | |
Make explicit in the documentation that valid shells need to be
supplied only if the -S option is not given.
|
| | |
|
| |
| |
| |
| | |
Rescue can now be built for arm.
|
| | |
|
| | |
|
| |
| |
| |
| | |
This manpage needs an English clenup.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Trim whitespace at EOL.
|
| |
| |
| |
| |
| | |
Fixed grammar (missing punctuation).
Fixed screwup with the SEE ALSO section.
|