summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year 2018 my friends!Bjoern A. Zeeb2017-12-311-2/+2
* pf: Allow the module to be unloadedKristof Provost2017-12-311-6/+0
* pf: Clean all fragments on shutdownKristof Provost2017-12-313-3/+11
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-3121-2/+45
* Instrument thread creations for the the benefit of the TSLOG framework.Colin Percival2017-12-311-0/+4
* Instrument "boot holds" for the benefit of the TSLOG framework. TheseColin Percival2017-12-313-0/+13
* Use the TSLOG framework to record entry/exit timestamps for VFS_MOUNT calls.Colin Percival2017-12-311-0/+3
* Teach makeobjops.awk to accept PROLOG and EPILOG blocks beforeColin Percival2017-12-312-3/+38
* Use the TSLOG framework to record SYSINIT entry/exit timestamps.Colin Percival2017-12-311-0/+33
* Use the TSLOG framework to record entry/exit timestamps for machineColin Percival2017-12-312-0/+15
* Use the TSLOG framework to record entry/exit timestamps for hammer_time.Colin Percival2017-12-311-0/+4
* Connect kern_tslog.c to the build and add TSLOG / TSLOGSIZE kernel options.Colin Percival2017-12-313-0/+17
* Code for recording timestamps of events, especially function entries/exits.Colin Percival2017-12-312-0/+178
* aw_sid: rewrite compat-string configuration to be more flexibleKyle Evans2017-12-311-25/+25
* Use data from the boot loader to pick the appropriate output graphics modeNathan Whitehorn2017-12-311-3/+49
* Make sure the first instruction of the low-memory spinloop is in theNathan Whitehorn2017-12-311-1/+2
* Previously, swap_pager_copy() freed swap blocks one at at time, viaAlan Cox2017-12-311-50/+36
* sysv_{ipc|shm}: update the NetBSD VCS tags to match nearer our files.Pedro F. Giffuni2017-12-312-2/+4
* locks: adjust loop limit check when waiting for readersMateusz Guzik2017-12-312-3/+3
* sx: fix up non-smp compilation after r327397Mateusz Guzik2017-12-311-2/+2
* locks: re-check the reason to go to sleep after locking sleepq/turnstileMateusz Guzik2017-12-312-3/+17
* sx: read the SX_NOADAPTIVE flag and Giant ownership only onceMateusz Guzik2017-12-311-71/+87
* mtx: deduplicate indefinite wait check in spinlocks and thread lockMateusz Guzik2017-12-311-35/+31
* mtx: pre-read the lock value in thread_lock_flags_Mateusz Guzik2017-12-311-7/+9
* rwlock: tidy up __rw_runlock_hard similarly to r325921Mateusz Guzik2017-12-311-6/+6
* dwmmc: Fully subclass driverEmmanuel Vadot2017-12-309-84/+337
* Avoid use of the fdt_get_property_*() API, which is intrinsicallyNathan Whitehorn2017-12-301-7/+6
* Remove logic for early console with loader.ps3 now that loader.ps3 is dead.Nathan Whitehorn2017-12-301-7/+8
* Change the way SMP startup works to match the new multi-AP features inNathan Whitehorn2017-12-301-12/+17
* Check more aggressively for whether the desired properties actually exist.Nathan Whitehorn2017-12-301-2/+7
* Add macro for vxlan list mutex lock and unlockBryan Venteicher2017-12-301-8/+12
* Advertise IFCAP_LINKSTAT after r326480 added link status supportBryan Venteicher2017-12-301-0/+2
* Fix r327383:Cy Schubert2017-12-301-1/+1
* elink.[ch]: Move historic VCS tags after the license.Pedro F. Giffuni2017-12-302-4/+3
* Move i386/isa/elink.[hc] to dev/ep.Konstantin Belousov2017-12-307-15/+6
* Move i386/isa/npx.c to i386i386/npx.c.Konstantin Belousov2017-12-302-1/+1
* On further testing on actual machines with this hardware, we shouldWarner Losh2017-12-301-2/+3
* Remove two stray references to wl driver, removed some time ago.Warner Losh2017-12-302-2/+0
* Add support for IPv6 scoped addresses to vxlanBryan Venteicher2017-12-302-37/+97
* Remove a redunant check.John Baldwin2017-12-301-3/+1
* geom_ccd.c: Fix the licenses properlyPedro F. Giffuni2017-12-301-19/+51
* geom_ccd.c: Update the license with changes from upstream.Pedro F. Giffuni2017-12-301-6/+2
* net80211: sanitize input for ieee80211_output()Andriy Voskoboinyk2017-12-301-28/+115
* net80211: handle VHT nodes in ieee80211_node_setuptxparms()Andriy Voskoboinyk2017-12-301-1/+6
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-3025-53/+23
* Add AHCI/XHCI device IDs found on AMD 1950X+X399 systemConrad Meyer2017-12-292-0/+3
* Enhance the CHRP/pSeries platform layer:Nathan Whitehorn2017-12-291-75/+134
* Do not lock vm map in swapout_procs().Konstantin Belousov2017-12-291-25/+0
* Add support for 64-bit PowerPC kernels to be directly loaded by kexec, whichNathan Whitehorn2017-12-293-2/+50
* Maintain alignment of in-code 64-bit quantities by design rather than luck.Nathan Whitehorn2017-12-291-3/+8