aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge llvm-project main llvmorg-14-init-10186-gff7f2cfa959bDimitry Andric2022-05-144414-109111/+215520
|\
| * Vendor import of llvm-project main llvmorg-14-init-10186-gff7f2cfa959b.vendor/llvm-project/llvmorg-14-init-10186-gff7f2cfa959bDimitry Andric2021-11-194447-110197/+219225
* | sysvsem: Fix a typoDmitry Chagin2022-05-141-2/+2
* | sysvsem: Style(9)Dmitry Chagin2022-05-141-1/+1
* | sysvsem: Trim traiing whitespaceDmitry Chagin2022-05-141-8/+8
* | libm: Add feenableexcept and fedisableexcept to library on powerpcJustin Hibbits2022-05-143-4/+10
* | sysv test: properly wait for childrenEric van Gyzen2022-05-131-142/+59
* | ipfw.8: spell "layer2" consistently throughout the manual pageEugene Grosbein2022-05-131-3/+3
* | mbuf: remove PH_vt alias for mbuf packet header persistent shared dataGleb Smirnoff2022-05-133-28/+27
* | rtsock: fix a stack overflowKurosawa Takahiro2022-05-131-5/+5
* | fusefs tests: Remove an unused variable.Dmitry Chagin2022-05-131-2/+1
* | bsdinstall: allow whitelabeling the installerBrad Davis2022-05-139-13/+28
* | bsdinstall: add missing init of fd variableBrad Davis2022-05-131-1/+1
* | bsdinstall: Filter out devices that cannot be openedBrad Davis2022-05-131-0/+10
* | kerneldump: remove physical from dump routinesMitchell Horne2022-05-1311-46/+39
* | kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-1327-70/+51
* | 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