summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* o Re-word a comment.maxim2006-08-161-1/+1
* Add a new 'show sleepchain' ddb command similar to 'show lockchain' exceptjhb2006-08-152-0/+6
* Use SYS_AUE_<syscallname> to include the appropriate audit event identifierjhb2006-08-151-2/+3
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-153-3/+336
* - Change process_exec function handlers prototype to include structnetchild2006-08-152-1/+6
* Add an extension to the UINT & ULONG types. The XINT & XLONG types behaveobrien2006-08-121-0/+16
* Add strstr() function to the libkern.pjd2006-08-121-0/+1
* Move definition of UNIX domain socket protosw and domain entries fromrwatson2006-08-071-1/+0
* Spell "determine" correctly.keramida2006-08-071-1/+1
* Make mpo_associate_nfsd_label() return void, not int, to matchrwatson2006-08-061-1/+1
* Add OpenSolaris compatibility definitions which are only visible ifjb2006-08-051-0/+16
* Add OpenSolaris compatibility definitions for stat64 and fstat64 whichjb2006-08-041-0/+8
* Add a type definition for the cyclic timer callback function.jb2006-08-041-0/+6
* Add some OpenSolaris compatibility definitions which are only visiblejb2006-08-041-0/+25
* Add some compatibility definitions for OpenSolaris source.jb2006-08-041-0/+30
* Add fields to struct sysent to support the DTrace syscall provider calledjb2006-08-031-0/+16
* don't include sys/thr.h and sys/umtx.h, it is unnecessary.davidxu2006-08-021-3/+0
* Make system call modules a bit more robust:jhb2006-08-012-1/+2
* Reimplement socket buffer tear-down in sofree(): as the socket is norwatson2006-08-011-0/+1
* Bump __FreeBSD_version for OpenSSL 0.9.8b import.simon2006-07-291-1/+1
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-3/+0
* Regen for MPSAFE flag removal.jhb2006-07-283-3/+3
* Write a magic value into mtx_lock when destroying a mutex that will forcejhb2006-07-271-0/+5
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-271-1/+2
* add support for 802.11 packet injection via bpfsam2006-07-261-1/+2
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-242-9/+8
* Remove MT_FTABLE, as it's no longer used.rwatson2006-07-241-1/+3
* Garbage collect #if 0'd MT_ mbuf types, as they are no longer used, andrwatson2006-07-241-14/+0
* Tweak so_gencnt comment: it was once last, but that is no longer therwatson2006-07-241-1/+1
* Tweak comment for so_head: it is a pointer to the listen socket, ratherrwatson2006-07-241-1/+1
* Fix a spelling error in a comment.rwatson2006-07-241-1/+1
* Comment extended attribute name space constants.rwatson2006-07-231-0/+4
* Improve comments for label data structure.rwatson2006-07-231-1/+10
* Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will berwatson2006-07-231-0/+8
* Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions forimp2006-07-181-12/+18
* Add some casts to make these files more C++ compatible.phk2006-07-172-7/+7
* - Connect the snd_emu10kx driver to the build. [1]netchild2006-07-151-1/+1
* Define prototype for pru_close, which in the future will notify therwatson2006-07-141-3/+6
* regenerate.davidxu2006-07-133-5/+31
* Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam,davidxu2006-07-131-2/+9
* Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)rwatson2006-07-111-3/+0
* Regen.jhb2006-07-113-3/+3
* Extended the POSIX scheduler APIs to accept lwpid as well, we've alreadydavidxu2006-07-111-8/+8
* Add POSIX scheduler parameters support to thr_new syscall, this permitsdavidxu2006-07-111-1/+9
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-101-2/+8
* Use a sleep mutex instead of an sx lock for the kernel environment. Thisscottl2006-07-091-1/+1
* Revise network interface cloning to take an optional opaquesam2006-07-091-0/+1
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesjhb2006-07-081-0/+1
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-0/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-081-1/+1
OpenPOWER on IntegriCloud