openbsd
2017-04-16 kettenisDefine EXT_IMPLICIT_NBIT like we do on sparc64 and...
2017-04-16 kettenisUse INT_MAX instead of SIZE_MAX as the maximum file...
2017-04-16 kettenisDefine DEF_WEAK like we do for ld.so to fix building...
2017-04-16 deraadtMove comments into a block and uses {} to unconfuse...
2017-04-16 kettenisUse %zu to print a size_t.
2017-04-16 visaReplace fetch_and_add() with atomic_inc_int_nv() from...
2017-04-16 beckFlip previously warm pages in the buffer cache to memor...
2017-04-16 beckStatistics for high memory flips in the buffer cache
2017-04-16 kettenisRemove some defines marked #ifdef notyet, which really...
2017-04-16 kettenisAlways return nonzero from _longjmp too.
2017-04-16 kettenisRemove unused rnd_seed variable. Upstream made the...
2017-04-16 jsgremove -g from CFLAGS at florian's request
2017-04-16 jsgDifferent compilers and versions of compilers have...
2017-04-16 ajacoutotRemove /etc/ssl/acme/. We don't need it now that we...
2017-04-16 ottobackout previous, data_len is not always initialized
2017-04-16 aoyamaRemove -Werror to make dhcrelay6 on gcc3 architecture...
2017-04-15 kettenisBuild sparc64 kernels with -ffreestanding.
2017-04-15 guentherDocument RB_TIMEBAD; delete RB_* that are obsolete...
2017-04-15 jmcmore streamlining, with help from bluhm;
2017-04-15 bluhmAfter forced unmount of a file system that has other...
2017-04-15 schwarzeBuild full mandoc.db(5) databases by default using...
2017-04-15 bluhmTake implementation for getsocket() from arp(8). This...
2017-04-15 bluhmName global variable for routing socket rtsock like...
2017-04-15 bluhmLet ndp(8) use the process's current routing table...
2017-04-15 kettenisThe tlb flushes in pmap_set_{l1,l2,l3} use ranges that...
2017-04-15 kettenisHandle R_SPARC_WPLT30 relocations against a local symbo...
2017-04-15 florianregen
2017-04-15 florianupdate to 4.1.16rc1
2017-04-15 guentherFix format string in ACPI_MEMDEBUG block
2017-04-15 visaSync bus_dmamap_load_raw() with amd64 for better constr...
2017-04-15 visaNo GMX on CN73xx.
2017-04-14 espiemark newish phony targets as phony.
2017-04-14 bluhmRemove unused define satoin6().
2017-04-14 bluhmPass down the address family through the pr_input calls...
2017-04-14 schwarzeadjust .Lk tests after groff and mandoc .Lk improvements
2017-04-14 jcsonce cvs's flow-control mechanism has kicked in, stop...
2017-04-14 schwarzeShow long .Lk URIs in like an indented display, similar...
2017-04-14 bluhmAdd test for IP payload compression. It is sending...
2017-04-14 schwarzeDo not make the colon after the .Lk link text italic.
2017-04-14 schwarzeDo not make the colon after the .Lk link text italic.
2017-04-14 bluhmAdd tests with the ipsec.conf SA bundle keyword.
2017-04-14 bluhmUp to now ipsecctl(8) grouped SAs with identical src...
2017-04-14 jsingUse freezero(3) when cleaning up session tickets -...
2017-04-14 jsingUse freezero(3) to clean up the X25519 keys - simpler...
2017-04-14 jsingUse freezero(3) in the CBB clean up path, since this...
2017-04-14 jsingSwitch i2d_SSL_SESSION() back to freezero(3) now that...
2017-04-14 jsingClean up server key exchange EC point handling. Encode...
2017-04-14 bluhmAvoid some false positives with cppcheck. No binary...
2017-04-14 deraadtwhitespace
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;
next