summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-02-05Fix whitespace.Alexander Bluhm
2021-02-05Prevent that when ugen(4) tries to set an alternative configurationMarcus Glocker
2021-02-05arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().Patrick Wildt
2021-02-05Fix CVS tag.Patrick Wildt
2021-02-05Fix whitespace.Patrick Wildt
2021-02-05Rename probe/attach functions to fit our regular naming scheme. ReplacePatrick Wildt
2021-02-05Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2021-02-04exuart(4) does not need to include exclockvar.h. The header seems to onlyPatrick Wildt
2021-02-04Tedu exuartvar.h, which has not been needed since we switched to the "newPatrick Wildt
2021-02-04Add missing CVS tag.Patrick Wildt
2021-02-04Tedu unnecessary imxuartvar.h.Patrick Wildt
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-02-04Add uhidev_set_report_dev() allowing usb drivers to early on install aanton
2021-02-04Handle Netgear ProSecure UTM25Visa Hankala
2021-02-04Revert previous commit. The vnode returned by ptm_vn_open() is open andClaudio Jeker
2021-02-04Prevent a lock order issue by shuffling code around. Instead of allocatingClaudio Jeker
2021-02-04Remove last remnants of ASU ac_flag from accounting.rob
2021-02-04make if_pfsync.c a better friend with PF_LOCKAlexandr Nedvedicky
2021-02-03Add SIOCAIFADDR_IN and SIOCDIFADDR_IN to the wroute pledgetobhe
2021-02-03Turns off the direct ACK on every other segmentjan
2021-02-03After the rev. 1.108 commit we see some issues with ugen(4) behaviour,Marcus Glocker
2021-02-03change pf_route so pf only runs when packets enter and leave the stack.David Gwynne
2021-02-02As done for the AF_INET multicast case, ensure that passed interfaceClaudio Jeker
2021-02-02KNF, move { up to if () statementClaudio Jeker
2021-02-02If IP_MULTICAST_IF or IP_ADD_MEMBERSHIP pass a interface index to theClaudio Jeker
2021-02-01Remove obsolete vnode operation vector declarations.Visa Hankala
2021-02-01handle #pinctrl-cells 2Jonathan Gray
2021-02-01Fix path MTU discovery for ESP tunneled in IPv6. We always wantAlexander Bluhm
2021-02-01Fix white spaces and wrap long lines.Alexander Bluhm
2021-02-01Align the mixed naming for the variables used to reference toMarcus Glocker
2021-02-01Netlock should be grabbed before pppx_if_find() call in pppxwrite().mvs
2021-02-01Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Sincemvs
2021-02-01ifunit() was fully replaced by if_unit(9) and should go away.mvs
2021-02-01change route-to so it sends packets to IPs instead of interfaces.David Gwynne
2021-01-31Spacing.Marcus Glocker
2021-01-31Add basic support for BCM4378 as found on the Apple M1 SoCs. There's aPatrick Wildt
2021-01-31regenPatrick Wildt
2021-01-31Add Broadcom BCM4378.Patrick Wildt
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-30Abstract octeon board handling a littleVisa Hankala
2021-01-30satisfy -fno-commonTheo de Raadt
2021-01-29update remaining usb.org URLsStuart Henderson
2021-01-29update usb.org URLsStuart Henderson
2021-01-29update some usb.org URLs following reorganisation, add a new one for updStuart Henderson
2021-01-29repair declerations to satisfy -fno-commonTheo de Raadt
2021-01-29Don't rely on USB interfaces being at compliant indices.Edd Barrett
2021-01-29Use NULL instead of 0 to clear v_socket pointer (which actually clears allClaudio Jeker
2021-01-29recognise Cortex-A78CJonathan Gray
2021-01-29Whitespace.rob
2021-01-28bridge(4): convert ifunit() to if_unit(9)mvs