summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-11Rewrite regress sendsrcaddr so that is uses UDP sockets on localhost,Alexander Bluhm
2017-07-10make malloc(9) mpsafe by using a mutex instead of splvm.David Gwynne
2017-07-10Fix non-portable .Lk usage that results in complete garbage with groffIngo Schwarze
2017-07-10prefer getprogname to the magic global __progname.Ted Unangst
2017-07-10if there are no changes for kevent, pass in NULL instead.Ted Unangst
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-10zap depend ghost.Marc Espie
2017-07-10ld.so and nfs regress were using PROGS variable before it was addedAlexander Bluhm
2017-07-10The libtool regress used PROGS as a regular variable. Rename itAlexander Bluhm
2017-07-10Take some of the mystery out of who does what byKenneth R Westerback
2017-07-10Update BUGS.Visa Hankala
2017-07-10Keep refusing SDIO initialization. The driver cannot work properlyVisa Hankala
2017-07-10Switch sample path for black/whitelist files from /var/mail (which is meant toStuart Henderson
2017-07-10Use ioctlfd/routefd sockets rather than rolling one's ownKenneth R Westerback
2017-07-10zap redundant Makefile variables.Marc Espie
2017-07-10two minor tweaks and two minor fixes; OK espie@Ingo Schwarze
2017-07-10Test if an acct file exists before trying to rename it. This silencesAlexander Bluhm
2017-07-10one more instance of the previous commit; also initialize ->offset to aOtto Moerbeek
2017-07-10re-add unintentionally removed cleandir part that rm tags from the .CURDIRMarc Espie
2017-07-10Thinko. It's called BUILDAFTERMarc Espie
2017-07-10Set XSRCDIR to /usr/xenocara if it's not defined. Matches whatAntoine Jacoutot
2017-07-10Also check for NUL termination at the first character of tstr inAlexander Bluhm
2017-07-10replace Fifos with FIFOs.David Gwynne
2017-07-10Replace codepatch nopsleds with trapsleds.mortimer
2017-07-10Use a modern spacious idiom on all function local variableKenneth R Westerback
2017-07-09Make pkg-config regress tests pass:Alexander Bluhm
2017-07-09Some extra logging to show why tmux might exit.Nicholas Marriott
2017-07-09Be consistent. "return (e);" -> "return e;"Kenneth R Westerback
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2017-07-09Be consistent. "return (e);" -> "return e;"Kenneth R Westerback
2017-07-09Some parsing code cleanup: add parse_boolean(); pass literal formatKenneth R Westerback
2017-07-09document PROGS, okay jmc@Marc Espie
2017-07-09document more reality.Marc Espie
2017-07-09use working boilerplate for yacc/lex instead of homemade rules.Marc Espie
2017-07-09add support to compile several progs at once usMarc Espie
2017-07-09zap empty depends/silence empty installs.Marc Espie
2017-07-09there's no need to fork/exec to execute commentsMarc Espie
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-07-09Whitespace tweaks to assuage auto-indent.Kenneth R Westerback
2017-07-09Ignore prefixes with a pltime < ND6_PRIV_MAX_DESYNC_FACTOR secondsFlorian Obser
2017-07-09If we lower the pltime for privacy addresses skew it byFlorian Obser
2017-07-09Remove old junk. From Matthew MartinTheo Buehler
2017-07-09vmd/vmctl: Add ability to pause / unpause vmspd
1995-10-18initial import of NetBSD treeTheo de Raadt
2017-07-08this program was infected with lint era casts. i think we're past that now.Ted Unangst
2017-07-08remove ARGSUSED, from Scott Cheloha.Ted Unangst
2017-07-08use crypt_newhash to protect the password. from Scott ChelohaTed Unangst
2017-07-08clean up some unused variables. also, making a variable global isn't theTed Unangst
2017-07-08instead of using time(), refer to getitimer to find out how long theTed Unangst
2017-07-08can just continue after readpassphrase returns null, the sighandler willTed Unangst