aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* don't include sys/thr.h and sys/umtx.h, it is unnecessary.David Xu2006-08-021-3/+0
* Make system call modules a bit more robust:John Baldwin2006-08-012-1/+2
* Reimplement socket buffer tear-down in sofree(): as the socket is noRobert Watson2006-08-011-0/+1
* Bump __FreeBSD_version for OpenSSL 0.9.8b import.Simon L. B. Nielsen2006-07-291-1/+1
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isJohn Baldwin2006-07-281-3/+0
* Regen for MPSAFE flag removal.John Baldwin2006-07-283-3/+3
* Write a magic value into mtx_lock when destroying a mutex that will forceJohn Baldwin2006-07-271-0/+5
* Fix a file descriptor race I reintroduced when I split accept1() up intoJohn Baldwin2006-07-271-1/+2
* add support for 802.11 packet injection via bpfSam Leffler2006-07-261-1/+2
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-242-9/+8
* Remove MT_FTABLE, as it's no longer used.Robert Watson2006-07-241-1/+3
* Garbage collect #if 0'd MT_ mbuf types, as they are no longer used, andRobert Watson2006-07-241-14/+0
* Tweak so_gencnt comment: it was once last, but that is no longer theRobert Watson2006-07-241-1/+1
* Tweak comment for so_head: it is a pointer to the listen socket, ratherRobert Watson2006-07-241-1/+1
* Fix a spelling error in a comment.Robert Watson2006-07-241-1/+1
* Comment extended attribute name space constants.Robert Watson2006-07-231-0/+4
* Improve comments for label data structure.Robert Watson2006-07-231-1/+10
* Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will beRobert Watson2006-07-231-0/+8
* Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions forWarner Losh2006-07-181-12/+18
* Add some casts to make these files more C++ compatible.Poul-Henning Kamp2006-07-172-7/+7
* - Connect the snd_emu10kx driver to the build. [1]Alexander Leidinger2006-07-151-1/+1
* Define prototype for pru_close, which in the future will notify theRobert Watson2006-07-141-3/+6
* regenerate.David Xu2006-07-133-5/+31
* Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam,David Xu2006-07-131-2/+9
* Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)Robert Watson2006-07-111-3/+0
* Regen.John Baldwin2006-07-113-3/+3
* Extended the POSIX scheduler APIs to accept lwpid as well, we've alreadyDavid Xu2006-07-111-8/+8
* Add POSIX scheduler parameters support to thr_new syscall, this permitsDavid Xu2006-07-111-1/+9
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forJohn Baldwin2006-07-101-2/+8
* Use a sleep mutex instead of an sx lock for the kernel environment. ThisScott Long2006-07-091-1/+1
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-0/+1
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesJohn Baldwin2006-07-081-0/+1
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingJohn Baldwin2006-07-081-0/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. ThisJohn Baldwin2006-07-081-1/+1
* Create bus_enumerate_hinted_children. This routine will allow driversWarner Losh2006-07-081-0/+1
* Add kern_setgroups() and kern_getgroups() and use them to implementJohn Baldwin2006-07-061-0/+2
* Regen the system calls files, picking up the extended attr events, and someWayne Salamon2006-07-053-3/+3
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerJohn Baldwin2006-06-271-0/+3
* Fix the name of the data set item for the SYSUNINIT in RW_SYSINIT to useJohn Baldwin2006-06-231-1/+1
* Add the UUID of Apple's HFS file system as can be found in the IntelMarcel Moolenaar2006-06-221-0/+3
* Add a sx_xlocked() macro which returns true if the current thread holds anJohn Baldwin2006-06-211-1/+2
* Add a new section in this file for functions that are only exported by theJohn Baldwin2006-06-201-17/+4
* - Push Giant down into linker_reference_module().John Baldwin2006-06-201-0/+8
* Make linker_find_file_by_name() and linker_find_file_by_id() static toJohn Baldwin2006-06-201-10/+0
* - Add a new linker_file_foreach() function that walks the list of linkerJohn Baldwin2006-06-201-0/+12
* Make linker_file_add_dependency() and linker_load_module() static sinceJohn Baldwin2006-06-201-12/+0
* Import interface groups from OpenBSD. This allows to group interfaces inMax Laier2006-06-191-0/+5
* Remove sbinsertoob(), sbinsertoob_locked(). They violate (and haveRobert Watson2006-06-171-2/+0
* Remove extra blank line below comment.Robert Watson2006-06-161-1/+0
* Add scheduler API sched_relinquish(), the API is used to implementDavid Xu2006-06-151-0/+1