aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* lockmgr: add adaptive spinningMateusz Guzik2020-07-221-0/+1
* lockmgr: denote recursion with a bit in lock valueMateusz Guzik2020-07-211-3/+6
* lockmgr: add a helper for reading the lock valueMateusz Guzik2020-07-211-0/+1
* Move sys/iommu.h to dev/iommu/ as a part of generic IOMMU busdma backend.Ruslan Bukin2020-07-211-168/+0
* [net80211] missing from last commit, le whoopsAdrian Chadd2020-07-191-2/+4
* o Move iommu_test_boundary() to sys/iommu.hRuslan Bukin2020-07-181-0/+13
* fd: remove fd_lastfileMateusz Guzik2020-07-151-2/+3
* Make CLOCK_REALTIME and TIMER_ABSTIME available for XOPEN_SOURCE >= 500.Konstantin Belousov2020-07-141-0/+4
* Update to D25266, bin/ps: Make the rtprio option actually showKirk McKusick2020-07-141-0/+1
* Start splitting-out the Intel DMAR busdma backend to a generic place,Ruslan Bukin2020-07-141-0/+155
* Implement the array_size() function in the LinuxKPI. This functionHans Petter Selasky2020-07-101-1/+1
* shm_open2: Implement SHM_GROW_ON_WRITEKyle Evans2020-07-101-0/+2
* shmfd: make shm_size a vm_ooffset_tKyle Evans2020-07-101-1/+1
* kern.tty_info_kstacks: add a compact formatPawel Biernacki2020-07-061-1/+7
* Rerun kernel ifunc resolvers after all CPUs have startedAndrew Turner2020-07-051-0/+6
* Add char and short types to kcsanMateusz Guzik2020-07-041-0/+58
* vfs: protect vnodes with smrMateusz Guzik2020-07-011-1/+16
* Bump the version since r362639 changed the internal API between the NFSRick Macklem2020-06-261-1/+1
* Eliminate the color field from the RB element struct. Identify theDoug Moore2020-06-251-102/+151
* Define RB_SET_PARENT to do all assignments to rb parentDoug Moore2020-06-231-30/+28
* vfs: track sequential reads and writes separatelyThomas Munro2020-06-211-3/+4
* Bump __FreeBSD_version after making liblzma to use libmd implementationXin LI2020-06-201-1/+1
* In concluding RB_REMOVE_COLOR, in the case when the sibling of theDoug Moore2020-06-201-15/+11
* Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala2020-06-201-0/+2
* hw.bus.info: rework handlerPawel Biernacki2020-06-181-1/+0
* Expose UID_xxx and GID_xxx definitions to userspace.Rick Macklem2020-06-161-16/+17
* Move font related data structured to sys/font.c and update vtfontcvtToomas Soome2020-06-142-12/+113
* Oops, r362158 committed a duplicate definition of MAXSECFLAVORS.Rick Macklem2020-06-141-1/+0
* Version bump for r362158, since the arguments for vfs_checkexp() changed.Rick Macklem2020-06-141-1/+1
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-6/+23
* Linuxkpi uses the rb-tree structures without using their interfaces,Doug Moore2020-06-131-148/+137
* Allow <sys/elf_common.h> to be used in assembly.John Baldwin2020-06-121-0/+4
* Allow <sys/param.h> to be included from userland assembly files.John Baldwin2020-06-121-0/+2
* Fixup r361997 by balancing parens. Duh.Doug Moore2020-06-101-1/+1
* Add two functions that create M_EXTPG mbufs with anonymous pages.Rick Macklem2020-06-101-0/+3
* Restore an RB_COLOR macro, for the benefit of a bit of DIAGNOSTIC codeDoug Moore2020-06-101-0/+6
* cred: distribute reference count per threadMateusz Guzik2020-06-092-2/+20
* To reduce the size of an rb_node, drop the color field. Set the leastDoug Moore2020-06-091-138/+143
* Move MPASS() macros to systm.h. They are widely used all overGleb Smirnoff2020-06-082-10/+10
* vfs: add restrictions to read(2) of a directory [2/2]Kyle Evans2020-06-041-0/+1
* tmpfs: Preserve alignment of struct fid fieldsRyan Moeller2020-06-031-0/+3
* Remove from RB_REMOVE_COLOR some null checks where the pointer checkedDoug Moore2020-06-021-26/+20
* Implement __is_constexpr() function macro in the LinuxKPI.Hans Petter Selasky2020-06-021-1/+1
* Remove ->f_label from struct fileMateusz Guzik2020-06-011-4/+0
* elf_common.h: define DF_1_PIEEd Maste2020-05-301-0/+1
* RB_REMOVE invokes RB_REMOVE_COLOR either when child is red or child isDoug Moore2020-05-301-72/+65
* Oops two, missed syscall.mk as well.Rick Macklem2020-05-291-1/+2
* Oops, missed syscall.h and sysproto.h for r361602.Rick Macklem2020-05-282-1/+8
* This commit enables a UFS filesystem to do a forcible unmount whenChuck Silvers2020-05-251-1/+4
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-0/+5