summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Spell NULL properly, use (void) rather than () for functions with noimp2009-05-091-12/+12
* Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, soimp2009-05-091-4/+0
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-20/+24
* A NOP change: style / whitespace cleanup of the noise that slippedzec2009-05-083-4/+4
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-088-3/+66
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-071-1/+0
* Eliminate the loop and the call to pause(9) in vfs_vget_ino(). Ifkib2009-05-071-6/+8
* If we have a regular rint handler, never go into rint_bypass mode.ed2009-05-071-3/+6
* Change the curvnet variable from a global const struct vnet *,zec2009-05-059-15/+142
* Add a constant PR_MAXMETHOD to better define the jail/OSD interface.jamie2009-05-051-1/+2
* Remove unneeded check for SESS_LEADER().ed2009-05-041-1/+1
* Don't call the OSD destructor if the data slot is NULLjamie2009-04-301-2/+4
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-304-7/+133
* - Fix non-SMP build by encapsulating idle spin logic in a macro.jeff2009-04-291-2/+8
* Regen for new jail system calls in r191673.jamie2009-04-293-2/+75
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-293-466/+1542
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-1/+11
* Some non-functional changes: whitespace, KASSERT strings, declaration order.jamie2009-04-291-5/+5
* - Fix the FBSDID line.jeff2009-04-291-1/+1
* - Remove the bogus idle thread state code. This may have a race in itjeff2009-04-292-29/+13
* Prevent a superuser inside a jail from modifying the dedicatedbz2009-04-281-0/+9
* Improve approximation of style(9).rwatson2009-04-261-149/+132
* Extend the vnet module registration / initialization frameworkzec2009-04-261-4/+73
* Turn MAXPTSDEVS into a sysctl tunable.ed2009-04-251-2/+17
* Correct a comment: the function name given had never existed in anybz2009-04-221-1/+2
* Fix sbappendrecord_locked().emax2009-04-211-8/+2
* Fix typo.kib2009-04-201-1/+1
* On the exit of the child process which parent either set SA_NOCLDWAITkib2009-04-201-4/+4
* Lock the interface address list while iterating a network interface'srwatson2009-04-191-0/+3
* struct malloc_type has had a 'magic' field statically initialized torwatson2009-04-191-1/+13
* When allocating 'struct acl' instances, use malloc(9) instead of uma(9).trasz2009-04-191-15/+3
* Use acl_alloc() and acl_free() instead of using uma(9) directly.trasz2009-04-181-15/+40
* Undo private changes that should never have been committed.kan2009-04-171-70/+0
* More fallout from negative dotdot caching. Negative entries shouldkan2009-04-172-8/+83
* In flushbufqueues(), do not allocate sentinel buffer on the stack,kib2009-04-161-7/+9
* Export the number of times bufdaemon got help from the normal threads.kib2009-04-161-0/+4
* Remove dead code from devtoname().ed2009-04-151-18/+1
* Remove unneeded variable and casting from newdev().ed2009-04-151-5/+3
* Don't use si_drv0 directly.ed2009-04-151-2/+2
* Update comment above _fget() for earlier change to FWRITE failures returnjhb2009-04-151-4/+2
* Redo previous change using simpler patch that happens to be alsokan2009-04-141-9/+3
* Fix yet another negative dotodot entry fallout.kan2009-04-141-0/+12
* - use a shared lock for readskmacy2009-04-131-8/+2
* Make UMTX_OP_WAIT_UINT actually wait for an unsigned integer on 64-bitsdavidxu2009-04-131-1/+1
* sendfile doesn't modify the vnode - acquire vnode lock sharedkmacy2009-04-121-1/+1
* Remove conditionally compiled time counter statistics; tools likerwatson2009-04-111-31/+0
* Fix v_cache_dd handling for negative entries. v_cache_dd pointer waskan2009-04-111-13/+14
* When zapping v_cache_dd for !MAKEENTRY case in cache_lookup(), we shallkib2009-04-111-0/+2
* Introduce vnet module registration / initialization framework withzec2009-04-112-6/+159
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-1012-69/+2
OpenPOWER on IntegriCloud