Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-12 | sig_atomic_t is not (necessarily) an int. Use | Kenneth R Westerback | |
SIG_ATOMIC_MAX for INTERNALSIG instead of INT_MAX. | |||
2017-08-12 | ignore unknown/boring events by default, which modern thinkpads have | Joshua Stein | |
a lot of. put the spam behind an ACPITHINKPAD_DEBUG define which can be used when adding support for actually useful buttons. previous version ok deraadt, phessler, and kettenis | |||
2017-08-12 | fix resource leaks, ok @guenther | Brent Cook | |
2017-08-12 | Stop trying to outfox the routing table | Kenneth R Westerback | |
by labelling dhclient routes. Just use the route(8) logic when flushing routes. ok benno@ claudio@ | |||
2017-08-12 | Set vendor to "Generic" like we do for ehci@fdt. | Mark Kettenis | |
2017-08-12 | allow filter rules to be written that affect ibgp or ebgp neighbors | Peter Hessler | |
discussed with henning@ OK claudio@, benno@, job@ | |||
2017-08-12 | em: Disable ultra-low-power mode on boot | Stefan Fritsch | |
With i219V, it sometimes happens that em fails to attach with this error: em0: Hardware Initialization Failed em0: Unable to initialize the hardware This happens always if booting native Windows 10 first and then rebooting into openbsd without switching the laptop off. But it has also been seen in other cases. This change ports the e1000_disable_ulp_lpt_lp() logic from the FreeBSD driver to disable ultra-low-power (ULP) mode. This seems to fix the problem in many (but not all) cases. The code has been merged in a way to make the diff from FreeBSD minimal. For example, the SWFW register is called H2ME on newer chips, so a new define is introduced. Also, the em_toggle_lanphypc_pch_lpt() function is left as separate function even if only used in one place at the moment. ok tom@ "commit it" deraadt@ | |||
2017-08-12 | fallback to strip(1) in case ctfconv(1) couldn't handle the file (i.e. when | Jasper Lievisse Adriaanse | |
the input file lacks useful debug sections). adjust option handling accordingly to pass any flags not handled by ctfstrip(1) down to strip(1). help and ok mpi@ tb@ | |||
2017-08-12 | Make not yet implemented pledges more visible in grep output. | Florian Obser | |
input benno, deraadt, tedu also standardize on #if 0 since it makes tedu's editor vomit. OK benno, pirofti on a previous version | |||
2017-08-12 | In the locking wrappers for &map->lock and &map->mtx, pass through file+line | Philip Guenther | |
when WITNESS is enabled ok visa@ kettenis@ | |||
2017-08-12 | Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers | Philip Guenther | |
elsewhere ok visa@ kettenis@ | |||
2017-08-12 | bring ospf6d's log.c in sync with ospfd and bgpd | Sebastian Benoit | |
ok florian@ claudio@ | |||
2017-08-12 | Add a dummy (for now) <machine/reloc.h> for mips64 to fix build. | Visa Hankala | |
OK guenther@ | |||
2017-08-12 | Prevent a NULL pointer deref in iwm(4) which I have seen during testing. | Stefan Sperling | |
iwm_stop() sets the phy context pointer in the ic_bss node to NULL. If iwm_stop() runs in parallel to the newstate task, the newstate task can dereference this pointer in iwn_update_quotas() or iwm_binding_cmd(). So check the pointer for NULL before derefencing. This is a quick and dirty workaround. A proper fix for such task races is still pending. | |||
2017-08-12 | Fix copy/paste error, CID 1453558. | Martin Pieuchot | |
ok kettenis@ | |||
2017-08-12 | Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stack | Stefan Sperling | |
memory garbage to the hardware while setting up beacon transmission. The driver left some fields of a struct rt2661_tx_desc on stack uninitialized. Zero out the entire struct before using it. ok mpi@ | |||
2017-08-12 | Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting | Ingo Schwarze | |
the read accessors we don't have and fixing the prototypes - the data type of each and every argument differs in the OpenSSL manuals. Reference the new page from SSL_set_tmp_ecdh(3) as suggested by jsing@. | |||
2017-08-12 | Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array index | Stefan Sperling | |
if a hypothetical and malicious USB device reports no Rx endpoints. ok mpi@ | |||
2017-08-12 | Fix Coverity CID 1453280: | Stefan Sperling | |
iwm(4) firmware could cause an out of bounds read of the ic->ic_channels array by lying about the channel a frame was received on. This array index is now properly bounds-checked. Not an errata-worthy fix, since the firmware has full DMA access anyway. While here, I noticed another problem: Stop assigning a firmware-derived value to ni->ni_chan. The Rx interrupt handler has no business tweaking that pointer. ok mpi@ | |||
2017-08-12 | remove apmwarn sysctl which is not used | Ted Unangst | |
2017-08-12 | New manual page SSL_set_tmp_ecdh(3) written from scratch. | Ingo Schwarze | |
Feedback and OK jsing@. | |||
2017-08-12 | Use obj directory instead of a handcrafted working directory. | rob | |
Pointers from tb@ | |||
2017-08-12 | Remove lots of outdated information found by jsing@. | Ingo Schwarze | |
OK jsing. | |||
2017-08-12 | update to unbound 1.6.4, ok florian@ | Stuart Henderson | |
2017-08-12 | add a new option to set limits on max-sessions each IPCP. | Kazuya Goda | |
It can set limits on different max-sessions if there're using several protocols such as PPPoE and L2TP/IPsec. ok yasuoka@ | |||
2017-08-12 | In iwn(4), fix CID 1199266 "Missing comma in a string array"; only affects | Stefan Sperling | |
fatal firmware error debug output. | |||
2015-07-16 | update to Unbound 1.5.4, ok florian@, looks sane deraadt@ | Stuart Henderson | |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@ | |||
2017-08-12 | When read(2)'ing from the routing socket only one message is returned. | Florian Obser | |
Clue provided by jca and claudio. OK jca | |||
2017-08-12 | No need to constantly re-open a socket. Just open it up front and keep | Florian Obser | |
it around. OK jca | |||
2017-08-12 | make "--" before the hostname terminate command-line option processing | Damien Miller | |
completely; previous behaviour would not prevent further options appearing after the hostname (ssh has a supported options after the hostname for >20 years, so that's too late to change). ok deraadt@ | |||
2017-08-12 | Switch from aes256-cbc to aes256-ctr for encrypting new-style | Damien Miller | |
private keys. The latter having the advantage of being supported for no-OpenSSL builds; bz#2754 ok markus@ | |||
2017-08-12 | Hookup ifstated and snmpd regress. Discussed with benno@ and bluhm@. | rob | |
Ok benno@ | |||
2017-08-12 | Use vether instead of physical interfaces for temporary carp creation. | rob | |
Recommended by and discussed with many. | |||
2017-08-12 | Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass. | rob | |
Ok benno@, jca@. | |||
2017-08-12 | Document tls_config_set_dheparams(). | Joel Sing | |
2017-08-12 | Document tls_reset(). | Joel Sing | |
2017-08-12 | add option -l to show only listening sockets (for tcp) | Sebastian Benoit | |
feedback and ok awhile ago bluhm@ job@ | |||
2017-08-12 | Improve snps,dwc3 support. Enough to make the USB3 controller on the | Mark Kettenis | |
rk3399-firefly work in USB2 mode. ok patrick@ | |||
2017-08-12 | Silence clang warnings: remove unused variables and s/%hx/%x/g | Philip Guenther | |
ok mpi@ deraadt@ | |||
2017-08-12 | Update the TLSv1.2 Client Hello messages, due to the removal of DSA | Joel Sing | |
sigalgs. | |||
2017-08-12 | Remove support for DSS/DSA, since we removed the cipher suites a while | Joel Sing | |
back. ok guenther@ | |||
2017-08-12 | Clear the child pointer in CBB_cleanup(), so that we have fewer pointers | Joel Sing | |
hanging around to potentially invalid address space. Discussed with beck@ and doug@ | |||
2017-08-12 | sync | Theo de Raadt | |
2017-08-12 | stop pretending that qnames are always strings. treat everything as a | Ted Unangst | |
dname always. | |||
2017-08-12 | snmpe runs as user _snmpd not _snmp. | rob | |
2017-08-12 | Instead of hardcoding a partial dependency list for the syscall stub objects, | Philip Guenther | |
calculate them as done for other objects | |||
2017-08-12 | Fix dependency generation: pass ${DFLAGS} and -MF explicitly | Philip Guenther | |
problem noted by deraadt@ ok espie@ | |||
2017-08-12 | regen | Ted Unangst | |
2017-08-12 | Let DFLAGS been added to by the per-directory Makefile | Philip Guenther | |
ok espie@ |