summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-11Add rkdwusb(4) here as well.Mark Kettenis
2017-08-11Add glue for the USB3 controller on the rk3399-firefly.Mark Kettenis
2017-08-11Have bus_dmamem_map() store the virtual address of the mapping such thatMark Kettenis
we can use it to flush the cache in bus_dmamap_sync() if necessary. ok patrick@
2017-08-11Add a wait call between different invocations of snmpd test runs to avoidrob
failed to bind errors due to SNMP UDP socket: Address already in use. Discussed and ok jca@.
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
Tested by Hrvoje Popovski, ok bluhm@
2017-08-11Be consistent with goto labels, failure flag and use of FAIL macro.Joel Sing
2017-08-11don't bother checking diagnostic status (which patrick reportsJoshua Stein
actually hangs a particular machine) to avoid reporting an error which is common on modern machines ok deraadt, patrick
2017-08-11doug@ added code in here as well.Joel Sing
2017-08-11Sort by extension/function name.Joel Sing
2017-08-11I don't think eay will ever fix this...Joel Sing
2017-08-11style(9) in ssl_set_cert_masks().Joel Sing
2017-08-11During MPPE key reduction on the 40 bits case the first 3 octets need to beRicardo Mestre
changed with known constants (RFC3079). Current code uses a switch case without breaks which implicitly makes the code correct, but to improve readibility the first octect should have the constant assigned also in the first case, without relying on a fallthrough to the second, and the break statement should be called on boths cases. This was a false positive found in Coverity CID 1453390, but changed due to to readibility as explained above. After discussion with millert@ and guenther@
2017-08-11Merge DDBCTF into DDB.Martin Pieuchot
2017-08-11pledge ctfconvJasper Lievisse Adriaanse
feedback/ok mpi@ tb@
2017-08-11Fall back using db_print_cmd() if no CTF data has been found.Martin Pieuchot
2017-08-11Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSDRicardo Mestre
OK phessler@ and stsp@
2017-08-11move pledge after setlocale as suggested by tb@Jasper Lievisse Adriaanse
2017-08-11punctuation;Jason McIntyre
2017-08-11apmwarn and the ridiculous apmhalt hack sysctls are not relevant hereTed Unangst
2017-08-11Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newDoug Hogan
extension framework. input + ok jsing@
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubPhilip Guenther
ok kettenis@
2017-08-11Validate sockaddr from userland in central functions. This resultsAlexander Bluhm
in common checks for unix, inet, inet6 instead of partial checks here and there. Some checks are already done at a higher layer, but better be paranoid with user input. OK claudio@ millert@
2017-08-11Check whether the first two characters of $HISTFILE are the magicTheo Buehler
characters of the old binary ksh history file. In that case ignore the history file after displaying an error once. Prevents annoying repeated 'history file is corrupt' messages in $HOME on NFS setups suffered by henning and makes the migration from the old to the new history file format safer. ok henning, tweaks & ok jca
2017-08-11Fix cross builds: no clang depend target, no DESTDIR on HOSTCC buildDale Rahn
ok patrick@
2017-08-11make 'dump' mutually exclusive with writing out the data, to ease pledingJasper Lievisse Adriaanse
ok mpi@
2017-08-11zero out sockaddr_in before use; fixes use of stack garbage as port numberChristian Weisgerber
in "query from"; ok phessler@ job@
2017-08-11Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curvesJoel Sing
to be specified, rather than a single curve. ok beck@
2017-08-11pledge ctfdump to stdio and rpathJasper Lievisse Adriaanse
ok mpi@
2017-08-11Don't write out resolv.conf unless the contentsKenneth R Westerback
are changed or dhclient's interface takes over the default route.
2017-08-11Use getopts for option parsingPhilip Guenther
Add -v for verbose (relocation) output Fix an existence check
2017-08-11Convert ssl3_send_certificate_request() to CBB.Joel Sing
ok beck@ doug@
2017-08-11Add regression tests for snmpd. Not hooked into regress/usr.sbin/Makefile yet.rob
Ok benno@, tb@
2017-08-11Mention that some packages and ports don't work without the wxallowedIngo Schwarze
mount(8) option on /usr/local and /usr/ports/pobj. Triggered by a question from Diana Eichert <deichert at wrench dot com>. OK danj@, and no opposition when shown on ports@.
2017-08-11Fix previous by calling wdc_atapi_intr_complete() before rerturning.Martin Pieuchot
Suggested by and ok millert@
2017-08-11Fix typo in SEE ALSO section.Nayden Markatchev
ok mpi@, jmc@
2017-08-11Improve pretty printing of pointers.Martin Pieuchot
ok jasper@
2017-08-11Fix nested declaration inside union or struct.Martin Pieuchot
2017-08-11Make the "new sentence, new line" check stricter, allowing digitsIngo Schwarze
in the last two letters of the last word of the sentence. No false positives in base or Xenocara. Suggested by and OK jmc@.
2017-08-11Typo fix.rob
Ok benno@, tb@, tj@, jmc@, schwarze@, phessler@
2017-08-11tweak previous;Jason McIntyre
2017-08-11add a new option to set limits on user-max-sessions each AUTHENTICATION.Kazuya Goda
It can set limits on different user-max-sessions if there're using several protocols such as PPPoE and L2TP/IPsec. ok yasuoka@
2017-08-11Use vmd's process rdomain via getrtable() instead of 0 by default.Reyk Floeter
This allows to run "route -T 1 exec vmd" to get rdomain 1 tap(4) and bridge interfaces by default. ok mlarkin@
2017-08-11Do not insert random name for anonymous member.Martin Pieuchot
2017-08-11display MRU each sessions in npppctl session commandKazuya Goda
ok yasuoka@
2017-08-11softreconfig in and out are on by default for ever and machines now haveClaudio Jeker
enough memory that it does not make sense to provide these knobs anymore. They just make the code more complex for no much gain. OK phessler@, benno@
2017-08-11Kernel compilation with DDBPROF enabled fails as db_sym_t is no longerNayden Markatchev
defined (removed in "Kill db_sym_t." from 2017-05-30 11:39 mpi). This change fixes the problem. OK mpi@
2017-08-11space after if.Reyk Floeter
Pointed out by tom@
2017-08-11Revision 1.139 accidentally removed an ip = mtod(), resulting in aReyk Floeter
pointless "ip = NULL; if (ip) ..." sequence. Coverity CID 1453286; Severity: Minor OK sthen@ tom@
2017-08-11Add two EXAMPLES; triggered by a question from jmc@.Ingo Schwarze
Feedback and OK jmc@.
2017-08-11- use mktemp to provide the tempfile name and clean it up properlyJasper Lievisse Adriaanse
- set strict posix mode ok mpi@