aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add lockmgr(9) probes to the lockstat DTrace provider.Mark Johnston2019-08-211-0/+7
* seqc: predict false for _in_modify and type fixes for _consistent_*Mateusz Guzik2019-08-211-3/+3
* libkern: Implement strchrnul(3)Conrad Meyer2019-08-191-0/+1
* Fix an issue with executing tmpfs binary.Konstantin Belousov2019-08-182-0/+2
* Add a blocking wait bit to refcount. This allows refs to be used as a simpleJeff Roberson2019-08-181-26/+46
* Delete sys/dir.h which was deprecated since 1997.Xin LI2019-08-162-54/+1
* md(4): remove the unused and unusable MDIOCLIST ioctl.Brooks Davis2019-08-161-2/+1
* Remove deprecated GEOM classesConrad Meyer2019-08-132-128/+0
* Move scheduler state into the per-cpu area where it can be allocated on theJeff Roberson2019-08-131-0/+1
* sbuf(9): Add sbuf_nl_terminate() APIConrad Meyer2019-08-071-0/+2
* sbuf(9): Add NOWAIT dynamic buffer extension modeConrad Meyer2019-08-071-0/+1
* fusefs: merge from projects/fuse2Alan Somers2019-08-071-1/+1
|\
| * Bump __FreeBSD_versionAlan Somers2019-07-301-1/+1
* | Cache kernel stacks in UMA. This gives us NUMA support, better concurrency,Jeff Roberson2019-08-061-49/+0
* | proc: introduce the proc_add_orphan functionMariusz Zaborski2019-08-051-0/+1
* | Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-0/+2
* | Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI2019-08-011-32/+32
* | Make randomized stack gap between strings and pointers to argv/envs.Konstantin Belousov2019-07-313-0/+3
* | Use VNASSERT() in checked VOP wrappers.Mark Johnston2019-07-301-4/+7
|/
* Handle refcount(9) wraparound.Mark Johnston2019-07-301-9/+40
* Bump __FreeBSD_version after removal of gzip'ed a.out support.Xin LI2019-07-301-1/+1
* Remove gzip'ed a.out support.Xin LI2019-07-301-53/+0
* seqc: add man pageMariusz Zaborski2019-07-291-49/+0
* proc: make clear_orphan an public APIMariusz Zaborski2019-07-291-0/+1
* Decode some more IDENTIFY DEVICE bits.Alexander Motin2019-07-281-2/+5
* Add v_inval_buf_range, like vtruncbuf but for a range of a fileAlan Somers2019-07-281-0/+2
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-251-0/+3
* r350320 committed the wrong version of generated syscall.mk.Rick Macklem2019-07-251-2/+2
* Update the generated syscall.mk for copy_file_range(2).Rick Macklem2019-07-251-0/+1
* Update the generated syscall files for copy_file_range(2) added byRick Macklem2019-07-252-1/+12
* Add kernel support for a Linux compatible copy_file_range(2) syscall.Rick Macklem2019-07-252-0/+10
* Fix the turnstile_lock() KPI.Mark Johnston2019-07-241-1/+2
* Remove cap_random(3).Mark Johnston2019-07-241-1/+1
* Switch the rest of the refcount(9) functions to bool return type.Konstantin Belousov2019-07-211-9/+9
* Fix userspace build after r350199.Konstantin Belousov2019-07-211-0/+1
* Check and avoid overflow when incrementing fp->f_count inKonstantin Belousov2019-07-212-2/+20
* Add Accessible Max Address Configuration support to camcontrol.Alexander Motin2019-07-191-0/+7
* Add ptrace op PT_GET_SC_RET.John Baldwin2019-07-151-0/+7
* Always set td_errno to the error value of a system call.John Baldwin2019-07-151-2/+1
* Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers.Ian Lepore2019-07-131-1/+1
* This commit updates rack to what is basically being used at NF asRandall Stewart2019-07-101-0/+1
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-1/+1
* Remove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.Mark Johnston2019-07-031-7/+0
* Control implicit PROT_MAX() using procctl(2) and the FreeBSD noteKonstantin Belousov2019-07-024-0/+11
* Add a new "untrusted" option to the mount command. Its purposeKirk McKusick2019-07-011-2/+4
* Factor out the code that does a VOP_SETATTR(size) from vn_truncate().Rick Macklem2019-07-011-0/+2
* upgrade the warning printf-s in bus accessors to KASSERT-s, take 2Andriy Gapon2019-07-011-12/+7
* Add support for using unmapped mbufs with sendfile(2).John Baldwin2019-06-291-0/+1
* Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-292-5/+121
* Implement API for draining EPOCH(9) callbacks.Hans Petter Selasky2019-06-281-0/+1