summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-04Make per-packet allocated memory use pool in switch(4)Kazuya Goda
ok yasuoka@ reyk@
2016-09-04Purge a ton of "-1 not informative" rated comments from iwm and improveStefan Sperling
some of the more useful ones.
2016-09-04Replace strlen + calloc + snprintf with asprintf.Theo Buehler
ok martijn, beck, deraadt, gsoares
2016-09-04allow everything to run as unprivileged user except for fakeRobert Nagy
install and mtree by splitting up some targets
2016-09-04Add missing getpw pledgeTheo Buehler
ok deraadt
2016-09-04minor tweaks;Jason McIntyre
2016-09-04rmTed Unangst
2016-09-04oops, name file after main functionTed Unangst
2016-09-04it doesn't say anything yet, but start adding a man pageTed Unangst
2016-09-04Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL.Joel Sing
2016-09-04Rototil the _rs_clearseed() function once more such that we don't map pagesMark Kettenis
beyond the end of .text/.rodata. ok deraadt@
2016-09-04Sort and group functions.Joel Sing
2016-09-04Expand IMPLEMENT_PEM macros.Joel Sing
No change in generated assembly.
2016-09-04Sort and group functions.Joel Sing
2016-09-04The 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-04Add switch(4) man page and update the bridge(4) man page about theYASUOKA Masahiko
modification for switch(4). ok goda
2016-09-04Expand IMPLEMENT_PEM macros.Joel Sing
No change in generated assembly.
2016-09-04When 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-04Remove disabled iwm debug code which prints the regdomain.Stefan Sperling
2016-09-04Do not assume that an interface index of a route is still valid inAlexander 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-04chop out the zread code since we only write filesTed Unangst
2016-09-04unifdef SAVECORE now that we're done sharingTed Unangst
2016-09-04usage() is __dead and main() needs no prototypeTheo Buehler
2016-09-04regenChristian Weisgerber
2016-09-04Remove the tape block device nodes.Christian Weisgerber
While here, also remove two forgotten descriptions for long obsolete devices.
2016-09-04usage() is static and __dead; add prototype for print_passwd;Theo Buehler
return instead of exit from main
2016-09-04remove two blanks that shouldn't be thereTheo Buehler
2016-09-04If 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 commandTed Unangst
2016-09-04don't allow combining nopass and persist in a single ruleTed Unangst
2016-09-04Move code to change the rdomain of an interface from the ioctl switch caseReyk 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-04forgot to regenFlorian Obser
2016-09-04Make the key sizes and offsets arrays const, ok teduNicholas Marriott
2016-09-04Block devices are no longer supported, so stop talking about them andChristian Weisgerber
the difference from raw devices.
2016-09-04Add format attribute to logger functions.Florian Obser
Add syslog_debug to keep in sync with others. Input & OK benno@
2016-09-04Add format attribute to logger functions.Florian Obser
Fix format string while here. Input & OK benno@
2016-09-04Add format attribute to logger functions.Florian Obser
Input & OK benno@
2016-09-04minor bump for SHA512/256 API additions; ok tedu@ deraadt@Christian Weisgerber
2016-09-04Less S390.Joel Sing
ok deraadt@
2016-09-04straightforward realloc -> reallocarray conversionTheo Buehler
ok deraadt, guenther, tedu
2016-09-04Bump TLS_API for addition of callbacks.Joel Sing
2016-09-04Less IA64.Joel Sing
ok deraadt@
2016-09-04put signify errors alongside ftpMarc Espie
2016-09-04Less vax.Joel Sing
ok deraadt@
2016-09-04Only 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-04Maintain consistency with function naming.Joel Sing
2016-09-04Sort headers and use the installed tls.h, rather than the local one.Joel Sing
2016-09-04$OpenBSD$ tagJoel Sing
2016-09-04signature tracking bases: stored signed status inside object, so thatMarc 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...