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