| Commit message (Expand) | Author | Files | Lines |
2017-10-04 | as a result of previous change, vftype and ftype always have the same |  deraadt | 1 | -10/+9 |
2017-10-04 | 6.2-current, back to work |  deraadt | 1 | -3/+3 |
2017-10-04 | Follow the pattern set by copy*/pcb_onfault: when xrstor faults, return |  guenther | 4 | -13/+23 |
2017-10-03 | Nested xrstor handled leaks a kernel address into sigval, but potential |  deraadt | 1 | -1/+2 |
2017-10-03 | The xrstor instruction will fault if the provided xstate data, which |  guenther | 3 | -5/+26 |
2017-10-03 | Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeouts |  ajacoutot | 1 | -1/+9 |
2017-10-03 | work around config(8) modifying bss, using __attribute__ ((section(".data"))). |  deraadt | 1 | -2/+2 |
2017-10-02 | Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@ |  djm | 4 | -5/+21 |
2017-10-02 | Also ignore "Can't assign requested address" error when sendto(2) |  bluhm | 1 | -1/+2 |
2017-10-01 | set MAXSSIZ to the same value as on all other architectures (32MB) |  naddy | 2 | -4/+4 |
2017-10-01 | Align Rx buffers to prevent unaligned access in the network stack. |  kettenis | 1 | -2/+3 |
2017-09-30 | openssh-7.6; ok deraadt@ |  djm | 1 | -2/+2 |
2017-09-30 | The property that points the the attached PHY is called "phy-handle" instead |  kettenis | 1 | -2/+2 |
2017-09-30 | Add some more boundary checks and prevent an attempt to divide by zero |  jsg | 1 | -1/+17 |
2017-09-30 | Add preliminary kabylake support to inteldrm(4) by backporting the relevant |  robert | 24 | -156/+447 |
2017-09-29 | When fault indicates PGEX_W, only tell uvm we need a writeable page.. |  deraadt | 1 | -2/+2 |
2017-09-29 | don't be silent on auto-allocation failure in write mode. ok millert@ krw@ |  otto | 3 | -11/+15 |
2017-09-29 | update to unbound-1.6.6, ok florian |  sthen | 55 | -324/+1397 |
2017-09-29 | Rev. 1.2 enabled UTF-8 by default. |  schwarze | 1 | -0/+1 |
2017-09-29 | Check that the end of sections do not exceed the filesize for both |  jsg | 2 | -13/+18 |
2017-09-29 | SPI values 0-255 are reserved, so change the example to use a valid one. |  phessler | 1 | -3/+3 |
2017-09-29 | New ddb(4) command: kill. |  mpi | 4 | -5/+36 |
2017-09-29 | Do not segfault when the string table is invalid or not present. |  mpi | 1 | -13/+34 |
2017-09-29 | Mention that U-Boot images for Allwinner and Rockchip targets contain a |  jsg | 2 | -4/+6 |
2017-09-29 | With arm64 targets U-Boot looks for dtbs in a directory named after the |  jsg | 1 | -3/+5 |
2017-09-28 | Correct the timeout used when select-timeout is |  krw | 1 | -4/+5 |
2017-09-28 | make clang include a FILE symbol for .(s|S) files |  robert | 1 | -1/+6 |
2017-09-28 | The DELAY() recently added to iwn(4) to make association more reliable could |  stsp | 1 | -5/+8 |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from |  patrick | 14 | -14/+168 |
2017-09-27 | config -e's adds new devices to an extra locator array, which is accounted |  deraadt | 4 | -39/+43 |
2017-09-27 | Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pair |  bluhm | 2 | -3/+21 |
2017-09-27 | Unserstand DW_OP_bregN locations. |  mpi | 1 | -1/+10 |
2017-09-27 | tweak EposeAuthinfo; |  jmc | 1 | -3/+5 |
2017-09-27 | guenther sleep-commited the version without #ifdefs |  deraadt | 2 | -2/+6 |
2017-09-27 | Xr; from jan stary |  jmc | 1 | -2/+3 |
2017-09-27 | amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonical |  guenther | 4 | -5/+15 |
2017-09-26 | UsePrivilegeSeparation is gone, stop trying to test it. |  dtucker | 1 | -18/+12 |
2017-09-26 | Prevent null pointer dereference when probing channels |  mikeb | 1 | -3/+3 |
2017-09-26 | - pfctl always prints warning when flushes ruleset |  sashan | 1 | -2/+2 |
2017-09-26 | bump version in advance of final release |  bcook | 1 | -3/+3 |
2017-09-26 | Ignore file offset values in section headers that exceed the length of |  jsg | 2 | -8/+11 |
2017-09-26 | Return the correct error value in generate(). |  mpi | 1 | -3/+3 |
2017-09-26 | Use quoted #includes for files kdump's mkioctls indirectly includes so |  jsg | 2 | -3/+3 |
2017-09-26 | disable POOL_DEBUG for release |  jsg | 1 | -2/+2 |
2017-09-26 | bump wo 2.6.2 |  bcook | 1 | -3/+3 |
2017-09-25 | sendsyslog should take a const char * everywhere. |  espie | 5 | -11/+11 |
2017-09-25 | Calling waitpid(pid,...) where pid is either uninitialized or |  krw | 1 | -5/+7 |
2017-09-25 | the Alea I works fine with urng(4) so update the manpage accordingly |  jasper | 1 | -7/+3 |
2017-09-25 | If tls_config_parse_protocols() is called with a NULL pointer, return the |  jsing | 1 | -1/+4 |
2017-09-25 | Annotate some API-side memory leaks for future resolution. |  jsing | 1 | -1/+3 |