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