summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-02Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the onlyJoel Sing
2016-11-02Wrap some >80 char lines.Joel Sing
2016-11-02Use secure defaults for TLS - instead of accepting TLSv1.0 and any cipherJoel Sing
2016-11-02convert DES and DH manuals from pod to mdocIngo Schwarze
2016-11-02poison the TAILQ_ENTRY in items in the per cpu pool cache.David Gwynne
2016-11-02add poisoning of items on the per cpu caches.David Gwynne
2016-11-02use a TAILQ to maintain the list of item lists used by the percpu code.David Gwynne
2016-11-02Make possible to change the link layer address of a cnmac(4) interface.Visa Hankala
2016-11-02add per cpu caches for free pool items.David Gwynne
2016-11-01Simplify.Antoine Jacoutot
2016-11-01Tap SIGINT while install(1)ing so that we can properly rollback and notAntoine Jacoutot
2016-11-01Add an XXX.Antoine Jacoutot
2016-11-01Only run sp_cleanup() when applying or reverting a patch (needs root).Antoine Jacoutot
2016-11-01Also remove non matching release rollback kernel.Antoine Jacoutot
2016-11-01Add a cleanup function to remove non matching release content fromAntoine Jacoutot
2016-11-01Simplify fetch_and_verify(), no need for a loop here.Antoine Jacoutot
2016-11-01Reset the ucode interrupt flag in the softc before loading iwm(4) 8k firmware.Stefan Sperling
2016-11-01Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS andTheo Buehler
2016-11-01Add a few error messages so we know where we fail.Antoine Jacoutot
2016-11-01install_patch -> apply_patch to remove confusion with install_kernel andAntoine Jacoutot
2016-11-01We don't want to run on -stable (i.e. locally built release) but only onAntoine Jacoutot
2016-11-01Clear window alert flags after setting winlink alert flags, fixes problemNicholas Marriott
2016-11-01update currency exchange rates;Jason McIntyre
2016-11-01Use x2APIC if it is enabled by BIOS. It is expected that this doesn'tYASUOKA Masahiko
2016-11-01MALLOC_OPTIONS=A no longer exists.Theo Buehler
2016-10-31Remove the obsolete A and P flags from MALLOC_OPTIONS.Theo Buehler
2016-10-31MALLOC_OPTION 'A' no longer exists.Theo Buehler
2016-10-31Add the -d flag to the update command, so directories are createdTheo Buehler
2016-10-31Update to reflect the changes necessary for noperm releases. Trim someTheo Buehler
2016-10-31Delete setlocale(LC_TIME, "").Ingo Schwarze
2016-10-31fix a few suspicious (according to emacs) linesJasper Lievisse Adriaanse
2016-10-31sync to libc: malloc_move is not an option anymoreOtto Moerbeek
2016-10-31P is not settable enymoreOtto Moerbeek
2016-10-31remove some old option letters and also make P non-settable. It hasOtto Moerbeek
2016-10-31Improve ofp_error message accurateness: use parameterized error typeRafael Zalamena
2016-10-31Change validation functions prototypes: use the parameter variable toRafael Zalamena
2016-10-31bump to LibreSSL 2.5.1Brent Cook
2016-10-31Pass the errno value to vfatal(), renaming it to vfatalc() to match,Philip Guenther
2016-10-31turns out these chips can handle buffers up to 9400 bytes in length.David Gwynne
2016-10-31revert 1.97 where i moved myx to using the system poolsDavid Gwynne
2016-10-30add __BEGIN_DECLS/__END_DECLS to the public userland side of net/bpf.h,Peter Hessler
2016-10-30large-community needs to have an argumentPeter Hessler
2016-10-30Search for and create a prefetch area only for nonlocal sources.Robert Peichaer
2016-10-30include float.h for the LDBL_MAX_EXP cpp test in floatio.hJonathan Gray
2016-10-30If a length from an ip packet encapsulated in gre or etherip would causeJonathan Gray
2016-10-30Replace a snapend test in ip_print() with a call to TCHECK2 as thereJonathan Gray
2016-10-29Fix an issue found by naddy@ where the installer was not ableRobert Peichaer
2016-10-29Update the man page after the addition of MODPY_ABI_TAGDaniel Jakots
2016-10-29Simple grammar tweak: allow to specify interface options in a single line.Reyk Floeter
2016-10-29Separate parsing vms and switches from starting them in vmd(8).Edd Barrett