History log of /src/usr.bin/logger |
Revision | Date | Author | Comments |
1.4 | 28-May-2007 |
tls | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to various string and memory copy and set functions (as well as a few system calls and other miscellany) where known at function entry. RedHat has evidently built all "core system packages" with this option for some time.
This option should be used at the top of Makefiles (or Makefile.inc where this is used for subdirectories) but after any setting of LIB.
This is only useful for userland code, and cannot be used in libc or in any code which includes the libc internals, because it overrides certain libc functions with macros. Some effort has been made to make USE_FORT=yes work correctly for a full-system build by having the bsd.sys.mk logic disable the feature where it should not be used (libc, libssp iteself, the kernel) but no attempt has been made to build the entire system with USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.
Adjust the system build so that all programs and libraries that are setuid, directly handle network data (including serial comm data), perform authentication, or appear likely to have (or have a history of having) data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default, with the exception of libc, which cannot use USE_FORT and thus uses only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no per-directory or in a system build will disable if desired.
|
1.3 | 22-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.2 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 22-Dec-1994 |
jtc | imported from 44lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.17 | 26-Jun-2020 |
wiz | Remove superfluous Pp.
|
1.16 | 25-Jun-2020 |
jruoho | Fix PR kern/53333.
|
1.15 | 13-May-2012 |
njoly | Small typo in macro.
|
1.14 | 26-Apr-2012 |
christos | support the LOG_CONS/LOG_NDELAY.
|
1.13 | 22-Mar-2012 |
wiz | Fix whitespace nits. Suggested by Bug Hunting.
|
1.12 | 14-May-2010 |
jruoho | branches: 1.12.6; RETURN VALUES -> EXIT STATUS.
|
1.11 | 01-Nov-2008 |
wiz | Sort options, add RETURN VALUES section.
|
1.10 | 31-Oct-2008 |
christos | Import syslogd SoC project by Martin Schuette: - new syslog protocol api syslogp(3) that supports structured data and draft-rfc timestamps - reliable tcp connections with queueing - encrypted connections
|
1.9 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.8 | 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
1.7 | 01-Dec-2001 |
wiz | Whitespace cleanup.
|
1.6 | 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
1.5 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register, bcopy
|
1.4 | 22-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.3 | 28-Aug-1993 |
jtc | Document the fact that logger is POSIX.2 compliant.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 22-Dec-1994 |
jtc | imported from 44lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.12.6.2 | 23-May-2012 |
yamt | sync with head.
|
1.12.6.1 | 17-Apr-2012 |
yamt | sync with head
|
1.17 | 27-Apr-2012 |
wiz | Sync usage with SYNOPSIS.
|
1.16 | 26-Apr-2012 |
christos | support the LOG_CONS/LOG_NDELAY.
|
1.15 | 04-Sep-2011 |
joerg | branches: 1.15.2; static + __dead
|
1.14 | 12-Apr-2009 |
lukem | fix sign-compare issue
|
1.13 | 13-Nov-2008 |
christos | branches: 1.13.2; PR/39912: Jukka Salmi: Logger eats the first word because of incorrect syslogp invocation.
|
1.12 | 31-Oct-2008 |
christos | fix compilation issue
|
1.11 | 31-Oct-2008 |
christos | Import syslogd SoC project by Martin Schuette: - new syslog protocol api syslogp(3) that supports structured data and draft-rfc timestamps - reliable tcp connections with queueing - encrypted connections
|
1.10 | 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.9 | 07-Aug-2003 |
agc | branches: 1.9.34; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.8 | 20-Feb-2001 |
cgd | use getprogname()
|
1.7 | 21-Sep-2000 |
ad | KNF, const.
|
1.6 | 19-Dec-1998 |
christos | char -> unsigned char
|
1.5 | 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register, bcopy
|
1.4 | 22-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.3 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.2 | 26-Apr-1993 |
deraadt | fixed multiple inclusion problem
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 22-Dec-1994 |
jtc | imported from 44lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.9.34.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.13.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.15.2.1 | 23-May-2012 |
yamt | sync with head.
|