summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* turn non-INVARIANT KASSERT into an empty but real Ckmacy2006-12-261-2/+5
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-961/+0
* Document MTX_NOPROFILE flag.pjd2006-12-211-1/+1
* Comment LABEL_TO_SLOT() macro, including observing that we'd like to improverwatson2006-12-201-0/+8
* MFP4: (part of) 110058jkim2006-12-201-0/+2
* MFP4: (part of) 109714jkim2006-12-201-0/+6
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-202-1/+3
* Spell "Kensington Thinking Mouse" correctly.keramida2006-12-181-1/+1
* Add a function vfs_deleteopt() which searches through the vfsoptlistrodrigc2006-12-161-0/+1
* Add second sleep queue so that sx and lockmgr can have separate sleepkmacy2006-12-162-9/+11
* - Fix some gcc warnings in lock_profile.hkmacy2006-12-162-18/+20
* "Paralleled" should have been "parceled".flz2006-12-151-1/+1
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-4/+0
* Fix typos in comment blockpav2006-12-151-2/+2
* This adds the "system calls"rrs2006-12-151-1/+1
* Use tab after #define.kib2006-12-141-1/+1
* Resolve two deadlocks that could be caused by busy md device backedkib2006-12-141-0/+1
* Fix LOR between the syncache and inpcb locks when MAC is present in thecsjp2006-12-131-0/+10
* Add a function to return the MD interrupt source cookie associated withjhb2006-12-121-0/+1
* Threading cleanup.. part 2 of several.julian2006-12-064-233/+44
* if a thread blocked on userland condition variable isdavidxu2006-12-042-0/+4
* Introduce userspace condition variable, since we have already POSIXdavidxu2006-12-031-15/+25
* Bump __FreeBSD_version after UQ_KBD_IGNORE was set for Wi-Spy devices.flz2006-11-301-1/+1
* Turn console printf buffering into a kernel option and only onjb2006-11-301-5/+0
* Document struct uio.h entries.alfred2006-11-291-7/+7
* - Revert signedness type changes to "struct vmtotal"; by makingru2006-11-281-14/+14
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-1/+1
* MFP4 (109713):netchild2006-11-261-0/+5
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-201-14/+14
* Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *',pjd2006-11-161-2/+2
* Add `PN_XNUM', for supporting ELF objects with a large number of programjkoshy2006-11-141-0/+3
* Use tabs instead of spaces.pjd2006-11-141-1/+1
* Correct a typo.bz2006-11-141-1/+1
* Add Kris Kennaway to reflect his performance improvements tokmacy2006-11-141-0/+1
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-2/+6
* track lock class name in a way that doesn't break WITNESSkmacy2006-11-133-7/+10
* Correct typos in comments.ceri2006-11-121-2/+2
* GRRRRR - missed this in the last commitkmacy2006-11-121-0/+1
* Regen (cosmetics in sys/sysproto.h).ru2006-11-111-1/+1
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-1/+1
* Merge sys/posix4/sched.h into sys/sched.h.trhodes2006-11-111-3/+77
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-112-2/+2
* Update #includes list.trhodes2006-11-111-1/+1
* define UMUTEX_CONTESTED as an unsigned integer.davidxu2006-11-111-1/+1
* fix messup in last fixkmacy2006-11-111-0/+1
* declare nanoseconds for other architectureskmacy2006-11-111-0/+4
* remove lingering call to rd(tick)kmacy2006-11-111-1/+2
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profilekmacy2006-11-116-24/+208
* Remove extra forward declare of 'struct sem'.jhb2006-11-071-2/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+4
OpenPOWER on IntegriCloud