Go to file
dsl dbd0815551 Remove the unused 'struct malloc_type' args to kern_malloc/realloc/free
The M_xxx arg is left on the calls to malloc() and free(),
  maybe they could be converted to an enumeration and just saved in
  the malloc header (for deep diag use).
Remove the malloc_type from mbuf extension.
Fixes rump build as well.
Welcome to 6.99.6
2012-04-29 16:36:53 +00:00
bin Increase width of table column so it formats more nicely. 2012-04-15 21:20:16 +00:00
common fix lint comment. 2012-04-07 16:28:59 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto Add new "SendVersionFirst" option to OpenSSH client. This option makes 2012-04-27 15:45:37 +00:00
dist print sizeof() with %zu 2012-04-08 21:18:46 +00:00
distrib Add mudflag debug files. 2012-04-29 13:59:06 +00:00
doc Update OpenSSH and Postfix entries 2012-04-25 12:22:48 +00:00
etc Update entries for proper PSX16550 com port device names. 2012-04-29 07:21:10 +00:00
external add specs to automagically add the mudflap libraries when -fmudflap{,th} 2012-04-27 00:57:44 +00:00
extsrc
games use modern shell constructs 2012-04-26 03:16:13 +00:00
gnu Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
include PR/46360: YAMAMOTO Takashi: Restore NetBSD-5 compatibility with putenv() 2012-04-20 17:31:29 +00:00
lib Store allocated lwpctl state in the thread actually forked, 2012-04-26 00:21:44 +00:00
libexec Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
regress Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
rescue
sbin fix cast in local macro 2012-04-20 13:20:39 +00:00
share Add x68k's com(4) attachments to SYNOPSIS. 2012-04-29 07:27:19 +00:00
sys Remove the unused 'struct malloc_type' args to kern_malloc/realloc/free 2012-04-29 16:36:53 +00:00
tests Revert previous, si_addr is expected to be the faulting *data* address 2012-04-23 15:07:56 +00:00
tools Replace not only space but also '(' and ')' on generating BUILD_PLATFORM 2012-04-18 11:28:30 +00:00
usr.bin remove malloc(9) output function from vmstat 2012-04-29 16:23:56 +00:00
usr.sbin usage is dead. name_len should be read as unsigned byte. 2012-04-29 13:32:21 +00:00
x11 Move "libexpat" from X11 into base which fixes PR lib/40346. 2012-02-29 20:07:51 +00:00
build.sh Add sanity checks for live-image and install-image targets 2012-02-26 20:32:40 +00:00
BUILDING Add a missing period. 2012-02-23 13:34:15 +00:00
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING add note about SYMTAB_SPACE. 2012-03-19 06:08:51 +00:00