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
2010-03-01
make latching optional.
macallan
2010-03-01
fix ancient typo, noticed by mouse@
macallan
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-02-18
Abort setup when we find no audio codec to avoid crashing later on with
macallan
2010-01-29
avoid using PAGE_SIZE directly so sparc/GENERIC builds again
macallan
2010-01-27
round the space we bus_space_map() up to PAGE_SIZE alignment
macallan
2010-01-27
tcx doesn't use bt_dac
macallan
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2010-01-14
set a delta value for the master channel so volume control via PMF works
macallan
2010-01-08
Expand PMF_FN_* macros.
dyoung
2010-01-05
fix off by one in zx_copyrect()
macallan
2010-01-05
fix off by one error in zx_fillrect()
macallan
2010-01-02
Fix botches in mechanical changes to make this compile:
tsutsui
2010-01-02
convert to pmf
christos
2009-09-22
Remove some more unnecessary casts.
tsutsui
2009-09-20
u_intNN_t -> uintNN_t
tsutsui
2009-09-19
u_intNN_t -> uintNN_t
tsutsui
2009-09-19
Split device_t/softc.
tsutsui
2009-09-19
Split device_t/softc.
tsutsui
2009-09-19
Make bwtwo(4) match prior to genfb(4).
tsutsui
2009-09-18
Split device_t/softc. Tested on SS1+.
tsutsui
2009-09-18
Use the common ether_crc32_le() function for multicast hash.
tsutsui
2009-09-18
Misc KNF.
tsutsui
2009-09-18
Make local functions static.
tsutsui
2009-09-18
Use uint8_t pointers for TX/RX buffers to avoid extra pointer casts.
tsutsui
2009-09-18
Adjust attach messages.
tsutsui
2009-09-18
Split device_t/softc.
tsutsui
2009-09-18
Make be(4) is properly initialized at the first ifconfig(8) command:
tsutsui
2009-09-18
- wrap a long line
tsutsui
2009-09-18
- use device_private(), proper types and variables for device_t/softc
tsutsui
2009-09-17
Fix a message format in error path.
tsutsui
2009-09-17
Split device_t/softc.
tsutsui
2009-09-17
Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.
tsutsui
2009-09-17
Remove struct sbusdev and related functions sbus_establish() and sbusreset().
tsutsui
2009-09-16
Make cgthree(4) match prior to genfb(4). Required by cgthree(4) on SS1+.
tsutsui
2009-09-16
Rewrite code which looks for an unallocated lebuffer and pairs it
tsutsui
2009-09-08
sbus_establish() should take device_t self for the device itself,
tsutsui
2009-09-08
Fix botch on device_t/softc split caused by awful casts around
tsutsui
2009-09-07
Split device_t/softc.
tsutsui
2009-08-26
adjust some mmap ranges so X can work, also use FBTYPE_TCXCOLOR
macallan
2009-08-20
call vcons_replay_msgbuf() if we're the console
macallan
2009-08-20
use vcons_replay_msgbuf()
macallan
2009-08-20
add support for a hardware cursor via wsdisplay
macallan
2009-08-19
clear the screen and initialize it with the right WID to bypass the LUT on
macallan
2009-08-19
- more cosmetics
macallan
2009-08-19
- some cosmetic fixes
macallan
2009-08-18
device_t-ify
macallan
2009-08-06
make the tcx driver do something useful:
macallan
2009-08-04
Fix small oversight in device_t/softc split. Pointed out by <jdc>.
martin
2009-07-27
Do a complete device_t/softc split for the PCI attachment. I have
dyoung
[next]