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