summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-11openprom, just like eeprom; ok miodTheo de Raadt
2015-03-11syncTheo de Raadt
2015-03-11eeprom(8) is only run by root now, so no need for kmem groupTheo de Raadt
2015-03-11drop setgid kmem. If you want to play with eeprom, you generallyTheo de Raadt
2015-03-11Convert to if_input(), tested by jasper@, thanks!Martin Pieuchot
2015-03-11Convert to if_input().Martin Pieuchot
2015-03-11adjust for removal of expr (and while here, sort all these lists, with theTheo de Raadt
2015-03-11expr no longer needed on media, because the scripts always use ksh builtins.Theo de Raadt
2015-03-11If this is going to use sync, it should use the sync + sleep idiom.Theo de Raadt
2015-03-11Remove setgid kmem support. As a result, -d and -v will require you toTheo de Raadt
2015-03-11'rc.firstime' -> 'rc.firsttime' in comment.Kenneth R Westerback
2015-03-11When interpreting the -O argument as a macro name fails,Ingo Schwarze
2015-03-11Fix previous: size_t is often narrower than off_t.Ingo Schwarze
2015-03-11Match on 3160. Untested but should work.Jonathan Gray
2015-03-11Point people to local-zone and stub-zone in unbound.conf and explainFlorian Obser
2015-03-11set-titles-string now uses formats, not the status bits (so no #() forNicholas Marriott
2015-03-11tweak wording; "a value different to 1" -> "...other than 1", from Sevan JaniyanStuart Henderson
2015-03-11Remove unused type definitions.Martin Pieuchot
2015-03-11port the idea of using clock_gettime(CLOCK_MONOTONIC) for measuringDavid Gwynne
2015-03-11port src/sbin/ping/ping.c r1.115.David Gwynne
2015-03-11use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure theDavid Gwynne
2015-03-11add back the changes from rev 1.206, djm reverted this by mistake inJonathan Gray
2015-03-10Set verbosity to 1 (the default is 0) so we log incoming notifiesTodd C. Miller
2015-03-10Remove unused static local variable; mickey@Miod Vallat
2015-03-10Invoke va_end() before returning, rather than in an unreachable place; mickey@Miod Vallat
2015-03-10Make the amd64 pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-03-10Disable db file. It is believed to be a saner default for the commonFlorian Obser
2015-03-10Convert to if_input().Martin Pieuchot
2015-03-10The st_size member of struct stat is off_t, which is signed,Ingo Schwarze
2015-03-10We can keep track of the pager PID without additional complexity.Ingo Schwarze
2015-03-10Convert to if_input().Martin Pieuchot
2015-03-10Convert to if_input(), tested an ok kettenis@.Martin Pieuchot
2015-03-10Fix a regression caused in rev. 1.118, reported by kristaps@:Ingo Schwarze
2015-03-10Display "Search wrapped" even when searching from the end of the file.Anthony J. Bentley
2015-03-09Explicitly cast when assigning from char * to unsigned char * and vice versa.Ingo Schwarze
2015-03-09If my calculations are correct, when this baby hits 5.8... you're gonna seeMiod Vallat
2015-03-09make the worm grow faster on larger terminals. this is more fun thanTed Unangst
2015-03-09In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAITMiod Vallat
2015-03-09Avoid doing IPv6 SLAAC for prefixes with preferred lifetime of zeroMike Belopuhov
2015-03-09Fix vertical spacing at the beginning of tables.Ingo Schwarze
2015-03-09In mdoc(7), don't mistreat negative .sp arguments as large positive ones.Ingo Schwarze
2015-03-09prevent the skipvsp flag from creeping past actual textIngo Schwarze
2015-03-09Flush the line preceding a table before clearing the right margin,Ingo Schwarze
2015-03-09Make relayd TLSv1.2-only by default.Reyk Floeter
2015-03-09Document the TLSv1.2-only change.Reyk Floeter
2015-03-09Make httpd TLSv1.2-only by default. Some older browsers, like IE 10,Reyk Floeter
2015-01-29reorg tbl(7) test suiteIngo Schwarze
2015-03-09make -DSHORTENED the default: don't update unless there is an actualMarc Espie
2015-03-09Switch pv entries over to a pool in preparation for making the i386 (more)Mark Kettenis
2015-03-09Fix comment grammarPhilip Guenther