aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Consistent macro indentation is the hobgoblin of small mindsWarner Losh2018-02-111-5/+5
* Add GUID and alias for Apple APFS partitionConrad Meyer2018-02-111-0/+2
* Merge biodone_finish() back into biodone(). The primary purpose isKirk McKusick2018-02-091-1/+0
* Pull in r324594 from upstream clang trunk (by Alexander Ivchenko):Dimitry Andric2018-02-081-1/+1
* style(9): use a type for each member in struct defintions.Brooks Davis2018-02-082-15/+15
* Remove part of a comment reverting to nonexistant struct members.Brooks Davis2018-02-071-1/+1
* Use const pointers for input data not modified by clock utility functions.Ian Lepore2018-02-061-6/+8
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-50/+8
* Remove a trailing whitspace.Bjoern A. Zeeb2018-02-061-1/+1
* psm(4): Add support for HP EliteBook 1040 ForcePads.Vladimir Kondratyev2018-01-311-0/+1
* Create deprecation management functions.Warner Losh2018-01-291-0/+16
* style: Remove remaining deprecated MALLOC/FREE macrosConrad Meyer2018-01-251-7/+0
* malloc(9): Change nominal size to size_t to match standard CConrad Meyer2018-01-241-9/+8
* copyright.h: Update license text to 'THE AUTHOR'Ed Maste2018-01-231-2/+2
* Use the __alloc_size2 attribute where relevant.Pedro F. Giffuni2018-01-221-1/+1
* Define a new __alloc_size2 attribute to complement the exiting support.Pedro F. Giffuni2018-01-211-0/+2
* Define PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics on the architecturesNathan Whitehorn2018-01-191-4/+0
* Remove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replacing them across theNathan Whitehorn2018-01-191-11/+5
* Add Elf_Nhdr definition to match NetBSD, OpenBSD, LinuxConrad Meyer2018-01-181-1/+2
* Update various statements in vmstat(8) to match reality.John Baldwin2018-01-181-5/+4
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-2/+2
* random(4): Add CCP random source definitionsConrad Meyer2018-01-161-0/+1
* Add RTC clock conversions for BCD values, with non-panic validation.Ian Lepore2018-01-141-3/+53
* Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2018-01-141-1/+1
* Fix compile error from r327900Jeff Roberson2018-01-121-1/+1
* Add support for NUMA domains to bus dma tags. This causes all memoryJeff Roberson2018-01-121-0/+8
* Implement NUMA support in uma(9) and malloc(9). Allocations from specificJeff Roberson2018-01-121-0/+8
* Regenerate auto-generated filesJeff Roberson2018-01-123-20/+27
* Add files for r327895Jeff Roberson2018-01-122-0/+162
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-124-67/+18
* mallocarray(9): panic if the requested allocation would overflowConrad Meyer2018-01-101-0/+15
* Remove vestiges of digi(4) driver, first attempted in r305235 withWarner Losh2018-01-101-68/+0
* Bump version for r327597 adding cpucontrol -e supportBryan Drewery2018-01-091-1/+1
* Generalize the gzio API.Mark Johnston2018-01-083-19/+18
* Revert r327697:Pedro F. Giffuni2018-01-081-3/+3
* malloc(9): drop the __result_use_check attribute for the kernel allocator.Pedro F. Giffuni2018-01-081-2/+2
* Introduce mallocarray() in the kernelKristof Provost2018-01-071-0/+3
* Remove LINK_MAX.John Baldwin2018-01-051-1/+0
* Make it possible to re-evaluate cpu_features.Konstantin Belousov2018-01-051-0/+1
* Eliminate a paranthesis which is both unneeded and causing trouble.Poul-Henning Kamp2018-01-031-1/+1
* make SW_WATCHDOG dynamicMike Karels2018-01-031-0/+8
* Add a validbcd() routine that uses the bcd2bin_data[] array and returns aIan Lepore2017-12-311-0/+7
* Wrap includes in sys/tslog.h with #ifdef TSLOG.Colin Percival2017-12-311-0/+2
* Happy New Year 2018 my friends!Bjoern A. Zeeb2017-12-311-2/+2
* Use the TSLOG framework to record entry/exit timestamps for VFS_MOUNT calls.Colin Percival2017-12-311-0/+3
* Use the TSLOG framework to record SYSINIT entry/exit timestamps.Colin Percival2017-12-311-0/+33
* Code for recording timestamps of events, especially function entries/exits.Colin Percival2017-12-311-0/+60
* sys/sys/chio.h: add NetBSD RCS ID.Pedro F. Giffuni2017-12-281-0/+2
* Make kern_proc_vmmap_resident() externally accesible, and move theKonstantin Belousov2017-12-281-0/+4
* Introduce an architecture-agnostic <sys/_stdarg.h> to reducePoul-Henning Kamp2017-12-251-0/+69