Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-03 | Implement BMAC support; ports 2 & 3 work now as well. | Mark Kettenis | |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2015-01-03 | Some bowels of the bus_dma code assume it is ok to perform bitwise operations | Miod Vallat | |
with the base address of the window, which only works if its size is smaller than the address it begins at. Until these assumptions are carefully fixed, revert r1.9, and go back to using only one direct map window. | |||
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2015-01-03 | (new) device driver for Silicon Labs CP2110 USB HID based UART. | uaa | |
ok by deraadt@ | |||
2015-01-03 | Make port 1 on the 4x1G card work. Port 2 & 3 still need some work. | Mark Kettenis | |
2015-01-03 | Fix incorrect OPENSSL_assert() usage. | Doug Hogan | |
Instead of asserting, return an error code for I/O errors. This is based on OpenSSL commit 2521fcd8527008ceb3e4748f95b0ed4e2d70cfef. Added checks for two calloc()s while I'm here. ok miod@ | |||
2015-01-03 | make it able to install quirks from normal path (with normal key) and | Marc Espie | |
other firmware from wanted path (with fw key). Simplify the shennanigans wrt installed repo. | |||
2015-01-03 | Tweak previous - add a missing free in the error path. | Reyk Floeter | |
2015-01-03 | Fix race condition in perl's ExtUtils::MakeMaker | Andrew Fresh | |
Many thanks to Nathanael Rensen <nathanael at polymorpheus dot com> for tracking it down and supplying the patch. Has been reported upstream and the fix incorporated into a larger change https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/192 | |||
2015-01-03 | Add support for creating a protective MBR for GPT. | Joel Sing | |
Part of a diff by Markus Mueller, which was derived from Bitrig during Google Summer of Code, with further tweaks by me. ok krw@ miod@ | |||
2015-01-03 | Support alias names and multiple listen statements per server block. | Reyk Floeter | |
The implementation is done in the parser by expanding each alias/listen into an independent server configuration; this makes it easier to handle internally without adding additional loops or conditions. OK florian@ | |||
2015-01-03 | Fix a potential NULL pointer access in an error message after waitpid() | Ingo Schwarze | |
failure; found using detailed information provided by Ulrich Spoerlein <uqs at FreeBSD> about FreeBSD Coverity CID 1261304. | |||
2015-01-03 | move the list_cloners() prototype out of #ifndef SMALL | Jonathan Gray | |
missed in rev 1.290 | |||
2015-01-03 | Check the return values of several reallocarray() calls. While here, | Lawrence Teo | |
also check the return value of an adjacent malloc() call. ok jsing@ | |||
2015-01-03 | ok, landisk snapshots are out that do static PIE | Theo de Raadt | |
2015-01-03 | Given the excessively technical description in the old mdoc_samples(7) | Ingo Schwarze | |
manual and its successor groff_mdoc(7), i always considered .Ql as purely physical markup, but it turns out describing it better allows to give it a semantic meaning (in-line literal display) that doesn't contradict existing usage. One less physical, one more semantic macro, yay! Found in a discussion with Steffen Nurpmeso <sdaoden at yandex dot com>. | |||
2015-01-02 | Identify NCT5104D variant in dmesg. (No lm here, these are used for com and | Chris Cappuccio | |
gpio pins on SuperMicro and PC Engines.) ok kettenis@ | |||
2015-01-02 | Fix saving dhclient lease files during installation. | Robert Peichaer | |
OK krw@ | |||
2015-01-02 | Fix a few format string warnings, allow to build DEBUG kernel on sgi | Sebastian Reitenbach | |
OK miod@ | |||
2015-01-02 | there's no need to defer the removal of the iic sensors to a task, we can | David Gwynne | |
just remove them directly. tested by krw@ | |||
2015-01-02 | Fix dow and apply the usual easter egg. | Miod Vallat | |
2015-01-02 | Bump config flags field to 32bits. Makes room for future changes - | Reyk Floeter | |
but no functional change yet. | |||
2015-01-02 | PFS stands for Perfect Forward Secrecy. | Igor Sobrado | |
ok reyk@ | |||
2015-01-02 | When chaining TRBs, calculate the TD Size as described in section | Martin Pieuchot | |
4.11.2.4 instead of using one TRB per packet. Also make sure that it is not greater than 31. While here be paranoid about xfer buffer crossing a 64k boundary and use a supplementary TRB in such case. Fix a problem with uplcom(4) on Intel xHCI reported by jasper@. | |||
2015-01-02 | Holds up much better under load with an IPL on the block pool. | Mark Kettenis | |
2015-01-02 | Explicitly set the *data member of struct ohash_info to NULL. | Ingo Schwarze | |
It is never dereferenced, but it gets copied around, which worries static analysis tools and might also confuse human auditors. FreeBSD Coverity CID 1261298, 1261299, 1261300, reported by Pedro Giffuni and Ulrich Spörlein <pfg@ and uqs@ at FreeBSD>. | |||
2015-01-02 | Rename the tls_connect_socket() parameter 'socket' to 's' to avoid | Alexander Bluhm | |
a compiler warning about shadowing a global declaration. OK jsing@ | |||
2015-01-02 | Still locks up under load, but otherwise fairly functional. | Mark Kettenis | |
2015-01-02 | Fix return code of _rc_quirks(). | Antoine Jacoutot | |
ok robert@ | |||
2015-01-02 | Use SIMPLEQ for syslogd filed list instead of manual list operations. | Alexander Bluhm | |
OK dlg@ | |||
2015-01-02 | When syslogd was sending via TCP, there was file descriptor leak | Alexander Bluhm | |
and a use after free if it received a SIGHUP. Call bufferevent_free() to deactivate the callbacks and close the TCP socket. OK jasper@ deraadt@ | |||
2015-01-02 | Report the TT Think Time of USB2.0 Hubs. | Martin Pieuchot | |
2015-01-02 | Remove unused variable. | Mark Lumsden | |
2015-01-02 | adjust date | Theo de Raadt | |
2015-01-02 | give the device ref taken in vscsikqfilter to the knote, and unref | David Gwynne | |
it in filt_vscsidetach. | |||
2015-01-02 | store all state needed to defer probe/detach events in vscsi_devevent_task. | David Gwynne | |
2015-01-02 | Add a comment about the default values being duplicated in rcctl(8). | Antoine Jacoutot | |
discussed with schwarze@ | |||
2015-01-02 | update currency exchange rates; | Jason McIntyre | |
2015-01-02 | uppercase for place names, and one "t" in british; | Jason McIntyre | |
from carson chittom | |||
2015-01-02 | Remove ifdef statements for TIMES and USE_TOD; they don't do anything, | Lawrence Teo | |
apart from introducing a bug where the -elapsed option is not listed in the usage output when it should be. feedback/ok bcook@ jsing@ | |||
2015-01-02 | Add some additional i.MX6 board types from Bitrig. | Jonathan Gray | |
CompuLab Utilite, SolidRun HummingBoard/CuBox-i and UDOO. | |||
2015-01-01 | Enable 'ifconfig -C' (list dynamic interface types) on install | Kenneth R Westerback | |
media. Use this feature in install scripts to eliminate manually maintained list of dynamic interface types. '-C' brought to my attention by reyk@, tweaks to install script to use -C in get_ifdevs() from rpe@. ok rpe@ deraadt@ | |||
2015-01-01 | "The logging of errors SHOULD be restricted to conflicting information | Florian Obser | |
that causes hosts to switch from one value to another with each received advertisement." (RFC 4861) Receiving of RAs on non-advertising interfaces is not a conflicting information; don't log it. "Mike." (the.lists AT mgm51 DOT com) reported that this leads to excessive logging with certain cable providers in 2013. Recently reported again by Aaron Riekenberg (aaron.riekenberg AT gmail DOT com). Thanks! OK bluhm@ | |||
2015-01-01 | Test that syslogd sending over TCP does not leak a file descriptor | Alexander Bluhm | |
when it receives a SIGHUP. | |||
2015-01-01 | Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gp | Miod Vallat | |
value, which we have no use for. ok kettenis@ | |||
2015-01-01 | Fix a buffer overrun triggered by a trailing backslash at EOF in | Ingo Schwarze | |
an unclosed conditional body. If the memory contained the byte sequence "\}" after the end of the buffer before the next NUL, this could even write beyond the end of the buffer, specifically '&' to the location of the '}'. Found by jsg@ with afl. | |||
2015-01-01 | Fix a read buffer overrun triggered by trailing \s- or trailing \s+ | Ingo Schwarze | |
without the required subsequent argument; found by jsg@ with afl. |