index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
macppc
/
dev
/
if_mc.c
Age
Commit message (
Expand
)
Author
2011-07-26
finish device_t-ification
macallan
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-06-30
Modify mapiodev to take a third argument indicating whether the space
matt
2011-06-18
struct device * -> device_t
matt
2010-12-20
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
matt
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-10-05
fix bus_spacification botch
macallan
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2003-07-15
__KERNEL_RCSID()
lukem
2003-04-02
Use PAGE_SIZE rather than NBPG.
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-07-22
bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
wiz
2001-06-08
Make macppc compile by default with -Wall -Wmissing-prototype in addition
matt
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
1998-05-30
Remove unnecessary cache flush.
tsubai
1998-05-15
Initial import of macppc port.
tsubai