summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a WITNESS_WARN() check to _STOPEVENT() since any _STOPEVENT() canjhb2003-11-141-0/+2
* - regen.jeff2003-11-143-3/+3
* Fixed some style bugs (insertion sort error and extra blank line).bde2003-11-121-4/+3
* Update the five files derived from /sys/kern/syscalls.mastermckusick2003-11-123-32/+57
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-121-7/+34
* GC prototype for mac_destroy_vnode_label(), missed in last commit.rwatson2003-11-121-1/+0
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-127-17/+14
* 1. Consolidate mount struct allocation/destruction into a common code inkan2003-11-121-0/+1
* Oh dear, forgot this file in the turnstile commit. This header definesjhb2003-11-111-0/+88
* Add an implementation of turnstiles and change the sleep mutex code to usejhb2003-11-113-6/+10
* If a thread masks all its signal, in cursig(), no signal will be exchangeddavidxu2003-11-101-2/+1
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+9
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-092-1/+4
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Increase the size of SPARE_USRSPACE. It is way too small by defaultpeter2003-11-071-1/+1
* Regen.jhb2003-11-073-3/+3
* Fixed some more missing punctuation in comments (most instances in thisbde2003-11-061-12/+12
* Fixed some style bugs (missing punctuation in comments). There are manybde2003-11-061-35/+35
* - Add a pinned count to the thread so that cpu pinning may nest. This isjeff2003-11-062-2/+15
* Spelling and grammar fixes.anholt2003-11-051-8/+8
* o make debug_mpsafenet globally visiblesam2003-11-051-0/+21
* Include module.hscottl2003-11-051-0/+1
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.kan2003-11-052-5/+6
* Back out the following revisions:fjoe2003-11-051-2/+2
* - Clean up comments to reflect the KSE pushout.jeff2003-11-041-8/+17
* - Remove PRIO_TOTAL.jeff2003-11-021-3/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* - Add 4 kse flags for use in the schedulers.jeff2003-10-311-0/+4
* While not illegal, attempt to pacify gcc -Wundef. It just so happenspeter2003-10-311-3/+3
* Introduce the notion of "persistent mbuf tags"; these are tags that staysam2003-10-291-1/+17
* According to the submitter, POSIX mandates that all interval timers arejhb2003-10-281-3/+2
* speedup stream socket recv handling by tracking the tail ofsam2003-10-281-0/+22
* constify bintime_add, bintime_sub, bintime2timespec, timespec2bintime,alfred2003-10-261-6/+6
* constify the second args to timevaladd() and timevalsub().alfred2003-10-261-2/+2
* Convenience functions to generate notifications from the kernel. The ACPIimp2003-10-241-0/+9
* - Add a DDB command 'show intrcnt' to show the non-zero interrupt counts.jhb2003-10-241-0/+3
* Move the P_COWINPROGRESS flag from being a per-process p_flag to being ajhb2003-10-231-2/+1
* Add appropriate const poisoning to the assert_*locked() family so that I canwollman2003-10-231-7/+7
* Add simple support for AGP 3.0 including enabling 8x mode. The simplejhb2003-10-231-5/+23
* Add another sysctl flag, CTLFLAG_TUN, which is a hint to the userlandsilby2003-10-211-0/+2
* Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten upscottl2003-10-213-3/+3
* Retire bio_caller2 (alias for b_io.bio_caller2), this field is reservedphk2003-10-211-4/+1
* Mark dup as MPSAFE. Giant was pushed into dup ages ago, but it looksdwmalone2003-10-203-3/+3
* Remove no longer existant CDIOCREADAUDIO ioctl.sos2003-10-201-9/+0
* Add a new macro M_ASSERTVALID which ensures that the mbuf in questionsilby2003-10-191-0/+7
* Add the cpu_idle_hook() function pointer so that other idlers can benjl2003-10-181-0/+1
* Retire b_pblkno which was an alias for a bio field which is forphk2003-10-181-1/+0
* Retire bio_blkno entirely.phk2003-10-182-2/+1
* Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno.phk2003-10-181-1/+1
* DuH!phk2003-10-181-0/+1
OpenPOWER on IntegriCloud