.. |
altq
|
delete unused pragma ident junk
|
2008-08-27 01:37:16 +00:00 |
arch
|
Use the correct sizeof for the _ca.
|
2008-11-10 16:50:13 +00:00 |
compat
|
change all callers of enterpgrp() to pre-allocate a pgrp or session if
|
2008-11-01 05:59:20 +00:00 |
conf
|
Rework that way that agp attaches.
|
2008-11-09 15:11:18 +00:00 |
crypto
|
Use defines for constants. Use __attribute__ bounded.
|
2008-11-04 23:08:47 +00:00 |
ddb
|
Add a new sysctl ``ddb.trigger''
|
2008-11-08 01:14:51 +00:00 |
dev
|
fix typo in debug printf; ok ratchov@
|
2008-11-12 16:01:09 +00:00 |
isofs
|
fix potential null dereference.
|
2008-11-08 01:27:51 +00:00 |
kern
|
for ^T support, grab all the information from the process before going
|
2008-11-11 15:33:02 +00:00 |
lib
|
make random(9) return per-cpu values (by saving the seed in the cpuinfo),
|
2008-10-15 23:23:44 +00:00 |
miscfs
|
same vmspace song and dance as in kern_sysctl.c 1.167; ok kurt
|
2008-11-10 03:38:53 +00:00 |
msdosfs
|
Update access(2) to have modern semantics with respect to X_OK and
|
2008-06-09 23:38:37 +00:00 |
net
|
Clear ifindex2ifnet[] in if_detach() this is needed because link local
|
2008-11-10 18:08:42 +00:00 |
net80211
|
Prevent a crash in ieee80211_setkeys() when unplugging an interface in
|
2008-10-23 16:21:21 +00:00 |
netatalk
|
Second pass of simple timeout_add -> timeout_add_sec conversions
|
2008-10-15 19:12:18 +00:00 |
netbt
|
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
|
2008-09-10 14:01:22 +00:00 |
netinet
|
fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom
|
2008-11-08 12:54:58 +00:00 |
netinet6
|
Remove the M_ANYCAST6 mbuf flag by doing the detection all in ip6_input().
|
2008-11-02 10:37:29 +00:00 |
netmpls
|
Fix cvs id tag.
|
2008-11-06 19:32:51 +00:00 |
netnatm
|
bring the netnatm usrreq's also up to speed on the addition of the
|
2008-05-27 19:57:45 +00:00 |
nfs
|
Revert last commit; mbuf leaks are not solved by double-freeing mbuf chains
|
2008-10-31 17:28:47 +00:00 |
ntfs
|
Avoid #pragma pack(1) and unify everything towards using __packed.
|
2008-09-01 17:30:55 +00:00 |
scsi
|
clean namespace a fair bit; wrap kernel-use-only structures and gunk in
|
2008-11-10 18:04:41 +00:00 |
stand/boot
|
|
|
sys
|
use do { } while (/* CONSTCOND */ 0) loops for all multi-line macros
|
2008-11-07 17:31:24 +00:00 |
ufs
|
use PAGE_SIZE in FS_KERNMAXFILESIZE() use, note this is not the same as getpagesize() elsewhere. otto, please fix correctly after
|
2008-11-06 18:13:31 +00:00 |
uvm
|
typo: be -> by in comment
|
2008-11-10 18:11:59 +00:00 |
xfs
|
remove the vfc_mountroot member from vfsconf and
|
2008-05-07 14:08:37 +00:00 |
Makefile
|
Add socppc.
|
2008-05-15 20:19:11 +00:00 |