Age | Commit message (Expand) | Author |
2015-04-19 | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze |
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze |
2015-04-19 | sync | Theo de Raadt |
2015-04-19 | If apropos(1) finds no match, print "nothing appropriate" to stderr | Ingo Schwarze |
2015-04-19 | Unify trickier node handling functions. | Ingo Schwarze |
2015-04-19 | Bump minor, regen .pc and header | James Turner |
2015-04-19 | Merge conflicts | James Turner |
2015-04-19 | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze |
2015-04-19 | Merge conflicts | James Turner |
2015-04-19 | Update sqlite3 to 3.8.9. Changes available here: | James Turner |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze |
2015-04-19 | Unify node handling functions: | Ingo Schwarze |
2015-04-19 | by default fill the ping payload with a chacha stream instead of | David Gwynne |
2015-04-19 | add a mac to the timestamp payload and calculate it with siphash. | David Gwynne |
2015-04-19 | Do not truncate possible remaining transfer length. | Martin Pieuchot |
2015-04-19 | Remove reference to oss audio emulation, | Alexandre Ratchov |
2015-04-19 | Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the corresponding | Alexandre Ratchov |
2015-04-19 | Remove emulation of oss audio ioctls from linux emulation. | Alexandre Ratchov |
2015-04-19 | Add a missing pmap_kremove | Stefan Fritsch |
2015-04-19 | Binary code patching on i386 | Stefan Fritsch |
2015-04-19 | Enable the REG_READ ioctl. A whitelist is used to allow | Jonathan Gray |
2015-04-19 | Don't lock the file for "vi -R" or "view". OK deraadt@ | Todd C. Miller |
2015-04-19 | Force the boot partition to ext2fs, rathern than leaving it as it was. | Theo de Raadt |
2015-04-18 | It seems that the CPUID lies about the monitor-line size, or at least our | Mark Kettenis |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-18 | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze |
2015-04-18 | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze |
2015-04-18 | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze |
2015-04-18 | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-18 | another round of reducing the diff to linux | Jonathan Gray |
2015-04-18 | Simplify vio_encap() a bit. | Stefan Fritsch |
2015-04-18 | from brad: | Jason McIntyre |
2015-04-18 | define and use trace macros | Jonathan Gray |
2015-04-18 | Remove some unused debug functions. If we're interested in | Jonathan Gray |
2015-04-18 | replace the hand rolled lists of mbufs in hfsc_classq with an | David Gwynne |
2015-04-18 | add and use module param macros | Jonathan Gray |
2015-04-18 | Avoid calling freeifaddrs() with an uninitialised pointer in an | Jonathan Gray |
2015-04-18 | Regis Leroy reported that httpd does not strictly accept CRLF for | Jonathan Gray |
2015-04-18 | i386 and amd64 have only one syscall entry point now, so simply the | Philip Guenther |
2015-04-18 | Use futimens() to preserve timestamps with subsec precision. | Philip Guenther |
2015-04-17 | Use getint() instead of intval() for parsing the columns variable, | Theo de Raadt |
2015-04-17 | FALLTHROUGH in getopt is incorrect. While here use strtonum | Theo de Raadt |
2015-04-17 | On Ethernet packets have a minimal length, so very short packets | Alexander Bluhm |
2015-04-17 | s/recommended/required/ that private keys be og-r | Damien Miller |
2015-04-17 | don't try to cleanup NULL KEX proposals in kex_prop_free(); | Damien Miller |
2015-04-17 | use error/logit/fatal instead of fprintf(stderr, ...) and exit(0), | Damien Miller |
2015-04-17 | debug log missing DISPLAY environment when X11 forwarding | Damien Miller |
2015-04-17 | while trying to reproduce lockups on mp alpha i hit an | David Gwynne |
2015-04-17 | IPSEC_IN_CRYPTO_DONE and OUT_CRYPTO_NEEDED are gone | Mike Belopuhov |