aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
Commit message (Expand)AuthorAgeFilesLines
* Implement the array_size() function in the LinuxKPI. This functionHans Petter Selasky2020-07-101-1/+1
* Bump the version since r362639 changed the internal API between the NFSRick Macklem2020-06-261-1/+1
* Bump __FreeBSD_version after making liblzma to use libmd implementationXin LI2020-06-201-1/+1
* Version bump for r362158, since the arguments for vfs_checkexp() changed.Rick Macklem2020-06-141-1/+1
* Allow <sys/param.h> to be included from userland assembly files.John Baldwin2020-06-121-0/+2
* Implement __is_constexpr() function macro in the LinuxKPI.Hans Petter Selasky2020-06-021-1/+1
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-05-231-1/+1
* Bump __FreeBSD_version after r361275, HyperV socket supportWei Hu2020-05-221-1/+1
* Bump __FreeBSD_version after linuxkpi changesEmmanuel Vadot2020-05-071-1/+1
* Bump __FreeBSD_version for KTLS RX support.John Baldwin2020-04-281-1/+1
* Bump FreeBSD version after r359919 (KTLS / unmapped mbuf changes)Andrew Gallatin2020-04-141-1/+1
* Bump __FreeBSD_version after r359836, close_range(2)Kyle Evans2020-04-121-1/+1
* Bump version for r359745, since it removed a field from "struct proc" andRick Macklem2020-04-091-1/+1
* Clone the RCU interface into a sleepable and a non-sleepable partHans Petter Selasky2020-04-081-1/+1
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+1
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-1/+1
* Bump for powerpc/powerpcspe switch to lld.Brandon Bergren2020-03-271-1/+1
* Bump for kyua import.Brooks Davis2020-03-231-1/+1
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-03-101-1/+1
* Bump __FreeBSD_version after amd(8) removal, r358821Ed Maste2020-03-101-1/+1
* Remove bktr(4)Warner Losh2020-03-011-1/+1
* Bump _FreeBSD_version after the recent linuxkpi changesEmmanuel Vadot2020-02-211-1/+1
* vfs: add realpathat syscallMateusz Guzik2020-02-201-1/+1
* Bump __FreeBSD_version after bumping ncurses shlibBaptiste Daroussin2020-02-201-1/+1
* Partially revert VNET change and expand VNET structure.Bjoern A. Zeeb2020-02-171-1/+1
* Bump __FreeBSD_version to 1300077 for r357455Warner Losh2020-02-041-1/+1
* Bump __FreeBSD_version after r356510Kyle Evans2020-01-081-1/+1
* Add own counter for cancelled USB transfers.Hans Petter Selasky2020-01-061-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* Remove arm/arm as a valid target.Warner Losh2020-01-021-1/+1
* Remove GEOM_SCHED class and gsched tool.Alexander Motin2019-12-291-1/+1
* Make USB statistics per device instead of per bus.Hans Petter Selasky2019-12-271-1/+1
* Eliminate the last MI difference in AT_* definitions (for powerpc).Justin Hibbits2019-12-271-1/+2
* Bump __FreeBSD_version for the addition of busdma templates.Scott Long2019-12-241-1/+1
* kbd: remove kbdsw, store pointer to driver in each keyboard_tKyle Evans2019-12-161-1/+1
* Remove the deprecated timeout(9) interface.John Baldwin2019-12-131-1/+1
* Bump __FreeBSD_version since r355677 changes the internal interfaceRick Macklem2019-12-121-1/+1
* Bump __FreeBSD_version for r355641, new sig set opsKyle Evans2019-12-121-1/+1
* Correctly check for C++17 and higher when declaring timespec_get()Dimitry Andric2019-12-091-1/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* Bump __FreeBSD_version after r355304.Edward Tomasz Napierala2019-12-021-1/+1
* bitstring: add functions to find contiguous set/unset bit sequencesEric Joyner2019-11-211-1/+1
* Create /etc/os-release file.Warner Losh2019-11-201-1/+1
* Convert in-tree sysent targets to use new makesyscalls.luaKyle Evans2019-11-181-1/+1
* Widen the vm_page aflags field to 16 bits.Mark Johnston2019-11-181-1/+1
* elf_aux_info: Add support for AT_EXECPATH.Brooks Davis2019-11-131-1/+1
* Merge commit e8316372b from llvm git (by Louis Dionne):Dimitry Andric2019-11-071-1/+1
* Enable device class group attributes in the LinuxKPI.Hans Petter Selasky2019-11-041-1/+1
* Remove obsoleted KPIs that were used to access interface address lists.Gleb Smirnoff2019-10-211-1/+1
* Implement NetGDB(4)Conrad Meyer2019-10-171-1/+1