openbsd
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...
2014-08-13 schwarzeUse <em> for .Em and .Bf -emphasis.
2014-08-13 mpiCorrectly set the rtable ID of the packet header when...
2014-08-13 blambertBring IPFIX sequence numbers in line with the RFC;...
2014-08-13 nicmSpelling - "alignment" not "alignement". ok ratchov
2014-08-13 chriszfix early loop termination in httpd path_info()
2014-08-13 jsgmatch on Intel 9 series and 9 series LP PCH, and add...
2014-08-13 jsgregen
2014-08-13 jsgAdd some more 9 series ids, correct some existing ones...
2014-08-13 deraadtmunmap correct object in (extremely unlikely, and effec...
2014-08-13 dlguse errc instead of juggling errno values in tftpd_listen.
2014-08-13 dlgsetsockopt sets errno on failure, so we can use err...
2014-08-12 schwarzeMerge a patch that i successfully pushed to OpenSSL,
2014-08-12 miodLower VM_PHYSSEG_MAX from the mips64 default to a gener...
2014-08-12 miodaddu -> PTR_ADDU when doing address arithmetic in the...
2014-08-12 schwarzeIn mdoc(7) and man(7), if a width is given as a bare...
2014-08-12 schwarzeThe macro SCALE_HS_INIT() is always passed the result...
2014-08-12 mikebFinally implement what's stated in the man page regardi...
2014-08-12 bcookReplace intrinsic ROTATE macros with an inline.
2014-08-12 mikebMake sure that pf_step_into_anchor always saves a point...
2014-08-12 mikebApart from some minor code reshuffling the big change...
2014-08-12 mpiroute_cb is internal to rtsock.c
2014-08-12 miodBetter cache information gathering. Only affects inform...
2014-08-12 miodRevert 1.173 now that the real cause of the octeon...
2014-08-12 miodPass 0 instead of uvm_map_hint() to uvm_map() in exec_m...
2014-08-12 dlgsigh. when returning ENOENT in the sysctl path, unlock...
2014-08-12 dlgi accidentally removed the check for whether the reques...
2014-08-12 dlgbring back r1.135:
2014-08-12 dlgbring back r1.134:
2014-08-12 dlgbring back r1.133. this is a bit different cos we're...
2014-08-11 nicmNo need to repeat other-end more than once, from Juho...
2014-08-11 nicmFix two copy mode problems:
2014-08-11 nicmAdd flags to selectp to enable and disable input to...
2014-08-11 millertregen
2014-08-11 millertAdd some Intel Z97 chipset devices; ok deraadt@
2014-08-11 guentherStill need to separately set FD_CLOEXEC if the new...
2014-08-11 ajacoutotTypo.
2014-08-11 kiliLet _rc_parse_conf stick to parsing /etc/rc.conf and...
2014-08-11 miodDo not pmap_update(pmap_kernel()) within the `create...
2014-08-11 miodDo not extern octeon_boot_info, <machine/octeonvar...
2014-08-11 miodDo not use CKSEG0 to quickly map physical addresses...
2014-08-11 miodGet rid of the `quirks' member, which is never initiali...
2014-08-11 tobiasWhen parsing 32 bit values, verify that we received...
2014-08-11 tobiasvalidate len field for proper length, not just "not...
2014-08-11 miod-current dammit
2014-08-11 miodRemove evcnt and %b format strings relying upon SEIL...
2014-08-11 miodDe-static so that my ddb backtrace get closer to reality.
2014-08-11 miodAdd option USER_PCICONF for pcidump(8) to be able to...
2014-08-11 deraadtmake a few variables more local
2014-08-11 mpiUse the RTF_LOCAL flag instead of abusing the RTF_LLINF...
2014-08-11 dlgbring back r1.132:
2014-08-11 bcookGuard RSA / RC4-5 ASM when NO_ASM is not defined
2014-08-11 ajacoutotMake it possible to pass arguments to _rc_parse_conf().
2014-08-11 jmcdocument "tc";
2014-08-11 mpiFewer <netinet/in_systm.h>
2014-08-11 dlgbring back r1.131:
2014-08-11 mpiPut back the checks about RTF_LOCAL routes now that...
2014-08-11 mpiConvert ARP llinfo allocation to pool(9).
2014-08-11 jsingCheck the return value of sk_SSL_CIPHER_new_null()...
2014-08-11 gillesmissing memset in table_api.c (currently only used...
2014-08-11 mpiDo not try to delete RTF_LOCAL entries. Such routes...
2014-08-11 ajacoutotSteal stripcom() from /etc/rc to parse sysmerge.ignore.
2014-08-11 jmcadd a caveat about databases;
2014-08-11 ajacoutotMove a sentence to the corresponding option description.
2014-08-11 miodUnchecked memory allocation and potential leak upon...
2014-08-11 miodRemove now-unused SSL2_STATE as well as ssl2-specific...
2014-08-11 schwarzestart catching up with recent code changes, but no...
2014-08-11 jsingCurrently, ssl3_put_char_by_bytes(NULL, NULL) is just...
2014-08-11 jsingProvide a ssl3_get_cipher_by_id() function that allows...
2014-08-10 bluhmWrite the core file of a non-suid process into the...
2014-08-10 bluhmThere was a race in relayd that caused connections...
2014-08-10 zhukImprove variables listing in x11/kde4 module description.
2014-08-10 rpe[] -> [[]]
2014-08-10 jmc- add -p to SYNOPSIS
2014-08-10 teduguenther wants a copyright
2014-08-10 rpeConvert if foo; then bar; fi blocks to foo && bar but...
2014-08-10 jsingTweak cipher list comments and add missing cipher value...
2014-08-10 rpe{ foo ; bar ; } -> { foo; bar; }
2014-08-10 jsingRemove disabled (weakened export and non-ephemeral...
2014-08-10 jsingSince we no longer need to support SSLv2-style cipher...
2014-08-10 mpiAsk for the descriptor size corresponding to the number...
2014-08-10 mpiDo not allocate space for the whole structure when...
2014-08-10 mpisizeof() a pointer of the right struct to appease clang.
2014-08-10 sfNote that qemu 1.7.2 has the VLAN bug fix, too
2014-08-10 jasperzap trailing whitespace
2014-08-10 jmcsome Ev fixes;
2014-08-10 mpiMerge xhci_device_setup() into xhci_pipe_init() there...
2014-08-10 mpiSince USB xfer pools are accessed in interrupt context...
2014-08-10 mpiSet and check for XFER_BUSY in the common methods inste...
2014-08-10 ratchovtypo in debug message
2014-08-10 ratchovinitialize mmcpos, found by guenther
2014-08-10 espieDocument SUBST_*
2014-08-10 espiecomment what's going on
2014-08-10 espieOuch... fuck cvs
2014-08-10 espieif pkg_create is run as non-root, restory correct group...
2014-08-10 jsgfix kqueue read/write filters for msdosfs and fusefs
2014-08-10 matthieuTypo. ok deraadt@ jmc@
2014-08-10 jsgdebug level test for clock_gettime() calls should match
next