summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-1511-34/+107
* fix m_append for case where additional mbufs are requiredsam2004-12-151-2/+2
* Fixed compilation warnings with option VGA_NO_MODE_CHANGE.ru2004-12-151-1/+3
* Fix typo in a comment.brueffer2004-12-151-1/+1
* Add the PCI ID for the Adaptec 2230SLP card.scottl2004-12-151-0/+2
* Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().ssouhlal2004-12-151-1/+1
* Like on the ath_rate_onoe component, make this compile on amd64. Convertpeter2004-12-151-2/+2
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfpeter2004-12-152-5/+8
* Add config hooks for amd64 atheros hal modulespeter2004-12-151-0/+10
* bring in rijndael crypto code to satisfy dependency: shouldsam2004-12-151-0/+2
* Bring back ability to use FR support with sppp from Cronyx.rik2004-12-141-1/+1
* white spacephk2004-12-141-4/+4
* Implement simpler panics for VOP_{read,write} on fifos.phk2004-12-143-171/+12
* Fix a deadlock I introduced this morning.phk2004-12-141-6/+7
* 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
* 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
* - 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
* Add a new kind of reference count (fd_holdcnt) to struct filedescphk2004-12-142-17/+47
* 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
* 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
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-136-4/+14
* Make code MPSAFE.rik2004-12-133-181/+768
* correct module dependencysam2004-12-131-1/+1
* correct module dependencysam2004-12-131-1/+1
* LINT defines things which compile in code that as referring to the oldimp2004-12-131-2/+2
* - 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
* - 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
* Don't forget to bypass vnodes in corner cases.phk2004-12-131-8/+6
* Might as well get the right $NetBSD$ string while we are at it.julian2004-12-131-1/+1
* Diff reduction to NetBSD.julian2004-12-131-67/+59
* MFNetBSDjulian2004-12-131-43/+44
* Another FNONBLOCK -> O_NONBLOCK.phk2004-12-131-2/+2
* Use O_NONBLOCK instead of FNONBLOCK alias.phk2004-12-131-1/+1
* Rather than casting through a (void *) to avoid the aliasing warning,imp2004-12-131-3/+3
OpenPOWER on IntegriCloud