aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Temporarily revert r219272; it breaks acl_is_trivial_np(3).Edward Tomasz Napierala2011-03-061-2/+2
* Style(9) fix.Dmitry Chagin2011-03-051-2/+2
* Partially reworked r219042.Dmitry Chagin2011-03-051-29/+21
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-051-0/+4
* Regenerate.Edward Tomasz Napierala2011-03-053-2/+44
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-055-0/+235
* Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, just likeEdward Tomasz Napierala2011-03-041-2/+2
* - Add a FEATURE for capsicum (security_capabilities).Alexander Leidinger2011-03-041-0/+2
* Make "struct pts_softc" point to ucred instead of uidinfo. This is no-op,Edward Tomasz Napierala2011-03-031-12/+10
* Similar to 189574, properly handle subclasses of bus drivers when deletingJohn Baldwin2011-03-011-30/+81
* Continue introducing Capsicum capability mode support:Robert Watson2011-03-011-0/+15
* Regenerate system call files following addition of cap_enter(2),Robert Watson2011-03-013-209/+234
* Continue to introduce Capsicum Capability Mode support:Robert Watson2011-03-013-2/+781
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,Robert Watson2011-03-013-3/+128
* Introduce preliminary support of the show description of the ABI ofDmitry Chagin2011-02-253-12/+82
* ktrace_resize_pool() locking slightly reworked:Dmitry Chagin2011-02-251-18/+16
* Make the description of the feature consistent with another similarAlexander Leidinger2011-02-251-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-2516-0/+44
* Clean up the now unused #include statement.Sergey Kandaurov2011-02-231-1/+0
* Move the max_threads_per_proc and max_threads_hits variables to theKonstantin Belousov2011-02-232-13/+11
* Revert previous change, the existing check was correct.John Baldwin2011-02-231-1/+1
* Expose the umtx_key structure and API to the rest of the kernel.John Baldwin2011-02-231-50/+2
* Fix off-by-one error in check against max_threads_per_proc.John Baldwin2011-02-231-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-213-4/+4
* Don't restore old mount options and flags if VFS_MOUNT(9) succeeds butJaakko Heinonen2011-02-191-26/+29
* Modify kdb_trap() so that it re-calls the dbbe_trap function as long asMatthew D Fleming2011-02-181-29/+23
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-165-42/+100
* Mfp4 CH=177256:Bjoern A. Zeeb2011-02-141-0/+11
* Allow the SO_SETFIB socket option to select the default (0)Daniel Eischen2011-02-131-4/+5
* Retire VFS_BIO_DEBUG. Convert those checks that were still valid intoAlan Cox2011-02-121-57/+14
* With smp_topo_none, set cg_mask to all_cpus rather than setting the mp_ncpusJuli Mallett2011-02-111-1/+1
* Mfp4 CH=177255:Bjoern A. Zeeb2011-02-111-1/+2
* Provide convenience function for obtaining MODINFO_ADDR and MODINFO_SIZEMarcel Moolenaar2011-02-091-1/+24
* Remove the uio_yield prototype and symbol. This function has beenMatthew D Fleming2011-02-081-7/+0
* Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-087-35/+44
* Clear the padding when returning context to the usermode, forKonstantin Belousov2011-02-051-0/+2
* Always assert that the turnstile chain lock is held in turnstile_wait()John Baldwin2011-02-041-2/+1
* Eliminate unnecessary page hold_count checks. These checks predateAlan Cox2011-02-032-4/+2
* Put the general logic for being a CPU hog into a new functionMatthew D Fleming2011-02-024-12/+21
* The unp_gc() function drops and reaquires lock between scan andKonstantin Belousov2011-02-011-12/+16
* If more than one thread allocated sf buffers for sendfile(2), andKonstantin Belousov2011-01-281-5/+12
* Do not trip a KASSERT if /dev/null cannot be opened for a setuid program.Jilles Tjoelker2011-01-281-1/+1
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-275-4/+18
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andMatthew D Fleming2011-01-261-5/+3
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-262-3/+3
* When vtruncbuf() iterates over the vnode buffer list, lock buffer objectKonstantin Belousov2011-01-251-2/+5
* Allow debugger to specify that children of the traced process should beKonstantin Belousov2011-01-255-13/+85
* Replace spaces with tabs.Jaakko Heinonen2011-01-241-2/+2
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-0/+7
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-192-5/+8