summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andkib2009-03-172-2/+31
* Use the properly sized types for ELF object header and program headers.kib2009-03-171-4/+4
* Initial suspend/resume support for amd64.jkim2009-03-171-0/+48
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-161-45/+117
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-2/+0
* - Wrap lock profiling state variables in #ifdef LOCK_PROFILING blocks.jeff2009-03-154-14/+34
* - Implement a new mechanism for resetting lock profiling. We nowjeff2009-03-152-9/+104
* - When a mutex is destroyed while locked we need to inform lock profilingjeff2009-03-141-0/+1
* - Call lock_profile_release when we're transitioning a lock to be owned byjeff2009-03-141-1/+3
* - Fix an error that occurs when mp_ncpu is an odd number. steal_threshjeff2009-03-141-4/+9
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-51/+101
* 1) Check NULL pointer before calling umtx_pi_adjust_locked(), this avoidsdavidxu2009-03-131-24/+26
* Change the sysctls for maxbcache and maxswzone from int to long. I missedjhb2009-03-121-2/+2
* Export the current values of nbuf, ncallout, and nswbuf via read-onlyjhb2009-03-121-0/+6
* Ensure that the semaphore value is re-checked after sem_lockbms2009-03-121-1/+1
* Make semaphore debugging output more useful.bms2009-03-121-2/+8
* When writing out updated pollfd records when returning fromrwatson2009-03-111-1/+22
* Add a new type of KTRACE record for sysctl(3) invocations. It uses thejhb2009-03-112-2/+49
* Gah, fix the code to match the comment. For non-open lookups use ajhb2009-03-111-1/+1
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-113-8/+50
* Minor nits notice by jhb@imp2009-03-111-3/+2
* - Make maxpipekva a signed long rather than an unsigned long as overflowjhb2009-03-102-7/+7
* In the ABI shim for vfs.bufspace, rather than truncating values larger thanjhb2009-03-101-1/+4
* - Remove a recently added comment from kernel_sysctlbyname() that isn'tjhb2009-03-101-9/+1
* Add an ABI compat shim for the vfs.bufspace sysctl for sysctl requests thatjhb2009-03-101-0/+27
OpenPOWER on IntegriCloud