summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix off-by-one error in check against max_threads_per_proc.jhb2011-02-231-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-213-4/+4
* Don't restore old mount options and flags if VFS_MOUNT(9) succeeds butjh2011-02-191-26/+29
* Modify kdb_trap() so that it re-calls the dbbe_trap function as long asmdf2011-02-181-29/+23
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-165-42/+100
* Mfp4 CH=177256:bz2011-02-141-0/+11
* Allow the SO_SETFIB socket option to select the default (0)deischen2011-02-131-4/+5
* Retire VFS_BIO_DEBUG. Convert those checks that were still valid intoalc2011-02-121-57/+14
* With smp_topo_none, set cg_mask to all_cpus rather than setting the mp_ncpusjmallett2011-02-111-1/+1
OpenPOWER on IntegriCloud