2017-07-11 |
florian | Purging is at last at hand. Day of Doom is here. All... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
reyk | Handle DHCPINFORM from clients behind a DHCP relay. |
commit | commitdiff | tree | snapshot |
2017-07-11 |
natano | Remove "listen secure" syntax from smtpd.conf. It's... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
bluhm | Rewrite regress sendsrcaddr so that is uses UDP sockets... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
dlg | make malloc(9) mpsafe by using a mutex instead of splvm. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
schwarze | Fix non-portable .Lk usage that results in complete... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
tedu | prefer getprogname to the magic global __progname. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
tedu | if there are no changes for kevent, pass in NULL instead. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
espie | remove misc. depend and yacc nits that no longer matter. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
espie | zap depend ghost. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
bluhm | ld.so and nfs regress were using PROGS variable before... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
bluhm | The libtool regress used PROGS as a regular variable... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
krw | Take some of the mystery out of who does what by |
commit | commitdiff | tree | snapshot |
2017-07-10 |
visa | Update BUGS. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
visa | Keep refusing SDIO initialization. The driver cannot... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
sthen | Switch sample path for black/whitelist files from ... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
krw | Use ioctlfd/routefd sockets rather than rolling one... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
espie | zap redundant Makefile variables. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
schwarze | two minor tweaks and two minor fixes; OK espie@ |
commit | commitdiff | tree | snapshot |
2017-07-10 |
bluhm | Test if an acct file exists before trying to rename... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
otto | one more instance of the previous commit; also initiali... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
espie | re-add unintentionally removed cleandir part that rm... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
espie | Thinko. It's called BUILDAFTER |
commit | commitdiff | tree | snapshot |
2017-07-10 |
ajacoutot | Set XSRCDIR to /usr/xenocara if it's not defined. Match... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
bluhm | Also check for NUL termination at the first character... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
dlg | replace Fifos with FIFOs. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
mortimer | Replace codepatch nopsleds with trapsleds. |
commit | commitdiff | tree | snapshot |
2017-07-10 |
krw | Use a modern spacious idiom on all function local variable |
commit | commitdiff | tree | snapshot |
2017-07-09 |
bluhm | Make pkg-config regress tests pass: |
commit | commitdiff | tree | snapshot |
2017-07-09 |
nicm | Some extra logging to show why tmux might exit. |
commit | commitdiff | tree | snapshot |
2017-07-09 |
krw | Be consistent. "return (e);" -> "return e;" |
commit | commitdiff | tree | snapshot |
2017-07-09 |
espie | remove redundant variable declarations in Makefiles... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
krw | Be consistent. "return (e);" -> "return e;" |
commit | commitdiff | tree | snapshot |
2017-07-09 |
krw | Some parsing code cleanup: add parse_boolean(); pass... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
espie | document PROGS, okay jmc@ |
commit | commitdiff | tree | snapshot |
2017-07-09 |
espie | document more reality. |
commit | commitdiff | tree | snapshot |
2017-07-09 |
espie | use working boilerplate for yacc/lex instead of homemad... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
espie | add support to compile several progs at once us |
commit | commitdiff | tree | snapshot |
2017-07-09 |
espie | zap empty depends/silence empty installs. |
commit | commitdiff | tree | snapshot |
2017-07-09 |
espie | there's no need to fork/exec to execute comments |
commit | commitdiff | tree | snapshot |
2017-07-09 |
espie | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
krw | Whitespace tweaks to assuage auto-indent. |
commit | commitdiff | tree | snapshot |
2017-07-09 |
florian | Ignore prefixes with a pltime < ND6_PRIV_MAX_DESYNC_FAC... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
florian | If we lower the pltime for privacy addresses skew it by |
commit | commitdiff | tree | snapshot |
2017-07-09 |
tb | Remove old junk. From Matthew Martin |
commit | commitdiff | tree | snapshot |
2017-07-09 |
pd | vmd/vmctl: Add ability to pause / unpause vms |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | this program was infected with lint era casts. i think... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | remove ARGSUSED, from Scott Cheloha. |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | use crypt_newhash to protect the password. from Scott... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | clean up some unused variables. also, making a variable... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | instead of using time(), refer to getitimer to find... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | can just continue after readpassphrase returns null... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | update the little endian processor list to give it... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
krw | Unhook tables.c from Makefile. |
commit | commitdiff | tree | snapshot |
2017-07-08 |
krw | Fold tables.c into options.c and stop exporting the one |
commit | commitdiff | tree | snapshot |
2017-07-08 |
kettenis | Remove duplicate typedesf that are now provided by... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
jmc | slightly rework previous, to avoid an article issue; |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | spelling fix from Hiltjo Posthuma |
commit | commitdiff | tree | snapshot |
2017-07-08 |
schwarze | Simplify by creating struct roff_node syntax tree nodes... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
florian | Consistently use if ((option & F_FOO) && (option &... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
florian | Consistently use if (option & F_FOO); from Klemens... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
florian | Enable slaacd on the installer and temporarily neuter... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
florian | hook up slaacd to the installer on media where we have... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
florian | _slaacd user/group for installer |
commit | commitdiff | tree | snapshot |
2017-07-08 |
florian | slaacd needs libevent on the ramdisk |
commit | commitdiff | tree | snapshot |
2017-07-08 |
florian | Increase size to make slaacd fit. |
commit | commitdiff | tree | snapshot |
2017-07-08 |
schwarze | fix an assertion failure triggered by .ce in next-line... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
krw | Always use strcasecmp() when comparing user input to... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
schwarze | 1. Eliminate struct eqn, instead use the existing members |
commit | commitdiff | tree | snapshot |
2017-07-08 |
kevlo | - For RTL8188CUS/RTL8192CU, we have to force 8051 reset... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
schwarze | Correctly handle horizontal spans at the beginning... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tb | fix typo in comment |
commit | commitdiff | tree | snapshot |
2017-07-08 |
mpi | Revert grabbing the socket lock in kqueue filters. |
commit | commitdiff | tree | snapshot |
2017-07-08 |
tedu | add a hint about subjectAltName. this isn't great,... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
krw | Always use uintNN_t instead of sometimes u_intNN_t |
commit | commitdiff | tree | snapshot |
2017-07-08 |
bluhm | Run malloc0test with all possible malloc options. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
bluhm | Remove all references to "make depend" from regress. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
bluhm | Remove useless make depend targets. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
schwarze | garbage collect unused enum member EQN_ROOT |
commit | commitdiff | tree | snapshot |
2017-07-07 |
otto | Only access offset if canaries are enabled *and* size... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
schwarze | add parentheses to the output where required for disamb... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
kettenis | You win some, you los some. The Linux 4.4 code is... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
reyk | Handle carp(4) as HTYPE_ETHER. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
schwarze | simplify the eqn_box_makebinary() function by removing... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
krw | Replace the many occurances of '256' with a new #define |
commit | commitdiff | tree | snapshot |
2017-07-07 |
bluhm | Disable tests that fail due to known make bugs, fix... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
schwarze | clarify which httpd we are talking about; |
commit | commitdiff | tree | snapshot |
2017-07-07 |
nicm | Fix size of rightmost preview section. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
tb | Replace a doubled period and add a blank space in front... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
schwarze | Radically simplify the definitions what the message... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
krw | dispatch_imsg() only needs to know name and rdomain. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
krw | assemble_eh_header() needs only to know about hw_addr. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
krw | Rename cons_options() to pack_options(), and do_packet... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
visa | Add logic for running SD commands. Tested with a few... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
nicm | Add a pane_pipe format to show if pipe-pane is active... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
espie | trigger default .l.o rule and check the produced file... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
espie | COMPILE.c already does -c, so no need to double it. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
espie | unbreak |
commit | commitdiff | tree | snapshot |
2017-07-07 |
espie | we're not shooting yacception |
commit | commitdiff | tree | snapshot |
2017-07-07 |
bluhm | Make libtool regress tests pass: |
commit | commitdiff | tree | snapshot |
next |