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