summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year 2018 my friends!Bjoern A. Zeeb2017-12-312-3/+3
* 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
* s/=/+=Eitan Adler2017-12-311-1/+1
* mtree: remove /etc/skelEitan Adler2017-12-312-2/+2
* skel: Quote PAGER in dot.shrcEitan Adler2017-12-311-1/+1
* 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
* stand/fdt: Make fdt_overlay_apply signature-compatible with libfdtKyle Evans2017-12-313-28/+11
* 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
* Teach bsdinstall partedit/sade how to format FAT partitions on GPT, whichNathan Whitehorn2017-12-311-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
* cacos(3): correct spelling of 'I'Eitan Adler2017-12-311-2/+2
* locks: re-check the reason to go to sleep after locking sleepq/turnstileMateusz Guzik2017-12-312-3/+17
* isgreater(3): correct description of isunordered macroEitan Adler2017-12-311-2/+2
* sx: read the SX_NOADAPTIVE flag and Giant ownership only onceMateusz Guzik2017-12-311-71/+87
* man(1): document exit codeEitan Adler2017-12-311-0/+2
* 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
* Garbage-collect loader.ps3. It is currently disconnected from the build andNathan Whitehorn2017-12-3023-3510/+0
* 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
* Improve usbconfig(8) manual page by adding descriptions for subcommands.Edward Tomasz Napierala2017-12-301-21/+100
* 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
* libsa: Pull in strnlen from libcKyle Evans2017-12-301-1/+1
* stand/fdt: Swap libfdt include orderKyle Evans2017-12-301-1/+1