aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace two remaining hex values for control codes with their names.Stefan Eßer2019-12-102-2/+2
* sed: process \r, \n, and \tKyle Evans2019-12-103-8/+69
* Fix the TAA state machine to do the right thing when the TAAScott Long2019-12-101-2/+1
* Fix WITHOUT_CLANG build.Bryan Drewery2019-12-101-5/+4
* Add a helper function to the swapout daemon's deactivation code.Mark Johnston2019-12-101-57/+64
* Introduce vm_page_astate.Mark Johnston2019-12-1024-121/+131
* remove nonexistent from-* entries from vt INDEX.keymapsEd Maste2019-12-101-83/+0
* UFS: implement VOP_INACTIVE()Konstantin Belousov2019-12-103-0/+36
* strip trailing whitespace from font and keymap INDEX filesEd Maste2019-12-103-17/+17
* Use ${.ALLSRC:Ninstalldirs-*} instead of assuming order of .ALLSRCAlex Richardson2019-12-101-1/+1
* Avoid access to stale ip pointer and call UPDATE_POINTERS() afterAndrey V. Elsukov2019-12-101-1/+2
* cxgbe(4): Use TX_PKTS2 work requests in netmap Tx if it's available.Navdeep Parhar2019-12-103-4/+16
* cxgbe(4): Update T4/5/6 firmwares to 1.24.11.0.Navdeep Parhar2019-12-1012-33858/+42
* Add missing language specifier for Hebrew il.kbd descriptionEd Maste2019-12-101-1/+1
* Add ACPI battery subsystem man page.Takanori Watanabe2019-12-102-0/+284
* vfs: refactor vhold and vdropMateusz Guzik2019-12-102-91/+118
* Allow baud rates of 1,228,800 and 1,843,200 on CP2101/2/3 usb-serial adapters.Ian Lepore2019-12-092-2/+11
* Configure headphone redirection for the Dell L780 and X1 Carbon 7th gen.Mark Johnston2019-12-092-2/+6
* Use 4 byte stack alignment instead of 8 byte.John Baldwin2019-12-091-4/+4
* Correctly check for C++17 and higher when declaring timespec_get()Dimitry Andric2019-12-092-2/+2
* Copy out aux args after the argument and environment vectors.John Baldwin2019-12-099-52/+106
* cxgbe/iw_cxgbe: Support 64b length in the memory registration routines.Navdeep Parhar2019-12-091-6/+5
* Switch gpioths(4) from using a callout to a taskqueue for periodic pollingIan Lepore2019-12-091-10/+17
* vi.1: Fix a typoMateusz Piotrowski2019-12-091-2/+2
* RPI: Fix DMA/SDHCI on the BCM2836 (Raspberry Pi 2)Kyle Evans2019-12-092-3/+25
* arm64: Use the kenv provided by loaderEmmanuel Vadot2019-12-091-1/+1
* [PPC64] Initial libkvm minidump implementationLeandro Lupori2019-12-094-0/+950
* Enable use of ofwcons for early debugLeandro Lupori2019-12-093-8/+95
* [PPC64] Enable opal console use as a GDB DBGPORTLeandro Lupori2019-12-093-1/+153
* Fix: netstat -rsBaptiste Daroussin2019-12-091-0/+3
* Fix a logic bug in error handling code. It is an error if p == NULL.Don Lewis2019-12-091-1/+1
* Revert r355505. The code that it allowed to compile has been removed.Doug Moore2019-12-091-21/+21
* Connect the gpioths(4) manpage to the build.Ian Lepore2019-12-091-0/+3
* Paste things correctly so that I'm added to the *end* of the copyright list.Ian Lepore2019-12-091-1/+1
* Add myself to the copyright list. Also add an SPDX tag. And finally, fixIan Lepore2019-12-091-3/+5
* Add a man page for the gpioths(4) driver.Ian Lepore2019-12-091-0/+152
* Fix a typo: the sysctl command is in chapter 8 of the manual, not 4.Ian Lepore2019-12-091-1/+1
* Add additional sanity checks.Warner Losh2019-12-091-0/+9
* Add FDT support to the gpioths driver. It now uses the newer gpio_pin_*()Ian Lepore2019-12-091-104/+131
* Define a vm_map method for user-space for advancing from a map entryDoug Moore2019-12-082-12/+57
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-0846-132/+143
* vfs: clean up vputx a littleMateusz Guzik2019-12-081-30/+13
* Add a MODULE_DEPEND() for the gpioths driver. Also, note that the prior commitIan Lepore2019-12-081-2/+3
* vfs: factor out vnode destruction out of vdropMateusz Guzik2019-12-081-52/+59
* Add support for more chips to the gpioths driver.Ian Lepore2019-12-081-6/+49
* Simplify sysctl stuff in the gpioths driver. There is no need to use localIan Lepore2019-12-081-87/+8
* Several small fixes for the gpioths (temp/humidity sensor) driver.Ian Lepore2019-12-081-4/+15
* Delete an unused external declaration.Rick Macklem2019-12-081-1/+0
* powerpc: Use builtins for fls/flslJustin Hibbits2019-12-083-3/+14
* powerpc64/pmap: micro-optimize some PVO-PTE logicJustin Hibbits2019-12-083-12/+14