No description
Find a file
Poul-Henning Kamp 2e7c91ff16 malloc_pages should be static.
Add progname to warning/error message layout. (joerg)
Remove inline assembler, no speed impact, not need for the obfuscation (bde)
Remove on the fly calculation of parameters, no longer critical.
Make D & U flags valid even if we don't support them.
Don't call imalloc until we're done initializing.
Zap contents on free() if we have "Junk" set. [*]
Various nitpicking.

[*] As a sideeffect of this change, if you are worried about
sensitive data lingering in memory, you can use the 'Junk' option
now to make sure phkmalloc zaps memory when it is returned.  add
	char * malloc_options = "J";
to your source.  Obviously there is a performance impact.
1996-10-20 13:20:57 +00:00
bin
contrib Add upgrade instructions. 1996-10-20 09:49:53 +00:00
eBones
etc
games
gnu Make it clear that a vendor-branch import adds something to the 1996-10-20 13:14:40 +00:00
include
lib malloc_pages should be static. 1996-10-20 13:20:57 +00:00
libexec
lkm
release
sbin
secure
share
sys
tools
usr.bin
usr.sbin Make pstat -s (aka. sswapinfo) print ``[NFS]'' as opposed to 1996-10-20 12:54:55 +00:00
COPYRIGHT
Makefile