aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop d_dump from struct cdevswMitchell Horne2022-05-132-11/+4
* arm64: disable the EL2 MMU before dropping to EL1Kyle Evans2022-05-131-0/+10
* sockets: fix build, convert missed sbreserve_locked() callsGleb Smirnoff2022-05-123-7/+5
* fusefs: handle evil servers that return illegal inode numbersAlan Somers2022-05-129-3/+257
* fusefs: make the mknod.cc tests a bit more general.Alan Somers2022-05-121-25/+60
* unix: microoptimize unp_connectat() - one less lock on successGleb Smirnoff2022-05-121-5/+10
* unix: make unp_connect2() voidGleb Smirnoff2022-05-121-9/+10
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-1217-149/+191
* pf: fix pf_rule_to_actions()Kristof Provost2022-05-121-2/+6
* pf tests: test dummynet on route-to'd packetsKristof Provost2022-05-121-0/+57
* pf tests: factor out common dummynet checkKristof Provost2022-05-123-9/+11
* pf: tag dummynet'd route-to packets with their real destinationKristof Provost2022-05-122-4/+68
* pf: also apply dummynet to route-to/dup-to packetsKristof Provost2022-05-121-77/+67
* sqlite3: Vendor import of sqlite3 3.38.5Cy Schubert2022-05-1212-4298/+7212
|\
| * sqlite3: Vendor import of sqlite3 3.38.5vendor/sqlite3/sqlite-3380500Cy Schubert2022-05-1212-4298/+7212
* | tests: Get rid of invalid since 3e11d3f6 testcaseDmitry Chagin2022-05-121-23/+0
* | unix/dgram: uipc_listen() is specific for SOCK_STREAM and SOCK_SEQPACKETGleb Smirnoff2022-05-121-3/+1
* | unix/dgram: pru_rcvd never called since PR_WANTRCVD not setGleb Smirnoff2022-05-121-1/+0
* | sockets: delete stale comment from sofree()Gleb Smirnoff2022-05-121-9/+0
* | unix: don't call sbrelease() in uipc_detach()Gleb Smirnoff2022-05-121-12/+0
* | tests/kern: add tests for PF_UNIX/SOCK_DGRAMGleb Smirnoff2022-05-122-0/+218
* | Fixed the value returned by sched_getaffinity().Dmitry Chagin2022-05-121-4/+0
* | e1000: Increase rx_buffer_size to 32bKevin Bowling2022-05-121-1/+1
* | ssh: update sshd_config for prohibit-password optionEd Maste2022-05-121-1/+1
* | Hide -fuse-ld= not supported message for non-build targetsEd Maste2022-05-121-1/+1
* | LinuxKPI: Implement linux/hashtable.h for FreeBSD.Hans Petter Selasky2022-05-122-0/+263
* | linux(4): Revert c7ef7c3 as it's wrong at all.Dmitry Chagin2022-05-111-11/+0
* | kdump: Decode cpuset_t.Dmitry Chagin2022-05-113-1/+51
* | Add tests for affinity syscalls.Dmitry Chagin2022-05-112-0/+298
* | Use Linux semantics for the thread affinity syscalls.Dmitry Chagin2022-05-118-94/+162
* | update command to one that will actually give resultsJohn-Mark Gurney2022-05-111-1/+1
* | pf: add missing unlock on error in DIOCCHANGERULEMateusz Guzik2022-05-111-0/+1
* | Clean up comments in fsck.h.Kirk McKusick2022-05-101-56/+55
* | makefs: Fix warnings and reset WARNS to the defaultMark Johnston2022-05-104-9/+8
* | newfs_msdos: Fix warnings that arise when compiled for makefsMark Johnston2022-05-101-2/+5
* | pf: fix DIOCCHANGERULE after pf config and rb tree of rulesMateusz Guzik2022-05-101-0/+16
* | vchiq: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
* | tsec: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-103-4/+1
* | sec: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-2/+1
* | Remove unused sdiob_devclass.John Baldwin2022-05-101-2/+1
* | rt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-6/+3
* | quicc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-103-3/+1
* | qcom_*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-107-26/+10
* | nvram2env: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-103-5/+1
* | netmap: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-102-6/+4
* | mge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-2/+1
* | dwc_hdmi: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-4/+1
* | gxemul: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-102-5/+2
* | drm2: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-3/+4
* | drm2: Remove unused drm_devclass.John Baldwin2022-05-101-2/+0