Age | Commit message (Expand) | Author |
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 |
2015-11-23 | Add support for logging to stderr or syslog, and to run vmd in | Reyk Floeter |
2015-11-23 | Update less(1) and lesskey(1) manuals for LESSCHARSET removal | tb |
2015-11-23 | Remove unused -M option (2+ years get used to it is enough) | Alexandre Ratchov |
2015-11-23 | If the clock is ticking because of a MMC start message, then stop | Alexandre Ratchov |
2015-11-23 | Remove bug-less email address. From Michael Reed, thanks! | tb |
2015-11-23 | Save and restore umask when creating /tmp/aucat/ to ensure the | Alexandre Ratchov |
2015-11-23 | tweaks; | Jason McIntyre |
2015-11-23 | Do not include <sys/atomic.h> inside <sys/refcnt.h>. | Martin Pieuchot |
2015-11-23 | Include <sys/atomic.h> when atomic operations are used. | Martin Pieuchot |
2015-11-23 | Move ifq_deq_{begin,commit,rollback} appart to keep man pages short, | Martin Pieuchot |
2015-11-23 | zs(4) is now called zs, from jmc@ | Martin Pieuchot |
2015-11-23 | Initialize SIOCDIFADDR{_IN6,} argument as intended. | Martin Pieuchot |
2015-11-23 | Attaches zs(4) as "zs" not "zsc". | Martin Pieuchot |
2015-11-23 | use device numbers stored in the dev structure rather than | Alexandre Ratchov |
2015-11-23 | point to mount_mfs(8), not mfs(8); | Jason McIntyre |
2015-11-23 | - fix printing of non-ascii chars in error message | Otto Moerbeek |
2015-11-23 | Insert new ports at the head of the list and stop assuming its | Alexandre Ratchov |
2015-11-23 | Don't shadow a function argument. | Nicholas Marriott |
2015-11-23 | Most of these functions can be static. | Nicholas Marriott |