summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add ELF relocation types for mips.imp2008-08-021-0/+18
* move sockbuf locking macros in to sockbuf.hkmacy2008-07-312-14/+18
* Currently, BSM audit pathname token generation for chrooted or jailedcsjp2008-07-311-0/+2
* Trim some noise from some #ifdef's. This had leaked into the compat32jhb2008-07-301-1/+1
* Change the type of psaddr_t from void* to uintptr_t. A pointermarcel2008-07-301-1/+1
* remove redundant ifdef ... lolkmacy2008-07-291-2/+0
* fix build by forward declaring thread and hiding socket buffer definitions fr...kmacy2008-07-291-3/+6
* Unbreak the build by protecting kernel-only functions with #ifdef _KERNEL.cognet2008-07-291-0/+4
* Factor sockbuf, sockopt, and sockstate out of socketvar.h in to separate head...kmacy2008-07-294-221/+362
* Call pargs_drop() unconditionally in do_execve(), the function correctlykib2008-07-251-1/+0
* Remove debugging cruft.des2008-07-231-1/+0
* pjd@'s r180759 was intended to revert r180755 due to ipfilter breakage,des2008-07-231-1/+14
* Back out this change, as it breaks the build and I don't have time forpjd2008-07-231-13/+1
* Check for negative reference count.pjd2008-07-231-1/+10
* Bump __FreeBSD_version for arc4random_buf() and arc4random_uniform()ache2008-07-221-1/+1
* Implement the following macros for completeness:pjd2008-07-212-0/+28
* Add accessor functions for socket fields.kmacy2008-07-211-0/+37
* Correct the description of v_cache_count. Eliminate an unused function.alc2008-07-191-12/+1
* revert changes accidentally included in last commitkmacy2008-07-183-30/+3
* import vendor fixes to cxgbkmacy2008-07-183-3/+30
* Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE.kib2008-07-171-0/+1
* Move the TCSA* definitions out of _KERNEL. They are processed in libc.ed2008-07-161-10/+10
* Sort the ioctl's in <sys/ttycom.h> by number.ed2008-07-161-48/+48
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.ed2008-07-161-8/+0
* Match the implementation of the inline function from libkern.h.obrien2008-07-141-1/+9
* Add an event handler to the vlan driver so the NIC driverjfv2008-07-141-0/+7
* Revert r180431.obrien2008-07-111-51/+0
* Allow 'elf_file_t' to be used in a wider scope.obrien2008-07-101-0/+51
* The kqueue_register() function assumes that it is called from the top ofkib2008-07-071-0/+1
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+1
* 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
OpenPOWER on IntegriCloud