summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* - Make the keg abstraction more complete. Permit a zone to have multiplejeff2009-01-251-4/+1
* Remove unneeded use of device unit numbers from pty(4).ed2009-01-251-8/+5
* - Use __XSTRING where I want the define to be expanded. This resulted injeff2009-01-252-3/+3
* Fix errors introduced when I rewrote select.jeff2009-01-251-44/+96
* Mark kern.ttys as MPSAFE.ed2009-01-241-1/+1
* Add explicit static DTrace tracing to the callout mechanism, capturingrwatson2009-01-241-0/+15
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-231-6/+8
* - Add conditional Giant locking around the vrele() injhb2009-01-231-33/+38
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notjhb2009-01-231-4/+4
* Use shared vnode locks for fchdir().jhb2009-01-231-2/+2
* Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by notjhb2009-01-231-3/+3
* Push down Giant in the vlnru kproc main loop so that it is only acquiredjhb2009-01-231-11/+3
* Use the correct type for the timeout parameter to the 32-bitjhb2009-01-231-1/+1
* Fix a few style bogons.jhb2009-01-211-2/+1
* Move the code from ufs_lookup.c used to do dotdot lookup, intokib2009-01-211-0/+32
* Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:jhb2009-01-212-5/+7
* Add functions WITNESS so it can be asserted that the lock is not released for athompsa2009-01-211-0/+49
* FFS puts the extended attributes blocks at the negative blocks for thekib2009-01-201-1/+1
* Add a limit on namecache entries.mckay2009-01-201-0/+6
* Teach m_copyback() to use trailing space of the last mbuf in chain.mav2009-01-181-0/+4
* - Implement generic macros for producing KTR records that are compatiblejeff2009-01-175-51/+132
* Lock the semaphore identifier lock during semaphore initialization tokib2009-01-151-0/+4
* It seems that there are at least three issues with IPC_RMID operationkib2009-01-141-152/+125
* Add a new KTR tracepoint in the KTR_CALLOUT class to note when a calloutjhb2009-01-131-0/+1
* Do not call namei() while having another user-controlled vnodekib2009-01-081-18/+31
* Remove Giant locking from domains list.ed2009-01-041-9/+9
* Remove two further uses (debugging and NULLing) of pr_ousrreq, missed duerwatson2009-01-042-3/+0
* Back out r186615; the sanitizing of the pointers in the error casebz2009-01-041-2/+0
* Extend the struct vm_page wire_count to u_int to avoid the overflowkib2009-01-031-1/+5
* Fix a corner case in my previous commit.ed2009-01-021-1/+2
* Don't let /dev/console be revoked if the TTY below is being closed.ed2009-01-021-0/+7
* White space and comment tweaks.rwatson2009-01-011-2/+2
* Temporary workaround for the limitations of the mbuf flowid field: zerorwatson2009-01-011-0/+2
* Don't clobber sysctl_root()'s error number.ed2009-01-011-2/+5
* Document the relationship between enum VM_GUEST and the vm_guest_sysctl_namesivoras2008-12-301-1/+3
* Added missing second part of cleaning j->ip[46] as requested by bzpho2008-12-301-0/+2
* Make sure that unused j->ip[46] are clearedpho2008-12-301-2/+4
* Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other localrwatson2008-12-301-3/+3
* Clear the pointers to the file in the struct filedesc before file is closedkib2008-12-301-6/+8
* In r185557, the check for existing negative entry for the given namekib2008-12-301-22/+11
* Fix compilation. Also move ogetkerninfo() to kern_xxx.c.ed2008-12-292-212/+208
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-292-53/+39
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-291-2/+2
* drop rnh lock before destroying itkmacy2008-12-281-0/+1
* Hide detect_virtual() along with the accompanying stringbz2008-12-271-7/+9
* Prevent overflow of uio_resid.pho2008-12-271-0/+2
* Following the recent security advisory, add a comment describing ourrwatson2008-12-251-0/+22
* Do not KASSERT when vp->v_dd is NULL. Only directories which have had ".."marcus2008-12-231-1/+1
* Keep the hold on the vnode during VOP_VPTOCNP() call, allowing the vopkib2008-12-231-1/+1
* Add missing newlines to flags tags of CPU topology, for prettierivoras2008-12-231-2/+2
OpenPOWER on IntegriCloud