aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* jail(8): improve manual and usage information with more clearEugene Grosbein2020-04-172-4/+8
* Make ZFS depend on xdr.ko only. It doesn't need kernel RPC.Gleb Smirnoff2020-04-171-1/+1
* Split XDR into separate kernel module. Make krpc depend on xdr.Gleb Smirnoff2020-04-177-14/+40
* Move M_RPC malloc type into XDR. Both RPC and XDR libraries useGleb Smirnoff2020-04-172-2/+2
* Don't initialize m->m_data to m->m_pktdat, this is already done by theGleb Smirnoff2020-04-171-2/+0
* tests: kqueue: use a more precise timer for the NOTE_ABSTIME testKyle Evans2020-04-171-8/+8
* Add a sanity check for nes_numsecflavor to the NFS server.Rick Macklem2020-04-171-0/+11
* audit_canon_path_vp: don't panic if cdir == NULLKyle Evans2020-04-171-2/+7
* [sh] Fix a "may be unused" warning on mips-gccAdrian Chadd2020-04-161-0/+1
* [libsa] Fix typecast of pointer for st_devAdrian Chadd2020-04-161-1/+1
* Remove an duplicate definition of nhops_dump_sysctl()Adrian Chadd2020-04-162-2/+1
* Alert devd when acpi_video brightness changesColin Percival2020-04-161-0/+3
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-169-43/+43
* Use %zu to print a size_t value instead of %ju.John Baldwin2020-04-161-1/+1
* Add 'gpio' since mmc now requires gpio_if.h.John Baldwin2020-04-161-0/+1
* arm: nvidia: pcie: Rename class name to pcibEmmanuel Vadot2020-04-161-1/+1
* Avoid calling protocol drain routines more than once per reclamation event.Jonathan T. Looney2020-04-162-5/+5
* Add a regression test for the changes in r359922 and r359923.Jonathan T. Looney2020-04-163-0/+207
* arm: Fix duplicate pcib DRIVER_MODULEEmmanuel Vadot2020-04-162-4/+4
* Fix userland build broken by r360014.Alexander V. Chernikov2020-04-161-0/+1
* Document TCP_TLS_MODE_TOE.John Baldwin2020-04-161-1/+3
* style(9): end continued line with operator.Brooks Davis2020-04-161-2/+2
* Add nhop parameter to rti_filter callback.Alexander V. Chernikov2020-04-166-17/+26
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2020-04-162-4/+4
* vmm(4): Expose instruction decode to userspace buildConrad Meyer2020-04-162-2/+24
* arm: allwinner: aw_mmc: Make it possible to unload the moduleEmmanuel Vadot2020-04-163-1/+71
* Reduce default TCP delayed ACK timeout to 40ms.Richard Scheffenegger2020-04-162-3/+3
* mmc_fdt_helpers: Drain the cd pin taskqueue in mmc_fdt_gpio_teardownEmmanuel Vadot2020-04-161-0/+2
* mmc_fdt_helpers: Always init the timoutEmmanuel Vadot2020-04-161-3/+4
* Revert r359965Emmanuel Vadot2020-04-161-14/+10
* Fix ps_strings type change for i386Scott Long2020-04-161-1/+1
* Add support for some IOCFacts fields that are available with mpr (12Gb)Scott Long2020-04-161-0/+7
* Don't keep a private copy of mpr_ioctl.h and mps_ioctl.h, since theyScott Long2020-04-163-781/+2
* Add a small hack to the ioctl header files so that both mpr and mps canScott Long2020-04-162-0/+4
* Sync with NetBSD/OpenBSD.Xin LI2020-04-161-46/+71
* Preload hostuuid for early-boot useKyle Evans2020-04-162-0/+36
* Improve TSC calibration logic.Konstantin Belousov2020-04-151-24/+7
* Fix the NFSv4.2 extended attribute support for remove extended attrbute.Rick Macklem2020-04-152-2/+3
* Revert commit b6cf400aa fro llvm git (by Nemanja Ivanovic):Dimitry Andric2020-04-151-1/+0
* Use crypto_contiguous_subsegment().John Baldwin2020-04-151-21/+3
* powerpc: autosize bpvo based on physical memoryAlfredo Dal'Ava Junior2020-04-151-1/+18
* Attempt to use AT_PS_STRINGS to get the ps_strings pointer.Brooks Davis2020-04-151-0/+8
* Support AT_PS_STRINGS in _elf_aux_info().Brooks Davis2020-04-151-1/+15
* Add procstat support for AT_ flags added in r359988.Brooks Davis2020-04-151-0/+30
* Export argc, argv, envc, envv, and ps_strings in auxargs.Brooks Davis2020-04-155-1/+17
* Make ps_strings in struct image_params into a pointer.Brooks Davis2020-04-156-4/+6
* Introduce an AUXARGS_ENTRY_PTR() macro.Brooks Davis2020-04-151-0/+7
* Document removal of deprecated algorithms from geli(4).John Baldwin2020-04-151-0/+4
* Set inp_flowid's for TOE connections.John Baldwin2020-04-153-2/+8
* Clear CPL_GET_TCB_RPL handler on module unload.John Baldwin2020-04-151-0/+1