NetBSD/sys
gdamore bf6fc8ef63 Various improvements to make the common mips3 clock handling more generally
useful.  The functions delay, cpu_initclocks, and setstatclcokrate have been
renamed to mips3_delay, mips3_initclocks, and mips3_setstatclockrate.

We provide weak aliases for the original names, so machdep code doesn't have
to provide wrapper routines.  (Giving good performance.)

I've moved mips3_clockintr, mips3_initclocks, and mips3_setstatclockrate to
their own mips3_clockintr file, because some ports may not be able to use
these, and its senseless to carry that baggage.
2006-09-08 23:39:27 +00:00
..
altq add missing initializer 2006-09-03 04:28:16 +00:00
arch Various improvements to make the common mips3 clock handling more generally 2006-09-08 23:39:27 +00:00
coda
compat Implement Linux's fdatasync, patch from Nicolas Joly 2006-09-06 12:01:23 +00:00
conf First take at security model abstraction. 2006-09-08 20:58:56 +00:00
contrib/dev/ath
crypto static comes first 2006-09-03 05:22:36 +00:00
ddb ANSIfy db_error. 2006-09-05 21:56:44 +00:00
dev Typo. 2006-09-08 06:38:55 +00:00
dist First take at security model abstraction. 2006-09-08 20:58:56 +00:00
fs Fix copying too much space from a small buffer. The chances of it actually 2006-09-05 22:30:52 +00:00
gdbscripts
ipkdb First take at security model abstraction. 2006-09-08 20:58:56 +00:00
kern Add __KERNEL_RCSID(), requested by and okay xtraeme@. 2006-09-08 21:57:38 +00:00
lib Fix and simplify node removal. Add lots of assertions and comments. 2006-09-08 04:07:15 +00:00
lkm Don't build "linux_ptrace.c" anymore. ptrace(2) support is optional now 2006-08-31 14:00:29 +00:00
miscfs First take at security model abstraction. 2006-09-08 20:58:56 +00:00
net First take at security model abstraction. 2006-09-08 20:58:56 +00:00
net80211 comment out impossible comparisons. 2006-08-30 15:40:41 +00:00
netatalk
netbt
netinet First take at security model abstraction. 2006-09-08 20:58:56 +00:00
netinet6 Simplify and repair icmp6_input() to stop the kernel from panicking 2006-09-05 16:11:26 +00:00
netipsec Make this compile again (hi xtos!). Switch to C99 structure initializations. 2006-08-31 23:21:54 +00:00
netisdn
netiso remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
netkey use c99 initializers 2006-09-02 06:44:59 +00:00
netnatm
netsmb add missing initializer 2006-09-03 05:27:28 +00:00
nfs nfs_ispublicfh: fix another instance of cast-qual. 2006-09-04 08:38:16 +00:00
opencrypto
secmodel Add __KERNEL_RCSID(), requested by and okay xtraeme@. 2006-09-08 21:57:38 +00:00
stand
sys First take at security model abstraction. 2006-09-08 20:58:56 +00:00
ufs add missing initializers 2006-09-02 07:04:01 +00:00
uvm First take at security model abstraction. 2006-09-08 20:58:56 +00:00
Makefile