summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add soreceive_dgram(9), an optimized socket receive function for use byrwatson2008-07-021-0/+3
* Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets isbz2008-06-291-0/+1
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-273-18/+26
* Change SEM_VALUE_MAX (maximum value of a POSIX semaphore) from UINT_MAXjhb2008-06-261-1/+3
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-263-1/+7
* Add two commands to _umtx_op system call to allow a simple mutex to bedavidxu2008-06-241-1/+3
* Split out the probing magic of device_probe_and_attach intoimp2008-06-201-0/+1
* Revert rev. 178124 as requested by kris@. Having jail id not beingdelphij2008-06-191-0/+2
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-1/+1
* Add the member2struct() macro, that returns pointer to the containingkib2008-06-161-0/+7
* Turn sgtty into a binary-only compatibility interface.ed2008-06-145-151/+8
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-122-4/+5
* Define APM_ENT_NAMELEN and APM_ENT_TYPELEN for general use.marcel2008-06-121-2/+5
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+2
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-091-0/+1
* Fix faulty character to control-character conversion for CTRL().ed2008-06-051-16/+23
* Remove the distinction between device minor and unit numbers.ed2008-05-291-2/+0
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-1/+3
* Bump __FreeBSD_version after netatm and I4B removal.bz2008-05-261-1/+1
* Replace direct atomic operation for the file refcount witht theattilio2008-05-251-3/+5
* Fix the build by including <sys/param.h> in <sys/clist.h>.ed2008-05-231-0/+2
* Move TTY unrelated bits out of <sys/tty.h>.ed2008-05-233-28/+32
* Another problem caused by the knlist_cleardel() potentially droppingkib2008-05-231-0/+7
* Allow a rendezvous with just a specified CPU too.jb2008-05-231-1/+6
* DTrace can enter the debugger from a probe. Add a WHY definition for this.jb2008-05-231-0/+1
* Add hooks for the Compact C Type Format (CTF) data to be attached tojb2008-05-231-3/+17
* Add support for the DTrace malloc provider which can enable probesjb2008-05-231-0/+15
* Introduce REMOVE_NEXT() macro's for SLIST and STAILQ.ed2008-05-221-5/+14
* Add a new group definition to sys/conf.h: GID_TTY.ed2008-05-221-0/+1
* Implement the per-open file data for the cdev.kib2008-05-213-0/+9
* Remove some DTrace hook definitions that are now in dtrace_bsd.hjb2008-05-182-8/+0
* Add sysinit levels for DTrace.jb2008-05-181-0/+6
* Add the hooks for the extra data that DTrace allocates for struct threadjb2008-05-181-0/+5
* 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
OpenPOWER on IntegriCloud