aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | arm64: remove an unneeded test from pmap_clear_modify()Alan Cox2021-06-231-2/+1
* | net/bpf: Fix writing of buffer bigger than PAGESIZEFlorian Florensa2021-06-231-1/+9
* | devctl: add ADDR_ADD and ADDR_DEL devctl event for IFNETRozhuk Ivan2021-06-232-0/+33
* | devctl: add RENAME devctl event for IFNETRozhuk Ivan2021-06-232-1/+8
* | mdconfig tests: Correct a copy-pasted test descriptionMark Johnston2021-06-231-1/+1
* | rpc.lockd: Use libc strnlen() instead of reimplementing itMark Johnston2021-06-231-12/+0
* | ip_mroute: initialize vif ifnet properlyWojciech Macek2021-06-231-6/+9
* | libalias: Fix compile time warning about unused functionsLutz Donnerhacke2021-06-232-403/+444
* | bus_child_pnpinfo: fix two stragglersWarner Losh2021-06-232-7/+5
* | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-2380-585/+471
* | toe: Read-lock the inp in toe_4tuple_check().John Baldwin2021-06-221-4/+4
* | cxgbei: Better handle new tasks and transfers when disconnecting.John Baldwin2021-06-221-0/+14
* | Unbreak TFO, that was broken with 8d5719aa74f. These two assignmentsGleb Smirnoff2021-06-221-4/+0
* | Disable llvm generating 128-bit multiply libcalls on 32-bit ARMDimitry Andric2021-06-221-0/+1
* | Fix failures in libm's lround_test after clang 12 importDimitry Andric2021-06-222-9/+6
* | UPDATING: Fix typoMaigurs Stalidzans2021-06-221-1/+1
* | rtld-elf: Check the return value of obj_enforce_relro()Alex Richardson2021-06-221-1/+2
* | mkimg: Add fat32lba partition typeJose Luis Duran2021-06-224-0/+4
* | Merge tag 'vendor/NetBSD/vis/20210621' into visWarner Losh2021-06-222-8/+33
|\ \
| * | Import vis(1) from NetBSD as of 20210621vendor/NetBSD/vis/20210621vendor/NetBSD/visWarner Losh2021-06-212-8/+52
* | | EC2: Tell gptboot to skip its 3 second waitColin Percival2021-06-211-0/+4
* | | arm64: Use page_to_pvh() when the vm_page_t is knownAlan Cox2021-06-211-3/+3
* | | sdhci_fdt: Add gpio_if.h to the sourceEmmanuel Vadot2021-06-211-1/+1
* | | Fix clang assertion while building recent www/chromiumDimitry Andric2021-06-211-1/+1
* | | aacraid: ignore data overrun on INQUIRYLeandro Lupori2021-06-211-0/+6
* | | aacraid: reduce max I/O size to avoid DMA issuesLeandro Lupori2021-06-213-3/+11
* | | linux(4): Retire unused declaration.Dmitry Chagin2021-06-221-2/+0
* | | linux(4): Retire a now unused include.Dmitry Chagin2021-06-221-1/+0
* | | linux(4): Do not specify shared page for aout binaries.Dmitry Chagin2021-06-221-2/+0
* | | linux(4): Retire linux_kplatform.Dmitry Chagin2021-06-227-51/+14
* | | linux(4): Get rid of Linuxulator kernel build options.Dmitry Chagin2021-06-2212-185/+16
* | | linux: reduce differences between rt_sendsig() and sendsig()Edward Tomasz Napierala2021-06-211-13/+14
* | | linux(4): Regen for linux_poll system call.Dmitry Chagin2021-06-2220-28/+56
* | | linux(4): Implement poll system call via linux_common_ppol()Dmitry Chagin2021-06-225-8/+28
* | | linux(4): Rework Linux ppoll system call.Dmitry Chagin2021-06-227-64/+184
* | | telnet(1): add quiet mode ("telnet -Q")Edward Tomasz Napierala2021-06-213-8/+25
* | | imgact_elf: compute auxv buffer size instead of using magic valueEdward Tomasz Napierala2021-06-211-1/+2
* | | Emit an error when we seen absolute paths to .o filesAlex Richardson2021-06-211-0/+11
* | | diff tests: Require root for report_identicalMark Johnston2021-06-211-0/+1
* | | Retore the vnet before returning an error.George V. Neville-Neil2021-06-211-1/+4
* | | banner: Correct history.Warner Losh2021-06-211-2/+2
* | | vmstat: correct historyWarner Losh2021-06-211-2/+2
* | | basename: fix historyWarner Losh2021-06-211-4/+6
* | | rtwn: make sure to not write in upper bits of txdseqAndriy Gapon2021-06-211-1/+1
* | | loader: Use tslog to instrument some functionsColin Percival2021-06-219-4/+70
* | | kern_tslog: Include tslog data from loaderColin Percival2021-06-211-0/+15
* | | stand/common command_boot: Pass tslog to kernelColin Percival2021-06-211-0/+3
* | | efi/loader: Call tslog_initColin Percival2021-06-211-0/+2
* | | i386/loader: Call tslog_initColin Percival2021-06-211-0/+6
* | | stand/common: Add support for timestamp logging (tslog)Colin Percival2021-06-213-1/+84