| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the way regexec handles REG_STARTEND combined with REG_NOTBOL. |  martijn | 2016-05-26 | 2 | -20/+62 |
* | Remove superfluous loop counter to set alternate video interface since we |  mglocker | 2016-05-26 | 1 | -6/+4 |
* | Use a fat16 partition starting at sector 2048/1MB everywhere to simplify |  jsg | 2016-05-26 | 4 | -37/+3 |
* | To prevent screwing up terminal settings when printing to the |  schwarze | 2016-05-25 | 7 | -67/+370 |
* | KNF with respect to indentation; no code change |  schwarze | 2016-05-25 | 1 | -28/+27 |
* | use a consistent naming for chipsets; |  jmc | 2016-05-25 | 1 | -5/+5 |
* | Fix another one-byte buffer underflow (read access only). |  schwarze | 2016-05-25 | 1 | -7/+4 |
* | Must extract uvm_vnode from uvm_object first before reading the vnode |  stefan | 2016-05-25 | 1 | -3/+11 |
* | Avoid a use-after-free. |  krw | 2016-05-25 | 2 | -5/+7 |
* | regen |  stsp | 2016-05-25 | 2 | -2/+7 |
* | Add PCI ID for RTL8188EE. Prompted by Ross L Richardson. |  stsp | 2016-05-25 | 1 | -1/+2 |
* | new sentence, new line, and avoid line wrap; |  jmc | 2016-05-25 | 1 | -2/+4 |
* | remove knowledge of MNT_EXKERB |  deraadt | 2016-05-25 | 1 | -2/+1 |
* | Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection. |  stsp | 2016-05-25 | 3 | -629/+1933 |
* | remove code to display MNT_EXKERB bit |  deraadt | 2016-05-25 | 1 | -6/+1 |
* | MNT_EXKERB bit is unused |  deraadt | 2016-05-25 | 1 | -2/+1 |
* | flesh out "show summary" description a bit, from julien at dhaille.com via |  henning | 2016-05-25 | 1 | -3/+20 |
* | Don't warn when read or write block at cycle boundary, this may |  ratchov | 2016-05-25 | 1 | -9/+1 |
* | el_map.alt can never be NULL, delete dead code |  schwarze | 2016-05-25 | 1 | -4/+2 |
* | deal with the el_errno -> read_errno cleanup, read.c rev. 1.43 |  schwarze | 2016-05-25 | 2 | -7/+5 |
* | Saving errno in el_errno is only needed for one purpose: |  schwarze | 2016-05-25 | 3 | -35/+26 |
* | Assert we're not freeing buffers we didn't allocate |  ratchov | 2016-05-25 | 1 | -1/+7 |
* | Log files skipped during poll() as well, and flush the log buffer |  ratchov | 2016-05-25 | 1 | -5/+2 |
* | Set initial mixer slot name to "prog" to make all slots visible in |  ratchov | 2016-05-25 | 1 | -2/+2 |
* | use -nameopt esc_msb so "NetLock Kft" cert has the non-ascii |  jsg | 2016-05-25 | 1 | -2/+2 |
* | Use efiboot when setting up the installed disk. If efiboot is placed |  jsg | 2016-05-25 | 1 | -19/+18 |
* | NUL-terminate argv when parsing options, following other |  okan | 2016-05-24 | 1 | -2/+3 |
* | Add missing strdup NULL checks; from Ray Lai. |  okan | 2016-05-24 | 2 | -3/+9 |
* | Remove debugging ifdefs. |  schwarze | 2016-05-24 | 2 | -72/+5 |
* | Remove two sysctls which were introduced only for development of the |  deraadt | 2016-05-24 | 2 | -30/+6 |
* | Drop a redundant set of FPA pool definitions. |  visa | 2016-05-24 | 4 | -38/+8 |
* | Reduce the size of gather buffers and allocate more of them to make |  visa | 2016-05-24 | 1 | -3/+3 |
* | Try to defragment overly long mbuf chains. |  visa | 2016-05-24 | 1 | -2/+9 |
* | Fix previous. |  visa | 2016-05-24 | 1 | -1/+2 |
* | Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@ |  reyk | 2016-05-24 | 1 | -1/+2 |
* | USB_DISCOVER and USB_GET_STRING_DESC are no more. |  mpi | 2016-05-24 | 2 | -20/+4 |
* | Kill unused ioctl(2)s. |  mpi | 2016-05-24 | 6 | -141/+10 |
* | Do not call nd6_output() without route entry argument. |  mpi | 2016-05-24 | 2 | -4/+25 |
* | KNF compression proposal and simplify the client side a little. ok djm@ |  dtucker | 2016-05-24 | 2 | -11/+8 |
* | Disabling active cooling trip points when we lack the right method to operate. |  semarie | 2016-05-24 | 1 | -1/+7 |
* | Back out 'plug memleak'. |  dtucker | 2016-05-24 | 1 | -3/+2 |
* | remove some ancient debugging code |  mlarkin | 2016-05-24 | 1 | -56/+1 |
* | prefer agent-hosted keys to keys from PKCS#11; ok markus |  djm | 2016-05-23 | 1 | -24/+24 |
* | various tweaks; |  jmc | 2016-05-23 | 1 | -8/+4 |
* | Use PATH_MAX instead of a hardcoded minimal value. Stack space is cheap and |  kettenis | 2016-05-23 | 1 | -2/+2 |
* | Use arc4random_uniform() instead of arc4random() to avoid modulus bias. |  tb | 2016-05-23 | 1 | -2/+2 |
* | Use a fixed buffer for strftime() because there is no portable way to |  nicm | 2016-05-23 | 1 | -14/+5 |
* | Place a cpu-dependent trap/illegal instruction over the remainder of the |  deraadt | 2016-05-23 | 12 | -21/+166 |
* | Remove unused variable, from Ben Boeckel. |  nicm | 2016-05-23 | 1 | -3/+2 |
* | regen |  chris | 2016-05-23 | 2 | -0/+5 |