summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-19knock out "Ns Li" before colons - the Li was being ignored anyway, and iJason McIntyre
don;t think the colon needs marked up.
2015-07-19word fix;Jason McIntyre
2015-07-19basic fh functions. better than panicing!Ted Unangst
from Martin Natano
2015-07-19Revert 1.148 for now until I can talk to rpe@Antoine Jacoutot
It introduced a regression reported by nigel@
2015-07-19oops, SYS_ prefix stayed; noted by jmcTheo de Raadt
2015-07-19no need for -compact;Jason McIntyre
2015-07-19some basic tweaks;Jason McIntyre
2015-07-19syncTheo de Raadt
2015-07-19Convert ssl3_get_certificate_request to CBS.Doug Hogan
ok miod@
2015-07-19Fix symbol collision with libtls.Doug Hogan
Pointed out by guenther. ok guenther@
2015-07-19Handle malloc(0) returning NULL (which can happen on some otherNicholas Marriott
platforms) by explicitly making imsg->data = NULL when there is no data. ok deraadt
2015-07-19Trailing spaces and missing .Pp.Nicholas Marriott
2015-07-19succesfull -> succesful, from Ross L RichardsonNicholas Marriott
2015-07-19Match change to fatal()'s prototype in bgpdPhilip Guenther
ok benno@
2015-07-19syncMiod Vallat
2015-07-19adding a syscall requires a minor bump; ok guenther@Ingo Schwarze
2015-07-19syncMiod Vallat
2015-07-19use standardized register defintion in mii.h rather than specificYojiro Uo
driver definetion. ok deraadt@
2015-07-19Add TLS_method, TLS_client_method and TLS_server_method.Doug Hogan
Use these instead of SSLv23_*method when you want to make sure TLS is used. By default, we disable SSLv3 but it's still possible for the user to re-enable it. TLS_*method does not allow SSLv3. Both BoringSSL and (next version of) OpenSSL have these methods. However, they have changed the implementation significantly. We will as well, but not right now. Riding the libssl major bump. ok miod@ bcook@
2015-07-19regenYojiro Uo
2015-07-19add RTL8211Yojiro Uo
2015-07-19use standardized register definition in mii.h rather than eachYojiro Uo
specific driver definition. no logical change. ok deraadt@
2015-07-19Crank major and remove legacy variables.Doug Hogan
Libtls is riding this crank. ok miod@ bcook@
2015-07-19revert privious commitYojiro Uo
2015-07-19Print strerror, not just the filename, if opening the inplace file fails.Stuart Henderson
ok jasper@
2015-07-19SIGCHLD handler was established before forking into two processes.Theo de Raadt
As a result it also ran in the child (incorrect). ok miod
2015-07-19Crank the major of libtls: the behaviour of tls_write() has beenReyk Floeter
changed in an incompatible way regarding partial writes. OK miod@ deraadt@
2015-07-19Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze
As discussed with deraadt@, that's cleaner and will help tame(2). Something like this was also suggested earlier by bapt at FreeBSD. Minus 50 lines of code, deleting one interface function (mparse_wait), no functional change intended.
2015-07-19Update default gcc version.Anthony J. Bentley
ok sthen@
2015-07-19potential memory leak in SIOCADDRULEsashan
ok mcbride@
2015-07-19Free memory when finished.Doug Hogan
Fixes coverity 78835. ok bcook@
2015-07-19Add documentation on how to use TLS_{READ,WRITE}_AGAIN.Doug Hogan
ok beck@
2015-07-19unsinged variables should not be compared to be leq than 0 (unsigned a <= 0)sashan
ok mcbride@
2015-07-19Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()Miod Vallat
fails, check its return value and correctly mop up after ourselves. ok beck@ doug@
2015-07-19simplify a triple-deep ternary operation.Brent Cook
ok beck@ krw@
2015-07-19For the completeness of HSTS, add the non-standard preload option.Reyk Floeter
OK florian@
2015-07-19according to MII specification, these seems to be bug.Yojiro Uo
ok deraadt@
2015-07-19clarify how inet|inet6 work in filtersSebastian Benoit
mofified version by jmc@, ok phessler@ and claudio@ is fine with it (but notes that the details are more complicated)
2015-07-19Make KTR_SYSRET records variables variables sized, leaving out thePhilip Guenther
retval on error, including a long long retval on successful lseek(), and including a register_t retval for other successes. This fixes lseek reporting on ILP32 archs. While here, reworking internal kern_ktrace.c bits to be able to pass two buffers to ktrwriteraw(), so we can avoid mallocing a buffer in some cases and so that KTR_GENIO logs are split at PAGE_SIZE, not PAGE_SIZE-sizeof(struct ktrgenio) ok miod@
2015-07-19Replace test command with [].Robert Peichaer
OK halex@ krw@
2015-07-19Only close descriptor if not already closed.Doug Hogan
Fixes coverity 78916. ok miod@ bcook@
2015-07-19Free variable before potentially reusing.Doug Hogan
Fixes coverity 78824. ok bcook@ miod@
2015-07-19Free passin on error.Doug Hogan
Fixes coverity 78826. ok miod@ bcook@
2015-07-19Fix coverity 105339, by correctly checking return from strtollBob Beck
ok miod@ bcook@
2015-07-19Figure out the tty width using TIOCGWINSZ early on. Will make tame(2)Theo de Raadt
integration easier in the future.
2015-07-19In tcpdump, show 11n HTOP primary and secondary channel numbers for 40MHz BSS,Stefan Sperling
instead of showing just the primary one and "above" or "below" for secondary. ok sthen
2015-07-19syncTheo de Raadt
2015-07-19Put explicit braces around assignment used in a conditional.Miod Vallat
ok bcook@ doug@
2015-07-19Rename the tpspmic driver so it does not contain numbers. OK jsg@Brandon Mercer
2015-07-19syncTheo de Raadt