aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Move the code around so that libc behaviour does not depend on a variableEdward Tomasz Napierala2011-03-221-2/+0
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-216-7/+18
* Mostly revert r219468, as I had misremembered the C standard regardingMatthew D Fleming2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying theMatthew D Fleming2011-03-101-1/+1
* Bump __FreeBSD_version for struct sysvec (sv_schedtail) changes.Dmitry Chagin2011-03-081-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-082-2/+1
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-051-1/+3
* Regenerate.Edward Tomasz Napierala2011-03-053-5/+20
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-053-1/+53
* POSIX.1-2008 moved some constants from the XSI option to the Base.Jilles Tjoelker2011-03-041-1/+1
* Add Capsicum capability mode support; svn add of capability.h was missedRobert Watson2011-03-011-0/+71
* Regenerate system call files following addition of cap_enter(2),Robert Watson2011-03-013-3/+17
* Continue to introduce Capsicum Capability Mode support:Robert Watson2011-03-011-0/+5
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,Robert Watson2011-03-012-2/+9
* Add ECAPMODE, "Not permitted in capability mode", a new kernel errnoRobert Watson2011-03-011-1/+2
* Introduce preliminary support of the show description of the ABI ofDmitry Chagin2011-02-251-0/+17
* Use umtx_key objects to uniquely identify futexes. Private futexes inJohn Baldwin2011-02-231-0/+1
* Expose the umtx_key structure and API to the rest of the kernel.John Baldwin2011-02-231-0/+51
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Turn off default generation of userland dot symbols on powerpc64 now thatNathan Whitehorn2011-02-181-11/+0
* Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric2011-02-181-1/+1
|\
* | Retire mp_fixme(). It's no longer used.Alan Cox2011-02-141-10/+0
* | Remove unused since r134586 thr_exit1() declaration.Dmitry Chagin2011-02-121-1/+0
* | Provide convenience function for obtaining MODINFO_ADDR and MODINFO_SIZEMarcel Moolenaar2011-02-091-0/+4
* | Remove the uio_yield prototype and symbol. This function has beenMatthew D Fleming2011-02-082-2/+1
* | Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-082-2/+4
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrieveJung-uk Kim2011-02-071-1/+1
* | Use M_WAITOK rather than M_NOWAIT when creating taskqueues via theJohn Baldwin2011-02-041-2/+2
* | Put the general logic for being a CPU hog into a new functionMatthew D Fleming2011-02-022-2/+2
* | Add new user-friendly aliases for partition types for the MBR andAndrey V. Elsukov2011-01-282-3/+12
* | 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-261-2/+4
* | Allow debugger to specify that children of the traced process should beKonstantin Belousov2011-01-252-2/+13
* | Fix typo.Konstantin Belousov2011-01-231-1/+1
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-0/+1
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-11/+11
* | sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-40/+1
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-171-3/+11
* | Rework realtime priority support:John Baldwin2011-01-141-11/+11
* | Add a 64-bit hex-printed sysctl(9) since there is at least one place inMatthew D Fleming2011-01-131-1/+14
* | Fix a typo. XLONG should allow pointers to unsigned and signed long.Matthew D Fleming2011-01-121-1/+1
* | Add type checking for static and dynamic sysctls using scalar types.Matthew D Fleming2011-01-121-50/+140
* | Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-121-1/+1
* | - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, andJohn Baldwin2011-01-111-8/+6
* | Add a nested include of <sys/linker_set.h> to make the sysctl(9) manpageJohn Baldwin2011-01-101-0/+2
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-0/+6
* | In rtld, read the initial stack access mode from AT_STACKPROT as setKonstantin Belousov2011-01-081-0/+1
* | Create shared (readonly) page. Each ABI may specify the use of page byKonstantin Belousov2011-01-082-0/+15
* | On 32 bit architectures define (u)int64_t as (unsigned) long long insteadTijl Coosemans2011-01-081-2/+0
* | Retire PCONFIG and leave the priority of thread0 alone when waiting forJohn Baldwin2011-01-061-3/+2