summaryrefslogtreecommitdiffstats
path: root/Makefile.cross (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-09drm/amd/display: Fix ineffective setting of max bpc propertyjsg1-1/+2
2020-07-09drm/amd/display: Fix incorrectly pruned modes with deep colorjsg1-38/+64
2020-07-09Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.fcambus1-2/+2
2020-07-09adjfreq(2): limit adjustment to [-500000, +500000] ppmcheloha2-3/+11
2020-07-09New regression tests for integral type conversionsschwarze2-2/+378
2020-07-09do not need this one eitherderaadt1-23/+0
2020-07-09a couple of small tweaks that shrink the kstat code.dlg1-9/+10
2020-07-08Always try to retransmit on sendtofrom() errors to ensure the SAtobhe1-3/+1
2020-07-08Info leaks in semctl SEM_GET, the pads (unknown old contents) and base (aderaadt1-3/+5
2020-07-08Handle a few more Hypervisor traps.kettenis1-2/+7
2020-07-08Clarify that csh's -f flag is not just about .cshrc.millert2-10/+6
2020-07-08Make membar_consumer() a plain compiler barrier in kernel on octeon.visa1-1/+2
2020-07-08syncderaadt1-1/+0
2020-07-08Simplify csh vs other shells setup codejca1-9/+10
2020-07-08do not need these versions of timetc.hderaadt3-69/+0
2020-07-08Use CPU_IS_PRIMARY macro in identifycpu() on amd64.fcambus1-6/+6
2020-07-08Clarify man pagejob1-5/+9
2020-07-08Teach su -l -f how to start a regular shell for non-csh shellsjca2-6/+13
2020-07-08Userland timecounter implementation for sparc64.kettenis4-11/+50
2020-07-08Clean up the amd64 userland timecounter implementation a bit:kettenis2-13/+12
2020-07-08Mention that we support building a port from Go modules now.abieber1-2/+4
2020-07-08New regression tests for character and string conversionsschwarze2-2/+445
2020-07-07Add opalsens(4), a driver for sensors provided by the OPAL firmware.kettenis6-5/+170
2020-07-07Revert r1.121 and rewrite merge_option_data() to achieve same effectkrw1-29/+28
2020-07-07Remove temporary RSA keys/callbacks code.jsing1-43/+0
2020-07-07Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.jsing1-0/+12
2020-07-07Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.jsing5-64/+17
2020-07-07Enable TLSv1.3 for the generic TLS_method().jsing2-5/+52
2020-07-07Fix shared DH secret length in log message.tobhe1-2/+2
2020-07-07syncderaadt1-0/+1
2020-07-07Stop using make_addr() which trims trailing zeros of the netmask, setyasuoka1-40/+5
2020-07-07fix a copy pasto.dlg1-2/+2
2020-07-07Update required firmware file path in iwx(4) man page.stsp1-3/+3
2020-07-07Switch iwx(4) from -46 to -48 firmware.stsp1-2/+2
2020-07-07Add support for set -o pipefailjca5-8/+130
2020-07-07apparently vmx(4) needs a power of 2 number of interrupts.dlg1-2/+2
2020-07-07add kstat support for some of the counters the chip maintains.dlg1-85/+479
2020-07-07drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha2-4/+4
2020-07-07correct recently broken commentsderaadt2-4/+4
2020-07-07don't try and be too clever in the kstat update timeout.dlg1-3/+2
2020-07-07remove some old code from a previous version of the kstat diff.dlg1-21/+1
2020-07-07add kstat support for reading hardware counters.dlg1-1/+319
2020-07-07Get rid of some rasops callbacks in efifb that only call rasopsjcs1-94/+23
2020-07-07small typoderaadt1-2/+2
2020-07-07add kstat support for reading the "hardware" counters for each ring.dlg2-45/+179
2020-07-07add kstats for rx queues (ifiqs) and transmit queues (ifqs).dlg2-2/+129
2020-07-06Wire down the timekeep page. If we don't do this, the pagedaemon maykettenis1-3/+11
2020-07-06Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) wasmvs4-39/+47
2020-07-06sync; various $ARCH/timetc.h files to md.*sthen15-1/+14
2020-07-06pipex_rele_session() frees memory pointed by `old_session_keys'. Use it inmvs1-2/+2