openbsd
2014-07-12 piroftiFix the last commit by proper dereferencing the disklab...
2014-07-12 deraadtsync
2014-07-12 bluhmTeach these pf regress tests to run with obj directory...
2014-07-12 zhukAdd devel/cmake bits (rotted in my tree for more than...
2014-07-12 mpiKill the last dumb DVACT_DEACTIVATE handlers.
2014-07-12 matthewRefactor out dosigsuspend() function
2014-07-12 miodRemove this sentence:
2014-07-12 piroftiFix USB connect freeze by clearing the host port interrupt.
2014-07-12 yasuokaResize the pcb hashtable automatically. The table...
2014-07-12 krwLog a warning whenever RTM_DESYNC is seen. Thus giving...
2014-07-12 tedurevert a few stragglers hiding out
2014-07-12 bluhmUse a saner and consistent address layout for my networ...
2014-07-12 mpiteduuuuuudfu(4) it has never been enabled in 5 years.
2014-07-12 tedurevert more free fallout
2014-07-12 miodmore MLINKS
2014-07-12 woutergetentropy on Windows. It compiles but has not been...
2014-07-12 wouterRemove signed/unsigned warning, statement before declar...
2014-07-12 jmczap trailing whitespace;
2014-07-12 krwOops. Correct variable name more likely to compile.
2014-07-12 miodWe have EVP_CIPH_FLAG_DEFAULT_ASN1 in evp.h; no need...
2014-07-12 jasper- replace main() with mips_init() so we can save the...
2014-07-12 krwCalculate i/o starts and sizes in 'proper' sectors...
2014-07-12 jasperadd guards to just make available to the bootblocks...
2014-07-12 mpitedu another bunch of DVACT_DEACTIVATE handlers that...
2014-07-12 uebayasireboot(9): Shutdown system by signaling init(8) from...
2014-07-12 krwClose connections when msgbuf_write() returns 0.
2014-07-12 mpiProtect the freelists of transfer descriptors with...
2014-07-12 miodRemove private_{Camellia,RC4}_set_key FIPS indirection...
2014-07-12 bradMark the interface down and cancel the watchdog timer...
2014-07-12 yasuokaFix a potential bug. privsep.c didn't check the interf...
2014-07-12 espieoh well, remove -Q entirely... I'm probably the only...
2014-07-12 henningewps, that giant table has -inet6 twice, for SMALL...
2014-07-12 piroftiWhitespace
2014-07-12 espiesecurity check in quirks
2014-07-12 espieundocument -Q
2014-07-12 espiefinish killing old experiment, less confusing code
2014-07-12 jasperrename variable to better indicate it's meaning
2014-07-12 jsingProvide ssl_version_string() function, which uses one...
2014-07-12 espie@endfake died a while ago
2014-07-12 espieso, pkg_check can now troll thru the whole file system...
2014-07-12 yasuokaFix error in previous.
2014-07-12 jsingIn openssl_startup(), call SSL_library_init() and SSL_l...
2014-07-12 miodMake the BLOCK_CIPHER_{generic,custom} macros expand...
2014-07-12 krwmsgbuf_write() <= 0 for a few more daemons.
2014-07-12 deraadtsync
2014-07-12 teduguenther (who also should have been credited in previou...
2014-07-12 lteoRemove the redundant csum_flag variable and just set...
2014-07-12 lteoProtocol checksums have been recalculated on reinjectio...
2014-07-12 tedurevert bogus free changes in not kernel files. got...
2014-07-12 deraadtWrap "thread_private.h" with #ifdef __OpenBSD__ so...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 teduadd a size argument to free. will be used soon, but...
2014-07-12 jsingRemove extra parenthesis.
2014-07-12 jsingneed_cert is now always true, so remove the variable...
2014-07-12 jsingMore KNF.
2014-07-12 schwarzeNo need for run-time configuration, add minimal compile...
2014-07-12 jsingRemove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and
2014-07-12 mpiNo INET6 in ramdisk, fix the tree.
2014-07-12 jsingopenssl(1) is only built as a single monolithic binary...
2014-07-12 piroftiFix root hub descriptors by matching ehci(4)'s descriptors.
2014-07-12 jsingRemove the temporary dospartoff work around.
2014-07-12 yuoTo enable Intel XHCI host controller, re-route all...
2014-07-12 jmcprovide a missing rfc number;
2014-07-12 deraadtjsing and I are investigating removal of all? most...
2014-07-12 jmcmore accept_rtadv removal;
2014-07-12 schwarzeSimplify: Delete 74 lines of code including one enum...
2014-07-12 deraadtsync
2014-07-12 jmcsome basic formatting tweaks;
2014-07-12 jmctweak previous;
2014-07-12 henningandone last (i hope) accept_rtadv sysctl remnant, also...
2014-07-12 henningno more net.inet6.ip6.accept_rtadv
2014-07-12 henningjmc points out this babbled about the accept_rtadvd...
2014-07-12 piroftiImplement Set Port Feature request support.
2014-07-12 miodA few fixes/improvements:
2014-07-12 matthieuHook auxcpp
2014-07-12 miodMake sure the return value of X509_NAME_oneline(, NULL...
2014-07-12 matthieuEliminate strcpy() and sprintf() in auxcpp. ok deraadt@
2014-07-12 matthieuLocal tweaks to ucpp:
2014-07-12 matthieuRename the manual page to auxcpp.1
2014-07-12 matthieuBSD Makefile for auxcpp
2014-07-12 ajacoutotExtend output a bit.
2014-07-12 guentherTackle the endian.h mess. Make it so that:
2014-07-12 matthieuImport a copy of ucpp, lightweight cpp that doesn't...
2014-07-12 schwarzeStart fixing issues that beck@ helped find:
2014-07-12 henning/* this has no effect on IP, and will kill all ISO...
2014-07-12 mpiGrammar, from stsp@
2014-07-12 miodif (x) FOO_free(x) -> FOO_free(x).
2014-07-12 jsingAdd an initial regress test for libressl, which calls...
2014-07-12 ajacoutotcksum -> sha256
2014-07-12 ajacoutotUse sha256(1) for compared files, just like we do for...
2014-07-12 piroftiAdd support for Get Port Status requests.
next