summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pass4check() to freeblock() and move from pass4.c to inode.c.Kirk McKusick2020-12-185-47/+41
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-186-6/+16
* proc.h: Reformat P_ and P2_ definitions.Konstantin Belousov2020-12-181-45/+66
* strerror.3: Fix whitespace issue introduced in r368714Jessica Clarke2020-12-181-1/+1
* Switch direct rt fields access in rtsock.c to newly-create field acessors.Alexander V. Chernikov2020-12-181-38/+121
* Skip the vm.pmap.kernel_maps sysctl by default.John Baldwin2020-12-184-4/+4
* riscv: report additional known SBI implementationsMitchell Horne2020-12-182-0/+16
* arm64: rk3399: Export the watchdog clockEmmanuel Vadot2020-12-181-0/+5
* amd64: use register macros for gdb_cpu_getreg()Mitchell Horne2020-12-182-22/+25
* amd64: allow gdb(4) to write to most registersMitchell Horne2020-12-182-4/+50
* acpi: Ensure that adjacent memory affinity table entries are coalescedMark Johnston2020-12-181-12/+25
* Fix the ipfw service status output when ipfw.ko isn't loadedMark Johnston2020-12-181-1/+3
* virtio_mmio: Fix feature negotiation copy-paste issue in r361943Jessica Clarke2020-12-181-2/+2
* Fix abort in jemalloc extent coalescing.Marcin Wojtas2020-12-181-2/+5
* tools/tools/locale: fix static-colldefYuri Pankov2020-12-181-2/+1
* MFV r368746:Xin LI2020-12-184-23/+26
|\
| * Apply upstream fix 08968baec1122a58bb90d8f97ad948a75f8a5d69:vendor/unboundXin LI2020-12-175-24/+27
* | tools/tools/locale: install generated files in current src checkoutYuri Pankov2020-12-181-1/+1
* | pci_iov: When pci_iov_detach(9) is called, destroy VF childrenKonstantin Belousov2020-12-181-15/+38
* | Fix issues with various VNC clients.Peter Grehan2020-12-181-104/+199
* | ice: quiet -Wredundant-declsRyan Libby2020-12-171-9/+0
* | VFS_QUOTACTL: Remove needless casts of argBrooks Davis2020-12-172-9/+9
* | net tests: Re-enable most if_clone testsKristof Provost2020-12-171-16/+0
* | Fix f_pkt_into_t typo.Alexander Motin2020-12-171-2/+2
* | Use __containerof() instead of home-rolled versions.John Baldwin2020-12-175-11/+5
* | Describe the commit message template our git hook script producesEd Maste2020-12-171-1/+10
* | Use a template assembly file for firmware object files.John Baldwin2020-12-174-16/+60
* | Cleanups to *ERR* compat shims.John Baldwin2020-12-171-7/+7
* | chmod +x the git commit message prep hookEd Maste2020-12-171-0/+0
* | Add initial version of git commit message preparation hookEd Maste2020-12-171-0/+55
* | Fix a race in tty_signal_sessleader() with unlocked read of s_leader.Konstantin Belousov2020-12-171-2/+9
* | Update the unbound version number from r368478.Cy Schubert2020-12-171-3/+3
* | fd: reimplement close_range to avoid spurious relockingMateusz Guzik2020-12-171-25/+30
* | audit: rework AUDIT_SYSCLOSEMateusz Guzik2020-12-173-20/+19
* | fd: refactor closefp in preparation for close_range reworkMateusz Guzik2020-12-171-21/+43
* | lualoader: fix lua-lint runKyle Evans2020-12-172-2/+3
* | lualoader: cli: provide a show-module-options loader commandKyle Evans2020-12-174-2/+91
* | [ng_socket] Don't take the SOCKBUF_LOCK() twice in the RX data path.Aleksandr Fedorov2020-12-171-2/+9
* | Add IRQ resource to SPIBUSEmmanuel Vadot2020-12-173-0/+44
* | arm: Remove samsung exnynos portEmmanuel Vadot2020-12-1727-6236/+0
* | Change POSIX compliance level for visibility of strerror_l(3).Konstantin Belousov2020-12-171-1/+1
* | kyua: Only install examples if requestedEmmanuel Vadot2020-12-171-1/+7
* | Drop EFI_STAGING_SIZE back down to 64MWarner Losh2020-12-171-3/+1
* | [bhyve] virtio-net: Do not allow receiving packets until features have been n...Aleksandr Fedorov2020-12-171-0/+19
* | bsdinstall: remove VTOC8 partition scheme optionMitchell Horne2020-12-171-7/+0
* | Make non-debug kernels installable.Nathan Whitehorn2020-12-171-2/+0
* | strerror.3: Add an example for perror()Mateusz Piotrowski2020-12-171-1/+26
* | freebsd-update: unconditionally regenerate passwd/login.conf filesKyle Evans2020-12-171-11/+3
* | /etc/services: attempt to bring the database to this century 2/2.Pedro F. Giffuni2020-12-172-236/+204
* | nl_langinfo(3): document recognized item namesYuri Pankov2020-12-171-8/+94