summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-21Make usage string match the man page.Alexandre Ratchov
2016-06-21To assist debugging TCP connection reuse with NAT, expand theAlexander Bluhm
2016-06-21Remove code to generate uboot tags. It hardcoded information for a singleMark Kettenis
2016-06-21When handling DT_TEXTREL only set the mapping to READ+WRITE, ignoreTheo de Raadt
2016-06-21add support to efifb for drawing a console on a coreboot framebufferJoshua Stein
2016-06-21Handle textrels like other architectures do.Theo de Raadt
2016-06-21the manpage documents that af-to does not work on pass out rules, butSebastian Benoit
2016-06-21Add sc_cookie in sigcontext, as same as other ports.Kenji Aoyama
2016-06-21pass file name thru to Subst for better error messages.Marc Espie
2016-06-21some formatting and comma tweaks; ok ratchovJason McIntyre
2016-06-21fix typos in comments and spacingAlexandre Ratchov
2016-06-21Update manual to "new" audioctl:Alexandre Ratchov
2016-06-21Reimplement audioctl using new api in a simper way.Alexandre Ratchov
2016-06-21Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior.Brent Cook
2016-06-21Fix a bug loading the default certificate path locations.Brent Cook
2016-06-21Make creation of text-relocations a fatal error by default, with -znotextPhilip Guenther
2016-06-20with new fork+reexec, in case of failure in init of any child processGilles Chehade
2016-06-20change the "nexthop 1.2.3.4 now valid: via 192.168.0.1" message to log_debug()Sebastian Benoit
2016-06-20I2C driver for the Maxim DS1307 Real Time Clock chip.Marcus Glocker
2016-06-20In iwm(4), send PHY DB commands as async commands.Stefan Sperling
2016-06-20rework the splfoo implementation so it can provide splraise.David Gwynne
2016-06-20Tweak umb(4) man page, mostly for brevity.Stefan Sperling
2016-06-20Add a bit more verbosity to tmpfs mount(8) output.Antoine Jacoutot
2016-06-20Make umb(4) less verbose by default. 'ifconfig umb0 debug' enables verbose mode.Stefan Sperling
2016-06-19At least display the DT_GNU_HASH tag nicelyPhilip Guenther
2016-06-19Update docs to match our local time_t changesPhilip Guenther
2016-06-19Rework how umb(4) attaches such that it also works with devices that implementMark Kettenis
2016-06-19Add define for NCM.Mark Kettenis
2016-06-19KTRPOINT() takes a KTR_* value, not a KTRFAC_* value.Philip Guenther
2016-06-19Move the RB_ code from doas.h to env.c, and limit the environment interface to aMartijn van Duren
2016-06-19a little nicer formatting; from miodJason McIntyre
2016-06-19no more lock(9);Jason McIntyre
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2016-06-19Replace some expensive evals.Antoine Jacoutot
2016-06-19omap4 uart is compatible with omap3 uart but has it's own compatible stringJonathan Gray
2016-06-19dynamically attach omap uart with fdtJonathan Gray
2016-06-19Split readlabel() into two functions, readlabel() and parselabel(), andTheo Buehler
2016-06-19Make some noise in dmesg when iwm(4) fails to bring up the hardware.Stefan Sperling
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-06-19syncJonathan Gray
2016-06-19Do caching differently.Antoine Jacoutot
2016-06-19Temporarily turn caching off; there's a small regression when enablingAntoine Jacoutot
2016-06-19Implement rcctl get|getdef all.Antoine Jacoutot
2016-06-19Cache result of often used functions (svc_is_{base,meta,special}).Antoine Jacoutot
2016-06-19grep(1) /etc/rc.conf instead of /etc/rc to detect whether a particularAntoine Jacoutot
2016-06-19add pool_setipl on all pools.David Gwynne
2016-06-19revert 1.34; causes problems loading public keysDamien Miller
2016-06-18sort previous;Jason McIntyre
2016-06-18KTRPOINT() is only useful in the kernel, so move it behind #ifdef _KERNELPhilip Guenther
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal