summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.trasz2011-03-303-5/+55
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-302-1/+179
* Provide compat32 shims for kldstat(2).kib2011-03-301-0/+2
* Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revisionmm2011-03-291-1/+1
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-296-2/+168
* Promote ksyms_map() and ksyms_unmap() to general facilitykib2011-03-281-0/+2
* Add O_CLOEXEC flag to open(2) and fhopen(2).kib2011-03-252-1/+5
* Modestly increase the maximum allowed size of the kmem map on i386.alc2011-03-231-1/+0
* Update a comment. The kernel stopped using the S* process state constantsjhb2011-03-231-1/+1
* Move the code around so that libc behaviour does not depend on a variabletrasz2011-03-221-2/+0
* - Merge changes to the base system to support OFED. These includejeff2011-03-216-7/+18
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Bump __FreeBSD_version for struct sysvec (sv_schedtail) changes.dchagin2011-03-081-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-2/+1
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-1/+3
* Regenerate.trasz2011-03-053-5/+20
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-053-1/+53
* POSIX.1-2008 moved some constants from the XSI option to the Base.jilles2011-03-041-1/+1
* Add Capsicum capability mode support; svn add of capability.h was missedrwatson2011-03-011-0/+71
* Regenerate system call files following addition of cap_enter(2),rwatson2011-03-013-3/+17
* Continue to introduce Capsicum Capability Mode support:rwatson2011-03-011-0/+5
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-012-2/+9
* Add ECAPMODE, "Not permitted in capability mode", a new kernel errnorwatson2011-03-011-1/+2
* Introduce preliminary support of the show description of the ABI ofdchagin2011-02-251-0/+17
* Use umtx_key objects to uniquely identify futexes. Private futexes injhb2011-02-231-0/+1
* Expose the umtx_key structure and API to the rest of the kernel.jhb2011-02-231-0/+51
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-11/+0
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-181-1/+1
|\
* | Retire mp_fixme(). It's no longer used.alc2011-02-141-10/+0
* | Remove unused since r134586 thr_exit1() declaration.dchagin2011-02-121-1/+0
* | Provide convenience function for obtaining MODINFO_ADDR and MODINFO_SIZEmarcel2011-02-091-0/+4
* | Remove the uio_yield prototype and symbol. This function has beenmdf2011-02-082-2/+1
* | Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-082-2/+4
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-071-1/+1
* | Use M_WAITOK rather than M_NOWAIT when creating taskqueues via thejhb2011-02-041-2/+2
* | Put the general logic for being a CPU hog into a new functionmdf2011-02-022-2/+2
* | Add new user-friendly aliases for partition types for the MBR andae2011-01-282-3/+12
* | Remove the CTLFLAG_NOLOCK as it seems to be both unused andmdf2011-01-261-5/+3
* | Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+4
* | Allow debugger to specify that children of the traced process should bekib2011-01-252-2/+13
* | Fix typo.kib2011-01-231-1/+1
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-0/+1
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-11/+11
* | sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-40/+1
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-3/+11
* | Rework realtime priority support:jhb2011-01-141-11/+11
* | Add a 64-bit hex-printed sysctl(9) since there is at least one place inmdf2011-01-131-1/+14
* | Fix a typo. XLONG should allow pointers to unsigned and signed long.mdf2011-01-121-1/+1
OpenPOWER on IntegriCloud