| Commit message (Expand) | Author | Files | Lines |
| 2015-03-11 | Convert to if_input(), tested by jasper@, thanks! |  mpi | 1 | -13/+5 |
| 2015-03-11 | Convert to if_input(). |  mpi | 1 | -13/+7 |
| 2015-03-11 | adjust for removal of expr (and while here, sort all these lists, with the |  deraadt | 21 | -83/+116 |
| 2015-03-11 | expr no longer needed on media, because the scripts always use ksh builtins. |  deraadt | 2 | -9/+2 |
| 2015-03-11 | If this is going to use sync, it should use the sync + sleep idiom. |  deraadt | 1 | -2/+2 |
| 2015-03-11 | Remove setgid kmem support. As a result, -d and -v will require you to |  deraadt | 2 | -17/+6 |
| 2015-03-11 | 'rc.firstime' -> 'rc.firsttime' in comment. |  krw | 1 | -2/+2 |
| 2015-03-11 | When interpreting the -O argument as a macro name fails, |  schwarze | 1 | -3/+4 |
| 2015-03-11 | Fix previous: size_t is often narrower than off_t. |  schwarze | 1 | -2/+2 |
| 2015-03-11 | Match on 3160. Untested but should work. |  jsg | 1 | -1/+3 |
| 2015-03-11 | Point people to local-zone and stub-zone in unbound.conf and explain |  florian | 1 | -4/+14 |
| 2015-03-11 | set-titles-string now uses formats, not the status bits (so no #() for |  nicm | 1 | -5/+5 |
| 2015-03-11 | tweak wording; "a value different to 1" -> "...other than 1", from Sevan Janiyan |  sthen | 1 | -3/+3 |
| 2015-03-11 | Remove unused type definitions. |  mpi | 1 | -7/+1 |
| 2015-03-11 | port the idea of using clock_gettime(CLOCK_MONOTONIC) for measuring |  dlg | 1 | -6/+18 |
| 2015-03-11 | port src/sbin/ping/ping.c r1.115. |  dlg | 1 | -3/+9 |
| 2015-03-11 | use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure the |  dlg | 1 | -3/+9 |
| 2015-03-11 | add back the changes from rev 1.206, djm reverted this by mistake in |  jsg | 1 | -2/+5 |
| 2015-03-10 | Set verbosity to 1 (the default is 0) so we log incoming notifies |  millert | 1 | -1/+2 |
| 2015-03-10 | Remove unused static local variable; mickey@ |  miod | 1 | -3/+1 |
| 2015-03-10 | Invoke va_end() before returning, rather than in an unreachable place; mickey@ |  miod | 1 | -3/+4 |
| 2015-03-10 | Make the amd64 pmap (more) mpsafe by protecting both the pmap itself and the |  kettenis | 2 | -31/+52 |
| 2015-03-10 | Disable db file. It is believed to be a saner default for the common |  florian | 1 | -1/+2 |
| 2015-03-10 | Convert to if_input(). |  mpi | 1 | -15/+5 |
| 2015-03-10 | The st_size member of struct stat is off_t, which is signed, |  schwarze | 1 | -2/+2 |
| 2015-03-10 | We can keep track of the pager PID without additional complexity. |  schwarze | 1 | -27/+23 |
| 2015-03-10 | Convert to if_input(). |  mpi | 1 | -8/+5 |
| 2015-03-10 | Convert to if_input(), tested an ok kettenis@. |  mpi | 1 | -15/+9 |
| 2015-03-10 | Fix a regression caused in rev. 1.118, reported by kristaps@: |  schwarze | 1 | -4/+22 |
| 2015-03-10 | Display "Search wrapped" even when searching from the end of the file. |  bentley | 1 | -3/+4 |
| 2015-03-09 | Explicitly cast when assigning from char * to unsigned char * and vice versa. |  schwarze | 2 | -5/+5 |
| 2015-03-09 | If my calculations are correct, when this baby hits 5.8... you're gonna see |  miod | 1 | -3/+3 |
| 2015-03-09 | make the worm grow faster on larger terminals. this is more fun than |  tedu | 2 | -6/+12 |
| 2015-03-09 | In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAIT |  miod | 1 | -10/+10 |
| 2015-03-09 | Avoid doing IPv6 SLAAC for prefixes with preferred lifetime of zero |  mikeb | 1 | -4/+5 |
| 2015-03-09 | Fix vertical spacing at the beginning of tables. |  schwarze | 3 | -12/+7 |
| 2015-03-09 | In mdoc(7), don't mistreat negative .sp arguments as large positive ones. |  schwarze | 1 | -4/+7 |
| 2015-03-09 | prevent the skipvsp flag from creeping past actual text |  schwarze | 2 | -1/+3 |
| 2015-03-09 | Flush the line preceding a table before clearing the right margin, |  schwarze | 1 | -3/+4 |
| 2015-03-09 | Make relayd TLSv1.2-only by default. |  reyk | 2 | -10/+9 |
| 2015-03-09 | Document the TLSv1.2-only change. |  reyk | 1 | -5/+5 |
| 2015-03-09 | Make httpd TLSv1.2-only by default. Some older browsers, like IE 10, |  reyk | 1 | -2/+2 |
| 2015-03-09 | make -DSHORTENED the default: don't update unless there is an actual |  espie | 2 | -7/+7 |
| 2015-03-09 | Switch pv entries over to a pool in preparation for making the i386 (more) |  kettenis | 1 | -302/+42 |
| 2015-03-09 | Fix comment grammar |  guenther | 1 | -2/+2 |
| 2015-03-09 | Unrevert post-unlock: |  guenther | 10 | -127/+700 |
| 2015-03-08 | use new "make -C" to avoid extra shells. |  espie | 1 | -7/+7 |
| 2015-03-08 | Fix some format specifiers in debug code. |  krw | 2 | -4/+4 |
| 2015-03-08 | Reject DH keys sent by a server if they are considered too small; inspired |  miod | 3 | -40/+28 |
| 2015-03-08 | significant typo; andreas zeilmeier |  deraadt | 1 | -3/+3 |