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