summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-12-04prefix function names like randomid and pmod to keep them out of globalTed Unangst
2015-12-04Grab the KERNEL_LOCK() around bridge_output().Martin Pieuchot
2015-12-04There is no need to grab the KERNEL_LOCK here anymore. After discussion withClaudio Jeker
2015-12-04polishingTed Unangst
2015-12-04one signal.h should sufficeTed Unangst
2015-12-04A VM has to run with at least 1 CPU.Reyk Floeter
2015-12-04assume modern curses and unifdef ancient feature testsTed Unangst
2015-12-04bridge(4) never outputs packets so set its if_output and if_start to NULL.Martin Pieuchot
2015-12-04espie reminds me that EOF can happen for errors as well, so check for thatTed Unangst
2015-12-04ignore SIGPIPE. i don't see any way for it to happen, but nevertheless weTed Unangst
2015-12-04Add pledge "dpath", which provides access to mknod(2) and mkfifo(2).Theo de Raadt
2015-12-04sort flags.Igor Sobrado
2015-12-04add a missing mtx_leave before a panic to give ddb/reboot a betterJonathan Gray
2015-12-04Do not think atomicity is required here. In any case, prepare forTheo de Raadt
2015-12-04- sync usageGleydson Soares
2015-12-04Fix for OpenSSL CVE-2015-3195Bob Beck
2015-12-04clean up agent_fd handling; properly initialise it to -1 andDamien Miller
2015-12-03Re-add the "load" and "reload" commands to vmctl: Instead of parsingReyk Floeter
2015-12-03syncTheo de Raadt
2015-12-03mpi@ forgot to commit this. That should unbreak the tree.Claudio Jeker
2015-12-03Fix for OpenSSL CVE-2015-3194Bob Beck
2015-12-03sort SEE ALSO;Jason McIntyre
2015-12-03new sentence, new line;Jason McIntyre
2015-12-03Get rid of rt_mask() and stop allocating a "struct sockaddr" for everyMartin Pieuchot
2015-12-03Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.Reyk Floeter
2015-12-03deleting ip_insertoptions() prototype, which is no longer neededAlexandr Nedvedicky