summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the DTrace shim layer definitions.jb2008-05-171-0/+111
* Add the statically defined tracing header.jb2008-05-171-0/+179
* Update the kernel to count the number of mbufs and clustersgnn2008-05-151-2/+12
* - Embed the recursion counter for any locking primitive directly in theattilio2008-05-159-14/+11
* bump __FreeBSD_versionjulian2008-05-091-1/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-098-2/+36
* Add a new personality to mpt(4) devices to allow userland applications tojhb2008-05-061-0/+132
* add malloc flag to blist so that it can be used in ithread contextkmacy2008-05-051-4/+5
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-0/+7
* Add an option (compiled out by default)julian2008-04-291-0/+8
* Define KINFO_PROC_SIZE for mips.gonzo2008-04-291-0/+3
* Introduce command UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATEdavidxu2008-04-291-7/+9
* Implement 'show mount' command in DDB. Without argument, it prints shortpjd2008-04-261-0/+5
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-1/+2
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-222-9/+20
* 802.11 support moves to vapssam2008-04-201-1/+1
* Add missing function prototype for tcgetsid().davidxu2008-04-181-0/+10
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-173-12/+31
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-161-1/+1
* Move the head of byte-level advisory lock list from thekib2008-04-162-0/+9
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-151-1/+1
* Add pru_flush routine so a transport canrrs2008-04-142-1/+8
* struct lock_instance and struct lock_list_entry don't need to be in theattilio2008-04-131-34/+1
* Trylocks were implemented, remove stale commentkris2008-04-121-2/+0
* Instead of rolling our own jail number allocation procedure, usedelphij2008-04-111-2/+0
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-112-2/+6
* Add experimental support for SATA Port Multiplierssos2008-04-101-3/+5
* Add memrchr(3).delphij2008-04-101-1/+1
* - Add write(2) support for psm(4) in native operation level. Now arbitraryjkim2008-04-081-1/+1
* o add a mountroot event handler that fires when / is mounted; this informationsam2008-04-082-1/+4
* Bump __FreeBSD_version after the implementation of the openat() andkib2008-04-081-1/+1
* Implement the linux syscallskib2008-04-081-2/+2
* - Use a different encoding for lockmgr options: make them encoded byattilio2008-04-071-21/+21
* Bump __FreeBSD_version in order to reflect lockmgr_rw() andattilio2008-04-061-1/+1
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theattilio2008-04-067-196/+232
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-17/+34
* - Add a Nokia copyright to cpuset to reflect their generousjeff2008-04-041-0/+3
* Implement per-cpu callout threads, wheels, and locks.jeff2008-04-021-7/+9
* Introduce kernel based userland rwlock. Each umtx chain now has two lists,davidxu2008-04-021-1/+21
* Bump __FreeBSD_version in order to reflect rw_try_rlock() andattilio2008-04-011-1/+1
* Add rw_try_rlock() and rw_try_wlock() to rwlocks.attilio2008-04-011-0/+4
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-313-0/+8
* Regenkib2008-03-313-5/+151
* Implement the fexecve(2) syscall.kib2008-03-311-0/+1
* Implement thekib2008-03-311-0/+30
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-3/+7
* Add the constant definition needed by the implementation of thekib2008-03-311-1/+27
* Add the utility function vn_commname() to retrieve the command namekib2008-03-311-0/+1
* - Consistently return EDEADLK when presented with a new set that isjeff2008-03-301-1/+15
* Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAIDemaste2008-03-281-0/+20
OpenPOWER on IntegriCloud