aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zfs: fix EIO accessing dataset after resuming interrupted receiveAlan Somers2020-08-201-1/+1
* Use pmap_mapbios() to map ACPI tables on amd64 and i386.Mark Johnston2020-08-202-182/+38
* Remove an unused parameter from map_table().Mark Johnston2020-08-201-4/+4
* Add the MSG_TLSAPPDATA flag to indicate "return ENXIO" for non-application TLSRick Macklem2020-08-192-0/+27
* libsa: remove leftover whitespaceToomas Soome2020-08-191-1/+1
* Unify AcpiGetTable() KPI use in identify, probe and attach.Alexander Motin2020-08-191-7/+25
* Add a KCOV man page.Mark Johnston2020-08-192-0/+207
* TCP: remove special treatment for hardware (ifnet) TLSAndrew Gallatin2020-08-193-301/+21
* ipfirewall(4): remove Cuseeme from supported listEd Maste2020-08-191-2/+2
* Document the VFS FS eventsWarner Losh2020-08-191-0/+14
* Add VFS FS events for mount and unmount to devctl/devdWarner Losh2020-08-191-0/+74
* Move the mount name to bit mapping into sys/mount.h so it can be shared with theWarner Losh2020-08-192-31/+43
* Fix the mips64 world build after r364284.Dimitry Andric2020-08-191-0/+5
* Remove some noisy ACPI tables messages from verbose dmesg.Alexander Motin2020-08-193-27/+3
* libsa: make env_discard() publicToomas Soome2020-08-192-3/+2
* libsa: cstyle cleanup for environment.cToomas Soome2020-08-191-119/+118
* Unbreak `freebsd-update updatesready'.Michael Gmelin2020-08-191-1/+11
* cache: when adding an already existing entry assert on a complete matchMateusz Guzik2020-08-191-0/+9
* cache: tidy up the comment above cache_prehashMateusz Guzik2020-08-191-1/+1
* Mark COVERAGE and KCOV as part of KCSANAndrew Turner2020-08-192-0/+4
* Cross-reference development.7 and tests.7Mateusz Piotrowski2020-08-192-3/+5
* Avoid evaluating the XHCI control endpoint context.Hans Petter Selasky2020-08-192-15/+3
* Fix the real shared libraries (lib*.so.X) from OLD_FILES to OLD_LIBS,Alexander Leidinger2020-08-191-18/+18
* Print current buffer latency in dmesg for the USB audio driver and not justHans Petter Selasky2020-08-191-4/+6
* vfs: remove the always-curthread td argument from VOP_RECLAIMMateusz Guzik2020-08-199-11/+8
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-1915-27/+35
* vfs: sanity check mount counters in vfs_op_enterMateusz Guzik2020-08-191-0/+3
* Three typos:Warner Losh2020-08-191-2/+2
* bectl(8): Fix output of `bectl list` for the 'Mountpoint' column.Robert Wing2020-08-191-5/+9
* Increase BER to PER lookup table size in an attempt to mitigate panicsMarko Zec2020-08-181-1/+1
* Fix ber parameter description.Marko Zec2020-08-181-1/+1
* linux: add sysctl compat.linux.use_emul_pathMateusz Guzik2020-08-189-155/+305
* linux: consistently use LFREEPATH instead of open-coding itMateusz Guzik2020-08-183-3/+3
* Fix two typos.Warner Losh2020-08-181-2/+2
* Document the ZFS events as best I can. These are not well documented.Warner Losh2020-08-181-0/+11
* Document the AEON subsystem for the Amiga's power button.Warner Losh2020-08-181-0/+6
* Document the PMU systemWarner Losh2020-08-181-1/+73
* GEOM::rotation_rate changes are also signaled via devctl.Warner Losh2020-08-181-0/+2
* Move the possible event types into a column table to make it easier to read.Warner Losh2020-08-181-139/+97
* gdb(4): Support empty qSupported queriesConrad Meyer2020-08-181-1/+8
* None of system, subsystem, or type may have spaces in them. Convert the spacesWarner Losh2020-08-182-4/+4
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-1811-86/+240
* TCP Cubic: recalculate cwnd for every ACK.Richard Scheffenegger2020-08-181-17/+5
* Fix two bugs I introduced in r362563.Michael Tuexen2020-08-181-2/+2
* pf.conf(5): Assorted fixesGordon Bergling2020-08-181-4/+3
* bt(4) has already been removed. Add a deprecation notice.Warner Losh2020-08-181-1/+4
* uptime(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-08-181-1/+6
* riscv: Use global mimpid in identify_cpu()Nick O'Brien2020-08-181-3/+1
* cam: add missing MAKEDEV_NOWAIT in passregisterMateusz Guzik2020-08-181-0/+1
* Check the XHCI endpoint state before issuing XHCI endpoint commands.Hans Petter Selasky2020-08-181-10/+36