summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-17Clear if_timer when shutting down the interface so the watchdog timerJonathan Matthew
2015-11-17Sensors marked as invalid should be excluded by snmpd(8) from the sensorsGerhard Roth
2015-11-17Pledge cvs(1).Jeremie Courreges-Anglas
2015-11-17Unbreak next-hop caching on multipath setups.Martin Pieuchot
2015-11-17in the SE, loosing the pipe to the main process can be handled with aSebastian Benoit
2015-11-17Drop a few NULL-checks before free()mmcc
2015-11-17Clarify sentence about `quit` in BUGS section.mmcc
2015-11-17Allow sysctl kern.clockrate, kern.argmax, kern.ngroups, kern.sysvshm,Theo de Raadt
2015-11-17clean headersTheo de Raadt
2015-11-17shuffle transmit to avoid IFQ_POLL.David Gwynne
2015-11-16Replace remaining calls to index(3) with strchr(3). OK jca@ krw@Todd C. Miller
2015-11-160x7f is a valid key.Nicholas Marriott
2015-11-16Allow fingerprinting from standard input "ssh-keygen -lf -"Damien Miller
2015-11-16always call privsep_preauth_child() regardless of whether sshdDamien Miller
2015-11-16improve sshkey_read() semantics; only update *cpp when a keyDamien Miller
2015-11-16rename link to name to avoid shadowing the functionTed Unangst
2015-11-16improve logging slightlyTed Unangst
2015-11-16pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec"Theo de Raadt
2015-11-16Allow TIOCEXT in pledge "tty"Theo de Raadt
2015-11-16the list insertion needs to occur right after we get a valid socket,Ted Unangst
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-16minor tweaks;Jason McIntyre
2015-11-16Observe that FIOASYNC clearing for stdin is only done in the case whereTheo de Raadt
2015-11-16initially, pledge "stdio rpath wpath cpath getpw tty id proc exec", yesTheo de Raadt
2015-11-16Permit revoke(2) for a pledge "rpath tty"Theo de Raadt
2015-11-16Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.Theo de Raadt
2015-11-16In getdevvp() set the VISTTY flag on a vnode to indicate the underlyingTheo de Raadt
2015-11-16pledge calendar:Pascal Stumpf
2015-11-16pledge for gprof: "stdio rpath wpath cpath" in the beginning, then dropPascal Stumpf
2015-11-16brk/sbrk's use case is way too narrow to be a default stdio pledge.Pascal Stumpf
2015-11-16fix log messages, from jan staryTed Unangst
2015-11-16don't need to ifdef setproctitleTed Unangst
2015-11-16delete setuid code (which we disabled in 2002)Theo de Raadt
2015-11-16Make "at -l" comply with POSIX. Our "at -l" currently acts likeTodd C. Miller
2015-11-16Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()Mark Kettenis
2015-11-16pvbus_types isnt full on i386 cos the openbsd vmm entry is only setDavid Gwynne
2015-11-16Some minor tweaks:Martin Pieuchot
2015-11-16Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-16add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etcStuart Henderson
2015-11-161) Use xcalloc() instead of xmalloc() to check for potential overflow.Loganaden Velvindron
2015-11-16rework vge_start to avoid IFQ_POLLDavid Gwynne
2015-11-16pledge "stdio rpath wpath tty"Theo de Raadt
2015-11-16syncTheo de Raadt
2015-11-16Add a new authorized_keys option "restrict" that includes all currentDamien Miller
2015-11-16Remove remaining instances of the register keyword.mmcc
2015-11-15update NAME; ok schwarzeJason McIntyre
2015-11-15correct section number for ssh-agent;Jason McIntyre
2015-11-15do not confuse mandoc by presenting "Dd";Jason McIntyre
2015-11-15Clean up the remaining uses of stderr and perror() and use warn/errTodd C. Miller
2015-11-15pledge "stdio rpath wpath cpath fattr getpw flock id proc exec" at theTheo de Raadt