| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad | |
| Proposed on tech-kern@. | |||
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry | |
| 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. | |||
| 2007-04-13 | fix mdoc warning: use -width instead of -column | plunky | |
| 2006-05-15 | WARNS=4, ansi pass lint. | christos | |
| 2006-05-15 | Add the DRV lkm type. From David Boggs. | christos | |
| 2006-03-24 | Serial comma, remove unnecessary .Pp. | wiz | |
| 2006-03-23 | Briefly document output of the modstat utility. | reed | |
| (And update document date.) | |||
| 2006-03-23 | Changing a comment only because the module interface version | reed | |
| is not 1 anymore. | |||
| 2005-09-09 | PR misc/31280: man 8 modstat is referencing itself. By Stefan Schumacher. | rpaulo | |
| 2004-10-22 | Update a comment to say that the returned size is in KB. | peter | |
| 2003-02-14 | The correct capitalisation of 'NetBSD.org' is (you | grant | |
| guessed it) 'NetBSD.org'. some mdoc fixes. | |||
| 2002-09-18 | uppercase the lkm kernel-userspace dev macros and prefix them with LKM_ | lha | |
| make modload print the bdev and cdev major when its a dev lkm | |||
| 2002-09-13 | Don't try to print negative offset in module structure. | tron | |
| 2001-12-01 | Sort sections, sort SEE ALSO, use standard headers, mdocify AUTHORS section. | wiz | |
| 2001-12-01 | Whitespace cleanup. | wiz | |
| 2000-12-10 | add support for COMPAT LKMs | jdolecek | |
| constify type_names[], avoid using random data for unknown/invalid types | |||
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES or | kleink | |
| DIAGNOSTICS as appropriate (and documented in mdoc(7)). | |||
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun | |
| 2000-06-14 | sweep of my licenses (userland files w/o only my copyright) for | cgd | |
| consistency. (no functional changes) | |||
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd | |
| to match as well. No functional changes. | |||
| 1999-08-16 | Spell "privilege" correctly (correct spelling from Jonathan Stone). | simonb | |
| 1999-06-15 | make this compile again... since size_t is unsigned long now, %*d's with | christos | |
| the size arg size_t make gcc bitch. | |||
| 1999-06-07 | deal with 32 vs. 64 bit pointers, from joda@pdc.kth.se as part of PR#6149 | mrg | |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled | |
| so we shouldn't override it with versions in the manpages. Many more to come. | |||
| 1998-07-06 | revoke priviledges when no longer needed. | mrg | |
| 1998-01-09 | RCS Id Police. | perry | |
| 1997-10-19 | WARNSify, fix .Nm usage, getopt returns -1 not EOF | lukem | |
| 1997-05-07 | ensure strncpy() is nul terminated. | mrg | |
