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
Age
Commit message (
Expand
)
Author
2003-05-23
Add ksyms.
thorpej
2003-05-23
scdebug_call() takes an LWP and not a proc as it's first argument.
simonb
2003-05-23
delete definition (DEBUG)
ichiro
2003-05-23
don't call if_free_sadl() until very end of if_detach() logic. many of
itojun
2003-05-23
hide debug messages(mapping)
ichiro
2003-05-23
delete unused definition
ichiro
2003-05-23
remove definition of debug
ichiro
2003-05-23
ffb added.
petrov
2003-05-23
Port of OpenBSD ffb driver written by Jason L. Wright.
petrov
2003-05-23
Need aprint_naive() with aprint_normal() change. Thanks, Jason.
briggs
2003-05-23
printf -> aprint_normal
briggs
2003-05-23
Sprinkle a few aprint_normal()s in place of printf().
briggs
2003-05-23
use %PRIx64 instead of %x to print bp->b_lblkno and bp->b_blkno
dbj
2003-05-23
support IXP425 Intel Network Processor
ichiro
2003-05-22
+ In ioframebuffer driver:
manu
2003-05-22
Somehow overlooked in earlier commits: prototype db_kgdb_cmd().
briggs
2003-05-22
Remove old pmap support.
thorpej
2003-05-22
Added io_connect_add_client
manu
2003-05-22
Uppercase PICA.
tsutsui
2003-05-22
Remove MI ncr53c9x SCSI from TODO list.
tsutsui
2003-05-22
interlock for NFLUSHINPROG/NFLUSHWANT.
yamt
2003-05-22
* make use of NetBSD ACPI APIs (acpi_eval_{struct,integer})
kochi
2003-05-22
poolify nfsrv_descript.
yamt
2003-05-22
indent (nfssvc_nfsd)
yamt
2003-05-22
avoid double free with xlatecookie.
yamt
2003-05-22
interlock for nfs_rcvlock.
yamt
2003-05-22
Update to wi interrupt handling:
dyoung
2003-05-22
Don't need ARM32_PMAP_NEW option any more.
thorpej
2003-05-22
Move KERNEL_VM_SIZE into the C files where its used.
thorpej
2003-05-22
Use virtual_avail and virtual_end to compute the size of the available
thorpej
2003-05-21
tweak previous; use '%#x' instead of '0x%x' (and the lx equivalents)
lukem
2003-05-21
Add some db_sym_t casts to make this compile with -D__AUDIT__.
kristerw
2003-05-21
Move KERNEL_VM_BASE inside where it is used (it won't be there for long).
thorpej
2003-05-21
Correct a diagnostic printf format specifier.
kristerw
2003-05-21
Move the new pmap from arm32/pmap_new.c to arm32/pmap.c, fully replacing
thorpej
2003-05-21
Remove #ifdefs supporting the old pmap, switching fully to the new.
thorpej
2003-05-21
Use 0 instead of NULL for size parameters.
kristerw
2003-05-21
Remove one last old pmap remnant.
thorpej
2003-05-21
size_t != unsigned int all the time.
christos
2003-05-21
Add ACPI gunk.
christos
2003-05-21
Fully switch acorn32 to the new pmap; it has been confirmed to work.
thorpej
2003-05-21
Prefix a hex error number with "0x".
simonb
2003-05-21
- use FREE not free for MALLOC'ed memory.
yamt
2003-05-21
simplelock for nfsd request cache.
yamt
2003-05-21
- KNF.
yamt
2003-05-21
poolify nfsd request cache.
yamt
2003-05-21
indent.
yamt
2003-05-21
remove local definitions of TRUE and FALSE.
yamt
2003-05-21
Use the GDB5 breakpoint value for the kernel breakpoint assembly statement
briggs
2003-05-21
indent
yamt
[next]