summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-19Copy over some recent commits from ix(4)..Brad Smith
2014-11-19prototype for crypt_newhash(). adding it here because this is whereTed Unangst
2014-11-19Use stravis() instead of a custom() strvis + mallocarray wrapper.Todd C. Miller
2014-11-19Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze
2014-11-19Fire up your IC fabs!Ingo Schwarze
2014-11-19panic should be reserved for unrecoverable errors, not things we merelyTed Unangst
2014-11-19missed a file when removing KERN_VNODE.Ted Unangst
2014-11-19reduce redundant strlen calls by calling it once and saving the valueTed Unangst
2014-11-19Three fixes with respect to the names table:Ingo Schwarze
2014-11-19BUGS is no longer relevant, according to nicm;Jason McIntyre
2014-11-19Sprinkle const whenever possible.Miod Vallat
2014-11-19Only keep {recv,send}udp() in the pxe-specific code, the remainder of whatMiod Vallat
2014-11-19Remove some unused i386 pmap functions. Also fix two typos in commentsMike Larkin
2014-11-19do not need an ovbcopy replacement anymoreTheo de Raadt
2014-11-19Add netudp.c here too for consistency, even though this code ends up not beingMiod Vallat
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.Miod Vallat
2014-11-19Ansify.Miod Vallat
2014-11-19Make the past-ELAST libsa-specific errno values contiguous.Miod Vallat
2014-11-19Remove braindead prototype for a nonexistent function.Miod Vallat
2014-11-19Sprinkle const in static (internal) routines.Miod Vallat
2014-11-19bulk convert memcpy to memmove. at least one bcopy conversion was wrong,Ted Unangst
2014-11-19No boot block code shall include <string.h>.Miod Vallat
2014-11-19We don't need no stinkin' non-new-curses code. Also eliminates aKenneth R Westerback
2014-11-19delete the KERN_VNODE sysctl. it fails to provide any isolation from theTed Unangst
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2014-11-19syncTheo de Raadt
2014-11-19syncTheo de Raadt
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-19move to stravis so doug@ will stop laughing at my misuse of strnvis.David Gwynne
2014-11-19include camellia.h using the public include pathBrent Cook
2014-11-19file overlooked in previous snmpd commitBret Lambert
2014-11-19Support exporting relayd statistics via AgentX/snmpdBret Lambert
2014-11-19add support for AgentX subagents in snmpdBret Lambert
2014-11-19Fix a memory leak with pkey in client key exchangeDoug Hogan
2014-11-19document when to pass free() a size, and hey -- if it is impossible trackTheo de Raadt
2014-11-19abort() doesn't call atexit handlers any morePhilip Guenther
2014-11-19remove duplicate publication year; carsten dot kunze at arcor dot deIngo Schwarze
2014-11-19two obvious markup fixes; from frankgroeneveld dot nlIngo Schwarze
2014-11-19Remove ifdef checks for LIBRARY.Anthony J. Bentley
2014-11-19Bugfix: run for the specified number of seconds as described in the manual,Ingo Schwarze
2014-11-19Escape sequences terminate high-level macro names, and when doing so,Ingo Schwarze
2014-11-19Bring in a change present in binutils 2.17 to allow sahf/lahfJonathan Gray
2014-11-19Add support for stopping the operation of the chipset within re_stop()Brad Smith
2014-11-19Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze
2014-11-18Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-18dc_init() calls dc_stop() and dc_reset() so remove some redundant callsBrad Smith
2014-11-18Sync AES code to the one shipped in OpenSSL/LibreSSL.Mike Belopuhov
2014-11-18Recognize dcbzl, backported from binutils-2.17.Martin Pieuchot
2014-11-18add crypt_newhash to NAME and add an MLINK;Jason McIntyre
2014-11-18GOST regression tests; from Dmitry Eremin-SolenikovMiod Vallat