]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Indicate that X(7) cross refs are satisfied by ports/x11/xorg-docs.
[FreeBSD/FreeBSD.git] / stand /
2022-08-13 Martin Matuskazfs: merge openzfs/zfs@b3d0568cf
2022-08-13 Jessica Clarkestand: Fix a couple of comment typos in f8a199f28f9d
2022-08-13 Kirk McKusickMove the ability to search for alternate UFS superblock...
2022-08-13 Warner Loshstand: Only compile decompression routines
2022-08-13 Warner Loshstand: Compile out the extensive superblock diagnostic...
2022-08-13 Warner Loshstand: Raise limit to 550,000 bytes for loader
2022-08-11 Warner Loshstand: Go back to a.out format for /boot/loader
2022-08-11 Warner Loshstand: Make BIOS loader size limits settable
2022-08-11 Warner Loshstand: i386_fmtdev can be reduced to devformat
2022-08-11 Warner Loshstand: uboot_fmtdev can be reduced to devformat
2022-08-11 Warner Loshstand: userboot_fmtdev can be reduced to devformat
2022-08-11 Warner Loshstand: efi_fmtdev can be reduced to devformat
2022-08-11 Warner Loshstand: Replace zfs_fmtdev with generic devformat()
2022-08-11 Warner Loshstand: For zfs, set dv_fmtdev to zfs_fmtdev
2022-08-11 Warner Loshstand: Use devformat instead of disk_devfmt
2022-08-11 Warner Loshstand: Use devformat rather than disk_devfmt
2022-08-11 Warner Loshstand: Add disk_fmtdev for dv_fmtdev for all the disk...
2022-08-11 Warner Loshstand: Add devformat to return formatted string for...
2022-08-11 Warner Loshstand: Add dv_devfmt to return a string represenation...
2022-08-11 Warner Loshstand: Change zfs_fmtdev to take a struct devdesc *
2022-08-11 Warner Loshstand: Change disk_fmtdev to take a struct devdesc *
2022-08-11 Warner Loshstand: Move i386_devdesc to a union
2022-08-11 Warner Loshstand: Remove unnecessary include
2022-08-11 Warner Loshstand: impose 510,000 byte limit for /boot/loader and...
2022-08-11 Warner Loshstand: i386/amd64: Always use elf format for /boot...
2022-08-11 Philip Paepscontrib/tzdata: import tzdata 2022b
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.18
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.17
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.16
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.15
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.14
2022-08-06 Cy Schubertunbound: Vendor import 1.16.2
2022-08-03 Warner Loshstand: Reduce number of files that need -I${LDRSRC}
2022-08-03 Warner Loshstand: Remove unneeded include from geli
2022-08-03 Warner Loshstand: use snprintf here
2022-07-31 Kirk McKusickAdd a flags parameter to the ffs_sbget() function that...
2022-07-30 Warner Loshstand: Add a helper 'universe' target
2022-07-30 Warner Loshstand: Move quit command to common commands
2022-07-29 Alfredo Dal'Ava... loader: fix powerpc64le ofw loader
2022-07-28 Warner Loshkboot: Make console raw when we start
2022-07-28 Warner Loshkboot: implement stripped down termios
2022-07-28 Warner Loshkboot: Implement host_ioctl
2022-07-28 Warner Loshkboot: Add host_exit and use it to implement exit()
2022-07-28 Warner Loshkboot: aarch64 support
2022-07-28 Warner Loshkboot: Move conf.c up to top level
2022-07-28 Warner Loshkboot: Remove RELOC defines, it's unused
2022-07-28 Warner Loshkboot: Convert from getdents to getdents64
2022-07-28 Warner Loshkboot: Do a style(9) pass on kbootfdt.c
2022-07-27 Simon J. GerratyUpdate to bmake-20220726
2022-07-27 Warner Loshstand: tftp.c doesn't need bootinfo.h
2022-07-27 Warner Loshstand: Make sure nobody has a NULL pointer for dv_cleanup
2022-07-27 Warner Loshstand: Small comment correction
2022-07-27 Warner Loshstand: Create DEV_NAMLEN for the length of a device...
2022-07-26 Warner Loshstand: Spell License correctly
2022-07-26 Simon J. GerratyUpdate to bmake-20220724
2022-07-26 Warner Loshstand: Fix set but unused warning
2022-07-25 Warner Loshstand/disk: Trivial formatting nit
2022-07-24 Warner Loshstand/zfs: Update comment about blake3_impl_hack.c
2022-07-24 Warner Loshstand/libsa: zfs use standard ZFS_EARLY stuff
2022-07-24 Warner Loshstand/zfs: Limit flags further for ZFS
2022-07-24 Warner Loshstand: Use c99 structure initialization for userboot...
2022-07-24 Warner Loshstand: Use c99 structure initialization for gzipfs_fsops
2022-07-24 Warner Loshstand: Use c99 structure initialization for splitfs_fsops
2022-07-24 Warner Loshstand: Use c99 structure initialization for pkgfs_fsops
2022-07-24 Warner Loshstand: Use c99 structure initialization for nfs_fsops
2022-07-24 Warner Loshstand: Use c99 structure initialization for bzipfs_fsops
2022-07-24 Warner Loshstand: Use c99 structure initialization for ext2fs_fsops
2022-07-24 Warner Loshstand: Use c99 structure initialization for network...
2022-07-24 Warner Loshstand: Use c99 structure initialization for fwohci...
2022-07-24 Warner Loshstand: Use c99 structure initialization for userboot...
2022-07-24 Warner Loshstand: Use c99 structure initialization for uboot block...
2022-07-24 Warner Loshstand: Use c99 structure initialization for ofw's block...
2022-07-24 Warner Loshstand: Use c99 structure initialization for kboot's...
2022-07-24 Warner Loshstand: Use c99 structure initialization for md device
2022-07-22 John Baldwinstand geli: Restore include path to LDRSRC.
2022-07-22 John Baldwinstand libsa: Restore include path to LDRSRC for disk...
2022-07-15 Dimitry AndricAdjust parse() definition in boot2 to avoid clang 15...
2022-07-15 Warner Loshkboot: Pull in constants from Linux's mmap.h api
2022-07-15 Warner Loshkboot: Properly cap number of segments loaded for kexec
2022-07-15 Warner Loshkboot: Refinements to host_kexec_load
2022-07-15 Warner Loshkboot: Use #defines for magic reboot constants
2022-07-15 Warner Loshkboot: Implement mount(2)
2022-07-15 Warner Loshkboot: Implement mkdir(2)
2022-07-15 Warner Loshkboot: Implement dup(2)
2022-07-15 Warner Loshkboot: Implement symlink(2)
2022-07-15 Warner Loshkboot: Implement getpid(2)
2022-07-15 Warner Loshkboot: Implement munmap(2)
2022-07-15 Warner Loshkboot: Implement stat(2) and fstat(2) system calls
2022-07-15 Warner Loshkboot: Add HOST_O_ constants for open, etc
2022-07-15 Warner Loshkboot: Enhance kboot_getdev to cope with NULLs
2022-07-15 Warner Loshkboot: Reimplement older system calls in terms of newer...
2022-07-15 Warner Loshkboot: Rework _start
2022-07-15 Warner Loshstand: Remove extra efi.h include
2022-07-14 Toomas Soomeloader.efi: faults could try to print out call trace
2022-07-13 Cy Schubertunbound: Vendor import 1.16.1
2022-07-09 Warner Loshstand: Add comments on ZFS build
2022-07-09 Warner Loshstand: Add blake3 support to boot loader
2022-07-09 Warner Loshstand: delete zstd_shim.c
2022-07-09 Warner Loshstand: Compile zfs_zstd.c directly now
2022-07-09 Warner Loshstand: Fix inclusion of sys/blake3.h
next