openbsd
2017-04-14 kettenisDefine __dead and __pure even if __STRICT_ANSI__ for...
2017-04-14 deraadtcorrect path; from Klemens Nanni
2017-04-14 mlarkinSVM: calculate max ASID value and save for later use...
2017-04-14 mlarkinUpdate a man page example to reflect recent changes.
2017-04-13 kettenisA little bit more trivial cleanup.
2017-04-13 millertXr sigprocmask(2) not the obsolete sigsetmask(3)
2017-04-13 kettenisUse the non-interrupt-safe pool allocator for the vp...
2017-04-13 brynetUse recallocarray in getdelim/getline to clear memory...
2017-04-13 ottoallow clearing less than allocated and document freezer...
2017-04-13 tedumoving some code into a switch meant that break no...
2017-04-13 krwRemove a bunch of obsolete, unused and irrelevant DHCP...
2017-04-13 deraadtmulti-statement CHECK_RANGE() macro isn't safe for...
2017-04-13 jsgfix wrongly indented lines
2017-04-13 patrickAdd a NAT-T keepalive timer in case we are behind a...
2017-04-13 guentherregen
2017-04-13 guentherDelete the getlogin59 syscall, which was last used...
2017-04-13 guentherProvide mips64 with kernel-facing TCB_{GET,SET} macros...
2017-04-12 krwInspired by recent dhcrelay changes, bring in stricter...
2017-04-12 krwOne 'foo' per function is enough. Rename one to elimina...
2017-04-12 krwAdd missing function prototypes. Mark kw_cmp() as stati...
2017-04-12 florianThe kernel has to slightly different version of SipHash...
2017-04-12 tbUse calloc(3) and recallocarray(3) instead of *alloc...
2017-04-12 deraadtSipHash_Final() was assuming the digest was 64-bit...
2017-04-12 millertNew strstr() implementation from musl libc by Rich...
2017-04-12 millertPrevent inosused from wrapping when soft updates is...
2017-04-12 millertisblank() is ANSI C since C99, no need to provide a...
2017-04-12 deraadtbluhm discovered "script < /dev/null" attempts tty...
2017-04-12 bluhmAdd comment what the test does.
2017-04-12 krwRTM_PROTO3 messages should not trigger a resolv.conf...
2017-04-12 bluhmThe pledge sigkill test is an outdated copy of sigabrt...
2017-04-12 krwShuffle another function.
2017-04-12 bluhmAdd comment how the test works.
2017-04-12 jsgexplicitly set the ownership on installed include files...
2017-04-12 jsgInvoke install -d for each directory in the /usr/lib...
2017-04-12 guentherCorrect a format string
2017-04-11 sthen- Mention LIBCXX, prompted by espie@.
2017-04-11 sthen- Mention LIBCXX, prompted by espie@.
2017-04-11 rpeEnsure that the version part of $_url_base is correctly...
2017-04-11 deraadtsync
2017-04-11 schwarzeshorten introductory sentence and make deprecation...
2017-04-11 bluhmAdd SIOCATMARK to allow pledge("inet") programs to...
2017-04-11 kettenisRecognize break conditions and enter ddb if ddb.console...
2017-04-11 dhillPartially revert previous mallocarray conversions that...
2017-04-11 krwShuffle route/interface changing functions together...
2017-04-11 jsingRevert ssl_asn1.c r1.50 - CBB and freezero(3) do not...
2017-04-11 espiedocument more thoroughly the special status of modules...
2017-04-11 krwFold priv_write_file() into its only remaining user
2017-04-11 reykUse freezero(3) for the imsg framework in imsg_free...
2017-04-11 kettenisRevise 'struct fpreg' and dump floating-point register...
2017-04-10 krwRework -L logic to use the idiom used in handling the...
2017-04-10 schwarzenew X25519(3) manual page;
2017-04-10 jsingUse freezero() for the internal opaque structures,...
2017-04-10 jsingUse freezero() for X25519 keys - same result with more...
2017-04-10 schwarzedocument three additional functions;
2017-04-10 jsingRework and significantly extend TLS name verification...
2017-04-10 jsingRework name verification code so that a match is indica...
2017-04-10 deraadtsync
2017-04-10 jsingfreezero() the key block; simpler code and less of it.
2017-04-10 jsingUse freezero() for i2d_SSL_SESSION() - one line of...
2017-04-10 jcaFix tabs in example code.
2017-04-10 schwarzefix some .Xr errors that jmc@ found with mdoclint(1)
2017-04-10 schwarzenew manual page SSL_get_server_tmp_key(3)
2017-04-10 schwarzeAdditional SSL_SESSION documentation
2017-04-10 jmcslaacdctl -> slaacctl;
2017-04-10 visaUse __ASSEMBLER__ instead of __LANGUAGE_ASSEMBLY.
2017-04-10 deraadtFound another len += snprintf...
2017-04-10 deraadtsync
2017-04-10 schwarzefor pure *_ctrl() wrapper macros, move the reference...
2017-04-10 fcambusClean up disabled declaration in the text struct.
2017-04-10 jsgsync
2017-04-10 kettenisGenerate and install arm_neon.h on arm and arm64.
2017-04-10 florianThe canonical name for ctl programs is without 'd'.
2017-04-10 schwarzenew manual page SSL_CTX_set_tlsext_servername_callback...
2017-04-10 reykCheck early if the mandatory carp "interface" was confi...
2017-04-10 fcambusRemove always false comparison: inosused type is ino_t...
2017-04-10 jmctweak previous;
2017-04-10 jsingConvert various client key exchange functions to freeze...
2017-04-10 deraadtsync
2017-04-10 ottoIntroducing freezero(3) a version of free that guarante...
2017-04-10 ottomonir bump for freezero
2017-04-10 jsgAttempt to map msk(4) interrupt via MSI.
2017-04-10 schwarzepasto; from <Jon dot Spillett at oracle dot com> via...
2017-04-10 schwarzetypo fix; from <Jon dot Spillett at oracle dot com>
2017-04-09 kettenisAdd a few missing quad-precision support functions...
2017-04-09 guentherSync symbol lists for trap/interrupt frame detection...
2017-04-09 krwSeven casts, a couple of tweaks and CFLAGS+=-Wsign...
2017-04-09 deraadtmalloc -> mallocarray; a typo
2017-04-09 dhillConvert some malloc(9) to mallocarray(9)
2017-04-09 dhillConvert a malloc(9) to mallocarray(9)
2017-04-09 dhillConvert a malloc(9) to mallocarray(9)
2017-04-09 dhillConvert a malloc(9) to mallocarray(9)
2017-04-09 dhillConvert some malloc(9) to mallocarray(9)
2017-04-09 dhillConvert some malloc(9) to mallocarray(9)
2017-04-09 dhillConvert some malloc(9) to mallocarray(9)
2017-04-09 dhillUse mallocarray to allocate multicast group memberships.
2017-04-09 deraadtCorrect wakeup() dance in sensor_task_work()
2017-04-09 jsingSimplify/clean up BUF_MEM_grow_clean().
2017-04-09 jsingWith recallocarray() BUF_MEM_grow() is essentially...
2017-04-09 jsingExplicitly test for NULL.
2017-04-09 jsingImprove unknown protocol version handling.
next