openbsd
2015-01-18 aoyamaAdd commented-out necsb(4) and audio(4) configuration...
2015-01-18 miodRevert 1.166 (but keep the bufq_wait() interface change...
2015-01-18 florianFirst stab at implementing basic auth.
2015-01-18 deraadtstring truncation due to sizeof(size)
2015-01-18 djmavoid trailing ',' in host key algorithms
2015-01-18 djminfer key length correctly when user specified a fully-
2015-01-18 jsgThe 'mrs' instruction only deals with the whole registe...
2015-01-18 mpiSince we are no longer resetting rings when a Babble...
2015-01-18 ajacoutotDrop backward compat syntax.
2015-01-18 jsgunifdef IPKDB. These codepaths are holdouts from NetBS...
2015-01-18 guentherThe world is ELF: use <sys/exec_elf.h> instead of ...
2015-01-18 guentherPer POSIX, <sys/socket.h> needs to expose struct iovec...
2015-01-18 deraadtdo not require <a.out.h>
2015-01-18 deraadtsync
2015-01-17 teduremove des.h. it somehow escaped from ssleay into ...
2015-01-17 djmunit test for hostkeys in ssh-agent
2015-01-17 djmfix hostkeys on ssh agent; found by unit test I'm about...
2015-01-17 mpiSplit the consumer & producer logic into two different...
2015-01-17 teduImprove wording in alloca.
2015-01-17 deraadtuse NGROUPS_MAX
2015-01-17 teduguard usingacpi variable inside NACPI. from oyvind...
2015-01-17 deraadtuse NGROUPS_MAX instead of NGROUPS
2015-01-17 deraadtNGROUPS_MAX, not NGROUPS
2015-01-17 millertDefine MAXHOSTNAMELEN as HOST_NAME_MAX+1. OK deraadt@
2015-01-17 rpeRemove unnecessary double-quotes inside [[]].
2015-01-17 millertRemove a pasto introduced in the last commit, spotted...
2015-01-17 espiemake sure we have an interactivestub... I forgot the...
2015-01-17 rpeUppercase global vars (auto -> AUTO, respfile -> RESPFILE)
2015-01-17 aoyamaDelete an extra tab.
2015-01-17 jsgAdd an ascii bit/field diagram for armv7-a psr to match the
2015-01-17 deraadtdocument the <sys/param.h>
2015-01-17 deraadt_KERNEL 1? no, just _KERNEL
2015-01-17 deraadteliminate strcpy & strcat, by using strlcpy, strlcat...
2015-01-17 deraadtresume_randomness() before spinning up other cpus...
2015-01-17 deraadtsync
2015-01-17 jsgMore complete gpio reset sequences for SABRE Lite/Nitro...
2015-01-16 millertDocument behavior of killing process 0, matching the...
2015-01-16 teduincrease namecache to maxvnodes again now that the...
2015-01-16 schwarzeLet man(1) show manuals for the current architecture...
2015-01-16 miodConstify the driver name to disk type table, and remove...
2015-01-16 miodRevert forcing a rachitic `c' slice size when the drive...
2015-01-16 kettenisDon't bother to initialize %g1; we don't do this on...
2015-01-16 mioddisklabel_sun_to_bsd() will nicely set the disk size...
2015-01-16 millertUse ">", not ">=" when comparing length to HOST_NAME_MA...
2015-01-16 millertReplace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@
2015-01-16 millertReplace check for ">= HOST_NAME_MAX+1" with "> HOST_NAM...
2015-01-16 millertAdd missing <limits.h> to file.c and remove definition...
2015-01-16 schwarzeproperly handle opening parentheses, correctly quote...
2015-01-16 bluhmAdd test that exchanges database description packets...
2015-01-16 teduincreasing the size of the namecache suddenly made...
2015-01-16 schwarzeParse and ignore .IX (generate index entry) macros...
2015-01-16 deraadtMove to the <limits.h> universe.
2015-01-16 deraadtMore evil bootstrap code. #ifndef ALIGNBYTES #define...
2015-01-16 schwarzegarbage collect empty .No macros mandoc warns about
2015-01-16 deraadt<sys/param.h> to <limits.h> conversion. Verified binaries
2015-01-16 schwarzeadd missing .An macros
2015-01-16 deraadtchange to <limits.h> universe. The only changes in...
2015-01-16 schwarzemanage spacing in a simpler way, removing some useless...
2015-01-16 deraadtmove to <limits.h> where possible, annotate <sys/param...
2015-01-16 djmregression: incorrect error message on otherwise-successful
2015-01-16 schwarzefix placement of opening parentheses, and drop some...
2015-01-16 deraadtMove from <sys/param.h>. (The binary change is due...
2015-01-16 schwarzeArguments are just ".Ar", not ".Brq Ar" or even ".Ns...
2015-01-16 deraadtswitch to <limits.h>; ok millert
2015-01-16 schwarzeremove useless escaping; mandoc warned about some of...
2015-01-16 schwarzeProperly escape punctuation when given as an argument...
2015-01-16 teduLess code, more better. No longer need to worry about...
2015-01-16 deraadtThe make code has "bootstrap", to allow it to be brough...
2015-01-16 reykSSL_CTX_use_certificate_chain() has been added to Libre...
2015-01-16 deraadtAdapt to <limits.h> universe.
2015-01-16 deraadtReplace <sys/param.h> with <limits.h>
2015-01-16 reykThe SSL/TLS session Id context is limited to 32 bytes...
2015-01-16 schwarzeTweak previous: Do not put punctuation on its own line...
2015-01-16 bluhmAdd regression tests for syslog over TLS.
2015-01-16 sfBinary code patching on amd64
2015-01-16 bentleyClean up macros in isakmpd(8).
2015-01-16 dougReplace <sys/param.h> with <limits.h>
2015-01-16 djmwhen hostname canonicalisation is enabled, try to parse...
2015-01-16 deraadt<sys/param.h> is not needed here either.
2015-01-16 deraadtReplace <sys/param.h> with <limits.h> and other less...
2015-01-16 teduimprove checksum parsing slightly. now handles filename...
2015-01-16 tedujust to be careful, add a cpp guard that the sscanf...
2015-01-16 deraadtadjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAX
2015-01-16 deraadtIf MAXPATHLEN is undefined, do not set it to 512. Dange...
2015-01-16 lteoComplete the list of functions in the paragraph that...
2015-01-16 lteoRename pcap_create()'s ebuf argument to errbuf to match...
2015-01-16 lteoAdd more missing argument names.
2015-01-16 lteoRemove pointless casts for several malloc/calloc/free...
2015-01-16 lteoThe BPF paper referenced in the SEE ALSO section was...
2015-01-16 lteoFix a use after free, where the already freed p->opt...
2015-01-16 schwarzeDelete the MANLINT variable and the related SUFFIXES...
2015-01-16 deraadtsync
2015-01-16 bradMerge in a commit from upstream..
2015-01-16 deraadtSince <netdb.h> soon won't include <sys/param.h>, MAXHO...
2015-01-16 deraadtmove to PATH_MAX, etc; normalize includes for life...
2015-01-16 deraadtMove to using PATH_MAX
2015-01-16 deraadtfirst batch of cleanup to programs based upon the names...
2015-01-16 deraadtfirst batch of programs adapting to the namespace cleanup
2015-01-16 deraadtSwitch to including <sys/types.h> instead of <sys/param.h>
2015-01-15 deraadtswitch to PATH_MAX
next