Age | Commit message (Expand) | Author |
2016-05-31 | sync | Theo de Raadt |
2016-05-31 | sys_osendsyslog can go away; we have transitioned to the new version with | Theo de Raadt |
2016-05-31 | sys_o58_kill is no longer needed for compat. | Theo de Raadt |
2016-05-31 | fix CVE-2016-0718. | Remi Pointel |
2016-05-31 | correct documentation for PT_WRITE_I. it may be necessary to flush icache. | Ted Unangst |
2016-05-31 | fix arch/mach confusion in make tags. from frantisek holop | Ted Unangst |
2016-05-31 | Add support for armv7. Fix an error message in the i386 support before | Mark Kettenis |
2016-05-31 | Replace most of the tests based on systrace output; from Ray. | Okan Demirmen |
2016-05-31 | Pass hr:min:sec:frame.cent to dev_mmcloc() directly and remove the | Alexandre Ratchov |
2016-05-31 | Port over binutils fix for PR ld/3111. | Stefan Kempf |
2016-05-31 | with the kernel perm check fixed, we can do this kevent after setuid, | Ted Unangst |
2016-05-31 | permit wxallowed on mfs | Theo de Raadt |
2016-05-31 | Fix a crash in stifle_history() that occurred when the history | Ingo Schwarze |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2016-05-31 | The argument of remove_history() only counts existing entries, | Ingo Schwarze |
2016-05-31 | Style unification and whitespace cleanup, in part suggested by | Ingo Schwarze |
2016-05-31 | Unbreak compilation with -DDEBUG. | Joel Sing |
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 |