summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-02-13Revise cnmac(4)'s address filter setupVisa Hankala
2021-02-13Fix a commentMike Larkin
2021-02-13Remove trailing whitespaceMike Larkin
2021-02-12pf_remove_divert_state() is an entry point into pf, modifying the pf statePatrick Wildt
2021-02-12Fix null pointer dereference in pf_route6(). Embedding scope intoAlexander Bluhm
2021-02-11Call exuart(4) early attach on arm64.Patrick Wildt
2021-02-11Enable exuart(4).Patrick Wildt
2021-02-11Don't hardcode com(4)'s major number in exuart(4).Patrick Wildt
2021-02-11sbdrop(): use NULL instead of 0 in pointer assignmentmvs
2021-02-11We link `ifp' to `if_list' before we perform if_attachsetup(). It is notmvs
2021-02-11Add missing break in switch statement of rge_activate().Stefan Sperling
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala
2021-02-11"proc: table is full" actually means thread table is full; ok mpi@ sthen@Otto Moerbeek
2021-02-11In the various open functions reduce the fdplock() to only span over theClaudio Jeker
2021-02-11Initialize var since it's used in a condition a little bit afterwards.Ricardo Mestre
2021-02-11Initialize the stack local device id variable correctly.anton
2021-02-11Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().Patrick Wildt
2021-02-11Make room for handling of HID++ 1.0 devices. No functional change.anton
2021-02-11Use idx suffix consistently.anton
2021-02-11Remove unused software id macro.anton
2021-02-11Fold long line.anton
2021-02-11Stop uhidpp from claiming all report ids, instead only claim theanton
2021-02-11Add uhidev_unset_report_dev(), doing the opposite ofanton
2021-02-11If uhidev_set_report_dev() already have been invoked for the givenanton
2021-02-10Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1Mark Kettenis
2021-02-10If pf changes the routing table when sending packets, the kernelAlexander Bluhm
2021-02-10Interface group names must fit into IFNAMSIZ and be unique. ButAlexander Bluhm
2021-02-10Remove `sc_dead' logic from pppac(4). It is used to preventmvs
2021-02-10Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)mvs
2021-02-09Make sure that switching the console from serial to framebuffer worksMark Kettenis
2021-02-09pfsync_state_import() must not be called with the pf state lock held,Patrick Wildt
2021-02-09ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itJoshua Stein
2021-02-09Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs.Patrick Wildt
2021-02-09Add a barrier between reading the cqe flags and the command ID, whichJonathan Matthew
2021-02-08change discipline name from "RAID1C" to "RAID 1C" to match the man pagesStefan Sperling
2021-02-08Remove maxburst feature from tcp_outputjan
2021-02-08Start refcounting interface groups with 1. if_creategroup() returnsAlexander Bluhm
2021-02-08Add a RAID1C (raid1 + crypto) softraid(8) discipline.Stefan Sperling
2021-02-08Add a RAID1C (raid1 + crypto) softraid(8) discipline.Stefan Sperling
2021-02-08Revert the convertion of per-process thread into a SMR_TAILQ.Martin Pieuchot
2021-02-08Do not hold onto the fdplock longer then needed. Release the lock afterClaudio Jeker
2021-02-08Simplify sleep_setup API to two operations in preparation for splittingMartin Pieuchot
2021-02-066.9-betaTheo de Raadt
2021-02-06Simplex interface sends packet back without hardware checksumAlexander Bluhm
2021-02-06Revise kernel's ld.script on octeonVisa Hankala
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