openbsd
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
2014-08-10 guentherAF_IMPLINK and AF_BLUETOOTH are gone, but add printing...
2014-08-10 guentherDon't need to know how to format bluetooth socket info...
2014-08-10 guentherNo more bluetooth in netintr(), so delete NETISR_BT...
2014-08-10 guentherAF_BLUETOOTH is gone. AF_LOCAL isn't involved pipe...
2014-08-10 guentherAF_IMPLINK and AF_BLUETOOTH are gone
2014-08-10 guentherOnly need <stdint.h> and not all of <inttypes.h> here
2014-08-10 guentherOnly need <stdint.h> and not all of <inttypes.h> here
2014-08-10 guentherOnly need <stdint.h> and not all of <inttypes.h> here
2014-08-10 guentherOnly need <stdint.h> and not all of <inttypes.h> here
2014-08-10 guentherOnly need <stdint.h> and not all of <inttypes.h> here
2014-08-10 lteoFix the length check for reinjected ICMP packets: sizeo...
2014-08-10 guentherFormat time_t with %lld after casting to long long
2014-08-10 lteoRename p_hdrlen to min_hdrlen to better reflect its...
2014-08-10 guentherDelete duplicate conditional
2014-08-10 guentherReplace F_DUPFD followed by setting FD_CLOEXEC with...
2014-08-10 guentherAdd Xr to skey and stty
2014-08-10 guentherDelete extern declarations for variables that don't...
2014-08-10 guentherOnly need <stdint.h> and not all of <inttypes.h> here
2014-08-10 guenthermsts(4) appears to support TIOCSTSTAMP
2014-08-10 guentherAdd F_DUPFD_CLOEXEC handling
2014-08-10 guentherAdd newer errnos
2014-08-09 guentherSwitch from calloc() to reallocarray() where the zeroin...
2014-08-09 guentherUse time_t for storing times
2014-08-09 guentherParse times with strtoll() instead of strtol()
2014-08-09 guentherRegenerate to pick up time_t changes
2014-08-09 guentherbfd-in2.h is generated from this; merge back a change...
2014-08-09 guentherStore timestamps in time_t
2014-08-09 guentherbfd-in2.h is generated from this; merge back a change...
2014-08-09 halexAfter a cleanup by deraadt I noticed the four-space...
2014-08-09 guentherFix readelf --debug-dump=frames-interp output: once...
2014-08-09 jmcless chatty; ok ajacoutot
2014-08-09 schwarzemmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;
2014-08-09 ajacoutotExtend comment.
2014-08-09 ajacoutotInitial support for handling configuration files from...
2014-08-09 ajacoutotsysctl.conf is an example.
2014-08-09 mpiAdd support for non-root hubs now that uhub(4) can...
2014-08-09 mpiCorrectly recognize Super Speed devices, this is part...
2014-08-09 mpiHandle super speed hub descriptors.
2014-08-09 mpiDo not store the whole USB hub descriptor in the "struc...
2014-08-09 jmcsome minor tweaks;
2014-08-09 jmcsort "prefork", and remove a useless macro;
2014-08-09 jmcbasic cleanup;
2014-08-09 reykAllow to inclue the types section anywhere in the confi...
2014-08-09 nicmRemove support for the continuous reporting "any" mouse...
2014-08-09 guentherBackport from 2.17: mark the _GLOBAL_OFFSET_TABLE_...
2014-08-09 guentherBackport from binutils-2.17 the correct i386/amd64...
2014-08-09 guentherWe don't use the __openbsd_randomdata_{start,end} symbo...
2014-08-09 guentherMatch format width of symbol visibility to the column...
2014-08-09 guentherOnly need <stdint.h> and not <inttypes.h> here
2014-08-08 jmcupdate currency exchange rates;
2014-08-08 jmcsome basic fixes;
2014-08-08 jmczap trailing whitespace;
2014-08-08 reykWhen opening directories, re-match the location after...
2014-08-08 reykNo events were added for DNS UDP so it stopped working...
2014-08-08 schwarzeAbsurdly, the return value of sqlite3_column_text()
2014-08-08 schwarzemansearch.h uses uint64_t, so it needs stdint.h; found...
2014-08-08 ajacoutotDrop some useless verbiage.
2014-08-08 jsgdrm/radeon: fix typo in radeon_connector_is_dp12_capable()
next