openbsd
2014-07-14 deraadtsync
2014-07-14 jasperwhitespace
2014-07-14 ajacoutotAdd shebang to make it clear these files are shell...
2014-07-14 ajacoutotquiet /etc/rc.shutdown, it may not exist.
2014-07-14 zhukEnable ext2fs support on RAMDISK_CD. Requested a few...
2014-07-14 deraadtnot needed anymore
2014-07-14 ajacoutotThis isn't C.
2014-07-14 ajacoutotOnly set kern.securelevel=1 if it was not lowered nor...
2014-07-14 ajacoutotConsistency.
2014-07-14 ajacoutotDo not output anything by default, to be consistent...
2014-07-14 jsingConvert ftp(1) to libressl, rather than rolling in...
2014-07-14 ajacoutotNo more "securelevel" variable.
2014-07-14 pelikanpowerdown=YES has been removed.
2014-07-14 ajacoutotpowerdown is gone.
2014-07-14 ajacoutotAdd /etc/examples/
2014-07-14 ajacoutot/etc/rc already takes care of creating /var/run/utmp.
2014-07-14 deraadtrc.{local,securelevel,shutdown} become examples. If...
2014-07-14 reykTrack Connection: Keep-Alive
2014-07-14 raphaWrite to the correct control module registers when...
2014-07-14 pelikanbetter type safety and KNF.
2014-07-14 schwarzeThe file /etc/exports is now optional and not installed...
2014-07-14 espieunhardcode db paths.
2014-07-14 uebayasiMore comment cleanup in boot().
2014-07-14 zhukAdd TEST_ENV and ALL_TEST_ENV description.
2014-07-14 miodFix memory leak upon error in ssl_parse_clienthello_use...
2014-07-14 espieexplicit copyright, as authorized by Thomas. Thanks!
2014-07-14 deraadtsync
2014-07-14 beckrevert free checks in here. this seems to be a bit...
2014-07-14 pelikaninternational currency locale rules as per POSIX.1...
2014-07-14 jmcuse Nx;
2014-07-14 jmcremove the never installed getmntopts.3 page, as well...
2014-07-14 guentherConstipate st_hash()
2014-07-14 guentherOops: resurrect cached file that wasn't ripe for deletion
2014-07-14 guentherDelete pointless 'return;' at end of function
2014-07-14 guentherFix an off-by-one error that's already been accepted...
2014-07-14 deraadtRepair handling of ^C and ^D around command prompts...
2014-07-14 guentherInstead of using a variable format string to change...
2014-07-14 guentherAdd sendsyslog too, and sort
2014-07-14 guentherUpdate for arc4random and syslog changes
2014-07-14 guentherUpdate systrace policies for arc4random changes
2014-07-14 guentherEliminate a warning from -Wformat=2 by using an additio...
2014-07-14 deraadtsync
2014-07-14 deraadtMove rc.{local,shutdown,securelevel} to examples, as...
2014-07-14 deraadtCreate a socketpair() and tie one end to /dev/klog...
2014-07-14 deraadtNow that we have sendsyslog(2), we can directly use...
2014-07-14 deraadtcrank major for syslog_r(3) using sendsyslog(2). new...
2014-07-14 deraadtConvert syslog_r(3) to using sendsyslog(2). This ensur...
2014-07-14 deraadtcheck for existance of rc.shutdown, before sourcing it
2014-07-14 dlgnow that receive ring accounting has been pulled out...
2014-07-14 deraadtsync
2014-07-14 jsingHook in libressl to regress.
2014-07-14 deraadtenter libressl for make includes
2014-07-14 jsingSort SUBDIRs.
2014-07-14 jsingHook libressl into the build.
2014-07-14 deraadtwhitespace
2014-07-14 reykfirst step towards keep-alive/persistent connections...
2014-07-14 bluhmNow that the relayd timeouts have been fixed, make...
2014-07-14 bluhmWhen a connection was spliced in one direction and...
2014-07-14 deraadtImprove RAND_write_file(), chmod crud, etc.
2014-07-14 jsingUpdate regress test to work with ressl API changes.
2014-07-13 teduuse mallocarray for multiplied value checking
2014-07-13 bennofix regress tests after log changes. noticed by bluhm@.
2014-07-13 jsingAdd configuration handling for certificate and key...
2014-07-13 uebayasiKASSERTMSG(9): New kernel assertion with message
2014-07-13 jsingAdd stubs for the proposed server API.
2014-07-13 sasanoadd RDC R1012 support
2014-07-13 jsingStop leaking internal library pointers in error messages.
2014-07-13 tedupass correct sizes to free()
2014-07-13 schwarzeadd missing whitespace between .Fa macro argument and...
2014-07-13 deraadtuse mallocarray()
2014-07-13 sasanopciide.c, pciide_rdc_reg.h(new): ported rdcide(4) from...
2014-07-13 jsingTabs, not spaces.
2014-07-13 teduuse mallocarray
2014-07-13 jsingRename the context allocation from ressl_new to ressl_c...
2014-07-13 schwarzeone .Fn argument per function argument
2014-07-13 deraadtSome reallocarray() use; review Jean-Philippe Ouellet...
2014-07-13 jsingSplit the context allocation out from the configuration...
2014-07-13 schwarzeDo not fold multiple function arguments into the same...
2014-07-13 uebayasiboot(9): Cosmetic changes to improve diff'ability.
2014-07-13 jsingMove the client code into a separate file.
2014-07-13 jsingRename various configuration handling functions.
2014-07-13 miodComment out option GPT until the matching userland...
2014-07-13 jsingUse a single ressl.h header file.
2014-07-13 uebayasiCosmetic changes to reduce diffs.
2014-07-13 claudioUpdate procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOM...
2014-07-13 kettenisThe correct place to call _bus_dmamap_sync() is after...
2014-07-13 deraadtsync
2014-07-13 claudioUse lerrx instead of errx since the logging subsystem...
2014-07-13 matthewFix sched_stop_secondary_cpus() to properly drain CPUs
2014-07-13 deraadtyes indeed, it returns void *. from Jean-Philippe...
2014-07-13 jsingExplicitly initialise slen - this was not previously...
2014-07-13 jsingConvert error handling to SSLerr and ERR_asprintf_error...
2014-07-13 yasuokaSome functions need to dup() before sending a socket...
2014-07-13 rpeOnly set machdep.allowaperture if 'vga1: aperture neede...
2014-07-13 teduinclude stdint.h for standard ints. from Jean-Philippe...
2014-07-13 jasperfix even more trailing tabs
2014-07-13 miod#$%#@$# CONSPEED
2014-07-13 kettenisDisplay zero page hit and miss counters in vmstat -s.
2014-07-13 jaspermore hanging tabs
2014-07-13 deraadtugly hanging tabs; ok jasper
next