]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-05-21 Rick Macklemvfs_mount.c: Allow mountd(8) to do exports in a vnet...
2023-05-21 Rick Macklemvfs_export: Add mnt_exjail to control exports done...
2023-05-19 Kirk McKusickFix off-by-one error in fsck_ffs(8) chkrange() block...
2023-05-19 Kirk McKusickUpdates to UFS/FFS superblock integrity checks when...
2023-05-19 Mateusz Guziknewfs: fix up 32-bit compile
2023-05-19 Kirk McKusickAdditional validity checking in newfs(8).
2023-05-19 Kirk McKusickYet another try to fix printf format conflict.
2023-05-19 Kirk McKusickFix printf format conflict
2023-05-19 Kirk McKusickAdditional output from dumpfs(8).
2023-05-19 Rick MacklemRevert "vfs_export: Add mnt_exjail to control exports...
2023-05-19 Rick MacklemRevert "vfs_mount.c: Allow mountd(8) to do exports...
2023-05-19 Rick MacklemRevert "kern_jail.c: Remove #ifdefs for VNET_NFSD"
2023-05-19 Rick Macklemkern_jail.c: Remove #ifdefs for VNET_NFSD
2023-05-19 Rick Macklemvfs_mount.c: Allow mountd(8) to do exports in a vnet...
2023-05-19 Rick Macklemvfs_export: Add mnt_exjail to control exports done...
2023-05-19 Piotr Kubajix(4): correct max MTU
2023-05-19 Baptiste Daroussinpkg(7): now that we do use libmd, use it completly
2023-05-19 Baptiste Daroussinpkg(7): use libmd for sha256 instead of openssl
2023-05-19 Baptiste Daroussinpci_vendors: update to 2023-05-15
2023-05-19 Jose Luis Duranpasswd.5: Update man page after e0155c6989049da43c5499f...
2023-05-19 Jose Luis Duranpasswd.5: Remove .Tn (Trade Name) macros
2023-05-19 pbuffpw: The pw_checkname function has added ';' checking.
2023-05-19 Michael Osipovperiodic: Use locale-agnostic (ISO 8601) timestamp...
2023-05-19 Peter Wrightdma: install a simple example for the auth.conf file
2023-05-19 Baptiste Daroussinpw: do not call system()
2023-05-19 Daniel Kolesash(1): fix history file write checking
2023-05-18 Rick Macklemsvc_rpcsec_gss.c: Separate out the non-vnet initialization
2023-05-18 Rick Macklemnfsd: Fix a use after free when vnet prisons are deleted
2023-05-18 Rick Macklemnfscommon: Use IS_DEFAULT_VNET() in the vnet initialization
2023-05-18 Rick Macklemnfsd: Add VNET_SYSUNINIT() macros for vnet cleanup
2023-05-18 Rick Macklemnfsd: Enable the NFSD_VNET vnet front end macros
2023-05-18 Graham PerrinUPDATING: Update release name and handbook link
2023-05-18 Xin LIMFV: less v632.
2023-05-18 Rick Macklemkrpc: Remove VNET_NFSD #ifdefs
2023-05-17 Rick Macklemnfscommon: Revert use of nfsstatsv1_p in nfs_commonkrpc.c
2023-05-17 Rick Macklemnfscl: Add NFSD_CURVNET macros to nfsclient syscall
2023-05-17 Rick Macklemkrpc: Replace !jailed() with IS_DEFAULT_VNET()
2023-05-17 Rick Macklemkrpc: Allow mountd/nfsd to optionally run in a jail
2023-05-17 Rick Macklemnfsd: Continue adding macros so nfsd can run in a vnet...
2023-05-17 Rick Macklemkgssapi: Add macros so that gssd(8) can run in vnet...
2023-05-17 Rick Macklemkrpc: Add macros so that rpc.tlsservd can run in vnet...
2023-05-17 Rick Macklemprison_check_nfsd: Add check for enforce_statfs != 0
2023-05-17 Rick Macklemkern_jail.c: Allow mountd/nfsd to optionally run in...
2023-05-17 Zhenlei Huangmrsas: Fix a typo in a source code comment
2023-05-17 Zhenlei Huangmps: Fix a typo in a source code comment
2023-05-17 Ian Moffettixgbe: Fix typos in source code comments
2023-05-17 Zhenlei Huangelf.5: Fix conjugation of holds
2023-05-17 Zhenlei Huangip_mroute: Delete unreachable code
2023-05-17 Zhenlei Huangif_stf: Delete unreachable code
2023-05-16 Rick Macklemnfs_fha_new: Fix nfs_fha_new so that sysctls work in...
2023-05-16 Rick Macklemnfsd: Add NFSD_VNET() macros to nfs_fha_new.c
2023-05-16 Rick Macklemnfsd: Get rid of useless "pool" field in nfs_fha_new.c
2023-05-16 Colin Percivalfreebsd-update: Fix merging already-updated files
2023-05-16 Rick Macklemnfsd: Continue adding macros so nfsd can run in a vnet...
2023-05-16 Rick Macklemnfsd: Wrap nfsstatsv1_p in the NFSD_VNET() macro
2023-05-16 Rick Macklemnfsd: Continue adding macros so nfsd can run in a vnet...
2023-05-16 Takanori Watanabeacpi_ged: New driver to ACPI generic event device
2023-05-16 Konstantin... smp_topo(): correct allocation sizes for trivial topologies
2023-05-16 Konstantin... smp_topo(): make it idempotent
2023-05-16 Konstantin... smp_topo: dynamically allocate group array
2023-05-16 Konstantin... quiesce_cpus(): do not overallocate generation array
2023-05-15 Rick Macklemnfsd: Fix initialization broken by 7344856e3a6d
2023-05-15 Rick Macklemnfsd: Delete nfsrv_prison_cleanup() until vneting enabled
2023-05-15 Rick Macklemnfsd: Prepare the NFS server code to run in a vnet...
2023-05-15 Andrew TurnerMake SMCCC usable by device drivers
2023-05-15 Andrew TurnerAdd the fixed memory type to the pci ecam driver
2023-05-15 Andrew TurnerReduce an arm64 VFP critical section
2023-05-15 Andrew TurnerAlways store the arm64 VFP context
2023-05-15 Andrew TurnerAlways read the VFP regs in the arm64 fill_fpregs
2023-05-15 Andrew TurnerStop using the rid as an index in the arm timer
2023-05-15 Andrew TurnerKeep per-timer interrupt data together
2023-05-15 Andrew TurnerAlways enable the virtual timer for userspace
2023-05-15 Kyle Evansarm: generic_timer: use interrupt-names when available
2023-05-15 Andrew TurnerLimit where we disable the Arm generic timer
2023-05-15 Andrew TurnerDisable the arm physical timer when an irq exists
2023-05-15 Gordon Berglingarm64: Fix a typo in a source code comment
2023-05-15 Kristof Provoste1000: fix VLAN 0
2023-05-13 Konstantin... amd64 MINIMAL: SysV IPC syscalls are loadable
2023-05-13 Konstantin... amd64 MINIMAL: remove UFS from compiled-in list
2023-05-13 Konstantin... amd64 MINIMAL config: remove statements about UFS module
2023-05-13 Konstantin... amd64: add MINIMALUP config
2023-05-13 Konstantin... amd64 MINIMAL config: remove sentence about acpi
2023-05-13 Konstantin... net/pfkeyv2.h: fix typo, meNber
2023-05-12 Mark Johnstonktls.4: Mention mb_use_ext_pgs in the "sysctl nodes...
2023-05-12 Mark Johnstonktls.4: Remove an obsolete statement
2023-05-12 Mateusz Piotrowskigeom.8: Fix typos and wordsmith
2023-05-11 Mark Johnstonvmm: Fix casts around kmem_malloc/free() calls
2023-05-11 Mark Johnstoncap_net tests: Skip tests if there is no connectivity
2023-05-11 Mark Johnstonbuf: Dynamically allocate per-CPU buffer queues
2023-05-11 Corvin Köhnevmm: don't free unallocated memory
2023-05-11 Mark Johnstonvmm: Dynamically allocate a couple of per-CPU state...
2023-05-11 Mark Johnstonunix: Fix locking in uipc_peeraddr()
2023-05-11 Warner Loshtwe: Add deprecation notice
2023-05-09 Vincenzo Maffionenetmap: pkt-gen: sync with upstream
2023-05-09 Kyle EvansRevert "uart(4): add Sunrise Point UART controllers"
2023-05-09 Ed MasteCirrus-CI: use llvm15 toolchain packages
2023-05-09 Ed MasteCirrus-CI: switch GCC job to GCC 12
2023-05-09 Ed MasteCirrus-CI: Switch to llvm14 toolchain package
2023-05-09 Christos Margiolisvmrun.sh: mention new edk2 package
2023-05-09 Mark Johnstondtrace: Sync dis_tables.c with illumos
next