NetBSD/sys
thorpej b667a5a357 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 06:30:07 +00:00
..
adosfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
arch New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
coda Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
compat Implement fdremove() which is used in place of all the code that 2000-03-23 05:16:12 +00:00
conf Make IPKDB working again. 2000-03-22 20:58:25 +00:00
ddb Fix obvious off-by-one error in db_output(). 2000-03-08 08:31:33 +00:00
dev Sorry I forgot to commit this file.. 2000-03-23 06:04:24 +00:00
filecorefs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
gdbscripts
ipkdb Make IPKDB working again. 2000-03-22 20:58:25 +00:00
isofs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
kern New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
lib make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES. 2000-03-02 07:41:49 +00:00
lkm Add prototypes for the xxx_lkmentry() functions, and enable WARNS=1. 2000-03-21 11:45:56 +00:00
miscfs Adapt to last VFS changes - add appropriate vfs_done routine. 2000-03-16 19:00:26 +00:00
msdosfs createde(): if an error occurs, make sure to mark all modified directory 2000-03-22 14:56:56 +00:00
net remove bogus comment 2000-03-22 16:51:03 +00:00
netatalk PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 2000-02-02 23:28:08 +00:00
netccitt Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
netinet Make IPKDB working again. 2000-03-22 20:58:25 +00:00
netinet6 correct references. update ipsec description (sync with kame). 2000-03-22 08:20:18 +00:00
netiso introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
netkey correct IPsec SA lookup, so that we can always get/use 2000-03-05 05:42:33 +00:00
netnatm Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netns introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
nfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ntfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
stand
sys New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
ufs Small cosmetic change. 2000-03-22 01:03:33 +00:00
uvm Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
vm second and third argument of pmap_steal_memory() are not paddr_t*, but vaddr_t*. 2000-03-21 09:33:45 +00:00
Makefile Builds LKMs on PowerPC (although there are still some issues with loading 1999-11-08 00:16:40 +00:00