summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pasto in function name in the SYNOPSIS; from semarie@schwarze2017-10-041-3/+3
* as a result of previous change, vftype and ftype always have the samederaadt2017-10-041-10/+9
* 6.2-current, back to workderaadt2017-10-041-3/+3
* Follow the pattern set by copy*/pcb_onfault: when xrstor faults, returnguenther2017-10-044-13/+23
* Nested xrstor handled leaks a kernel address into sigval, but potentialderaadt2017-10-031-1/+2
* The xrstor instruction will fault if the provided xstate data, whichguenther2017-10-033-5/+26
* Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeoutsajacoutot2017-10-031-1/+9
* work around config(8) modifying bss, using __attribute__ ((section(".data"))).deraadt2017-10-031-2/+2
* Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@djm2017-10-024-5/+21
* Also ignore "Can't assign requested address" error when sendto(2)bluhm2017-10-021-1/+2
* set MAXSSIZ to the same value as on all other architectures (32MB)naddy2017-10-012-4/+4
* Align Rx buffers to prevent unaligned access in the network stack.kettenis2017-10-011-2/+3
* openssh-7.6; ok deraadt@djm2017-09-301-2/+2
* The property that points the the attached PHY is called "phy-handle" insteadkettenis2017-09-301-2/+2
* Add some more boundary checks and prevent an attempt to divide by zerojsg2017-09-301-1/+17
* Add preliminary kabylake support to inteldrm(4) by backporting the relevantrobert2017-09-3024-156/+447
* When fault indicates PGEX_W, only tell uvm we need a writeable page..deraadt2017-09-291-2/+2
* don't be silent on auto-allocation failure in write mode. ok millert@ krw@otto2017-09-293-11/+15
* update to unbound-1.6.6, ok floriansthen2017-09-2955-324/+1397
* Rev. 1.2 enabled UTF-8 by default.schwarze2017-09-291-0/+1
* Check that the end of sections do not exceed the filesize for bothjsg2017-09-292-13/+18
* SPI values 0-255 are reserved, so change the example to use a valid one.phessler2017-09-291-3/+3
* New ddb(4) command: kill.mpi2017-09-294-5/+36
* Do not segfault when the string table is invalid or not present.mpi2017-09-291-13/+34
* Mention that U-Boot images for Allwinner and Rockchip targets contain ajsg2017-09-292-4/+6
* With arm64 targets U-Boot looks for dtbs in a directory named after thejsg2017-09-291-3/+5
* Correct the timeout used when select-timeout iskrw2017-09-281-4/+5
* make clang include a FILE symbol for .(s|S) filesrobert2017-09-281-1/+6
* The DELAY() recently added to iwn(4) to make association more reliable couldstsp2017-09-281-5/+8
* When option DDB_STRUCTINFO was removed from the kernel, too much frompatrick2017-09-2814-14/+168
* config -e's adds new devices to an extra locator array, which is accountedderaadt2017-09-274-39/+43
* Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairbluhm2017-09-272-3/+21
* Unserstand DW_OP_bregN locations.mpi2017-09-271-1/+10
* tweak EposeAuthinfo;jmc2017-09-271-3/+5
* guenther sleep-commited the version without #ifdefsderaadt2017-09-272-2/+6
* Xr; from jan staryjmc2017-09-271-2/+3
* amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonicalguenther2017-09-274-5/+15
* UsePrivilegeSeparation is gone, stop trying to test it.dtucker2017-09-261-18/+12
* Prevent null pointer dereference when probing channelsmikeb2017-09-261-3/+3
* - pfctl always prints warning when flushes rulesetsashan2017-09-261-2/+2
* bump version in advance of final releasebcook2017-09-261-3/+3
* Ignore file offset values in section headers that exceed the length ofjsg2017-09-262-8/+11
* Return the correct error value in generate().mpi2017-09-261-3/+3
* Use quoted #includes for files kdump's mkioctls indirectly includes sojsg2017-09-262-3/+3
* disable POOL_DEBUG for releasejsg2017-09-261-2/+2
* bump wo 2.6.2bcook2017-09-261-3/+3
* sendsyslog should take a const char * everywhere.espie2017-09-255-11/+11
* Calling waitpid(pid,...) where pid is either uninitialized orkrw2017-09-251-5/+7
* the Alea I works fine with urng(4) so update the manpage accordinglyjasper2017-09-251-7/+3
* If tls_config_parse_protocols() is called with a NULL pointer, return thejsing2017-09-251-1/+4