aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some missing RISC-V ELF definesMitchell Horne2019-06-281-0/+20
* Add non-blocking trylock variants for the rangelock functions.Rick Macklem2019-06-272-0/+8
* revert r349460, printf -> KASSERT in bus.h, until I can fix itAndriy Gapon2019-06-271-7/+12
* upgrade the warning printf-s in bus accessors to KASSERT-sAndriy Gapon2019-06-271-12/+7
* Fix annoying whitespace issue.Julian Elischer2019-06-251-1/+1
* [PowerPC64] Don't mark module data as staticLeandro Lupori2019-06-251-1/+2
* Remove NAND and NANDFS supportWarner Losh2019-06-251-1/+1
* Move to using a common kernel path between the boot / laoder bits andWarner Losh2019-06-241-0/+2
* Reduce namespace pollution from r349233Alan Somers2019-06-213-7/+8
* LinuxKPI: Additions to rcu list.Johannes Lundberg2019-06-211-1/+1
* sys: Remove DEV_RANDOM device optionConrad Meyer2019-06-211-25/+0
* fcntl: fix overflow when setting F_READAHEADAlan Somers2019-06-201-1/+4
* Extend mmap/mprotect API to specify the max page protections.Brooks Davis2019-06-201-0/+8
* #include <sys/types.h> from sys/filio.hAlan Somers2019-06-201-0/+1
* Add FIOBMAP2 ioctlAlan Somers2019-06-201-0/+7
* Add wakeup_any(), cheaper wakeup_one() for taskqueue(9).Alexander Motin2019-06-203-0/+6
* Optimize kern.geom.conf* sysctls.Alexander Motin2019-06-181-0/+1
* Remove sys/capability.h for the third timeEd Maste2019-06-181-47/+0
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-173-34/+48
* Move/rename the sys/pwm.h header file to dev/pwm/pwmc.h. The file containsIan Lepore2019-06-151-53/+0
* Some devices take undesired actions when RTS and DTR areStephen Hurd2019-06-121-0/+1
* Make the warning intervals for deprecated crypto algorithms tunable.John Baldwin2019-06-111-0/+19
* Add M_NOFREE to M_FLAG_BITS.John Baldwin2019-06-111-1/+1
* Change the check for 'size' wrapping around to zero in kern_mmap to accountDoug Moore2019-06-101-1/+1
* Use C11 anonymous unions.Dmitry Chagin2019-06-101-3/+2
* Fix dpcpu and vnet panics with complex types at the end of the section.Bjoern A. Zeeb2019-06-081-1/+1
* Teach readelf about some OpenBSD ELF program headersChristian S.J. Peron2019-06-071-0/+4
* Use underscores for internal variable name to avoid conflicts.Andrey V. Elsukov2019-06-071-8/+8
* Allow fail points to have separate declarations, definitions, and evalsRyan Libby2019-06-071-4/+10
* first step towards enforcing must-succeed semantics for bus accessorsAndriy Gapon2019-06-051-2/+16
* elf_common: add GNU note types and NT_GNU_PROPERTY_TYPE_0 bitsEd Maste2019-06-041-0/+15
* Complete LOCAL_PEERCRED support. Cache pid of the remote process in theDmitry Chagin2019-05-301-1/+6
* Add bits related to SANITIZE, SED, and form-factor to (struct ata_params)Ravi Pokala2019-05-291-2/+20
* Update __FreeBSD_version and Makefile check for r348347Justin Hibbits2019-05-291-1/+1
* The alignment is passed into contigmalloc_domainset in the 7th argument.Andrew Turner2019-05-281-1/+1
* sys/bufobj.h: Avoid using C++ reserved keyword 'private'Conrad Meyer2019-05-271-1/+1
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-241-1/+36
* Remove "struct ucred*" argument from vtruncbufAlan Somers2019-05-241-2/+1
* EKCD: Add Chacha20 encryption modeConrad Meyer2019-05-231-0/+1
* Make pack_kinfo() available for external callers.Konstantin Belousov2019-05-231-0/+1
* Revert r348070Conrad Meyer2019-05-221-1/+1
* sys/lockmgr.h: Update #error to point at correct _lock.hConrad Meyer2019-05-211-1/+1
* The older detection methods (smbios.bios.vendor and smbios.system.product)Stephen J. Kiernan2019-05-211-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-2013-63/+205
* Implement the M_NEXTFIT allocation strategy for vmem(9).Mark Johnston2019-05-181-3/+4