nofollow'/>
summaryrefslogtreecommitdiff
path: root/usr.bin/modstat
AgeCommit message (Collapse)Author
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
Proposed on tech-kern@.
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
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-13fix mdoc warning: use -width instead of -columnplunky
2006-05-15WARNS=4, ansi pass lint.christos
2006-05-15Add the DRV lkm type. From David Boggs.christos
2006-03-24Serial comma, remove unnecessary .Pp.wiz
2006-03-23Briefly document output of the modstat utility.reed
(And update document date.)
2006-03-23Changing a comment only because the module interface versionreed
is not 1 anymore.
2005-09-09PR misc/31280: man 8 modstat is referencing itself. By Stefan Schumacher.rpaulo
2004-10-22Update a comment to say that the returned size is in KB.peter
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
guessed it) 'NetBSD.org'. some mdoc fixes.
2002-09-18uppercase 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-13Don't try to print negative offset in module structure.tron
2001-12-01Sort sections, sort SEE ALSO, use standard headers, mdocify AUTHORS section.wiz
2001-12-01Whitespace cleanup.wiz
2000-12-10add support for COMPAT LKMsjdolecek
constify type_names[], avoid using random data for unknown/invalid types
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES orkleink
DIAGNOSTICS as appropriate (and documented in mdoc(7)).
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
consistency. (no functional changes)
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
to match as well. No functional changes.
1999-08-16Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb
1999-06-15make this compile again... since size_t is unsigned long now, %*d's withchristos
the size arg size_t make gcc bitch.
1999-06-07deal with 32 vs. 64 bit pointers, from joda@pdc.kth.se as part of PR#6149mrg
1999-03-22More 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-06revoke priviledges when no longer needed.mrg
1998-01-09RCS Id Police.perry
1997-10-19WARNSify, fix .Nm usage, getopt returns -1 not EOFlukem
1997-05-07ensure strncpy() is nul terminated.mrg