summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed.kib2009-04-101-1/+8
* Revert r190676,190677thompsa2009-04-101-6/+2
* Fix tty_wait_background() to comply with standards.ed2009-04-081-8/+16
* Nul-terminate strings in the VFS name cache, which negligibly changerwatson2009-04-071-10/+96
* Add SDT DTrace probes for namei():rwatson2009-04-061-1/+14
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-1/+1
* Revert change 190655 temporarily. It breaks many setups where nullfs iskan2009-04-041-1/+1
* PowerPC, meet kernel core dumps. The support is basedmarcel2009-04-041-9/+0
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-2/+6
* vn_vptocnp() unlocks the name cache and forgets to re-lock it beforepeter2009-04-021-1/+1
* Fix memory leak in semunload().brueffer2009-03-301-0/+1
* Further rate limit the root wait status, it will be printed once perthompsa2009-03-301-4/+8
* Replace v_dd vnode pointer with v_cache_dd pointer to struct namecachekan2009-03-292-33/+91
* Whitespace/spelling fixes in advance of upcoming functional changes.jamie2009-03-271-12/+12
* Skip the allocation of the root hold token if the mount already happened.thompsa2009-03-271-0/+5
* When looking up the parent devclass of a new devclass, create the parentjhb2009-03-251-1/+1
* When a file lookup fails due to encountering a doomed vnode from a forcedjhb2009-03-242-7/+9
* Clean up MI inittodr(9) and kill noop code.jkim2009-03-231-21/+13
* Improve the description of a few sysctls.jhb2009-03-232-12/+13
* Add safety check that does not allow empty strings to be queuedkan2009-03-231-0/+6
* Correctly sanity-check timer IDs. [SA-09:06]cperciva2009-03-232-4/+9
* Fix several issues with parsing the notes for ELF objects.kib2009-03-221-5/+5
* Do not underflow the buffer and then report the problem. Check for thekib2009-03-201-6/+6
* Remove unneeded braces to reduce used vertical screen space.kib2009-03-201-2/+1
* Do not forget to adjust buflen for the first resolution of the pathkib2009-03-201-1/+2
* The nc_nlen member of the struct namecache contains the length of the cachedkib2009-03-201-1/+1
* When ktracing namei operations, log a result of the __getcwd().kib2009-03-201-0/+9
* Remove unneeded braces to reduce used vertical screen space.kib2009-03-201-4/+2
* Fix an old-standing bug that crept in along the several revisions:attilio2009-03-171-15/+15
OpenPOWER on IntegriCloud