aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the loop and the call to pause(9) in vfs_vget_ino(). IfKonstantin Belousov2009-05-071-6/+8
* If we have a regular rint handler, never go into rint_bypass mode.Ed Schouten2009-05-071-3/+6
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-059-15/+142
* Add a constant PR_MAXMETHOD to better define the jail/OSD interface.Jamie Gritton2009-05-051-1/+2
* Remove unneeded check for SESS_LEADER().Ed Schouten2009-05-041-1/+1
* Don't call the OSD destructor if the data slot is NULLJamie Gritton2009-04-301-2/+4
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-304-7/+133
* - Fix non-SMP build by encapsulating idle spin logic in a macro.Jeff Roberson2009-04-291-2/+8
* Regen for new jail system calls in r191673.Jamie Gritton2009-04-293-2/+75
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-293-466/+1542
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-1/+11
* Some non-functional changes: whitespace, KASSERT strings, declaration order.Jamie Gritton2009-04-291-5/+5
* - Fix the FBSDID line.Jeff Roberson2009-04-291-1/+1
* - Remove the bogus idle thread state code. This may have a race in itJeff Roberson2009-04-292-29/+13
* Prevent a superuser inside a jail from modifying the dedicatedBjoern A. Zeeb2009-04-281-0/+9
* Improve approximation of style(9).Robert Watson2009-04-261-149/+132
* Extend the vnet module registration / initialization frameworkMarko Zec2009-04-261-4/+73
* Turn MAXPTSDEVS into a sysctl tunable.Ed Schouten2009-04-251-2/+17
* Correct a comment: the function name given had never existed in anyBjoern A. Zeeb2009-04-221-1/+2
* Fix sbappendrecord_locked().Maksim Yevmenkin2009-04-211-8/+2
* Fix typo.Konstantin Belousov2009-04-201-1/+1
* On the exit of the child process which parent either set SA_NOCLDWAITKonstantin Belousov2009-04-201-4/+4
* Lock the interface address list while iterating a network interface'sRobert Watson2009-04-191-0/+3
* struct malloc_type has had a 'magic' field statically initialized toRobert Watson2009-04-191-1/+13
* When allocating 'struct acl' instances, use malloc(9) instead of uma(9).Edward Tomasz Napierala2009-04-191-15/+3
* Use acl_alloc() and acl_free() instead of using uma(9) directly.Edward Tomasz Napierala2009-04-181-15/+40
* Undo private changes that should never have been committed.Alexander Kabaev2009-04-171-70/+0
* More fallout from negative dotdot caching. Negative entries shouldAlexander Kabaev2009-04-172-8/+83
* In flushbufqueues(), do not allocate sentinel buffer on the stack,Konstantin Belousov2009-04-161-7/+9
* Export the number of times bufdaemon got help from the normal threads.Konstantin Belousov2009-04-161-0/+4
* Remove dead code from devtoname().Ed Schouten2009-04-151-18/+1
* Remove unneeded variable and casting from newdev().Ed Schouten2009-04-151-5/+3
* Don't use si_drv0 directly.Ed Schouten2009-04-151-2/+2
* Update comment above _fget() for earlier change to FWRITE failures returnJohn Baldwin2009-04-151-4/+2
* Redo previous change using simpler patch that happens to be alsoAlexander Kabaev2009-04-141-9/+3
* Fix yet another negative dotodot entry fallout.Alexander Kabaev2009-04-141-0/+12
* - use a shared lock for readsKip Macy2009-04-131-8/+2
* Make UMTX_OP_WAIT_UINT actually wait for an unsigned integer on 64-bitsDavid Xu2009-04-131-1/+1
* sendfile doesn't modify the vnode - acquire vnode lock sharedKip Macy2009-04-121-1/+1
* Remove conditionally compiled time counter statistics; tools likeRobert Watson2009-04-111-31/+0
* Fix v_cache_dd handling for negative entries. v_cache_dd pointer wasAlexander Kabaev2009-04-111-13/+14
* When zapping v_cache_dd for !MAKEENTRY case in cache_lookup(), we shallKonstantin Belousov2009-04-111-0/+2
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-112-6/+159
* Remove VOP_LEASE and supporting functions. This hasn't been used sinceRobert Watson2009-04-1012-69/+2
* Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed.Konstantin Belousov2009-04-101-1/+8
* Revert r190676,190677Andrew Thompson2009-04-101-6/+2
* Fix tty_wait_background() to comply with standards.Ed Schouten2009-04-081-8/+16
* Nul-terminate strings in the VFS name cache, which negligibly changeRobert Watson2009-04-071-10/+96
* Add SDT DTrace probes for namei():Robert Watson2009-04-061-1/+14
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-1/+1