Age | Commit message (Expand) | Author |
2015-11-25 | add size to free | Ted Unangst |
2015-11-25 | trim unused variable | David Gwynne |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-25 | syslog() here is pointless; ok millert | Theo de Raadt |
2015-11-25 | sync | Theo de Raadt |
2015-11-25 | Do not do the early pledge, because hotroot() is a lie. fsck_extfs | Theo de Raadt |
2015-11-25 | Rather than using syslog(3) (which pulls in snprintf), creating the report | Theo de Raadt |
2015-11-25 | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing | Theo de Raadt |
2015-11-24 | Add sendsyslog2(), which accepts the syslog/openlog "logopt" flag | Theo de Raadt |
2015-11-24 | sync | Theo de Raadt |
2015-11-24 | Add sendsyslog2... this has an additional flags variable to permit | Theo de Raadt |
2015-11-24 | Make environ_set va_args and use it to tidy up some calls. Also add a | Nicholas Marriott |
2015-11-24 | Shell command from -c doesn't have to be global, pass it as an argument. | Nicholas Marriott |
2015-11-24 | Do lock failures slightly better, return a special value so we don't | Nicholas Marriott |
2015-11-24 | Actually show something (even if it not that helpful) if the server | Nicholas Marriott |
2015-11-24 | Document socket_path format. | Nicholas Marriott |
2015-11-24 | Tidy the code that works out the socket path, and just use the full path | Nicholas Marriott |
2015-11-24 | Remove malloc_options DEBUG bit. | Nicholas Marriott |
2015-11-24 | Switch a fprintf to a fatal, and wrap some long lines. | Nicholas Marriott |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-11-24 | Remove the -I part of show-messages which isn't really that useful; the | Nicholas Marriott |
2015-11-24 | All kill-session -C to clear alerts in all windows, suggested by Aaron | Nicholas Marriott |
2015-11-24 | hotroot is calculated late in fsck_ffs, so defer the pledge. | Theo de Raadt |
2015-11-24 | Log some system and libevent information at startup. | Nicholas Marriott |
2015-11-24 | regen | Mark Kettenis |
2015-11-24 | Add a few missing devices found on recent Apple hardware. | Mark Kettenis |
2015-11-24 | Fix a link that got broken by a recent change that was made to the web pages. | Stuart Henderson |
2015-11-24 | Show libevent version in showmsgs -I. | Nicholas Marriott |
2015-11-24 | Make the log stuff a bit tidier with some helper functions. | Nicholas Marriott |
2015-11-24 | Revert previous tweak, pending a more complete rewording. Discussed with | mmcc |
2015-11-24 | Fix usage of detach-client. | Nicholas Marriott |
2015-11-24 | update NAME; somehow missed this file when i did man9; | Jason McIntyre |
2015-11-24 | Fix inverted condition in previous. | Mark Kettenis |
2015-11-24 | no mlink for ctlname; ok schwarze | Jason McIntyre |
2015-11-24 | Correct file name, no text change (no history yet, but sorry for the churn). | Ingo Schwarze |
2015-11-24 | fix an error in the text; from donald allen | Jason McIntyre |
2015-11-24 | fix an error in NAME; ok schwarze | Jason McIntyre |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | repair lseeks, from Ricardo | Ted Unangst |
2015-11-24 | You need <netinet/ip.h> if you use "struct ip" for hw checksum. | Martin Pieuchot |
2015-11-24 | Merge three #ifdef _KERNEL blocks into one. | Martin Pieuchot |
2015-11-24 | sync | Theo de Raadt |
2015-11-24 | No need for "vlan.h" if you don't check for "#if NVLAN > 0". | Martin Pieuchot |
2015-11-24 | No need for <net/ethertypes.h> it is part of <netinet/if_ether.h> | Martin Pieuchot |
2015-11-24 | missing NAME entry; | Jason McIntyre |
2015-11-24 | update NAME; | Jason McIntyre |
2015-11-24 | two missing NAME entries; | Jason McIntyre |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | No need for <net/if_types.h> | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |