aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0156-110/+21
* Add __BEGIN_DECLS to jail.h to keep C++ happy.Jamie Gritton2020-08-291-0/+2
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-291-0/+1
* Retire devctl_notify_f()Warner Losh2020-08-291-2/+0
* Treat the boot loader as the same as the kernel for what's visibleWarner Losh2020-08-281-2/+2
* Allow the pseudo-errnos to be returned as well in boot loaderWarner Losh2020-08-281-1/+1
* Remove splclock(). It's not useful to keep.Warner Losh2020-08-281-1/+0
* remove splbio and splcamWarner Losh2020-08-281-2/+0
* Add MNT_EXTLSxxx flags that will be used for NFS over TLS exports.Rick Macklem2020-08-261-0/+3
* bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bitD Scott Phillips2020-08-261-4/+15
* vfs: respect PRIV_VFS_LOOKUP in vaccess_smrMateusz Guzik2020-08-251-0/+2
* Add atomic and bswap functions to libcompiler_rtDimitry Andric2020-08-251-1/+1
* Bump __FreeBSD_version for OpenZFS switchoverMatt Macy2020-08-251-1/+1
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-5/+3
* vfs: validate ndp state after the lookupMateusz Guzik2020-08-231-0/+7
* vfs: convert nameiop into an enumMateusz Guzik2020-08-231-7/+6
* Pass pointers to info parsed from notes, to brandinfo->header_supported filter.Konstantin Belousov2020-08-231-1/+2
* Reserve FreeBSD ELF feature control bit LA48 to control VA layout on amd64.Konstantin Belousov2020-08-231-0/+1
* kern_sharedpage.c: Add exec_sysvec_init_secondary() helper.Konstantin Belousov2020-08-231-0/+1
* Fix several issues with process group orphanage.Konstantin Belousov2020-08-221-1/+1
* r364475 changed the internal API between the kernel RPC and NFS, so bump vers...Rick Macklem2020-08-221-1/+1
* Move devctl_notify* to devctl.h.Warner Losh2020-08-202-12/+47
* Make devctl_queue_data_f and devctl_queue_data private.Warner Losh2020-08-201-4/+1
* cache: add cache_rename, a dedicated helper to use for renamesMateusz Guzik2020-08-201-0/+2
* Add the MSG_TLSAPPDATA flag to indicate "return ENXIO" for non-application TLSRick Macklem2020-08-191-0/+1
* Move the mount name to bit mapping into sys/mount.h so it can be shared with theWarner Losh2020-08-191-0/+39
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-1/+2
* Bump __FreeBSD_version for r364330, since it changed the internal APIRick Macklem2020-08-181-1/+1
* gpart(8): Recognize apple-zfs and solaris-reserved partition idsConrad Meyer2020-08-171-0/+17
* VMIO readKonstantin Belousov2020-08-161-0/+2
* vfs: retire vrefl as a symbolMateusz Guzik2020-08-161-1/+5
* vfs: restore sorted order of unused nameidata flagsMateusz Guzik2020-08-161-1/+1
* Bump __FreeBSD_version after vget() and HASBUF changeMateusz Guzik2020-08-161-1/+1
* vfs: mark HASBUF as an internal flagMateusz Guzik2020-08-161-14/+15
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-141-4/+5
* Rename the pipe_map field of struct pipe.Mark Johnston2020-08-141-1/+1
* Bump __FreeBSD_version after r364232Emmanuel Vadot2020-08-141-1/+1
* Add prng(9) APIConrad Meyer2020-08-131-0/+20
* Add support for Cortex-A76/Neoverse-N1 to hwpmcAndrew Turner2020-08-121-1/+2
* vfs: inline vrefcntMateusz Guzik2020-08-121-1/+6
* vfs: garbage collect vrefactnMateusz Guzik2020-08-121-1/+0
* smp.h: Reconcile definition and declaration of smp_ncpusConrad Meyer2020-08-111-1/+1
* devfs: rework si_usecount to track opensMateusz Guzik2020-08-111-1/+0
* Need to clone the task struct fields related to RCU aswell in theHans Petter Selasky2020-08-111-1/+1
* vfs: stricter validation for flags passed to namei in cn_flagsMateusz Guzik2020-08-111-15/+24
* Add an argument to newnfs_connect() that indicates use TLS for the connection.Rick Macklem2020-08-111-1/+1
* vfs: garbage collect unused ISUNICODE namei flagMateusz Guzik2020-08-101-1/+0
* vfs: add VOP_STATMateusz Guzik2020-08-071-2/+16
* IPV6_PKTINFO support for v4-mapped IPv6 socketsBjoern A. Zeeb2020-08-071-0/+1