Age | Commit message (Expand) | Author |
2016-05-31 | Provide a function for calculting the rebuild percentage, rather than | Joel Sing |
2016-05-31 | Ensure that softraid crypto is not run on the crypto taskq. | Joel Sing |
2016-05-31 | Stop creating and inserting a route entry for ARP and ND automagically. | Martin Pieuchot |
2016-05-31 | Ensure that a valid route entry is passed to ether_output() if L2 | Martin Pieuchot |
2016-05-31 | Flush dynamic route entries attached to an interface when its link state | Martin Pieuchot |
2016-05-31 | Do not call nd6_output() without route entry argument. | Martin Pieuchot |
2016-05-31 | Inverse two conditions to not grabe the KERNEL_LOCK for every multicast | Martin Pieuchot |
2016-05-31 | To store MMC position, use samples (at device rate) as time units | Alexandre Ratchov |
2016-05-31 | Plug a route entry leak triggered under memory pressure. | Martin Pieuchot |
2016-05-30 | replace m_copym2 with m_dup_pkt. | David Gwynne |
2016-05-30 | remove code compensating for the "short" range of timeouts. | David Gwynne |
2016-05-30 | Set pppoe(4) control frames to high (NC, "network control") | Stuart Henderson |
2016-05-30 | Gix misleading indent pointed out by GCC 6.1. | Brent Cook |
2016-05-30 | Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbol | Philip Guenther |
2016-05-30 | Identify W^X labelled binaries at execve() time based upon WX_OPENBSD_WXNEEDED | Theo de Raadt |
2016-05-30 | backout to insert correct commit message | Theo de Raadt |
2016-05-30 | *** empty log message *** | Theo de Raadt |
2016-05-30 | Tweak previous | Robert Peichaer |
2016-05-30 | Backout rev. 1.43 for now. | Ingo Schwarze |
2016-05-30 | Make sed use the new REG_STARTEND | REG_NOTBOL combination. This fixes a begin | Martijn van Duren |
2016-05-30 | Fix sequence for the mmap(2) method. | Marcus Glocker |
2016-05-30 | include rdtsc in the rdrand callback. some systems don't have rdrand yet, | Ted Unangst |
2016-05-30 | Some tests for \<; will be fixed by martijn@'s upcoming commit to process.c | Ingo Schwarze |
2016-05-30 | Fill the packet data pool with standard mbuf clusters instead of | Visa Hankala |
2016-05-30 | deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. | Bob Beck |
2016-05-30 | Even when only writing an unescaped character, the dst buffer may need to | Ingo Schwarze |
2016-05-30 | Insert a hack to deal with interfaces removing the VLAN header before | Martin Pieuchot |
2016-05-30 | Do not forward declare an enum, makes gcc3 happy. | Martin Pieuchot |
2016-05-30 | Simplify address parsing code by only using inet_net_pton(3). | Martin Pieuchot |
2016-05-30 | stricter malloc.conf(5) options for utf8 tests | Ingo Schwarze |
2016-05-30 | Fix two rare edge cases: | Ingo Schwarze |
2016-05-30 | Cache the window styles and do not look up the window-style options | Nicholas Marriott |
2016-05-30 | Do not draw character to screen if it has not changed, and do not save | Nicholas Marriott |
2016-05-30 | Send two cub1 instead of using cub for moving the cursor two left. This | Nicholas Marriott |
2016-05-30 | We no longer have syscalls with multiple return values. Whine about | Philip Guenther |
2016-05-30 | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation | Philip Guenther |
2016-05-30 | The icdb magic number doesn't need to be visible to static links | Philip Guenther |
2016-05-30 | Stop publicly declaring _yp_dobind() and struct dom_binding, closing out | Philip Guenther |
2016-05-30 | Do setjmp cookies for eip, esp, and ebp. For bonus points, mix how | Philip Guenther |
2016-05-30 | Do setjmp cookies for gp, sp, and ra | Philip Guenther |
2016-05-29 | Add back the fdisk command to flag the fat fs as active. | Jonathan Gray |
2016-05-29 | _yp_bind(), _ypbindlist, _yp_domain, and _yplib_timeout are no longer | Philip Guenther |
2016-05-29 | Switch from calling obsolete sig{block,setmask} to directly using the | Philip Guenther |
2016-05-29 | Wrap <machine/sysarch.h> to prevent overriding internal calls, for | Philip Guenther |
2016-05-29 | Remove dead support for changing BDB hash algorithm and cache of alternatives | Philip Guenther |
2016-05-29 | Nuke sigret.c | Bob Beck |
2016-05-29 | We don't have sigreturn anymore | Bob Beck |
2016-05-29 | Refactor and clean up the logic before pledge a bit and fix pledge | Theo Buehler |
2016-05-29 | wxabort bits; ok deraadt | Jason McIntyre |
2016-05-29 | Improve error handling in reorder_libs() | Robert Peichaer |