]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-01-24 Warner Loshstand: impose 510,000 byte limit for /boot/loader and...
2023-01-24 Warner Loshstand: i386/amd64: Always use elf format for /boot...
2023-01-24 Warner Loshstand: Reduce number of files that need -I${LDRSRC}
2023-01-24 Warner Loshstand: Remove unneeded include from geli
2023-01-24 Warner Loshstand: use snprintf here
2023-01-24 Warner Loshstand: Add a helper 'universe' target
2023-01-24 Warner Loshstand: Move quit command to common commands
2023-01-24 Warner Loshkboot: Make console raw when we start
2023-01-24 Warner Loshkboot: implement stripped down termios
2023-01-24 Warner Loshkboot: Implement host_ioctl
2023-01-24 Warner Loshkboot: Add host_exit and use it to implement exit()
2023-01-24 Warner Loshkboot: aarch64 support
2023-01-24 Warner Loshkboot: Move conf.c up to top level
2023-01-24 Warner Loshkboot: Remove RELOC defines, it's unused
2023-01-24 Warner Loshkboot: Convert from getdents to getdents64
2023-01-24 Warner Loshkboot: Do a style(9) pass on kbootfdt.c
2023-01-24 Warner Loshstand: tftp.c doesn't need bootinfo.h
2023-01-24 Warner Loshstand: Make sure nobody has a NULL pointer for dv_cleanup
2023-01-24 Warner Loshstand: Small comment correction
2023-01-24 Warner Loshstand: Create DEV_NAMLEN for the length of a device...
2023-01-24 Warner Loshstand: Spell License correctly
2023-01-24 Warner Loshstand: Fix set but unused warning
2023-01-24 Warner Loshstand/disk: Trivial formatting nit
2023-01-24 Warner Loshstand: Use c99 structure initialization for userboot...
2023-01-24 Warner Loshstand: Use c99 structure initialization for gzipfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for splitfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for pkgfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for nfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for bzipfs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for ext2fs_fsops
2023-01-24 Warner Loshstand: Use c99 structure initialization for network...
2023-01-24 Warner Loshstand: Use c99 structure initialization for fwohci...
2023-01-24 Warner Loshstand: Use c99 structure initialization for userboot...
2023-01-24 Warner Loshstand: Use c99 structure initialization for uboot block...
2023-01-24 Warner Loshstand: Use c99 structure initialization for ofw's block...
2023-01-24 Warner Loshstand: Use c99 structure initialization for kboot's...
2023-01-24 Warner Loshstand: Use c99 structure initialization for md device
2023-01-24 Warner Loshkboot: Pull in constants from Linux's mmap.h api
2023-01-24 Warner Loshkboot: Properly cap number of segments loaded for kexec
2023-01-24 Warner Loshkboot: Refinements to host_kexec_load
2023-01-24 Warner Loshkboot: Use #defines for magic reboot constants
2023-01-24 Warner Loshkboot: Implement mount(2)
2023-01-24 Warner Loshkboot: Implement mkdir(2)
2023-01-24 Warner Loshkboot: Implement dup(2)
2023-01-24 Warner Loshkboot: Implement symlink(2)
2023-01-24 Warner Loshkboot: Implement getpid(2)
2023-01-24 Warner Loshkboot: Implement munmap(2)
2023-01-24 Warner Loshkboot: Implement stat(2) and fstat(2) system calls
2023-01-24 Warner Loshkboot: Add HOST_O_ constants for open, etc
2023-01-24 Warner Loshkboot: Enhance kboot_getdev to cope with NULLs
2023-01-24 Warner Loshkboot: Reimplement older system calls in terms of newer...
2023-01-24 Warner Loshkboot: Rework _start
2023-01-24 Warner Loshstand: Remove extra efi.h include
2023-01-24 Toomas Soomeloader.efi: faults could try to print out call trace
2023-01-24 Warner Loshstand: Fix inclusion of sys/blake3.h
2023-01-24 Warner Loshstand: Work around upstream issues in the standalone...
2023-01-24 Warner Loshstand: For ZFS build, add new directory
2023-01-24 Warner Loshstand: Add comment about CFLAGS pollution
2023-01-24 Warner Loshstand: constrain zlib/gzip CFLAGS better
2023-01-24 Warner Loshstand: Confine BZIP defines to bzip files
2023-01-24 Warner Loshstand: geli CFLAGS tightening
2023-01-24 Warner Loshstand: Don't reuse ZFSSRC
2023-01-24 Warner Loshamd64/efi: Remove setting hints for rsdp
2023-01-24 Warner Loshloader: Set preferred kenv for acpi.rsdp on arm64
2023-01-24 Ed MasteRemove "All Rights Reserved" from Foundation copyrights
2023-01-24 Warner Loshkboot: rename kexec_load to host_kexec_load
2023-01-24 Warner Loshkboot: sort system calls
2023-01-24 Warner Loshkboot: use SYS_kexec_load insteaed of __NR_kexec_load
2023-01-24 Warner Loshkboot: Sort system calls alphabetically
2023-01-24 Warner Loshstand: Initial kboot support on amd64
2023-01-24 Warner Loshstand: Install libsa.3
2023-01-24 Warner Loshstand: Change libstand.3 to libsa.3
2023-01-24 Warner Loshstand: s/libstand/libsa/g to catch up with rename
2023-01-24 Jens SchweikhardtClean up some grammos I left behind.
2023-01-24 Jens SchweikhardtCorrect typos and more precise wording.
2023-01-24 Jens SchweikhardtCorrect a grammo.
2023-01-24 Gordon Berglingpowerpc64: Fix a typo in a source code comment
2023-01-24 Hans Petter... stand/usb: Fix build by declaring missing functions...
2023-01-24 Simon J. GerratyHandle MODULE_VERBOSE_TWIDDLE in module_verbose_set
2023-01-24 Simon J. Gerratymodule_verbose should also affect non-ELF modules.
2023-01-24 Simon J. GerratyAdd support for module_verbose
2023-01-24 Warner Loshstand/uboot: Fix building of ubldr.bin
2023-01-24 John Baldwingeliboot: Use the correct IV length for AES-XTS.
2023-01-24 Warner Loshmips: remove saf1761
2023-01-24 Jessica Clarkeufs: Rework shortlink handling to avoid subobject overflows
2023-01-24 Warner Loshkboot: move to generic syscall interface
2023-01-24 Warner Loshkboot: Split out powerpc build
2023-01-24 Warner Loshkboot: Move powerpc kboot to top level
2023-01-24 Warner Loshstand/module: skip is only used by veriexec
2023-01-24 Warner Loshstand/userboot: Kill set but unused variables
2023-01-24 Warner Loshstand: netif kill set but unused variables
2023-01-24 Warner Loshstand/uboot: reorg
2023-01-24 Warner Loshloader: move all gfx_fb.c stubs to common/gfx_fb_stub.c
2023-01-24 Warner Loshloader: narrow the scope of gfx frame buffer wrt tg...
2023-01-24 Warner Loshloader/kboot: minor style nit
2023-01-24 Warner Loshloader:prefix is only used for LOADER_VERIEXEC
2023-01-24 Warner Loshstand: remove mips support
2023-01-24 Warner Loshloader.mk: Simplify a little bit
2023-01-24 Warner Loshkboot: remove host_seek
2023-01-24 Warner Loshkboot: simplify _start
next