aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add prototype for sbuf_putbuf()Scott Long2017-02-281-0/+1
* Implement timerfd family syscalls.Dmitry Chagin2017-02-261-0/+1
* Do not leak mount references for dying threads.Konstantin Belousov2017-02-252-2/+9
* Remove cpu_deepest_sleep variable.Konstantin Belousov2017-02-241-1/+0
* don't use C99 static array indices with older GCC versionsAndriy Gapon2017-02-221-0/+1
* fix a typo in __STDC_VERSION__ in __min_size requirementsAndriy Gapon2017-02-221-1/+1
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-221-6/+18
* Document what the different flags mean for locking.Warner Losh2017-02-211-0/+6
* Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky2017-02-212-1/+2
* mtx: fix spin mutexes interaction with failed fcmpsetMateusz Guzik2017-02-201-6/+3
* Defer ptracestop() signals that cannot be delivered immediatelyEric Badger2017-02-201-2/+4
* mtx: plug the 'opts' argument when not usedMateusz Guzik2017-02-182-5/+9
* sx: fix mips builld after r313855Mateusz Guzik2017-02-171-1/+1
* mtx: restrict r313875 to kernels without LOCK_PROFILINGMateusz Guzik2017-02-171-0/+14
* mtx: microoptimize lockstat handling in __mtx_lock_sleepMateusz Guzik2017-02-171-1/+1
* Make inline lockstat checks just inspect lockstat_enabledMateusz Guzik2017-02-171-8/+11
* Introduce SCHEDULER_STOPPED_TD for use when the thread pointer was already readMateusz Guzik2017-02-171-1/+5
* Bump FreeBSD_version to 1200021 for removal of EISA and MCA.Warner Losh2017-02-171-1/+1
* rwlock: tidy up r313392Mateusz Guzik2017-02-151-1/+1
* Add RLIM_SAVED_MAX and RLIM_SAVED_CUR symbols.Konstantin Belousov2017-02-141-2/+2
* Order alphabetically.Konstantin Belousov2017-02-141-1/+1
* Make <sys/event.h> work on its own.Ed Schouten2017-02-131-5/+6
* Rework r313352.Konstantin Belousov2017-02-131-0/+9
* lockmgr: implement fast pathMateusz Guzik2017-02-121-0/+4
* Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-103-3/+0
* Fix r313495.Konstantin Belousov2017-02-101-0/+1
* Define ELF_ST_VISIBILITY().Konstantin Belousov2017-02-091-0/+1
* Implement LOCKSTAT_OOL_PROFILE_ENABLEDMateusz Guzik2017-02-082-6/+9
* Trim trailing whitespace (mostly introduced in r313407).John Baldwin2017-02-081-2/+2
* Copy the e_machine and e_flags fields from the binary into an ELF core dump.John Baldwin2017-02-071-1/+4
* rwlock: implement RW_LOCK_WRITER_RECURSED bitMateusz Guzik2017-02-071-8/+5
* locks: change backoff to exponentialMateusz Guzik2017-02-071-5/+9
* rwlock: move lockstat handling out of inline primitivesMateusz Guzik2017-02-051-12/+7
* Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity(),Edward Tomasz Napierala2017-02-051-0/+6
* sx: move lockstat handling out of inline primitivesMateusz Guzik2017-02-051-10/+7
* mtx: move lockstat handling out of inline primitivesMateusz Guzik2017-02-053-13/+19
* sx: uninline slock/sunlockMateusz Guzik2017-02-051-47/+4
* sx: switch to fcmpsetMateusz Guzik2017-02-051-6/+6
* rwlock: switch to fcmpsetMateusz Guzik2017-02-051-7/+13
* mtx: switch to fcmpsetMateusz Guzik2017-02-051-14/+21
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+2
* Add kern_pread() and kern_pwrite(), and use it in compats insteadEdward Tomasz Napierala2017-01-311-0/+4
* Add kern_cpuset_getid() and kern_cpuset_setid(), and use themEdward Tomasz Napierala2017-01-311-0/+4
* calculate_crc32c: Add SSE4.2 implementation on x86Conrad Meyer2017-01-311-0/+5
* Add kern_listen(), kern_shutdown(), and kern_socket(), and use themEdward Tomasz Napierala2017-01-301-0/+3
* Add kern_lseek() and use it instead of sys_lseek() in various compats.Edward Tomasz Napierala2017-01-301-0/+1
* Add a INTR_TRIG_INVALID, and use it in the powerpc interrupt code.Justin Hibbits2017-01-301-0/+1
* Remove unused kern_sendfile() declaration.Edward Tomasz Napierala2017-01-291-3/+0
* Remove GCC's __nonnull() attribute definition.Pedro F. Giffuni2017-01-291-8/+0
* Make use of clang nullability attributes.Pedro F. Giffuni2017-01-281-33/+37