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
/
dev
/
sbus
Age
Commit message (
Expand
)
Author
2009-03-29
Get width, height, and linebytes values from prom_getpropint().
tsutsui
2009-03-27
Use bus_space(9) to access registers. SETREG() macro using bogus casts
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-16
ANSIfy functions with function-pointer arguments
dsl
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-01-03
remove extra semicolons.
yamt
2008-12-26
Sprinkle #if NTCTRL > 0 so that this builds again without
he
2008-12-26
move callout_init(sc->sc_tick_ch) before we're trying to callout_stop()
macallan
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-12-12
fix stride value returned by /dev/fb
macallan
2008-12-12
device_t-ify
macallan
2008-12-11
Fix warning about missing initializer that showed up in sparc64
hauke
2008-11-20
Read the chip revision from the Sbus register.
jdc
2008-11-07
*** Summary ***
dyoung
2008-09-08
Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
gmcgarry
2008-07-02
change licence of my old code to two-clause BSD licence
plunky
2008-06-12
use device_lookup_private to get softc
cegger
2008-06-11
mechanical changes to use device_private() or device_lookup_private()
drochner
2008-06-11
- use device_lookup_private to get softc
cegger
2008-05-29
remove clause #3 from my license where there are no other
mrg
2008-05-25
Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()
ad
2008-05-17
device_t
macallan
2008-05-17
unbork previous by actually using CFATTACH_DECL_NEW(). Doh.
macallan
2008-05-17
magic number reduction - no functional change
macallan
2008-05-17
don't map more video memory than we really need
macallan
2008-05-16
struct device * -> device_t
macallan
2008-05-16
struct device * -> device_t
macallan
2008-05-09
move to 2 clause license
macallan
2008-05-06
Add more initialisation steps (read reset register; pause; set burst size
jdc
2008-05-04
mii_dev is a device_t now.
xtraeme
2008-04-29
Another compile fix.
ad
2008-04-29
Pass the "right" softc to the soft interrupt handler
martin
2008-04-29
Make it compile
martin
2008-04-29
Use sparc_softintr to pass down device interrupt to the correct IPL.
ad
2008-04-29
Convert to new 2 clause license
martin
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-28
Set (and display) the chip revision.
jdc
2008-04-24
Network protocol interrupts can now block on locks, so merge the globals
ad
2008-04-23
Since device_t is split out from softc, we have to allocate struct device
tsutsui
2008-04-21
Don't send signals from a hardware interrupt handler. XXX This is still
ad
2008-04-13
Split device_t/softc for MI ncr53c9x and some related devices,
tsutsui
2008-04-07
use device_xname() and get rid of isp_name
cegger
2008-04-05
use aprint_*_dev and device_xname
cegger
2008-04-04
Split device_t/softc for le(4) and variants and misc cosmetic changes.
tsutsui
2008-03-22
Check the "shared-pins" property for the value "serdes".
jdc
2008-03-11
Checkpoint of some fairly major isp(4) rototilling.
mjacob
2008-03-08
Don't panic if you can't find the corresponding DMA device- just don't
mjacob
2008-03-02
Fix previous.
nakayama
[next]