summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-08correct errant spacing here before it continues spreadingTed Unangst
2015-12-08correct errant spacingTed Unangst
2015-12-08semarie noticed that auth failures don't set errno. just print a genericTed Unangst
2015-12-08remove undocumented message about trailersTed Unangst
2015-12-08jmc discovered more references to trailers. i think it's safe to removeTed Unangst
2015-12-08Support -a <auth_style> in doas(1). Allows specifying a non-default authStuart Henderson
2015-12-08NOTRAILERS is unlikely to show up in future ifconfig outputTed Unangst
2015-12-08remove lies about trailers supportTed Unangst
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-12-08Move /etc/examples/vm.conf from etc to base.Antoine Jacoutot
2015-12-08style(9) says that is OK to not include sys/cdefs.h directly, as itReyk Floeter
2015-12-08_SYS_TASKQ_H_ -> _SYS_TASK_H_David Gwynne
2015-12-08tweak whitespace in struct definition. no functional change.David Gwynne
2015-12-08use struct task_list instead of TAILQ_HEAD(, task)David Gwynne
2015-12-08+TAILQ_HEAD(task_list, task);David Gwynne
2015-12-08vlan doenst have to handle SIOCGIFADDR cos the stack does it.David Gwynne
2015-12-08Kill unused iftxlist.Martin Pieuchot
2015-12-08if_stop is unused, so kill it.David Gwynne
2015-12-08Manual for if_get(9) and if_put(9).Martin Pieuchot
2015-12-08split the interface send queue (struct ifqueue) implementation out.David Gwynne
2015-12-08Match 3rd party Xbox 360 controllers, from Christian Heckendorf.Martin Pieuchot
2015-12-08Update EXAMPLES to use smtpctl(8).Sunil Nimmagadda
2015-12-08Use mailwrapper path instead of smtpd.Sunil Nimmagadda
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott
2015-12-08Spacing nits.Nicholas Marriott
2015-12-08vmctl console - id is not optionalReyk Floeter
2015-12-08Add "vmctl console" to connect to a specified VM console by id.Reyk Floeter
2015-12-08Remove NULL-checks before free().mmcc
2015-12-08Remove a NULL-check before free().mmcc
2015-12-08Ed was meant to be El;Jason McIntyre
2015-12-08dont need to repeatedly set if_start to the same function.David Gwynne
2015-12-08Initially pledge spamdBob Beck
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and aNicholas Marriott
2015-12-08UTF-8 support: implement -m for character countingIngo Schwarze
2015-12-08Use ^= instead of a verbose alternative. ok nicm@mmcc
2015-12-07Add root certificate for COMODO RSA Certification Authority, ok beck@Stuart Henderson
2015-12-07Remove needless type casts and corresponding type parameters frommmcc
2015-12-07No need to check for NULL before free().mmcc
2015-12-07No need to check for NULL before free().mmcc
2015-12-07stricter encoding type checks for ssh-rsa; ok djm@Markus Friedl
2015-12-07Remove unneeded strings.h includes. From Serguey Parkhomovsky.mmcc
2015-12-07Replace bzero with memset, and change a strings.h include to string.h tommcc
2015-12-07strings.h -> string.h to prevent implicit declarations. From Sergueymmcc
2015-12-07Represent line numbers with off_t rather than int. This preventsmmcc
2015-12-07tweak the code a bit and add a -w option to display day of week.Marc Espie
2015-12-07syncTheo de Raadt
2015-12-07use O_EXCL rather than a raceTheo de Raadt
2015-12-07delete pointless setlocale(3) call;Ingo Schwarze
2015-12-07Previously forgot another /var in the commentReyk Floeter
2015-12-07Add regression tests for in_pcbbind.Vincent Gross