.. |
altq
|
Use MI cpu_counter() interface.
|
2008-05-10 15:11:10 +00:00 |
arch
|
Fix two KASSERT(value | (C1|C2)) to KASSERT(value & (C1|C2)) so that it
|
2008-06-17 08:04:26 +00:00 |
coda
|
Convert file systems to dynamically attach with the new module interface.
|
2008-05-10 02:26:09 +00:00 |
compat
|
regen
|
2008-06-16 20:00:53 +00:00 |
conf
|
Do proper config(5) version checking after previous changes [hi drochner!].
|
2008-06-10 14:03:57 +00:00 |
contrib/dev/ath
|
|
|
crypto
|
|
|
ddb
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
dev
|
Disable the check introduced in rev. 1.184. It works in first place, but not in second place.
|
2008-06-17 09:01:56 +00:00 |
dist
|
Use of kernel malloc to record what memory ipfilter was using was broken
|
2008-06-08 11:31:28 +00:00 |
fs
|
Remove bogus KASSERT(); if we shrink the file, the number of allocated
|
2008-05-20 21:31:52 +00:00 |
gdbscripts
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
ipkdb
|
|
|
kern
|
PR kern/38761: new (?) race in buffer cache code
|
2008-06-16 12:03:01 +00:00 |
lib
|
Include cpuset.
|
2008-06-15 20:34:18 +00:00 |
lkm
|
use device_lookup to get device
|
2008-06-13 14:25:06 +00:00 |
miscfs
|
vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.
|
2008-06-04 12:41:40 +00:00 |
modules
|
Add Makefile for building azalia as a kmod
|
2008-06-02 11:34:07 +00:00 |
net
|
Fix previous: a well hidden assignment was lost.
|
2008-06-15 20:36:55 +00:00 |
net80211
|
move TAILQ_FOREACH_SAFE -> sys/queue.h
|
2008-06-15 16:42:18 +00:00 |
netatalk
|
Simplify the interface to netstat_sysctl() and allocate space for
|
2008-05-04 07:22:14 +00:00 |
netbt
|
PRU_CONTROL: acquire bt_lock manually.
|
2008-04-29 18:41:06 +00:00 |
netinet
|
Don't cast to void * unnecessarily.
|
2008-05-22 01:06:39 +00:00 |
netinet6
|
Cosmetic: join lines.
|
2008-05-22 22:25:05 +00:00 |
netipsec
|
Simplify the interface to netstat_sysctl() and allocate space for
|
2008-05-04 07:22:14 +00:00 |
netisdn
|
Also delete a now-unused local variable.
|
2008-05-23 14:10:50 +00:00 |
netiso
|
s/0/NULL/ in pointer comparisons.
|
2008-05-22 00:58:29 +00:00 |
netkey
|
Simplify the interface to netstat_sysctl() and allocate space for
|
2008-05-04 07:22:14 +00:00 |
netnatm
|
Delete unnecessary casts to void *.
|
2008-05-22 00:59:19 +00:00 |
netsmb
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
nfs
|
vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.
|
2008-06-04 12:41:40 +00:00 |
opencrypto
|
Coverity CID 5021: Check pointers before using.
|
2008-05-24 16:42:00 +00:00 |
rump
|
Use -3 for wizardmode credentials instead of -1. Technically we
|
2008-06-06 10:46:35 +00:00 |
secmodel
|
|
|
stand
|
|
|
sys
|
Update a comment.
|
2008-06-17 09:08:52 +00:00 |
ufs
|
Add some locking, runs with DIAGNOSTIC.
|
2008-06-16 02:36:27 +00:00 |
uvm
|
- uvm_pagereplace: don't try to insert multiple pages with the same offset
|
2008-06-17 02:30:57 +00:00 |
Makefile
|
Build and install modules into /kernel/modules. Each module gets a
|
2008-05-02 23:12:00 +00:00 |