openbsd
2017-07-11 natanoRemove "listen secure" syntax from smtpd.conf. It's...
2017-07-11 bluhmRewrite regress sendsrcaddr so that is uses UDP sockets...
2017-07-10 dlgmake malloc(9) mpsafe by using a mutex instead of splvm.
2017-07-10 schwarzeFix non-portable .Lk usage that results in complete...
2017-07-10 teduprefer getprogname to the magic global __progname.
2017-07-10 teduif there are no changes for kevent, pass in NULL instead.
2017-07-10 espieremove misc. depend and yacc nits that no longer matter.
2017-07-10 espiezap depend ghost.
2017-07-10 bluhmld.so and nfs regress were using PROGS variable before...
2017-07-10 bluhmThe libtool regress used PROGS as a regular variable...
2017-07-10 krwTake some of the mystery out of who does what by
2017-07-10 visaUpdate BUGS.
2017-07-10 visaKeep refusing SDIO initialization. The driver cannot...
2017-07-10 sthenSwitch sample path for black/whitelist files from ...
2017-07-10 krwUse ioctlfd/routefd sockets rather than rolling one...
2017-07-10 espiezap redundant Makefile variables.
2017-07-10 schwarzetwo minor tweaks and two minor fixes; OK espie@
2017-07-10 bluhmTest if an acct file exists before trying to rename...
2017-07-10 ottoone more instance of the previous commit; also initiali...
2017-07-10 espiere-add unintentionally removed cleandir part that rm...
2017-07-10 espieThinko. It's called BUILDAFTER
2017-07-10 ajacoutotSet XSRCDIR to /usr/xenocara if it's not defined. Match...
2017-07-10 bluhmAlso check for NUL termination at the first character...
2017-07-10 dlgreplace Fifos with FIFOs.
2017-07-10 mortimerReplace codepatch nopsleds with trapsleds.
2017-07-10 krwUse a modern spacious idiom on all function local variable
2017-07-09 bluhmMake pkg-config regress tests pass:
2017-07-09 nicmSome extra logging to show why tmux might exit.
2017-07-09 krwBe consistent. "return (e);" -> "return e;"
2017-07-09 espieremove redundant variable declarations in Makefiles...
2017-07-09 krwBe consistent. "return (e);" -> "return e;"
2017-07-09 krwSome parsing code cleanup: add parse_boolean(); pass...
2017-07-09 espiedocument PROGS, okay jmc@
2017-07-09 espiedocument more reality.
2017-07-09 espieuse working boilerplate for yacc/lex instead of homemad...
2017-07-09 espieadd support to compile several progs at once us
2017-07-09 espiezap empty depends/silence empty installs.
2017-07-09 espiethere's no need to fork/exec to execute comments
2017-07-09 espiehave bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules...
2017-07-09 krwWhitespace tweaks to assuage auto-indent.
2017-07-09 florianIgnore prefixes with a pltime < ND6_PRIV_MAX_DESYNC_FAC...
2017-07-09 florianIf we lower the pltime for privacy addresses skew it by
2017-07-09 tbRemove old junk. From Matthew Martin
2017-07-09 pdvmd/vmctl: Add ability to pause / unpause vms
2017-07-08 teduthis program was infected with lint era casts. i think...
2017-07-08 teduremove ARGSUSED, from Scott Cheloha.
2017-07-08 teduuse crypt_newhash to protect the password. from Scott...
2017-07-08 teduclean up some unused variables. also, making a variable...
2017-07-08 teduinstead of using time(), refer to getitimer to find...
2017-07-08 teducan just continue after readpassphrase returns null...
2017-07-08 teduupdate the little endian processor list to give it...
2017-07-08 krwUnhook tables.c from Makefile.
2017-07-08 krwFold tables.c into options.c and stop exporting the one
2017-07-08 kettenisRemove duplicate typedesf that are now provided by...
2017-07-08 jmcslightly rework previous, to avoid an article issue;
2017-07-08 teduspelling fix from Hiltjo Posthuma
2017-07-08 schwarzeSimplify by creating struct roff_node syntax tree nodes...
2017-07-08 florianConsistently use if ((option & F_FOO) && (option &...
2017-07-08 florianConsistently use if (option & F_FOO); from Klemens...
2017-07-08 florianEnable slaacd on the installer and temporarily neuter...
2017-07-08 florianhook up slaacd to the installer on media where we have...
2017-07-08 florian_slaacd user/group for installer
2017-07-08 florianslaacd needs libevent on the ramdisk
2017-07-08 florianIncrease size to make slaacd fit.
2017-07-08 schwarzefix an assertion failure triggered by .ce in next-line...
2017-07-08 krwAlways use strcasecmp() when comparing user input to...
2017-07-08 schwarze1. Eliminate struct eqn, instead use the existing members
2017-07-08 kevlo- For RTL8188CUS/RTL8192CU, we have to force 8051 reset...
2017-07-08 schwarzeCorrectly handle horizontal spans at the beginning...
2017-07-08 tbfix typo in comment
2017-07-08 mpiRevert grabbing the socket lock in kqueue filters.
2017-07-08 teduadd a hint about subjectAltName. this isn't great,...
2017-07-08 krwAlways use uintNN_t instead of sometimes u_intNN_t
2017-07-08 bluhmRun malloc0test with all possible malloc options.
2017-07-07 bluhmRemove all references to "make depend" from regress.
2017-07-07 bluhmRemove useless make depend targets.
2017-07-07 schwarzegarbage collect unused enum member EQN_ROOT
2017-07-07 ottoOnly access offset if canaries are enabled *and* size...
2017-07-07 schwarzeadd parentheses to the output where required for disamb...
2017-07-07 kettenisYou win some, you los some. The Linux 4.4 code is...
2017-07-07 reykHandle carp(4) as HTYPE_ETHER.
2017-07-07 schwarzesimplify the eqn_box_makebinary() function by removing...
2017-07-07 krwReplace the many occurances of '256' with a new #define
2017-07-07 bluhmDisable tests that fail due to known make bugs, fix...
2017-07-07 schwarzeclarify which httpd we are talking about;
2017-07-07 nicmFix size of rightmost preview section.
2017-07-07 tbReplace a doubled period and add a blank space in front...
2017-07-07 schwarzeRadically simplify the definitions what the message...
2017-07-07 krwdispatch_imsg() only needs to know name and rdomain.
2017-07-07 krwassemble_eh_header() needs only to know about hw_addr.
2017-07-07 krwRename cons_options() to pack_options(), and do_packet...
2017-07-07 visaAdd logic for running SD commands. Tested with a few...
2017-07-07 nicmAdd a pane_pipe format to show if pipe-pane is active...
2017-07-07 espietrigger default .l.o rule and check the produced file...
2017-07-07 espieCOMPILE.c already does -c, so no need to double it.
2017-07-07 espieunbreak
2017-07-07 espiewe're not shooting yacception
2017-07-07 bluhmMake libtool regress tests pass:
2017-07-07 bluhmMake mmap_hint.c compile on i386 by adding includes...
2017-07-07 visaFix function name in panic message.
next