Age | Commit message (Expand) | Author |
2015-12-04 | read_hints should also protect against ferror. | Marc Espie |
2015-12-04 | cleanup: remove pwd.h, delete a stray comment and a const qualifier | tb |
2015-11-05 | Add regression tests for the ARP implementation in the kernel. Send | Alexander Bluhm |
2015-12-04 | allow utrace(2) by default. | Theo de Raadt |
2015-12-04 | refine some logging and error messages. errors will now always go to stderr | Ted Unangst |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-12-04 | Drop pledge("getpw") and pwd.h and use the now usual | tb |
2015-12-04 | push daemon call a little later so if the address is in use we see the | Ted Unangst |
2015-12-04 | Activate functions should in general return 0 for events they don't handle. | Mark Kettenis |
2015-12-04 | Add -c option to "vmctl start" to automatically connect to the VM | Reyk Floeter |
2015-12-04 | pledge the relay (layer 7 proxy) children, they can do with "stdio | Sebastian Benoit |
2015-12-04 | Add intr_barrier() just in case... | Mark Kettenis |
2015-12-04 | tweak wc test to include a nonbreaking space | Ted Unangst |
2015-12-04 | Reduce the stride length of the tables by two and use a single page | Martin Pieuchot |
2015-12-04 | cap_mkdb no longer needs to understand terminfo files, so remove -i. | Nicholas Marriott |
2015-12-04 | Add tests that call the syscalls sendsyslog(2) and sendsyslog2(2) | Alexander Bluhm |
2015-12-04 | Add etherip.4 to MAN | YASUOKA Masahiko |
2015-12-04 | Move the KERNEL_LOCK from rt_match() to rtable_match(). | Martin Pieuchot |
2015-12-04 | Fix typo in #include line. | YASUOKA Masahiko |
2015-12-04 | add a test for wc -m | Ted Unangst |
2015-12-04 | remove PLEDGE_INET granting when using "getpw" in YP environnment | Sebastien Marie |
2015-12-04 | Reject input when either the version is wrong or the pad is non-zero; | Reyk Floeter |
2015-12-04 | Sync after rt_mask() removal. | Martin Pieuchot |
2015-12-04 | Remove files which had been unused. | YASUOKA Masahiko |
2015-12-04 | prefix function names like randomid and pmod to keep them out of global | Ted Unangst |
2015-12-04 | Grab the KERNEL_LOCK() around bridge_output(). | Martin Pieuchot |
2015-12-04 | There is no need to grab the KERNEL_LOCK here anymore. After discussion with | Claudio Jeker |
2015-12-04 | polishing | Ted Unangst |
2015-12-04 | one signal.h should suffice | Ted Unangst |
2015-12-04 | A VM has to run with at least 1 CPU. | Reyk Floeter |
2015-12-04 | assume modern curses and unifdef ancient feature tests | Ted Unangst |
2015-12-04 | bridge(4) never outputs packets so set its if_output and if_start to NULL. | Martin Pieuchot |
2015-12-04 | espie reminds me that EOF can happen for errors as well, so check for that | Ted Unangst |
2015-12-04 | ignore SIGPIPE. i don't see any way for it to happen, but nevertheless we | Ted Unangst |
2015-12-04 | Add pledge "dpath", which provides access to mknod(2) and mkfifo(2). | Theo de Raadt |
2015-12-04 | sort flags. | Igor Sobrado |
2015-12-04 | add a missing mtx_leave before a panic to give ddb/reboot a better | Jonathan Gray |
2015-12-04 | Do not think atomicity is required here. In any case, prepare for | Theo de Raadt |
2015-12-04 | - sync usage | Gleydson Soares |
2015-12-04 | Fix for OpenSSL CVE-2015-3195 | Bob Beck |
2015-12-04 | clean up agent_fd handling; properly initialise it to -1 and | Damien Miller |
2015-12-03 | Re-add the "load" and "reload" commands to vmctl: Instead of parsing | Reyk Floeter |
2015-12-03 | sync | Theo de Raadt |
2015-12-03 | mpi@ forgot to commit this. That should unbreak the tree. | Claudio Jeker |
2015-12-03 | Fix for OpenSSL CVE-2015-3194 | Bob Beck |
2015-12-03 | sort SEE ALSO; | Jason McIntyre |
2015-12-03 | new sentence, new line; | Jason McIntyre |
2015-12-03 | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every | Martin Pieuchot |
2015-12-03 | Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl. | Reyk Floeter |
2015-12-03 | deleting ip_insertoptions() prototype, which is no longer needed | Alexandr Nedvedicky |