aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce an architecture-agnostic <sys/_stdarg.h> to reducePoul-Henning Kamp2017-12-251-0/+69
* Use resume_cpus() instead of restart_cpus() to resume from ACPI suspension.Bruce Evans2017-12-211-4/+7
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-202-4/+0
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-192-2/+2
* Add a custom VOP_PATHCONF method for fdescfs.John Baldwin2017-12-191-0/+1
* Update Matthew Macy contact infoStephen Hurd2017-12-191-1/+1
* Add atomic_load(9) and atomic_store(9) operations.Konstantin Belousov2017-12-191-0/+73
* SPDX: some uses of the RSA-MD license.Pedro F. Giffuni2017-12-132-0/+4
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-1327-5/+51
* Pass the trap frame to fasttrap hooks.Mark Johnston2017-12-111-3/+2
* Use correct field in the description for the lock after r319722.Bjoern A. Zeeb2017-12-071-1/+1
* Use unsigned intptr_t type for framebuffer addressesJustin Hibbits2017-12-061-2/+2
* use @@@ instead of @@ in __sym_defaultEd Maste2017-12-051-2/+2
* Allow this file to be used in libsa without warning...Warner Losh2017-12-031-1/+1
* We don't need both _STAND and _STANDALONE. There's more places thatWarner Losh2017-12-021-1/+1
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-303-0/+6
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-303-3/+3
* Eliminate kmem_arena and kmem_object in preparation for further NUMA commits.Jeff Roberson2017-11-281-0/+6
* Make kdb_reenter() silent when explicitly called from db_error().Edward Tomasz Napierala2017-11-281-0/+1
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27157-4/+318
* Convert in-kernel thread_lock_flags calls to thread_lock when debug is disabledMateusz Guzik2017-11-251-0/+6
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-252-1/+56
* Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32.Ed Schouten2017-11-241-1/+1
* Remove lint support from system headers and MD x86 headers.Konstantin Belousov2017-11-233-20/+3
* Kill all descendants of the reaper, even if they are descendants of aKonstantin Belousov2017-11-231-0/+1
* locks: pass the found lock value to unlock slow pathMateusz Guzik2017-11-223-17/+23
* locks: remove the file + line argument from internal primitives when not usedMateusz Guzik2017-11-224-17/+63
* Clean up the SYSINIT_FLAGS definitions for rwlock(9) and rmlock(9).Mark Johnston2017-11-212-35/+7
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2098-0/+196
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-185-0/+10
* Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRPScott Long2017-11-171-1/+1
* Only try to enable CK_CLYGRP if we're running on kernel newer thanWarner Losh2017-11-161-0/+1
* vmtotal: extend memory counters to accomodate for current and futureKonstantin Belousov2017-11-152-15/+19
* Use #if instead of #ifdef for __BSD_VISIBLE tests.John Baldwin2017-11-142-2/+2
* Add __BEGIN_DECLS and __END_DECLS to <sys/umtx.h>Eric van Gyzen2017-11-131-0/+4
* Add pfind_anyMateusz Guzik2017-11-111-0/+1
* systm.h: Include cdefs.h firstConrad Meyer2017-11-101-1/+1
* Introduce EVENTHANDLER_LIST and some users.Matt Joras2017-11-091-8/+37
* Bump __FreeBSD_version after struct mbuf KBI breakage in r325506.Konstantin Belousov2017-11-071-1/+1
* Use hardware timestamps to report packet timestamps for SO_TIMESTAMPKonstantin Belousov2017-11-071-0/+11
* Add a place for a driver to report rx timestamps in nanoseconds fromKonstantin Belousov2017-11-071-8/+30
* Do not run pmclog_configure_log() without pmc_sx protection.Konstantin Belousov2017-11-011-0/+2
* Add a #define RESOURCE_SPEC_END. Similar to DEVMETHOD_END andIan Lepore2017-10-281-0/+1
* Discard the correct thread event reported for a ptrace stop.John Baldwin2017-10-271-1/+1
* Various IPMI watchdog timer improvementsWarner Losh2017-10-261-0/+7
* Introduce cnvlist_name() and cnvlist_type() functions.Mariusz Zaborski2017-10-261-0/+6
* Implement IPMI support for RB_POWRECYCLEWarner Losh2017-10-251-0/+17
* Define RB_POWERCYCLEWarner Losh2017-10-251-0/+1
* Add support for compressed kernel dumps.Mark Johnston2017-10-254-5/+13
* Remove resource_set_*() declarations from sys/bus.h.Mark Johnston2017-10-231-7/+0