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
/
alpha
/
sableio
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-05-07
Liberally sprinkle static around to get more symbols out of the
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-11-18
malloc(9) -> kmem(9)
thorpej
2020-09-22
Changes to make MPSAFE interrupts work on Alpha:
thorpej
2018-12-08
Clean up initialization of com_regs structure, in preparation for
thorpej
2015-04-13
MD rnd.h cleanups. Please let me know if I broke anything!
riastradh
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2014-03-21
gc sprintf; reduce local static usage of interrupt strings that are only
christos
2012-02-06
Do a minor cleanup of alpha (this will make applying pullups post branching
matt
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-06-14
Major cleanup of alpha device drivers.
matt
2009-12-04
Cleanup interrupt establish error messages. Do not mix
njoly
2009-11-21
- Use lwp_getpcb() on Alpha.
rmind
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-16
Split device_t and softc for the ... wait for it ... [air quotes] MI
cube
2008-03-15
Split device_t and softc for pckbc(4) and its attachments.
cube
2008-03-14
Split device_t and softc for all com(4) devices (well, everything that
cube
2008-03-07
Split the softc from the device_t for all lpt(4) variants and attachments
cube
2008-02-29
Use pmf_device_register1() instead of shutdownhook_establish() to
dyoung
2008-01-05
Fix includes.
ad
2006-07-13
Add an option COM_REGMAP to allow com(4) to use an array of register indices.
gdamore
2005-12-11
merge ktrace-lwp.
christos
2005-08-26
kill some more simple submatch() functions, use config_stdsubmatch()
drochner
2005-08-25
replace the "locdesc_t" structure carrying the number of locators
drochner
2004-09-13
autoconf cleanup: turn xxxsubmatch() functions into the locator
drochner
2004-08-30
Phase out the use of a string as first "attach args" member to control
drochner
2003-09-25
Modify the fdcattach() interface again, splitting it into two parts, so that
mycroft
2003-09-25
Update for new attach method.
mycroft
2003-01-01
Use aprint_normal() for cfprint routines.
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
Introduce a new routine, config_match(), which invokes the
thorpej
2002-09-27
Rather than referencing the cfdriver directly in the cfdata entries,
thorpej
2001-07-12
bzero -> memset
thorpej
2000-12-21
Add support for the AlphaServer 2100 (Sable) and the AlphaServer 2100A
thorpej