summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-05remove stale lint annotationsTed Unangst
2015-12-05remove old lint annotationsTed Unangst
2015-12-05add rcscript for vmdJasper Lievisse Adriaanse
2015-12-05remove doas.conf since the permission check is too onerous.Ted Unangst
2015-12-05Remove descriptions of files that no longer exist.mmcc
2015-12-05Remove needless reference to LEGAL, which is likely outdated itself.mmcc
2015-12-05Remove NULL-checks before free()mmcc
2015-12-05strings.h -> string.h to prevent an implicit declaration warning.mmcc
2015-12-05strings.h -> string.h to prevent an implicit declaration warning. Alsommcc
2015-12-05strings.h -> string.h as necessary to prevent implicit declarationmmcc
2015-12-05Don't check for NULL before free()mmcc
2015-12-05strings.h -> string.h so that memcpy is declared. ok deraadtmmcc
2015-12-05vmctl has no need to change the socket that talks to vmd.Theo de Raadt
2015-12-05Remove some bug report guidelines from pdksh that aren't relevant to us.mmcc
2015-12-05Fix an incorrect use of sizeof(pointer) by removing it and switchingJonathan Gray
2015-12-04document /usr/include/{msdosfs,ntfs}Jason McIntyre
2015-12-04Comment all existing ARP test cases describing what is going on.Alexander Bluhm
2015-12-04Properly handle invalid %-format by calling fatal.Tobias Stoeckmann
2015-12-04Document that the -M option doesn't save a backup when passed ''. Alsommcc
2015-12-04Enter a static ARP entry for a fake address which is not publishedAlexander Bluhm
2015-12-04Tweak alignment of ENVIRONMENT and FILES.tb
2015-12-04put FILES into a similar format as ENVIRONMENT;Jason McIntyre
2015-12-04macro args in previous were the wrong way round;Jason McIntyre
2015-12-04remove -i from SYNOPSIS and usage();Jason McIntyre
2015-12-04Make the NOPRIV_USER match that is actually intended to be used forSebastian Reitenbach
2015-12-04syncTheo de Raadt
2015-12-04read_hints should also protect against ferror.Marc Espie
2015-12-04cleanup: remove pwd.h, delete a stray comment and a const qualifiertb
2015-11-05Add regression tests for the ARP implementation in the kernel. SendAlexander Bluhm
2015-12-04allow utrace(2) by default.Theo de Raadt
2015-12-04refine some logging and error messages. errors will now always go to stderrTed Unangst
2015-12-04implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)Markus Friedl
2015-12-04Drop pledge("getpw") and pwd.h and use the now usualtb
2015-12-04push daemon call a little later so if the address is in use we see theTed Unangst
2015-12-04Activate functions should in general return 0 for events they don't handle.Mark Kettenis
2015-12-04Add -c option to "vmctl start" to automatically connect to the VMReyk Floeter
2015-12-04pledge the relay (layer 7 proxy) children, they can do with "stdioSebastian Benoit
2015-12-04Add intr_barrier() just in case...Mark Kettenis
2015-12-04tweak wc test to include a nonbreaking spaceTed Unangst
2015-12-04Reduce the stride length of the tables by two and use a single pageMartin Pieuchot
2015-12-04cap_mkdb no longer needs to understand terminfo files, so remove -i.Nicholas Marriott
2015-12-04Add tests that call the syscalls sendsyslog(2) and sendsyslog2(2)Alexander Bluhm
2015-12-04Add etherip.4 to MANYASUOKA Masahiko
2015-12-04Move the KERNEL_LOCK from rt_match() to rtable_match().Martin Pieuchot
2015-12-04Fix typo in #include line.YASUOKA Masahiko
2015-12-04add a test for wc -mTed Unangst
2015-12-04remove PLEDGE_INET granting when using "getpw" in YP environnmentSebastien Marie
2015-12-04Reject input when either the version is wrong or the pad is non-zero;Reyk Floeter
2015-12-04Sync after rt_mask() removal.Martin Pieuchot
2015-12-04Remove files which had been unused.YASUOKA Masahiko