| Commit message (Expand) | Author | Files | Lines |
| 2015-03-11 | Convert to if_input(). |  mpi | 1 | -23/+7 |
| 2015-03-11 | Convert to if_input(), tested by jasper@. |  mpi | 1 | -13/+5 |
| 2015-03-11 | Wrap long line. This is another airplane commit from an 747-8 |  reyk | 1 | -4/+4 |
| 2015-03-11 | sync |  deraadt | 2 | -2/+0 |
| 2015-03-11 | tcopy goes to the attic |  deraadt | 3 | -409/+0 |
| 2015-03-11 | Shuffle some code around to make it easier to read. Add get_rootinfo() |  krw | 3 | -138/+143 |
| 2015-03-11 | document HW_PERFPOLICY; ok tedu |  jmc | 1 | -2/+9 |
| 2015-03-11 | -s is not optional, sadly; |  jmc | 2 | -14/+21 |
| 2015-03-11 | delay EVP_MD_CTX_init so we don't forget to clean it up. |  tedu | 2 | -6/+8 |
| 2015-03-11 | sync |  deraadt | 3 | -3/+3 |
| 2015-03-11 | openprom, just like eeprom; ok miod |  deraadt | 3 | -6/+6 |
| 2015-03-11 | sync |  deraadt | 1 | -3/+3 |
| 2015-03-11 | eeprom(8) is only run by root now, so no need for kmem group |  deraadt | 1 | -2/+2 |
| 2015-03-11 | drop setgid kmem. If you want to play with eeprom, you generally |  deraadt | 2 | -11/+2 |
| 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 |