summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Do not include ../Makefile.inc twice.visa1-3/+1
2020-11-13Fold -fno-builtin-* into -fno-builtin.visa1-11/+2
2020-11-13Use BTB bug workaround also with assembly files.visa1-1/+2
2020-11-13Use a helper to look for existing mapping & return if there's an anon.mpi1-56/+81
2020-11-13Add support for the PL2303HXN series chips to uplcom(4). The mainpatrick1-18/+62
2020-11-13Add define for the status register's Arbitration Lost bit.patrick1-1/+2
2020-11-13On VF610 the registers are a single byte apart, so introduce a regshiftpatrick1-8/+29
2020-11-13Even though the registers are 16-bit wide, the upper 8 bits are alwayspatrick1-45/+45
2020-11-13Move the logic dealing with faults 1A & 1B to its own function.mpi1-151/+173
2020-11-13Introduce amap_adjref_anons() an helper to reference count amaps.mpi2-51/+61
2020-11-13Add support for the PCA9547 I2C mux to pcamux(4). In comparison topatrick1-7/+21
2020-11-13Correct CVE number in commentguenther1-2/+2
2020-11-12Simplify interrupt entry stubs to not push around bogus trapno+errguenther1-29/+30
2020-11-12Document art locking.mpi2-11/+16
2020-11-12Nuke variable 'ba'. Only use was removed in r1.230.krw1-3/+1
2020-11-12Reconfigure the COMPHY mode when we find an SFP and configure inband mediakettenis1-3/+29
2020-11-12Add 1000baseT media support and set active media to the appropriate value.kettenis1-4/+15
2020-11-12Don't enable port or link until all crypto keys are installed bykrw2-12/+48
2020-11-12FDT-based I2C drivers should not use OF_* API in the match code, sincepatrick4-16/+12
2020-11-12witness: detect and report uninitialized (or zeroed) lock usagesemarie1-3/+15
2020-11-12use RWLOCK_INITIALIZER() in DEFINE_MUTEX()jsg2-2/+2
2020-11-11Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher.stsp1-2/+3
2020-11-11Enable acpitz(4) and acpipwrres(4). Stop horrible jet fan noise on mypatrick1-1/+3
2020-11-11syncpatrick2-4/+9
2020-11-11Add Prolific PL2303GC USB serial adapter.patrick1-1/+2
2020-11-10Enable optical output when bringing an interface up and disable it againkettenis1-1/+14
2020-11-10Add interfaces to control optical output of an SFP.kettenis3-3/+59
2020-11-10setitimer(2): ITIMER_REAL: protect state with per-process mutex ps_mtxcheloha2-12/+35
2020-11-10Fix urtwn(4) against access points which use WPA1/TKIP as the group cipher.stsp1-2/+5
2020-11-10Fix previous commit; using > 0 to check a pointer isn't quite right.kettenis1-2/+2
2020-11-10If possible, check the MOD-DEF0 signal to detect the presence of an SFP.kettenis1-1/+40
2020-11-09use a single preinitialised mutex for atomic64 fallback pathjsg2-15/+22
2020-11-09Give sizes and types to more functions and objects.guenther2-7/+41
2020-11-09Enable mvpp(4).patrick2-6/+6
2020-11-09Rework MAC initialization code. Properly turn comphy off and on againpatrick1-87/+164
2020-11-09Clear TX sent counter on up/down.patrick1-1/+4
2020-11-09On interface down, drop received packets by adding them back into thepatrick1-5/+48
2020-11-09There seems to be a silicon errata for 82598 ix(4) chips. When thebluhm1-7/+21
2020-11-09Small whitespace cleanup.patrick1-5/+5
2020-11-09use 64 bit atomic builtins on i386 for atomic64jsg1-2/+4
2020-11-08vblank seqlock is used from interrupt context so use IPL_TTYjsg1-1/+1
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().mpi14-101/+89
2020-11-08Add supported media types for SFPs.kettenis1-1/+16
2020-11-08Add code to determine the supported media types from the SFP EEPROM.kettenis2-3/+40
2020-11-08U-Boot might not have cleaned its pools. The pool needs to be emptypatrick2-4/+25
2020-11-08Hand the pool a physical address, not a virtual one.patrick1-3/+3
2020-11-08Check that DMA memory has been allocated for the rings and the BM. Whilepatrick1-2/+5
2020-11-07Add clock support for i.MX8MP. This variant uses essentially thepatrick2-1/+198
2020-11-07multiple reads of pmap_emulate_reference() don't show any reason for itderaadt1-7/+3
2020-11-07Rework source IP address setting.denis5-55/+58