Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-04 | Make per-packet allocated memory use pool in switch(4) | Kazuya Goda | |
ok yasuoka@ reyk@ | |||
2016-09-04 | Purge a ton of "-1 not informative" rated comments from iwm and improve | Stefan Sperling | |
some of the more useful ones. | |||
2016-09-04 | Replace strlen + calloc + snprintf with asprintf. | Theo Buehler | |
ok martijn, beck, deraadt, gsoares | |||
2016-09-04 | allow everything to run as unprivileged user except for fake | Robert Nagy | |
install and mtree by splitting up some targets | |||
2016-09-04 | Add missing getpw pledge | Theo Buehler | |
ok deraadt | |||
2016-09-04 | minor tweaks; | Jason McIntyre | |
2016-09-04 | rm | Ted Unangst | |
2016-09-04 | oops, name file after main function | Ted Unangst | |
2016-09-04 | it doesn't say anything yet, but start adding a man page | Ted Unangst | |
2016-09-04 | Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing | |
2016-09-04 | Rototil the _rs_clearseed() function once more such that we don't map pages | Mark Kettenis | |
beyond the end of .text/.rodata. ok deraadt@ | |||
2016-09-04 | Sort and group functions. | Joel Sing | |
2016-09-04 | Expand IMPLEMENT_PEM macros. | Joel Sing | |
No change in generated assembly. | |||
2016-09-04 | Sort and group functions. | Joel Sing | |
2016-09-04 | The smtpd processes are not expected to ever leave their event loop. | Eric Faurot | |
So stop pretending that the *_shutdown() functions could ever be called in this context, and just fatal() if event_dispatch() returns. ok gilles@ sunil@ giovanni@ | |||
2016-09-04 | Add switch(4) man page and update the bridge(4) man page about the | YASUOKA Masahiko | |
modification for switch(4). ok goda | |||
2016-09-04 | Expand IMPLEMENT_PEM macros. | Joel Sing | |
No change in generated assembly. | |||
2016-09-04 | When auto-creating an interface when opening a /dev/{tun,tap,switch} | Reyk Floeter | |
device, inherit the rdomain from the calling process. This adds an rdomain argument to if_clone_create(). OK mpi@ henning@ | |||
2016-09-04 | Remove disabled iwm debug code which prints the regdomain. | Stefan Sperling | |
2016-09-04 | Do not assume that an interface index of a route is still valid in | Alexander Bluhm | |
rtrequest_delete(). The inpcb has a cache of the route that still exists when the interface has been detached. kassert triggered from tcp timeout by awolk@; OK mpi@ | |||
2016-09-04 | chop out the zread code since we only write files | Ted Unangst | |
2016-09-04 | unifdef SAVECORE now that we're done sharing | Ted Unangst | |
2016-09-04 | usage() is __dead and main() needs no prototype | Theo Buehler | |
2016-09-04 | regen | Christian Weisgerber | |
2016-09-04 | Remove the tape block device nodes. | Christian Weisgerber | |
While here, also remove two forgotten descriptions for long obsolete devices. | |||
2016-09-04 | usage() is static and __dead; add prototype for print_passwd; | Theo Buehler | |
return instead of exit from main | |||
2016-09-04 | remove two blanks that shouldn't be there | Theo Buehler | |
2016-09-04 | If we bind to [::], we do not check for sockaddr availability. | Vincent Gross | |
see sys/netinet6/udp6_output.c 1.48 | |||
2016-09-04 | -L means no command | Ted Unangst | |
2016-09-04 | don't allow combining nopass and persist in a single rule | Ted Unangst | |
2016-09-04 | Move code to change the rdomain of an interface from the ioctl switch case | Reyk Floeter | |
to a new function if_setrdomain(). OK mpi@ henning@ | |||
2016-09-04 | 'pw' can't be NULL here, remove useless test. | Jeremie Courreges-Anglas | |
2016-09-04 | forgot to regen | Florian Obser | |
2016-09-04 | Make the key sizes and offsets arrays const, ok tedu | Nicholas Marriott | |
2016-09-04 | Block devices are no longer supported, so stop talking about them and | Christian Weisgerber | |
the difference from raw devices. | |||
2016-09-04 | Add format attribute to logger functions. | Florian Obser | |
Add syslog_debug to keep in sync with others. Input & OK benno@ | |||
2016-09-04 | Add format attribute to logger functions. | Florian Obser | |
Fix format string while here. Input & OK benno@ | |||
2016-09-04 | Add format attribute to logger functions. | Florian Obser | |
Input & OK benno@ | |||
2016-09-04 | minor bump for SHA512/256 API additions; ok tedu@ deraadt@ | Christian Weisgerber | |
2016-09-04 | Less S390. | Joel Sing | |
ok deraadt@ | |||
2016-09-04 | straightforward realloc -> reallocarray conversion | Theo Buehler | |
ok deraadt, guenther, tedu | |||
2016-09-04 | Bump TLS_API for addition of callbacks. | Joel Sing | |
2016-09-04 | Less IA64. | Joel Sing | |
ok deraadt@ | |||
2016-09-04 | put signify errors alongside ftp | Marc Espie | |
2016-09-04 | Less vax. | Joel Sing | |
ok deraadt@ | |||
2016-09-04 | Only allow bfd on host routes and non-gateway routes for now. | Claudio Jeker | |
Also just use bfd_lookup() instead of handrolling the same lookup. | |||
2016-09-04 | Maintain consistency with function naming. | Joel Sing | |
2016-09-04 | Sort headers and use the installed tls.h, rather than the local one. | Joel Sing | |
2016-09-04 | $OpenBSD$ tag | Joel Sing | |
2016-09-04 | signature tracking bases: stored signed status inside object, so that | Marc Espie | |
we don't erroneously get "signature" comments from unsigned packages. force the gzip object to get its header. So if it can't something wrong happened. for now, we just know shit happened... |