Age | Commit message (Expand) | Author |
2018-01-02 | rkpcie(4) | Mark Kettenis |
2018-01-02 | Enable rkpcie(4). | Mark Kettenis |
2018-01-02 | Initial stab at a driver for the PCIe interface on the Rockhip RK3399. For | Mark Kettenis |
2018-01-02 | regen | Mark Kettenis |
2018-01-02 | Add Rockchip vendor and RK3399 Root Complex device. | Mark Kettenis |
2018-01-02 | we haven't updated the version in a while despite many commits which is | Gilles Chehade |
2018-01-02 | Add missing mouse type. Reported by bit shifter on misc@; ok bru@ | anton |
2018-01-02 | Move the cloning bits in their own function. | Martin Pieuchot |
2018-01-02 | Do not memset() the whole structure in sorflush() to keep `sb_flagsintr' | Martin Pieuchot |
2018-01-02 | Move the NET_LOCK() inside the switch and start documenting which field | Martin Pieuchot |
2018-01-02 | some grammar fixes; from dholland@netbsd, -r1.68 | Jason McIntyre |
2018-01-02 | update currency exchange rates; | Jason McIntyre |
2018-01-02 | reintroduce tx mitigation | David Gwynne |
2018-01-02 | When invoked with no file arguments, display usage and fail instead of | Philip Guenther |
2018-01-02 | Don't #include fcntl.h when _KERNEL is defined. | Philip Guenther |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2018-01-02 | Fix an off-by-one in the free(9) "passed size was too small" check: | Philip Guenther |
2018-01-02 | More grammar comments improvements. | Kenneth R Westerback |
2018-01-01 | For whatever reason the firmware needs more RX buffers available as | Patrick Wildt |
2018-01-01 | Put the code that prints the firmware's debug console into a function | Patrick Wildt |
2018-01-01 | Add WARNINGS=yes to ksh and fix the resulting sign compare warnings. | Todd C. Miller |
2018-01-01 | Fix wrong ETHERTYPE_IPV6 | denis |
2018-01-01 | Make lld respect ALIGN directives on output sections even with -r. Fixes | Mark Kettenis |
2018-01-01 | The missing NULL check for the return value of malloc(9) with | Alexander Bluhm |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2018-01-01 | Tweak syntax comments into consistency and completeness. | Kenneth R Westerback |
2018-01-01 | RSA_private_{en,de}crypt() can fail and will return -1 in that case. | Claudio Jeker |
2018-01-01 | placeholder for new keyword that doesn't do anything yet, so that when it | Marc Espie |
2018-01-01 | Only init chunk_info once, plus some moving of code to group related functions. | Otto Moerbeek |
2018-01-01 | Prefer PWD for current directory if present in client, from Wei Zhao in | Nicholas Marriott |
2018-01-01 | Add C-g at command prompt for emacs people, GitHub issue 1213. | Nicholas Marriott |
2018-01-01 | free(9) sizes for sys_execve. | Florian Obser |
2018-01-01 | We are either allocating 2 or three array members. Unroll while loop | Florian Obser |
2018-01-01 | copyright++; | Jonathan Gray |
2017-12-31 | Initialize the size of new panes created by the even-* layout correctly; | Nicholas Marriott |
2017-12-31 | sxitemp(4) | Mark Kettenis |
2017-12-31 | Add Allwinner R40/V40 support. | Mark Kettenis |
2017-12-31 | Implement R40/V40 thermal sensor clock. | Mark Kettenis |
2017-12-31 | Enable sxitemp(4). | Mark Kettenis |
2017-12-31 | Add sxitemp(4), a driver for the temperature sensors on the Allwinner H5 SoC. | Mark Kettenis |
2017-12-31 | Implement H3/H5 thermal sensor clocks. | Mark Kettenis |
2017-12-31 | Enable sypwr(4). | Mark Kettenis |
2017-12-31 | Add sypwr(4), a driver for the Silergy SY8106A regulator found on many boards | Mark Kettenis |
2017-12-31 | Implement H3/H5 CPU clock. | Mark Kettenis |
2017-12-31 | Remove an unused variable and instruct lex not to produce the input() function | anton |
2017-12-31 | Tighten the permissions used in the early stage page tables somewhat. | Mark Kettenis |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-30 | Somewhow I botched rev 1.3, which has a = where a |= is needed. Fix this. | Mark Kettenis |
2017-12-30 | Add support for the USB PHY of the Allwinner R40/V40. | Mark Kettenis |