Age | Commit message (Expand) | Author |
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 |
2015-04-17 | Stubs and support code for NIC-enabled IPsec bite the dust. | Mike Belopuhov |
2015-04-17 | Remove unused ipsp_parse_headers that was supposed to parse packets | Mike Belopuhov |
2015-04-17 | Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexer | Mike Belopuhov |
2015-04-17 | Remove superflous "::1" route, test currently failing but a fix is | Martin Pieuchot |
2015-04-17 | Local routes should be present in the routing table output. | Martin Pieuchot |
2015-04-17 | parse_prefix in parse.c got changed but the declaration in bgpctl.c | Peter Hessler |
2015-04-17 | Match -current output. Every configured address should have a local route | Martin Pieuchot |
2015-04-17 | Crank the timeout and decrease the buffer size to not end up dropping | Martin Pieuchot |
2015-04-17 | oops, started expecting sockoptlevelname() to handle two arguments | Philip Guenther |
2015-04-17 | The first argument to socket/socketpair is an address family, not a protocol | Philip Guenther |
2015-04-17 | Tweaks utimensat/futimens handling to always update ctime, even when both | Philip Guenther |
2015-04-17 | don't call record_login() in monitor when UseLogin is enabled; | Damien Miller |
2015-04-17 | Add some missing options to sshd -T and fix the output of VersionAddendum | Darren Tucker |
2015-04-17 | Make drm ioctls table driven. Further reduces the diff to linux. | Jonathan Gray |
2015-04-16 | Document "none" for PidFile XAuthLocation TrustedUserCAKeys and RevokedKeys. | Darren Tucker |
2015-04-16 | Restore the page headers and page footers that accidentally got lost | Ingo Schwarze |
2015-04-16 | firmware, not firmwares; | Jason McIntyre |
2015-04-16 | tweak previous; | Jason McIntyre |
2015-04-16 | ipa_inp_next is unused; via mikeb@ | Markus Friedl |