]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
bitstring: Support large bit strings.
[FreeBSD/FreeBSD.git] / usr.sbin /
2023-10-10 John BaldwinTrim various $FreeBSD$
2023-10-10 Baptiste Daroussinbsdconfig: rework packages selection TUI
2023-10-09 Pierre ProncheryOpenSSL: update to 3.0.11
2023-10-09 Ed Mastessh: Update to OpenSSH 9.5p1
2023-10-09 Benedict Reuschlingbhyve(8): Fix style warnings emitted by mandoc, no...
2023-10-09 Felix Johnsonbhyve(8): Expand the -p option text with additional...
2023-10-08 Martin Matuskazfs: merge openzfs/zfs@66b81b349
2023-10-07 Danilo G. Baiojexec.8: Add examples section
2023-10-06 Dag-Erling Smørgravdaemon: Disable stdio buffering.
2023-10-05 Baptiste Daroussinbsdconfig: remove even more of the ftp support
2023-10-05 Baptiste Daroussinbsdconfig: simplify pkg installation and ABI detection
2023-10-05 Dag-Erling Smørgravcertctl: Split certificate bundles before processing.
2023-10-05 Dag-Erling Smørgravcertctl: Clean up.
2023-10-05 Baptiste Daroussinbsdconfig: use working respositories
2023-10-05 Baptiste Daroussinbsdconfig: remove support for ftp, pkg does not support...
2023-10-05 Baptiste Daroussinbsdconfig: drop support for floppies
2023-10-05 Baptiste Daroussinbsdconfig: always build and install
2023-10-05 Alfonso S. Sicilianobsdconfig(8): add bsddialog(1) support
2023-10-04 Mark Johnstonbhyve: Move the vm_inject_fault() implementation to...
2023-10-04 Mark Johnstonbhyve: Build the HPET ACPI table on amd64 only
2023-10-04 Mark Johnstonbhyve: Move most early initialization into an MD routine
2023-10-04 Mark Johnstonbhyve: Move vcpu initialization into a MD source file
2023-10-04 Mark Johnstonbhyve: Make gdb support optional
2023-10-04 Mark Johnstonbhyve: Make most I/O port handling specific to amd64
2023-10-04 Mark Johnstonbhyve: Conditionally compile framebuffer-related code
2023-10-04 Mark Johnstonbhyve: Move legacy PCI interrupt handling under amd64/
2023-10-04 Mark Johnstonbhyve: Compile some device models only on amd64
2023-10-04 Mark Johnstonbhyve: Move AP startup code to amd64/
2023-10-04 Mark Johnstonbhyve: Move the gvt-d driver to amd64/
2023-10-04 Mark Johnstonbhyve: Move power management code to amd64/
2023-10-04 Mark Johnstonbhyve: Move the RTC driver to amd64/
2023-10-04 Mark Johnstonbhyve: Move MSR emulation into amd64/
2023-10-04 Mark Johnstonbhyve: Remove some unneeded includes from snapshot.c
2023-10-04 Mark Johnstonbhyve: Split vmexit handling into a separate file
2023-10-04 Mark Johnstonbhyve: Move kernemu to amd64/
2023-10-04 Mark Johnstonbhyve: Move more amd64-specific code under amd64/
2023-10-04 Mark Johnstonbhyve: Move some more amd64-specific drivers to their...
2023-10-04 Mark Johnstonbhyve: Start moving machine-dependent code into subdire...
2023-10-04 Mark Johnstonbhyve: Improve pcifd function naming
2023-10-04 Baptiste Daroussinbsddialog: import version 1.0
2023-10-04 Ed Mastefreebsd-update: add a note about when files may be...
2023-10-04 Martin Matuskazfs: merge openzfs/zfs@f795e90a1
2023-10-02 Mitchell Horneofwdump: install dependent on MK_FDT
2023-09-30 Dimitry Andricmakefs/zfs: fix build with gcc 12 after b5a2bf512dbe
2023-09-29 Martin Matuskazfs: merge openzfs/zfs@e13538856
2023-09-28 Mark Johnstonmakefs/zfs tests: Add a test case which appends to...
2023-09-28 Mark Johnstonmakefs/zfs: Ensure that the last block of a file has...
2023-09-28 Jake Freelandsyslogd: Do not add shutdown sockets to the kqueue
2023-09-28 Jake Freelandsyslogd: Use pipe to communicate with daemon
2023-09-28 Jake Freelandsyslogd: Ignore signals in sigcatch[]
2023-09-28 Jake Freelandsyslogd: Pre-open null file descriptor
2023-09-28 Jake Freelandsyslogd: Do not open console descriptor
2023-09-28 Jake Freelandsyslogd: unlink() -> unlinkat()
2023-09-28 Jake Freelandsyslogd: Add closelogfiles() function
2023-09-28 Jake Freelandsyslogd: Fix sizeof() styling
2023-09-28 Jake Freelandsyslogd: Move action parsing into its own function
2023-09-28 Jake Freelandsyslogd: Move selector parsing into its own function
2023-09-28 Jake Freelandsyslogd: Move prop_filter allocation into function
2023-09-28 Jake Freelandsyslogd: Do not print bad data
2023-09-28 Jake Freelandsyslogd: Merge loops
2023-09-28 Jake Freelandsyslogd: Do not reap child processes
2023-09-28 Jake Freelandsyslogd: Use process descriptors
2023-09-28 Jake Freelandsyslogd: Simplify filed structure
2023-09-28 Jake Freelandsyslogd: Style fixes
2023-09-28 Jake Freelandsyslogd: Simplify property filters
2023-09-28 Jake Freelandsyslogd: Clean up allowedpeer structure
2023-09-28 Jake Freelandsyslogd: Only use peerlist during flag parsing
2023-09-28 Jake Freelandsyslogd: Use boolean reload parameter for init()
2023-09-28 Jake Freelandsyslogd: Centralize operations into a kevent loop
2023-09-28 Jake Freelandsyslogd: Replace int with bool, where applicable
2023-09-28 Jake Freelandsyslogd: Move fhead under filed struct declaration
2023-09-28 Jake Freelandsyslogd: Remove addfile() and free up some memory
2023-09-28 Jake Freelandsyslogd: Read configuration outside of init loop
2023-09-28 Mark Johnstonsyslogd: Fix fd type, add enum for filed types
2023-09-28 Corvin Köhnebhyve: always generate ACPI tables
2023-09-27 Mark Johnstonmakefs/zfs: Remove a nonsensical comment
2023-09-27 Ed Mastefreebsd-update: handle file -> directory on upgrade
2023-09-27 Mitchell Hornepmcstat: fix duplicate event allocation on CPU 0
2023-09-27 Baptiste Daroussinnvi: import version 2.2.1
2023-09-27 Mark Johnstonmakefs/zfs tests: Run zdb prior to importing makefs...
2023-09-27 Mark Johnstonmakefs/zfs: Set the objset block pointer fill field...
2023-09-27 Mark Johnstonmakefs/zfs: Use unsigned integers for indirect block...
2023-09-26 Greg LeheyExplain the -d option.
2023-09-25 John BaldwinPurge more stray embedded $FreeBSD$ strings
2023-09-25 John Baldwinlpr: Remove now unused fallback definition for __FBSDID
2023-09-24 Martin Matuskazfs: merge openzfs/zfs@2e2a46e0a
2023-09-21 Stéphane Rochoymakefs: Handle missing link keyword in mtree spec
2023-09-21 Alan Somersmprutil: "fix user reply buffer (64)..." warnings
2023-09-21 Martin Matuskazfs: merge openzfs/zfs@4647353c8
2023-09-21 Lars Kellogg-Stedmanbsdinstall: avoid conflicts with fd 3
2023-09-20 Juraj Lutterfreebsd-update: Allow for upper/lowercase y/n
2023-09-20 Stephen J. Kiernanrpcbind: Add flag for foreground mode
2023-09-20 Ed Mastemakefs: remove ISO9660 Archimedes extension support
2023-09-20 Ed MasteAdd deprecation notices to publickey(5) tools
2023-09-19 Ed Mastelibfido2: update to 1.13.0
2023-09-19 Cy Schubertsqlite3: Vendor import of sqlite3 3.43.1
2023-09-19 Cy Schubertunbound: Vendor import 1.18.0
2023-09-18 Mateusz Piotrowskidaemon.8: Document -u sets HOME, USER, and SHELL
2023-09-18 Mateusz Piotrowskidaemon.8: Sort options in DESCRIPTION
2023-09-18 Mateusz Piotrowskidaemon.8: Use Cm where appropriate
next