openbsd
2014-12-28 jmcspelling fix; from daria suchecka via krzystof warzecha
2014-12-28 kettenisFairly complete Rx path hardware initialization.
2014-12-28 krwReplace last workq in tree (reading disklabels from...
2014-12-28 jsingFix subtle typo.
2014-12-28 jsingAdd regress tests for default option handling.
2014-12-28 jsingAllow a default option to be specified by having a...
2014-12-28 jsingAdd regress tests for multiple argument callback functions.
2014-12-28 jsingProvide an option type that allows for a callback funct...
2014-12-28 jsingAdd option parsing regress tests with end of options...
2014-12-28 jsingTeach option parsing that a single hyphen denotes the...
2014-12-28 jsingAdd regress tests for option parsing with multiple...
2014-12-28 jsingProvide a mechanism for option parsing to return the...
2014-12-28 matthieuAttach USB HID devices from the Generic Destop page...
2014-12-28 schwarzeImprove documentation of the header/footer macros ...
2014-12-28 jsingUpdate regress to match change in unnamed argument...
2014-12-28 jsingOnly accept a single unnamed argument - the existing...
2014-12-28 jsingSlightly simplify options parsing logic.
2014-12-28 schwarzemdoc(7) already uses the mandoc(1) -Ios argument in...
2014-12-28 jsingUpdate options regress to match option function pointer...
2014-12-28 jsingProvide two different function pointers for option...
2014-12-28 jsgremove a surplus argument to printf caught by -Wformat
2014-12-28 claudioUnbreak the tree. Looks like tedu did not tedu enough...
2014-12-28 schwarzeimprove previous: do the size check up front to avoid...
2014-12-28 bluhmAdd regression tests where OpenBSD syslogd is sending...
2014-12-28 jsingProvide initial regress tests for the complex option...
2014-12-28 jsgmask with & not &&
2014-12-28 reykChange the default ext_addr from "egress" to "*". ...
2014-12-28 reykChange the default example from "listen on egress"...
2014-12-28 aoyamaAdd an audio driver, necsb(4), for NEC PC-9801-86 sound...
2014-12-28 bluhmWith revision 1.93 a space character got lost when...
2014-12-28 teduconvert bcopy to memcpy in md5 and sha1. also be consis...
2014-12-28 teduremove KPDK. not really used, and a bad choice anyway...
2014-12-28 deraadtalpha now supports -static -pie binaries; ok kettenis
2014-12-28 deraadtBuild special/encrypt into instbin, to prepare for...
2014-12-27 espieprepare things slightly further, FwUpdate still not...
2014-12-27 espiemake it at least work a wee little bit.
2014-12-27 jsgmention Wandboard
2014-12-27 kettenisLink -static -pie executables with rcrt0.o instead...
2014-12-27 kettenisStatic PIE for mips64. Still something not quite right...
2014-12-27 deraadtencrypt should easily fit onto the media now. this...
2014-12-27 bcookinclude netinet/in.h to define struct in6_addr.
2014-12-27 jmczap trailing whitespace;
2014-12-27 jmcadd tsciic to the masters list;
2014-12-27 espieSpecialisation of PkgAdd to do fw_update, not yet finished
2014-12-27 kettenisOnly include "boot.h" if MD_RCRT0_START is defined...
2014-12-27 kettenisLink -static -pie executables with rcrt0.o instead...
2014-12-27 kettenisChange the default entry point from _start to __start.
2014-12-27 kettenisStatic PIE support for alpha.
2014-12-27 kettenisMake ld.so process only R_ALPHA_RELATIVE relocations...
2014-12-27 deraadtAs indicated by kettenis and kurt, hppa i386 powerpc...
2014-12-27 deraadtsync
2014-12-27 deraadtSRCDIRS must now always come from distrib/special....
2014-12-26 kettenisMore code. Transmitting packets somewhat works now.
2014-12-26 bennoDocument forward to in protocols.
2014-12-26 teduthe kvm.db is now kmem owned. noticed by Steven Roberts
2014-12-26 rpeRemove upgrade_to64time_t() now that the transition...
2014-12-26 kurtLink -static -pie executables on powerpc with rcrt0...
2014-12-26 kurtSelf-relocation code for powerpc.
2014-12-26 tedunot necessary to define INET anymore
2014-12-26 teduunifdef INET. missed a few headers in previous rounds
2014-12-25 kettenisWe no longer need -Wl,-Bsymbolic for -static -pie.
2014-12-25 kettenisDon't generate PLT entries for symbols defined in a...
2014-12-25 kettenisDon't generate PLT entries for symbols defined in a...
2014-12-25 bennoreturn ERANGE instead of ENOMEM, so callers can differe...
2014-12-25 kurtUse archdep.h GOT_PERMS define for mprotect of GOT...
2014-12-25 ottosubtraction of two void * is not well defined, plus...
2014-12-25 pascalDelete misleading and dangerous comment about customisi...
2014-12-25 schwarzeReduce memory and time consumption on certain malformed...
2014-12-24 schwarzeSupport negative indentations for mdoc(7) displays...
2014-12-24 miodPass real sizes to free().
2014-12-24 tedusimplify crypt_checkpass. The API promise is that this...
2014-12-24 tedusimplify. bcrypt only support and use newer libc APIs...
2014-12-24 miodPartially revert 1.46 and print more details when panic...
2014-12-24 miodtsciic(4): i2c controller onboard Tsunami and Titan...
2014-12-24 schwarzeFor .RS, we need to save the information how much we...
2014-12-24 schwarzePrevent unsigned integer underflow when a number is...
2014-12-24 kurtExpand Elf_Rel relocations to include DT_JMPREL. Inspec...
2014-12-24 ericbump version
2014-12-24 ericCorrectly fallback to PLAIN if opportunistics TLS fails...
2014-12-24 ajacoutotImplement some kind ordering in the startup of package...
2014-12-24 espierecheck list for non emptyness *after* filtering obsole...
2014-12-24 schwarzeWhen a man(7) document contains unreasonably large...
2014-12-24 kettenisFix previos. Pointed out by kurt@.
2014-12-24 ericmissing include
2014-12-24 afresh1Use an extension that installperl skips for the Config_...
2014-12-24 afresh1Avoid /usr/local while building perl, but allow it...
2014-12-24 lteoAdd missing argument names, and sync the argument types...
2014-12-24 lteoClean up CIPHERS and related sections:
2014-12-23 djmKNF and add a little more debug()
2014-12-23 miodPass real sizes to free()
2014-12-23 miodFix an obvious free() argument misuse which has been...
2014-12-23 teduas in libc, always assume digest is passed to Final...
2014-12-23 kettenisUse the page size passed by the kernel in the Auxilliar...
2014-12-23 teduas in libc, there's no need to check for calling Init...
2014-12-23 tedunot necessary to zero hash context; the hash final...
2014-12-23 tedutmp is a bad name for a shactx
2014-12-23 pascalUse ${STATIC} instead of hardcoded -static in order...
2014-12-23 teduuse endian.h swap macros instead of home grown versions
2014-12-23 deraadtnew SRCDIRS model seems to work
2014-12-23 deraadtsparc64 can move to static pie
next