Age | Commit message (Expand) | Author |
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 |
2015-11-15 | Really silly to chmod "st_mode & 07777" when making a copy of the | Theo de Raadt |
2015-11-15 | Make key_code unsigned long long not uint64_t which is more portable for | Nicholas Marriott |
2015-11-15 | Tweak previous: rename it to fpround() to match FreeBSD | Philip Guenther |
2015-11-15 | Add an AddKeysToAgent client option which can be set to 'yes', 'no', | Joshua Stein |
2015-11-15 | When validating a char by calling strchr() with a string of allowed chars, | Tobias Stoeckmann |
2015-11-15 | update NAME; ok nicm schwarze | Jason McIntyre |
2015-11-15 | _towctrans_ext and _wctrans_init are now hidden; so drop them from the list | Philip Guenther |
2015-11-15 | ui_new -> UI_new; | Jason McIntyre |
2015-11-15 | fix references to lhash(3); | Jason McIntyre |
2015-11-15 | fix a double space issue in the following, rather wonderful, fortune: | Jason McIntyre |
2015-11-15 | The compile-time secure mode has gone, from Michael Reed. | Nicholas Marriott |
2015-11-15 | Remove more register keywords. | mmcc |
2015-11-15 | remove mlink for non-existent ieee80211_compute_duration; | Jason McIntyre |
2015-11-15 | '.Ql Quit' -> '.Ql quit' because only the lowercase command is valid. | mmcc |
2015-11-15 | everyting -> everything | Miod Vallat |
2015-11-15 | Make sure every mtmsr instruction disabling external interrupts is immediately | Miod Vallat |
2015-11-15 | virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N... | Theo de Raadt |
2015-11-15 | remove entries for SRPL_HEAD_INIT (listed twice!) and SRPL_ENTRY_INIT, | Jason McIntyre |
2015-11-15 | word fix; | Jason McIntyre |
2015-11-15 | Accidentally turned off pledge, turn it back on. | Nicholas Marriott |
2015-11-15 | Simplify TIOCGWINSZ codeblock by removing support for SCO Unix. | Theo de Raadt |
2015-11-15 | Same as in binutils-2.17, only restore regular permission bits. | Jeremie Courreges-Anglas |
2015-11-15 | In smart_rename, restore at least the regular permissions bits. | Jeremie Courreges-Anglas |
2015-11-15 | Add support for 11n mode to the rate adaptation (AMRR) code. | Stefan Sperling |
2015-11-15 | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. | Stefan Sperling |