summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent cross-site forgery attacks on ftpd(8) due to splittingcperciva2008-12-231-0/+5
* Revert r185891.ed2008-12-211-2/+10
* Set PTS_FINISHED before waking up any threads.ed2008-12-211-2/+1
* Let wchan names more closely match pre-MPSAFE TTY behaviour.ed2008-12-201-3/+3
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-25/+34
* Further beautify the lock strings to be more pleasing to the eye andivoras2008-12-191-4/+4
* Removed a comment made obsolete by revisions 157927 and 174292.ru2008-12-181-1/+0
* By popular request, stringify kern.vm_guest sysctl. Now it returns aivoras2008-12-181-3/+27
* Remove spaces in wait object names to make top (1) output prettier andivoras2008-12-181-5/+5
* The quotactl, statfs and fstatfs syscall implementations may dereferencekib2008-12-181-6/+18
* Do not return success and doomed vnode from lookup. LK_UPGRADE allowskib2008-12-181-0/+4
* Introduce a sysctl kern.vm_guest that reflects what the kernel knows aboutivoras2008-12-171-6/+15
* Remove sysctl debug.elf_trace and the trace field in auxargs. They gopeter2008-12-171-4/+0
* Minor style(9) nit.imp2008-12-171-2/+1
* Remove two remnant uses of AT_DEBUG.kib2008-12-171-3/+0
* 1) Fix a deadlock in the VFS:attilio2008-12-162-32/+15
* If possible, try to obtain max_mhz on cpufreq attach instead of first request.mav2008-12-161-1/+8
* Change ttyhook_register() second argument from thread to process pointer.mav2008-12-131-4/+11
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-131-8/+0
OpenPOWER on IntegriCloud