summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-19Binary code patching on i386Stefan Fritsch
2015-04-19Enable the REG_READ ioctl. A whitelist is used to allowJonathan Gray
2015-04-19Don't lock the file for "vi -R" or "view". OK deraadt@Todd C. Miller
2015-04-19Force the boot partition to ext2fs, rathern than leaving it as it was.Theo de Raadt
2015-04-18It seems that the CPUID lies about the monitor-line size, or at least ourMark Kettenis
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-18Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze
2015-04-18Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}().Ingo Schwarze
2015-04-18Move mdoc_hash_init() and man_hash_init() to libmandoc.hIngo Schwarze
2015-04-18Profit from the unified struct roff_man and reduce the number ofIngo Schwarze
2015-04-18Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze
2015-04-18another round of reducing the diff to linuxJonathan Gray
2015-04-18Simplify vio_encap() a bit.Stefan Fritsch
2015-04-18from brad:Jason McIntyre
2015-04-18define and use trace macrosJonathan Gray
2015-04-18Remove some unused debug functions. If we're interested inJonathan Gray
2015-04-18replace the hand rolled lists of mbufs in hfsc_classq with anDavid Gwynne
2015-04-18add and use module param macrosJonathan Gray
2015-04-18Avoid calling freeifaddrs() with an uninitialised pointer in anJonathan Gray
2015-04-18Regis Leroy reported that httpd does not strictly accept CRLF forJonathan Gray
2015-04-18i386 and amd64 have only one syscall entry point now, so simply thePhilip Guenther
2015-04-18Use futimens() to preserve timestamps with subsec precision.Philip Guenther
2015-04-17Use getint() instead of intval() for parsing the columns variable,Theo de Raadt
2015-04-17FALLTHROUGH in getopt is incorrect. While here use strtonumTheo de Raadt
2015-04-17On Ethernet packets have a minimal length, so very short packetsAlexander Bluhm
2015-04-17s/recommended/required/ that private keys be og-rDamien Miller
2015-04-17don't try to cleanup NULL KEX proposals in kex_prop_free();Damien Miller
2015-04-17use error/logit/fatal instead of fprintf(stderr, ...) and exit(0),Damien Miller
2015-04-17debug log missing DISPLAY environment when X11 forwardingDamien Miller
2015-04-17while trying to reproduce lockups on mp alpha i hit anDavid Gwynne
2015-04-17IPSEC_IN_CRYPTO_DONE and OUT_CRYPTO_NEEDED are goneMike Belopuhov
2015-04-17Stubs and support code for NIC-enabled IPsec bite the dust.Mike Belopuhov
2015-04-17Remove unused ipsp_parse_headers that was supposed to parse packetsMike Belopuhov
2015-04-17Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexerMike Belopuhov
2015-04-17Remove superflous "::1" route, test currently failing but a fix isMartin Pieuchot
2015-04-17Local routes should be present in the routing table output.Martin Pieuchot
2015-04-17parse_prefix in parse.c got changed but the declaration in bgpctl.cPeter Hessler
2015-04-17Match -current output. Every configured address should have a local routeMartin Pieuchot
2015-04-17Crank the timeout and decrease the buffer size to not end up droppingMartin Pieuchot
2015-04-17oops, started expecting sockoptlevelname() to handle two argumentsPhilip Guenther
2015-04-17The first argument to socket/socketpair is an address family, not a protocolPhilip Guenther
2015-04-17Tweaks utimensat/futimens handling to always update ctime, even when bothPhilip Guenther
2015-04-17don't call record_login() in monitor when UseLogin is enabled;Damien Miller
2015-04-17Add some missing options to sshd -T and fix the output of VersionAddendumDarren Tucker
2015-04-17Make drm ioctls table driven. Further reduces the diff to linux.Jonathan Gray
2015-04-16Document "none" for PidFile XAuthLocation TrustedUserCAKeys and RevokedKeys.Darren Tucker
2015-04-16Restore the page headers and page footers that accidentally got lostIngo Schwarze
2015-04-16firmware, not firmwares;Jason McIntyre
2015-04-16tweak previous;Jason McIntyre
2015-04-16ipa_inp_next is unused; via mikeb@Markus Friedl