summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-31syncTheo de Raadt
2016-05-31sys_osendsyslog can go away; we have transitioned to the new version withTheo de Raadt
2016-05-31sys_o58_kill is no longer needed for compat.Theo de Raadt
2016-05-31fix CVE-2016-0718.Remi Pointel
2016-05-31correct documentation for PT_WRITE_I. it may be necessary to flush icache.Ted Unangst
2016-05-31fix arch/mach confusion in make tags. from frantisek holopTed Unangst
2016-05-31Add support for armv7. Fix an error message in the i386 support beforeMark Kettenis
2016-05-31Replace most of the tests based on systrace output; from Ray.Okan Demirmen
2016-05-31Pass hr:min:sec:frame.cent to dev_mmcloc() directly and remove theAlexandre Ratchov
2016-05-31Port over binutils fix for PR ld/3111.Stefan Kempf
2016-05-31with the kernel perm check fixed, we can do this kevent after setuid,Ted Unangst
2016-05-31permit wxallowed on mfsTheo de Raadt
2016-05-31Fix a crash in stifle_history() that occurred when the historyIngo Schwarze
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2016-05-31The argument of remove_history() only counts existing entries,Ingo Schwarze
2016-05-31Style unification and whitespace cleanup, in part suggested byIngo Schwarze
2016-05-31Unbreak compilation with -DDEBUG.Joel Sing
2016-05-31Provide a function for calculting the rebuild percentage, rather thanJoel Sing
2016-05-31Ensure that softraid crypto is not run on the crypto taskq.Joel Sing
2016-05-31Stop creating and inserting a route entry for ARP and ND automagically.Martin Pieuchot
2016-05-31Ensure that a valid route entry is passed to ether_output() if L2Martin Pieuchot
2016-05-31Flush dynamic route entries attached to an interface when its link stateMartin Pieuchot
2016-05-31Do not call nd6_output() without route entry argument.Martin Pieuchot
2016-05-31Inverse two conditions to not grabe the KERNEL_LOCK for every multicastMartin Pieuchot
2016-05-31To store MMC position, use samples (at device rate) as time unitsAlexandre Ratchov
2016-05-31Plug a route entry leak triggered under memory pressure.Martin Pieuchot
2016-05-30replace m_copym2 with m_dup_pkt.David Gwynne
2016-05-30remove code compensating for the "short" range of timeouts.David Gwynne
2016-05-30Set pppoe(4) control frames to high (NC, "network control")Stuart Henderson
2016-05-30Gix misleading indent pointed out by GCC 6.1.Brent Cook
2016-05-30Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbolPhilip Guenther
2016-05-30Identify W^X labelled binaries at execve() time based upon WX_OPENBSD_WXNEEDEDTheo de Raadt
2016-05-30backout to insert correct commit messageTheo de Raadt
2016-05-30*** empty log message ***Theo de Raadt
2016-05-30Tweak previousRobert Peichaer
2016-05-30Backout rev. 1.43 for now.Ingo Schwarze
2016-05-30Make sed use the new REG_STARTEND | REG_NOTBOL combination. This fixes a beginMartijn van Duren
2016-05-30Fix sequence for the mmap(2) method.Marcus Glocker
2016-05-30include rdtsc in the rdrand callback. some systems don't have rdrand yet,Ted Unangst
2016-05-30Some tests for \<; will be fixed by martijn@'s upcoming commit to process.cIngo Schwarze
2016-05-30Fill the packet data pool with standard mbuf clusters instead ofVisa Hankala
2016-05-30deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.Bob Beck
2016-05-30Even when only writing an unescaped character, the dst buffer may need toIngo Schwarze
2016-05-30Insert a hack to deal with interfaces removing the VLAN header beforeMartin Pieuchot
2016-05-30Do not forward declare an enum, makes gcc3 happy.Martin Pieuchot
2016-05-30Simplify address parsing code by only using inet_net_pton(3).Martin Pieuchot
2016-05-30stricter malloc.conf(5) options for utf8 testsIngo Schwarze
2016-05-30Fix two rare edge cases:Ingo Schwarze
2016-05-30Cache the window styles and do not look up the window-style optionsNicholas Marriott
2016-05-30Do not draw character to screen if it has not changed, and do not saveNicholas Marriott