summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Enable accounting for RACCT_NPROC and RACCT_NTHR.trasz2011-03-314-5/+55
* Notify racct when process credentials change.trasz2011-03-311-0/+10
* Clearing the flag when preempting will let the preempted thread runfabient2011-03-312-7/+4
* Regenerate.trasz2011-03-303-2/+157
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-303-0/+1869
* Provide compat32 shims for kldstat(2).kib2011-03-301-23/+30
* Remove pointless (always true) KASSERTs.trasz2011-03-291-19/+0
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-297-1/+920
* Fix the check for vm_map_remove() error.kib2011-03-281-1/+1
* Trim white spaces, adjust style.kib2011-03-281-10/+12
* Handle zero length in copyout_unmap().kib2011-03-281-0/+3
* Promote ksyms_map() and ksyms_unmap() to general facilitykib2011-03-281-0/+49
* Fix some style issues in r219925.jh2011-03-261-5/+2
* Add O_CLOEXEC flag to open(2) and fhopen(2).kib2011-03-252-3/+12
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-245-25/+18
* Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options injh2011-03-231-0/+26
* Modestly increase the maximum allowed size of the kmem map on i386.alc2011-03-232-16/+8
* Small style fix.jhb2011-03-231-1/+1
* Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, bringingtrasz2011-03-221-2/+2
* Move the code around so that libc behaviour does not depend on a variabletrasz2011-03-221-8/+28
* - Merge changes to the base system to support OFED. These includejeff2011-03-215-10/+86
* Update a comment. The sending process has not mapped the buffer pagesalc2011-03-201-3/+3
* The hardware has caught up; improvements are now observed even at 128,ivoras2011-03-161-1/+1
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-0/+6
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-083-1/+5
* When constructing a new cpuset, apply the parent cpuset's mask to the newjhb2011-03-081-4/+4
* Do not assert buffer lock in VFS_STRATEGY() when kernel already paniced.kib2011-03-081-1/+1
* The execution of the shebang script requires putting interpreter path,kib2011-03-061-1/+1
* Temporarily revert r219272; it breaks acl_is_trivial_np(3).trasz2011-03-061-2/+2
* Style(9) fix.dchagin2011-03-051-2/+2
* Partially reworked r219042.dchagin2011-03-051-29/+21
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-0/+4
* Regenerate.trasz2011-03-053-2/+44
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-055-0/+235
* Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, just liketrasz2011-03-041-2/+2
* - Add a FEATURE for capsicum (security_capabilities).netchild2011-03-041-0/+2
* Make "struct pts_softc" point to ucred instead of uidinfo. This is no-op,trasz2011-03-031-12/+10
* Similar to 189574, properly handle subclasses of bus drivers when deletingjhb2011-03-011-30/+81
* Continue introducing Capsicum capability mode support:rwatson2011-03-011-0/+15
* Regenerate system call files following addition of cap_enter(2),rwatson2011-03-013-209/+234
* Continue to introduce Capsicum Capability Mode support:rwatson2011-03-013-2/+781
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-013-3/+128
* Introduce preliminary support of the show description of the ABI ofdchagin2011-02-253-12/+82
* ktrace_resize_pool() locking slightly reworked:dchagin2011-02-251-18/+16
* Make the description of the feature consistent with another similarnetchild2011-02-251-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-2516-0/+44
* Clean up the now unused #include statement.pluknet2011-02-231-1/+0
* Move the max_threads_per_proc and max_threads_hits variables to thekib2011-02-232-13/+11
* Revert previous change, the existing check was correct.jhb2011-02-231-1/+1
* Expose the umtx_key structure and API to the rest of the kernel.jhb2011-02-231-50/+2
OpenPOWER on IntegriCloud