Age | Commit message (Expand) | Author |
2015-11-24 | Don't support repeated connections - avoids pledge problems | Bob Beck |
2015-11-24 | add some more tail tests, from Martijn van Duren | Ted Unangst |
2015-11-24 | sync | Theo de Raadt |
2015-11-24 | In 1995, all of the games were setuid games. At end of 1996, I took them all | Theo de Raadt |
2015-11-24 | change score file name to .cfscores so it's not taking up valuable space | Ted Unangst |
2015-11-24 | move score files to home directory and drop setgid. from Ricardo Mestre | Ted Unangst |
2015-11-24 | Need 'cpath' for op == EDITOR, as '-F' to write out the ascii label in | Kenneth R Westerback |
2015-11-24 | Cache values from getpwnam() done at initialization, which need to be | Theo de Raadt |
2015-11-24 | pledge "stdio rpath wpath disklabel proc exec" throughout, after | Theo de Raadt |
2015-11-24 | use canonical pledge argument ordering | Theo de Raadt |
2015-11-24 | missing pledge "getpw" | Theo de Raadt |
2015-11-24 | missing pledge "getpw" | Theo de Raadt |
2015-11-23 | Partly revert previous, it is harmless to keep support for UTF-8 mouse | Nicholas Marriott |
2015-11-23 | Do not need YFLAGS= | Theo de Raadt |
2015-11-23 | you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit. | David Gwynne |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-11-23 | Cannot pledge() in the hotroot case | Theo de Raadt |
2015-11-23 | No longer need 'option VMM', declaring the vmm0 device is sufficient. | Theo de Raadt |
2015-11-23 | allow table API to lookup for mailaddr mappings | Gilles Chehade |
2015-11-23 | sync to GENERIC | Theo de Raadt |
2015-11-23 | spelling fix; from frank groeneveld | Jason McIntyre |
2015-11-23 | the "getpw" test for /dev/tty is only needed for readpassphrase(3), | Theo de Raadt |
2015-11-23 | accept4() is restarted after signals which prevents vmd from exiting | Reyk Floeter |
2015-11-23 | missing pledge "getpw" for getgrnam(3) | Theo de Raadt |
2015-11-23 | Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag. | Reyk Floeter |
2015-11-23 | Remove support for the UTF-8 mouse extension. This was a briefly used, | Nicholas Marriott |
2015-11-23 | I accidentally removed a newline in usage() when converting the log | Reyk Floeter |
2015-11-23 | Revert previous tweak, as discussed on source-changes@ | mmcc |
2015-11-23 | Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK). | Reyk Floeter |
2015-11-23 | Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls | Reyk Floeter |
2015-11-23 | downfalls -> pitfalls | mmcc |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-11-23 | "random generation numbers" -> "randomly generated numbers" | mmcc |
2015-11-23 | downfalls -> pitfalls | mmcc |
2015-11-23 | Remove the debugging infrastructure, which was ~1/3 of the code. Makes | mmcc |
2015-11-23 | define port_log even without -DDEBUG | Alexandre Ratchov |
2015-11-23 | Remove support for "lookup yp" in /etc/resolv.conf. This historical | Theo de Raadt |
2015-11-23 | add missing NAME entries; | Jason McIntyre |
2015-11-23 | Revert previous it introduces a regression found by krw@ | Martin Pieuchot |
2015-11-23 | Sync proc.c with iked | Reyk Floeter |
2015-11-23 | Sync proc.c with iked. | Reyk Floeter |
2015-11-23 | Sync proc.c with iked: the default proc_dispatch_null allows to remove | Reyk Floeter |
2015-11-23 | ncheck_ffs may be invoked more simply as ncheck, | Jason McIntyre |
2015-11-23 | Use if_get() rather than rt_ifp. | Martin Pieuchot |
2015-11-23 | There's no longer a need to include <net/hfsc.h> in <net/if_var.h> | Martin Pieuchot |
2015-11-23 | Remove more useless comments. This whole file may go eventually, as per | mmcc |
2015-11-23 | if_start needs splnet. help/ok dlg@ | Stuart Henderson |
2015-11-23 | Clarify the size argument, you can specify it as bytes or kilobytes, | Reyk Floeter |
2015-11-23 | strings.h -> string.h | Gilles Chehade |
2015-11-23 | cleanup | Gilles Chehade |