summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-05-30Send two cub1 instead of using cub for moving the cursor two left. ThisNicholas Marriott
2016-05-30We no longer have syscalls with multiple return values. Whine aboutPhilip Guenther
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationPhilip Guenther
2016-05-30The icdb magic number doesn't need to be visible to static linksPhilip Guenther
2016-05-30Stop publicly declaring _yp_dobind() and struct dom_binding, closing outPhilip Guenther
2016-05-30Do setjmp cookies for eip, esp, and ebp. For bonus points, mix howPhilip Guenther
2016-05-30Do setjmp cookies for gp, sp, and raPhilip Guenther
2016-05-29Add 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 longerPhilip Guenther
2016-05-29Switch from calling obsolete sig{block,setmask} to directly using thePhilip Guenther
2016-05-29Wrap <machine/sysarch.h> to prevent overriding internal calls, forPhilip Guenther
2016-05-29Remove dead support for changing BDB hash algorithm and cache of alternativesPhilip Guenther
2016-05-29Nuke sigret.cBob Beck
2016-05-29We don't have sigreturn anymoreBob Beck
2016-05-29Refactor and clean up the logic before pledge a bit and fix pledgeTheo Buehler
2016-05-29wxabort bits; ok deraadtJason McIntyre
2016-05-29Improve error handling in reorder_libs()Robert Peichaer