]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
pf: fix panic on deferred packets
[FreeBSD/FreeBSD.git] / usr.sbin /
2023-01-12 Brooks Davismakefs: don't needlessly require directories to exist
2023-01-12 Brooks DavisRevert "makefs: don't needlessly require directories...
2023-01-12 Brooks Davismakefs: don't needlessly require directories to exist
2023-01-12 Brooks Davismakefs: handle mtree link= for ZFS
2023-01-12 Brooks Davismakefs: handle mtree contents= in zfs
2023-01-12 Rick MacklemRevert "gssd: Fix handling of the gssname=<name> NFS...
2023-01-11 Gordon Berglingiwmbtfw(8): Fix a typo in a kernel message
2023-01-11 Dag-Erling Smørgravtzcode: Move configuration into separate header.
2023-01-10 Dag-Erling SmørgravBring our tzcode up to date.
2023-01-07 Rick Macklemgssd: Fix handling of the gssname=<name> NFS mount...
2023-01-06 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.1
2023-01-05 Andre Albsmeierpwd_mkdb(8): Don't copy comments from /etc/master.passw...
2023-01-01 Xin LIMFV: xz 5.4.0
2022-12-29 David E. O'Briennewsyslog.conf: Minor formatting fix
2022-12-29 David E. O'Briennewsyslog.conf: Sort paths
2022-12-22 Mateusz Guzikbsdinstall: s/to small/too small/
2022-12-22 Rick Macklemrpc.tlsservd: Check for a tls syscall failure.
2022-12-21 Rick Macklemrpc.tlsclntd: Check for a tls syscall failure.
2022-12-21 John Baldwinbhyve: Simplify spinup_ap_realmode slightly.
2022-12-21 John Baldwinbhyve: Tidy vCPU pthread startup.
2022-12-21 John Baldwinbhyve: Don't access vcpumap[vcpu] directly in parse_cpu...
2022-12-21 John Baldwinbhyve: Allocate struct vm_exit on the stack in vm_loop.
2022-12-21 John Baldwinbhyve: Remove some no-op code for setting RIP.
2022-12-21 John Baldwinbhyve: Simplify setting vCPU capabilities.
2022-12-21 John Baldwinbhyve: Remove unused return value from spinup_ap.
2022-12-21 John Baldwinbhyve: Remove handler for VM_EXITCODE_SPINUP_AP.
2022-12-17 Rick Macklemjail.8: Update the man page for allow.nfsd
2022-12-16 Mark Johnstonmakefs: Add some validation of ZFS pool names
2022-12-16 Mike Karelsdaily 440.status-mailq: avoid error from dma with submi...
2022-12-16 Mike Karelsdaily 150.clean-hoststat: suppress error when using dma
2022-12-15 Jamie Grittonjail: fix a NULL pointer derefence in parsing ip6.addr...
2022-12-13 Martin Matuskalibarchive: merge from vendor branch
2022-12-09 John Baldwinbhyve: Remove the unused vcpu argument from all of...
2022-12-09 John Baldwinbhyve: Remove unused vcpu argument from PCI read/write...
2022-12-09 John Baldwinbhyve: Pass a vCPU ID of 0 to vm_setup_pptdev_msi*.
2022-12-09 John Baldwinbhyve: Remove unused argument from pci_nvme_handle_door...
2022-12-09 Xin LIMFV: xz 5.2.9
2022-12-08 Doug Rabsonimgact_binmisc: Optionally pre-open the interpreter...
2022-12-08 Michael Tuexenppp: improve MSS clamping
2022-12-07 Martin Matuskazfs: merge openzfs/zfs@59493b63c (master)
2022-12-06 Corvin Köhnebhyve: build SPCR ACPI table
2022-12-05 Robert Wingbhyveload: open guest boot disk image O_RDWR
2022-12-05 John Baldwinfwcontrol: Disable -Wzero-length-bounds warnings.
2022-12-05 John Baldwinacpica: Quiet a -Wdangling-pointer warning in AcpiUtIni...
2022-12-05 John Baldwinpw: Don't return a pointer to an on-stack buffer from...
2022-12-03 Alexander MotinCTL: Allow userland supply tags via ioctl frontend.
2022-12-03 Alexander MotinMissed chunk of 0acc026dda9e.
2022-12-03 Alexander MotinCTL: Increase maximum SCSI tag size from 32 to 64 bits.
2022-12-03 Alexander Motinbhyve virtio-scsi: Fix residual reporting.
2022-12-02 Gleb SmirnoffRetire trpt(8).
2022-11-30 Philip Paepscontrib/tzdata: import tzdata 2022g
2022-11-29 Jessica Clarkebsdinstall: Fix local_unbound option default on revisit
2022-11-29 Jessica Clarkebsdinstall: Fix issues parsing rc.conf.services on...
2022-11-29 Jessica Clarkebsdinstall: Fix ntpd_sync_on_start service option
2022-11-29 John Baldwinbhyve: Avoid passing a possible garbage pointer to...
2022-11-29 John Baldwinbhyve: Appease warning about a potentially unaligned...
2022-11-29 John Baldwinbhyve: Fix sign compare warnings in the NVMe device...
2022-11-29 John Baldwinbhyve: Avoid unlikely truncation of the blockif ident...
2022-11-29 John Baldwinbhyve: Clear lid to 0 for internal device errors for...
2022-11-29 John Baldwinbhyve: Don't leak uninitialized bits in NVMe completion...
2022-11-29 John Baldwinbhyve: Fix sign compare warnings in the e1000 device...
2022-11-29 John Baldwinbhyve basl: Use GCC pragmas.
2022-11-28 Eugene Grosbeinpw(8): fix combination of modes -N and -w random
2022-11-28 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.0
2022-11-23 John Baldwinmakefs: Ignore some sign comparison warnings from GCC.
2022-11-23 John Baldwinmakefs zfs: Disable -Wunused-function for GCC as well.
2022-11-23 John Baldwinmakefs zfs: Use signed values for both results of ?:.
2022-11-21 Corvin Köhnebhyve: use dynamic ACPI table offsets
2022-11-21 Corvin Köhnebhyve: build RSDP table by basl
2022-11-21 Corvin Köhnebhyve: build RSDT table by basl
2022-11-21 Corvin Köhnebhyve: build XSDT table by basl
2022-11-21 Corvin Köhnebhyve: build FADT table by basl
2022-11-21 Corvin Köhnebhyve: build MADT table by basl
2022-11-21 Corvin Köhnebhyve: build HPET table by basl
2022-11-21 Corvin Köhnebhyve: add helper to fill a ACPI_GENERIC_ADDRESS
2022-11-21 Corvin Köhnebhyve: build MCFG table by basl
2022-11-21 Corvin Köhnebhyve: add helper to append a basl table without a...
2022-11-21 Corvin Köhnebhyve: make basl_table_add_* functions public
2022-11-21 Corvin Köhnebhyve: build FACS table by basl
2022-11-18 Mark Johnstonbhyve: Enable the default compiler warnings
2022-11-18 Mark Johnstonbhyve: Avoid using a packed struct for xhci port registers
2022-11-18 Mark Johnstonbhyve: Let BASL compile with raised warnings
2022-11-18 Mark Johnstonbhyve: Address an unused parameter warning in the smbio...
2022-11-18 Mark Johnstonbhyve: Disable thread safety analysis
2022-11-18 John Baldwinbhyve: Remove unused vm and vcpu arguments from vm_copy...
2022-11-18 Xin LIMFV: expat 2.5.0
2022-11-18 Xin LIMFV: xz-embedded 3f438e15109229bb14ab45f285f4bff5412a9542
2022-11-17 Xin LIMFV: Merge xz 5.2.8
2022-11-16 Martin Matuskazfs: merge openzfs/zfs@2163cde45
2022-11-16 Corvin Köhnebhyve: build DSDT table by basl
2022-11-16 Corvin Köhnebhyve: add basl support for common table header
2022-11-16 John Baldwinbhyve: Use XHCI_PORTREG_PTR in one place that open...
2022-11-15 Rick Macklemrpc.tlsservd.8: Update man page for new -N/--numdaemons...
2022-11-15 Emmanuel VadotImport device-tree files from Linux 6.0
2022-11-15 Emmanuel VadotImport device-tree files from Linux 5.19
2022-11-15 Corvin Köhnebhyve: add basl support for pointers
2022-11-15 Corvin Köhnebhyve: add basl support for checksums
2022-11-15 Corvin Köhnebhyve: add basl support for length fields
2022-11-15 Corvin Köhnebhyve: add basl support for generic addresses
2022-11-15 Corvin Köhnebhyve: add basl support for int values
next