openbsd
2014-08-18 tobiasVariables to count seen packets should be unsigned.
2014-08-18 deraadtsync
2014-08-18 bcookreplace more ROTATE macros with plain-old C code.
2014-08-18 bcookremove return value from HOST_c2l/l2c macros
2014-08-18 miodExplicitely need <sys/pool.h> now.
2014-08-18 miodSigh, ignoring instruction fetch bus errors for the...
2014-08-18 schwarzeWhen the first child of the node being validated gets...
2014-08-18 tedupool debug back on
2014-08-18 tedua small tweak to improve malloc in multithreaded progra...
2014-08-18 dlgthis uses pools, but relied on mbuf.h to provide them.
2014-08-18 schwarzekristaps@ found this with valgrind, merge his patch...
2014-08-18 reykSync proc.c with httpd. httpd needs SIGUSR1 but snmpd...
2014-08-18 reykSync proc.c with httpd. httpd needs SIGUSR1 but relayd...
2014-08-18 reykSync proc.c with httpd. httpd needs SIGUSR1 but iked...
2014-08-18 dlgdont rely on mbuf.h to provide pool.h.
2014-08-18 guentherAdd mention of execvpe() setting errno on failure.
2014-08-18 dlgits a bit silly to include mbuf.h to get to malloc...
2014-08-18 dlgintroduce mbuf list and queue apis. both manage fifo...
2014-08-18 guentherAdd fancy printing of ktrace()'s ops argument
2014-08-18 dlgexternal page headers use an RB tree to find the page...
2014-08-17 guentherUse %#o instead of %#x for mode_t
2014-08-17 guentherDisplay symbolicly the mode argument of mkdir, mkfifo...
2014-08-17 schwarzetypo, sorry
2014-08-17 schwarzeWhile all current callers pass valid data to ascii_hspa...
2014-08-17 schwarzetypo; Steven Honeyman <stevenhoneyman at gmail dot...
2014-08-17 dougSync regress/usr.sbin/relayd with recent http.h changes
2014-08-17 jmcdon;t mark up {};
2014-08-17 schwarzeSegfault fixes from kristaps@.
2014-08-17 ajacoutotExecute /etc/netstart using sh(1) instead of sourcing it.
2014-08-17 ajacoutotWhen running interactively, display the output of the...
2014-08-17 dougFix regression tests for ld.so
2014-08-17 miodOn kernels compiled with R10000 support, ignore (by...
2014-08-17 dlgi broke the userland shim used for the extent regress...
2014-08-17 jsgsync with hackathons.html
2014-08-17 jmcupdate the built-ins list:
2014-08-16 deraadtrepair operation of kern.arandom, which will only allow...
2014-08-16 guentherCover execvpe() in the description of what the envp...
2014-08-16 schwarzeIf a stray .It follows .El, we are no longer in the...
2014-08-16 bcookreplace sprintf/strdup with asprintf in engine test
2014-08-16 bcookonly build the getrandom path if SYS_getrandom is defined.
2014-08-16 tobiasFixed typo in "distinct".
2014-08-16 bcookuse C rather than C++ array initialization syntax
2014-08-16 bcookgetrandom(2) support for getentropy_linux
2014-08-16 tedureduce cutoff for "hours only" start times to reduce...
2014-08-16 deraadtI found a number of interactive events which can cause...
2014-08-16 deraadtsync
2014-08-15 teduuse void * instead of char *. ok jsing
2014-08-15 millertUpdate to tzdata2014f from ftp.iana.org.
2014-08-15 mikebPublic key operations are no longer supported
2014-08-15 mikebRemove support for public key operations
2014-08-15 mikebRemove support for public key operations
2014-08-15 mikebConvert 3DES regress test from /dev/crypto to using...
2014-08-15 mikebConvert AES-CTR regress test from /dev/crypto to using...
2014-08-15 mikebConvert AES regress test from /dev/crypto to using...
2014-08-15 mikeblofn(4) and nofn(4) are gone
2014-08-15 mikebWith deprecation of crypto(4) interface lofn(4) and...
2014-08-15 mikebunlink lofn(4) and nofn(4)
2014-08-15 mikeblofn(4) and nofn(4) are going away
2014-08-15 rpeAlign install.md files with installer style.
2014-08-15 jmcshorten share/doc/{html,mg} to share/doc, since nothing...
2014-08-15 jmcadmission of hawaii happened in 1959, not 1984;
2014-08-15 guentherXPG requires insque() and remque() to work with linear...
2014-08-15 guentherUse O_CLOEXEC wherever we open a file and then call...
2014-08-15 yasuokaCreate a function which loads sgd in the mfi_iop_ops...
2014-08-14 schwarzeSome compilers apparently worry that abort() might...
2014-08-14 schwarzeClarify that .Em and .Sy are physical, not semantic...
2014-08-14 millertregen
2014-08-14 millertAdd USB hubs found on Intel Z97 chipset boards (one...
2014-08-14 jmcdouble word fix-o;
2014-08-14 guentherBackport from binutils-2.17:
2014-08-14 schwarzeremove two duplicate command entries;
2014-08-14 tobiasfixed overrid(d)en typo
2014-08-14 miodUnused variable, and more fixes in the attach failure...
2014-08-14 miodBring back 1.173 (reverting 1.174) - mips64 systems...
2014-08-14 mpiNo need for <netinet/in_systm.h> nor <netinet/tcpip.h>.
2014-08-14 mpiNo use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
2014-08-14 mpiKill bandwidth monitoring meters.
2014-08-14 bcallahAdd bounce matching for [] and {} like mg already does...
2014-08-14 mikebCompare number of allocated clusters with a low waterma...
2014-08-14 reykSync with httpd, including the following change from...
2014-08-14 mikebImplement rxrinfo ioctl for cluster usage statistics
2014-08-14 dougSync with RFC 7230-7235 phrases and IANA registered...
2014-08-14 mpiNo need for raw_cb.h
2014-08-14 mpiKill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwid...
2014-08-14 mpiShow only active pools by default, pressing 'A' shows...
2014-08-14 mpiDo not set RTF_MASK, it is not used anymore.
2014-08-14 blambertfix logging strings (correct function name via __func__...
2014-08-14 chriszRemove obsolete struct stat parameters.
2014-08-14 jsgadd some definitions from libdrm 2.4.56
2014-08-14 schwarzefix date that got changed by Mdocdate
2014-08-14 schwarzemandoc 1.13.1 has been released
2014-08-14 schwarzenew regression tests collected during recent work
2014-08-14 schwarzeadd missing NOPTS arguments
2014-08-14 schwarzeRevert previous, as requested by kristaps@.
2014-08-14 schwarzeAdd a simple target to validate the syntax of -Thtml...
2014-08-13 schwarzeBegin cleanup of scaling units.
2014-08-13 matthieuAdd /usr/X11R6/share/X11/app-defaults
2014-08-13 chriszFor a non-existent root we don't want the root prefix...
2014-08-13 tobiasAlways call freeaddrinfo after getaddrinfo.
2014-08-13 reykProvide a failsafe version of the path_info() function...
next