| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a ↵ | gmcgarry | |
| few flags for PCC. | |||
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls | |
| 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. | |||
| 2006-05-12 | apply -Wno-pointer-sign with GCC4. | mrg | |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem | |
| 1998-02-22 | WARNSify | christos | |
| 1997-10-24 | use CPPFLAGS instead of CFLAGS | lukem | |
| 1997-10-19 | Define USE_UTIMES. | mycroft | |
| 1997-10-19 | use WARNS=0 not WARNS?=0 to disable warnings | lukem | |
| 1997-10-18 | disable WARNS until usr.sbin cron is cleaned up | lukem | |
| 1997-05-08 | Back out the .PATH.c changes. The .depend problem (and others) | gwr | |
| will be fixed using the new .NOPATH make feature instead. | |||
| 1997-05-06 | Use .PATH.c: ... | gwr | |
| 1997-01-09 | RCS ID police | tls | |
| 1995-06-10 | Don't deny read permission on the executable. | mycroft | |
| 1994-12-24 | don't need bsd.own.mk any more. | cgd | |
| 1994-12-22 | specify man pages the new way. | cgd | |
| 1994-12-20 | pull in bsd.own.mk by hand, early, so NOMAN= can be defined there. | cgd | |
| 1994-02-10 | kill bogus install -d's, and clean slightly | cgd | |
| 1994-01-20 | Don't compile with compat.c, since our C library allready has all the | jtc | |
| functions it provides. | |||
| 1994-01-12 | note fact that 'cron' moved | cgd | |
| 1994-01-05 | Hack to get both crontab.1 and crontab.5 manpages installed without having | jtc | |
| to rename either file (before crontab.5 was renamed crontab.5.5). | |||
| 1994-01-05 | Clean up deleted files. | mycroft | |
| 1994-01-05 | Update for Vixie Cron 3.0 | jtc | |
| 1993-12-25 | fix previous security patch | deraadt | |
| 1993-12-18 | plug security hole in "crontab -r". | cgd | |
| fix from Todd C. Miller <millert@cs.Colorado.EDU> | |||
| 1993-12-07 | Eliminate some compiler warnings. | mycroft | |
| 1993-11-10 | do the right thing with EDITOR and PATH. reported (with fix) by | cgd | |
| Roland McGrath <roland@frob.com> | |||
| 1993-08-02 | Add RCS identifiers, remove some completely useless RCS logs and patchkit | mycroft | |
| headers, and a few other insignificant changes. | |||
| 1993-07-18 | Use ${COPY}, not -c for install. | mycroft | |
| 1993-05-28 | Clean up deleted files. | mycroft | |
| 1993-05-28 | update for newest version of vixie's cron, as of May 27 1993 | cgd | |
| 1993-04-26 | Don't try to install man page if NOMAN set. | mycroft | |
| 1993-03-28 | cleaned up such that it compiles quietly | glass | |
| now installs with right permissions now installs both man pages properly | |||
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
