summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a man page.jake2002-04-022-1/+83
* 1. Add missing include of stdint.h.jake2002-04-021-2/+3
* Use sx locks instead of flags+tsleep locks.alfred2002-04-021-31/+11
* Use sx locks rather than lockmgr locks for eventhandlers.alfred2002-04-022-18/+16
* Make this compile again after the recent NetBSD mergeimp2002-04-021-2/+2
* Add myself.nork2002-04-021-0/+1
* Add if_wi_{pccard,pci}.c for pccard and pci bus front endsimp2002-04-021-1/+3
* First cut at breaking out the bus attachment from the bus independentimp2002-04-027-479/+614
* Minor changes to make this work on sparc64.jake2002-04-021-33/+46
* Mutex profiling code, conditional on the MUTEX_PROFILING option. Adds thedes2002-04-024-4/+326
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-0129-270/+577
* Add support for booting from CD-ROM. Make it possible to enable UFStmm2002-04-012-0/+27
* 1.) Produce a boot1 disklabel template of the format disklabel(8) expects.tmm2002-04-011-12/+22
* Fix SCM IDs.obrien2002-04-017-18/+14
* Allow to compile a YACC produced file with GCC 3.1 (which has differentobrien2002-04-011-0/+1
* MFNetBSD:joe2002-04-011-5/+7
* MFNetBSD:joe2002-04-011-7/+6
* Move the CTASSERT macro from MD code to systm.h alongside KASSERT so otherjake2002-04-012-4/+4
* MFNetBSD:joe2002-04-011-3/+8
* MFNetBSD:joe2002-04-011-4/+2
* MFNetBSD:joe2002-04-011-1/+4
* Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp.obrien2002-04-015-6/+6
* MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.hjoe2002-04-017-23/+73
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-01158-404/+418
* MFNetBSD:joe2002-04-011-10/+6
* MFNetBSD: Update many URLs.joe2002-04-019-13/+18
* Include <string.h> for some prototypes, rather than depending onmike2002-04-013-0/+3
* Back out lots of the last commit that was committed by accident.joe2002-04-011-36/+0
* MFNetBSD:joe2002-04-011-3/+4
* MFNetBSD:joe2002-04-011-1/+2
* MFNetBSD:joe2002-04-011-2/+5
* Remove the disktab.h include file from the build.phk2002-04-011-1/+1
* MFNetBSD:joe2002-04-011-2/+2
* Really sweep the broom on this one.phk2002-04-013-141/+39
* MFNetBSD:joe2002-04-011-3/+4
* Whitespace only change: use ANSI function declarations instead of K&R.jhb2002-04-011-130/+46
* Extend a hack to also hack around PC98's definition of __i386__phk2002-04-011-1/+1
* Remove various controller/disk type hacks for SMD, ST506 and ancientphk2002-04-013-60/+0
* MFNetBSD:joe2002-04-011-5/+4
* This file is entirely bogus.phk2002-04-011-62/+0
* Point to the correct #include file.phk2002-04-011-1/+1
* MFNetBSD: ohci.c rev 1.94, uhci.c rev 1.126joe2002-04-012-4/+7
* Wrap the arguments to CTR6() in parentheses so that the u_long casts workjhb2002-04-011-2/+2
* MFNetBSD: ohci.c rev 1.92, uhci.c rev 1.122 (part)joe2002-04-012-20/+37
* MFNetBSD:joe2002-04-011-2/+1
* Remove references to KTR_EXTEND.jhb2002-04-012-12/+6
* constifyjoe2002-04-015-7/+7
* Use ANSI prototypes and declarations.joe2002-04-018-151/+46
* More diff reduction patchesimp2002-04-012-15/+14
* The good news is that my initial PR was correct... the bad news is that Idougb2002-04-017-7/+35
OpenPOWER on IntegriCloud