summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fwip(4) supports polling.brueffer2004-12-141-1/+2
* Enable interrupts once the active ones have been masked.cognet2004-12-141-3/+2
* Update the sp after popping the regs.cognet2004-12-141-1/+1
* Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.rik2004-12-141-2/+0
* Some formatting, whitespace and mdoc(7) fixes.trhodes2004-12-141-57/+61
* Add a callout to dump card status on command queue timeouts.mdodd2004-12-142-1/+48
* Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).mdodd2004-12-141-1/+7
* Reformat arguments bus_dma_tag_create().mdodd2004-12-142-21/+45
* Auto generate device listings for the snd_maestro(4) and snd_maestro4(4)simon2004-12-143-28/+10
* - Add a HARDWARE section which lists supported devices.simon2004-12-141-5/+14
* Add manual page for snd_maestro(4).simon2004-12-142-0/+68
* Improve the RC framework for the clean booting/shutdown of Jails:rse2004-12-143-5/+30
* Add snd_audiocs(4).simon2004-12-143-0/+5
* - Update usage to reflect the current reality.simon2004-12-141-4/+6
* Add NetBSD 2.0.maxim2004-12-141-1/+2
* - Garbage collect several unused members of struct kse and struce ksegrp.jeff2004-12-145-28/+0
* - In kseq_choose(), don't recalculate slice values for processes with ajeff2004-12-141-11/+25
* Be a bit more assertive about vnode bypass.phk2004-12-141-16/+17
* Minor mdoc(7) tweaks, excellent work Nate!ru2004-12-141-14/+18
* Add a new kind of reference count (fd_holdcnt) to struct filedescphk2004-12-142-17/+47
* mdoc(7) nit: Removed redundant .Pp call.ru2004-12-141-1/+0
* Make fdesc_mtx private to kern_descrip.c now that the flock has come home.phk2004-12-142-3/+1
* Move the checkdirs() function from vfs_mount.c to kern_descrip.c andphk2004-12-143-52/+52
* - Use ng_callout() instead of timeout.glebius2004-12-141-13/+7
* Make LINT compile.phk2004-12-141-1/+1
* Add new function fdunshare() which encapsulates the necessary light magicphk2004-12-144-22/+23
* A bunch more whitespace and formatting diff reductions for NetBSD.julian2004-12-141-17/+19
* Add manual page for snd_audiocs(4).yongari2004-12-142-1/+77
* Don't abandon ship just because the number of companions doesn't seem correct.julian2004-12-141-3/+6
* Slightly reorganise part of the ohci_softintr() functionjulian2004-12-141-15/+26
* Small formatting change..julian2004-12-141-1/+1
* Checkpoint reworking the man page to be more useful to non-developers,njl2004-12-141-230/+197
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-137-4/+16
* The format of the MLINKS entries is pairwise, not MLINKS += wise. Soimp2004-12-131-2/+6
* Make code MPSAFE.rik2004-12-133-181/+768
* Make kttcp work in -stable (and -current)gallatin2004-12-132-537/+37
* Add kernel_mount.9 and appropriate MLINKS to the build.trhodes2004-12-131-0/+3
* Add a manual page to document phk's mount work.trhodes2004-12-131-0/+208
* correct module dependencysam2004-12-131-1/+1
* correct module dependencysam2004-12-131-1/+1
* Add ``enable echo''.brian2004-12-134-8/+8
* LINT defines things which compile in code that as referring to the oldimp2004-12-131-2/+2
* Mention the necessity for ``enable echo'' in ppp(8).brian2004-12-131-0/+7
* - If delivering a signal will result in killing a process that has ajeff2004-12-131-0/+2
* Exporting of NTFS filesystem broke in rev 1.70. Fix it.ssouhlal2004-12-131-7/+4
* Back the warnings down from 9 to 6, since that is the highest we have. Ifobrien2004-12-131-1/+1
* Handle select() returning -1/EINTR - fairly common in these KSE days.brian2004-12-131-1/+5
* - Take up a 'slot' while we're on the assigned queue, waiting to bejeff2004-12-131-16/+16
* bioq_insert_head() function is already in subr_disk.c.pjd2004-12-131-10/+0
* Add bioq_insert_head() function.pjd2004-12-132-0/+8
OpenPOWER on IntegriCloud