Go to file
chs 0545b6e0cb changes for making DIAGNOSTIC not change the kernel ABI:
- for structure fields that are conditionally present,
   make those fields always present.
 - for functions which are conditionally inline, make them never inline.
 - remove some other functions which are conditionally defined but
   don't actually do anything anymore.
 - make a lock-debugging function conditional on only LOCKDEBUG.

as discussed on tech-kern some time back.
2005-12-27 04:06:45 +00:00
bin TOG require that 'set +o' output the options in a form suitable for 2005-12-13 17:44:18 +00:00
common/lib/libc Include <sys/param.h> first to make VAX port happy. 2005-12-24 08:34:10 +00:00
crypto Redo previous rework to generate yacc/lex output again and remove generated 2005-12-16 16:25:07 +00:00
dist make this compile when we don't use threads. 2005-12-22 15:14:12 +00:00
distrib Update man pages for new coredump interface. 2005-12-24 21:07:05 +00:00
doc dkctl(8), bufq(9): Add a functionality to switch bufq strategy on the fly. 2005-12-26 10:44:47 +00:00
etc Add 4 new protocols: rsvp-e2e-ignore, mobility-header, udplite and mpls-in-ip. 2005-12-18 21:39:52 +00:00
games Simplify error checking. 2005-11-19 18:01:42 +00:00
gnu setuserenv -> setuserenviron 2005-12-20 22:54:44 +00:00
include u_intN_t -> uintN_t 2005-12-26 19:01:47 +00:00
lib u_intN_t -> uintN_t 2005-12-26 19:40:14 +00:00
libexec bare asm -> __asm 2005-12-24 21:51:51 +00:00
regress Moved to interface/interface.c 2005-12-25 22:24:57 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin add a functionality to get/switch bufq strategy. 2005-12-26 10:38:52 +00:00
share u_intN_t -> uintN_t 2005-12-26 20:04:46 +00:00
sys changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
tools Search the new common framework. 2005-12-20 20:39:15 +00:00
usr.bin __inline__ -> inline 2005-12-24 21:44:28 +00:00
usr.sbin /dev/i4b -> /dev/isdn. From ulfdoz. 2005-12-26 19:11:17 +00:00
x11 Add setusercontext handling (from Patrick Welche) 2005-12-20 21:30:19 +00:00
build.sh Nuke LESSCHARSET as well since it affects the output character set of groff 2005-12-12 04:51:55 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile Modify "release" to invoke "make distribution" instead of "make build", 2005-08-25 02:04:39 +00:00
Makefile.inc
UPDATING note about conf/std. 2005-10-03 04:45:52 +00:00