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