aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add in some more device ID's and a generic catch-all.Doug Ambrisko2008-12-121-0/+3
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.Joseph Koshy2008-12-122-0/+16
* Add a field to disambiguate between multiple threads awaitingJoseph Koshy2008-12-121-0/+1
* Uio_yield() already does DROP_GIANT/PICKUP_GIANT, no need to repeat thisKonstantin Belousov2008-12-121-2/+0
* Reference the vmspace of the process being inspected by procfs, linprocfsKonstantin Belousov2008-12-123-5/+31
* The userland_sysctl() function retries sysctl_root() until returnedKonstantin Belousov2008-12-122-3/+9
* Do not leak defs_de_interlock on error.Konstantin Belousov2008-12-121-1/+3
* Bump __FreeBSD_version for the new VOP_VPTOCNP addition.Joe Marcus Clarke2008-12-121-1/+1
* RTF_RNH_LOCKED needs to be passed in the flags arg not report,Kip Macy2008-12-121-1/+1
* Pass RTF_RNH_LOCKED to rtalloc1 sunce the node head is locked, this avoids aAndrew Thompson2008-12-121-1/+1
* Consider processes attaching/detaching from tun(4) devices as being linkChristian S.J. Peron2008-12-121-0/+2
* It seems there are still issues on multicast perfect filtering.Pyun YongHyeon2008-12-121-1/+1
* Implement VOP_VPTOCNP for devfs. Directory and character device vnodes areJoe Marcus Clarke2008-12-121-0/+65
* Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF.Joe Marcus Clarke2008-12-121-0/+1
* Add a new error VOP, VOP_ENOENT. This function will simply return ENOENT.Joe Marcus Clarke2008-12-121-0/+2
* Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component nameJoe Marcus Clarke2008-12-123-24/+95
* Remove superfluous return statements from the end of void functions.Andrew Thompson2008-12-1168-1305/+0
* Format and wrap function declarations.Andrew Thompson2008-12-1166-778/+1060
* Add kqueue()-support to pseudo-terminal master devices.Ed Schouten2008-12-111-0/+107
* Add entries for some Option, Sierra and Stelera 3G cards.Andrew Thompson2008-12-111-0/+8
* Don't forget to add "npts" to rlimit_ident[] as well.Ed Schouten2008-12-111-1/+2
* Fix a leak introduced in r185902. We should free the devspec ifPaul Saab2008-12-111-0/+1
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-1114-19/+37
* Put the VIMAGE options together in one place.Bjoern A. Zeeb2008-12-111-1/+1
* Order #includes - also to reduce diffs with vimage branches in p4.Bjoern A. Zeeb2008-12-111-5/+4
* Use the correct INIT_VNET_INET() as the virtualized variable hereBjoern A. Zeeb2008-12-111-1/+1
* Add constants for fields in the local APIC error status register and aJohn Baldwin2008-12-116-0/+44
* Error in case anyone tried to compile with both options VIMAGE andBjoern A. Zeeb2008-12-111-0/+4
* Whitespace changes only - tabs must have been converted to spacesBjoern A. Zeeb2008-12-111-5/+5
* Add missing "goto set_head" for SO_IPX_CHECKSUM; otherwise we fall throughRobert Watson2008-12-111-0/+1
* Remove redundant assignment.Warner Losh2008-12-111-3/+0
* Update to the interrupt handling code:Warner Losh2008-12-111-35/+58
* add missing breakSam Leffler2008-12-111-1/+2
* add missing breakSam Leffler2008-12-111-1/+2
* Make WOL work on RTL8168B. This controller seems to requirePyun YongHyeon2008-12-112-0/+6
* Avoid a double free in devopen by not freeing the device structurePaul Saab2008-12-111-1/+0
* Don't access undocumented register 0x82 on controllers thatPyun YongHyeon2008-12-112-2/+16
* Newer RealTek controllers requires setting stop request bit toPyun YongHyeon2008-12-112-3/+11
* Correctly check the number of prison states to not access anythingBjoern A. Zeeb2008-12-111-2/+2
* Add 32-bit compat support for AIO.Bjoern A. Zeeb2008-12-111-0/+26
* Always put controller into known state before device intialization.Pyun YongHyeon2008-12-111-7/+5
* Partly revert r185756. RTL8169SC doesn't like reduced delays inPyun YongHyeon2008-12-111-2/+2
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-1044-88/+436
* Make sure nmbclusters are initialized before maxsocketsBjoern A. Zeeb2008-12-102-2/+8
* Style changes only. Put the return type on an extra line[1] andBjoern A. Zeeb2008-12-101-1/+3
* Remove added newlines from logged messages written to /dev/console.Ed Schouten2008-12-101-10/+2
* Regen.John Baldwin2008-12-104-28/+111
* - Add 32-bit compat system calls for VFS_AIO. The system calls live in theJohn Baldwin2008-12-103-139/+784
* Rather than using a char array with explicit assumptions about the layoutJohn Baldwin2008-12-101-1/+2
* Relock user map earlier, to have the lock held when break leaves theKonstantin Belousov2008-12-102-3/+2