summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* If a process is a zombie and we couldn't identify another useful state,rwatson2009-01-291-0/+2
* Mark most often used sysctl's as MPSAFE.ed2009-01-283-14/+18
* Convert the global mutex protecting the directory lookup name cache from ajhb2009-01-281-46/+81
* Use the proper flag to let kern.ttys be executed without Giant.ed2009-01-261-1/+1
* Whitespace tweak.jhb2009-01-261-1/+1
* - bit has to be fd_mask to work properly on 64bit platforms. Constantsjeff2009-01-251-5/+6
* When a statically linked binary is executed (or at least, one withoutrwatson2009-01-251-1/+2
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-2/+2
* - Correct a typo in a comment.jeff2009-01-251-1/+1
* - 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
OpenPOWER on IntegriCloud