summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Tweak comment to make more clear why it will fail.attilio2012-11-021-1/+1
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-1/+1
* Give mtx(9) the ability to crunch different type of structures, with theattilio2012-10-312-16/+75
* Compiler have a precise knowledge of the content of sched_pin() andattilio2012-10-291-0/+2
* Fix two problems that caused instant panic when the device mountedtrasz2012-10-281-1/+0
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".trasz2012-10-264-2/+27
* Correct SIGTTIN handling.ed2012-10-251-0/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+1
* Bump __FreeBSD_version and make a note in UPDATING about removal ofkib2012-10-221-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-224-42/+3
* Fix build if COMPAT_43 is defined without one ofeadler2012-10-221-1/+2
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-191-0/+1
* Remove splimp() comment from sysinit table and attribute SI_SUB_PROTO_BEGINandre2012-10-191-8/+2
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-2/+0
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-1/+1
* Add a KPI to allow to reserve some amount of space in the numvnodeskib2012-10-142-0/+3
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-0/+7
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-1/+1
* mount.h: MNTK_VGONE_UPPER and MNTK_VGONE_WAITER were supposed to be differentavg2012-10-051-2/+2
* Define clang feature test macro __has_extension. It's used in stdatomic.h.tijl2012-10-041-0/+3
* - Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this changepjd2012-10-011-1/+2
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-10/+2
* Add rounddown2() macro similar to the roundup2() macro.pjd2012-09-221-0/+1
* Remove namespace pollution in _rmlock.h by defining rm_queue structureattilio2012-09-182-23/+10
* Rename __member2struct() to __containerof().ed2012-09-133-11/+23
* Correctness: use __member2struct() on the correct fields.ed2012-09-121-2/+2
* Implement LIST_PREV().ed2012-09-123-6/+11
* Add a facility for vgone() to inform the set of subscribed mountskib2012-09-091-0/+10
* Add MNTK_LOOKUP_EXCL_DOTDOT struct mount flag, which specifies to thekib2012-09-091-0/+1
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-082-12/+2
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.jhb2012-09-061-70/+0
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-061-0/+1
* - Move jenkins.h to jenkins_hash.cglebius2012-09-041-0/+9
* While there, remove an unneeded blank line.ed2012-09-011-1/+0
* Fix whitespace.ed2012-09-011-25/+25
* Post r222812 KTR_CPUMASK started being initialized only as a tunableattilio2012-08-301-0/+6
* Remove unused SI_* flags.ed2012-08-281-3/+0
* Remove unncessary atomic operation when reading process flags injimharris2012-08-221-2/+1
* Missing one in r239505.obrien2012-08-211-1/+1
* Restore the style of r195843 to that of pre-r194498obrien2012-08-211-1/+1
* regen.davidxu2012-08-173-3/+3
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-175-1/+17
* Eliminate some unused declarations.alc2012-08-151-3/+0
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-151-2/+3
* Revert r239178 and implement two new functions, namelyhselasky2012-08-151-1/+2
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-121-1/+1
* Switch unit management in UCOM to unrhdr.hselasky2012-08-101-1/+1
* Add new device method to free the automaticallyhselasky2012-08-101-0/+1
* Fix typo.andreast2012-08-051-1/+1
* I am comparing current pipe code with the one in 8.3-STABLE r236165,davidxu2012-07-311-1/+1
OpenPOWER on IntegriCloud