]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-11-17 Brooks Davisfreebsd32: sync some audit types with default ABI
2021-11-17 Brooks Davisfreebsd32: sync return types with default ABI
2021-11-17 Brooks Davisfreebsd32: semid_t -> int32_t
2021-11-17 Brooks Davisfreebsd32: update unimplemented syscall comments
2021-11-17 Brooks Davisfreebsd32: use __socklen_t consistently
2021-11-17 Brooks Davisfreebsd32: tag RESERVED syscalls
2021-11-17 Brooks Davisfreebsd32: rename 32-bit compat pads to _pad
2021-11-17 Brooks Davisfreebsd32: have sigqueue take a void *
2021-11-17 Brooks Davisfreebsd32: fix getfsstat sign extension bugs
2021-11-17 Brooks Davisfreebsd32: signed long corrections
2021-11-17 Brooks Davisfreebsd32: add missing pads to preadv and pwritev
2021-11-17 Brooks Davisfreebsd32: add stubs for ofreebsd32_(send|recv)msg
2021-11-17 Brooks Davisfreebsd32: add real abort2
2021-11-17 Brooks Davisfreebsd32: add feed foward clock syscalls
2021-11-17 Brooks Davisfreebsd32: enable trivial syscalls
2021-11-17 Brooks Davisfreebsd32: don't implement kldsym
2021-11-17 Brooks Davisfreebsd32: remove freebsd11_freebsd32_getdents
2021-11-17 Brooks Davisfreebsd32: remove redundent osig*() implementations
2021-11-17 Brooks Davisfreebsd32: remove freebsd32_recvfrom
2021-11-17 Brooks Davisfreebsd32: remove redundant no-arg syscalls
2021-11-17 Brooks Davisfreebsd32: simplify memrange translation
2021-11-17 Brooks Davisfreebsd32: rename fstat() stat buffer argument
2021-11-17 Brooks Davisfreebsd32: rename struct wrusage32 to struct __wrusage32
2021-11-17 Brooks Davisfreebsd32: include `__` in semctl names
2021-11-17 Brooks Davisfreebsd32: sync _umtx_op args with default ABI
2021-11-17 Brooks Davisfreebsd32: rename fstat argument to match default abi
2021-11-17 Brooks Davisfreebsd32: rename old SysV IPC types
2021-11-17 Brooks Davisfreebsd32: struct kld32_file_stat -> struct kld_file_stat32
2021-11-17 Brooks Davisfreebsd32: add a union semun_old32
2021-11-17 Brooks Davisfreebsd32: fix type size of pointer array args
2021-11-17 Brooks Davisfreebsd32: thread IDs are int32_t
2021-11-17 Brooks Davisfreebsd32: fix types on statfs syscalls
2021-11-17 Brooks Davisfreebsd32: fix type of olstat arg
2021-11-17 Brooks Davisfreebsd32: wait6 and procctl take idtype_t
2021-11-17 Brooks Davisfreebsd32: use size_t where the default ABI does
2021-11-17 Brooks Davisfreebsd32: match ioctl type to default ABI
2021-11-17 Brooks Davisfreebsd32: [gs]etitimer's which arg is an int
2021-11-17 Brooks Davisfreebsd32: sprinkle in missing consts
2021-11-17 Brooks Davisfreebsd32: prototype gssd_syscall()
2021-11-17 Brooks Davisfreebsd32: name the ucontext struct __ucontext32
2021-11-17 Brooks Davisfreebsd32: rename freebsd4_freebsd32_sigreturn arg
2021-11-17 Brooks Davissyscalls: use struct siginfo rather than siginfo_t
2021-11-17 Brooks Davissyscalls: fix type of osendmsg
2021-11-17 Brooks Davissyscalls: use __socklen_t as appropriate
2021-11-17 Brooks Davissyscalls: [gs]etitimer takes an int which
2021-11-17 Brooks Davissyscalls: sprinkle in const values
2021-11-17 Brooks Davismakesyscalls: make strip_abi_prefix more robust
2021-11-17 Mark JohnstonExport symbols from opensolaris.ko and dtrace.ko
2021-11-17 Tom Marcoenbridge(4): Fix spelling
2021-11-17 Allan JudeFix ZFS module build
2021-11-17 Randall Stewarttcp: Rack ack war with a mis-behaving firewall or nat...
2021-11-17 Stefan Eßerzfs: fix commit dae1713419a6 merge openzfs/zfs@269b5dad...
2021-11-17 Martin Matuskazfs: merge openzfs/zfs@269b5dadc (master) into main
2021-11-17 Kristof Provostm_get3(): actually use the selected zone
2021-11-17 Kristof Provostpf: add COMPAT_FREEBSD13 for DIOCKEEPCOUNTERS
2021-11-17 Kristof ProvostAdd a COMPAT_FREEBSD13 kernel option
2021-11-17 Kristof Provostriscv: add COMPAT_FREEBSD12 option
2021-11-17 Rick Macklemnfsd: Add a new rc variable nfs_server_maxio
2021-11-16 Warner LoshSkip -flto for all MIPS ports
2021-11-16 Marcin WojtasRevert "bsdinstall: add knob to set ASLR sysctls"
2021-11-16 Marcin WojtasEnable ASLR by default for 64-bit executables
2021-11-16 Mark Johnstonmbuf: Properly set the default value for mb_use_ext_pgs
2021-11-16 Rich ErcolaniEnable edonr in FreeBSD
2021-11-16 Mark Johnstonsctp: Remove now-unneeded mb_unmapped_to_ext() calls
2021-11-16 Mark Johnstonsctp: Use m_apply() to calcuate a checksum for an mbuf...
2021-11-16 Mark Johnstonmbuf: Only allow extpg mbufs if the system has a direct map
2021-11-16 Mark Johnstonunix: Remove a write-only local variable
2021-11-16 Mark Johnstonaesni: Avoid a potential out-of-bounds load in AES_GCM_...
2021-11-16 Colin Percivalrtsol/rtsold: Add option to skip random delay
2021-11-16 Colin Percivalkvmclock: Expose implied TSC frequency via sysctl
2021-11-16 Colin Percivalrandomdev: Remove 100 ms sleep from write routine
2021-11-16 Konstantin... ffs: fix newly introduced LOR between mntfs vnode lock...
2021-11-16 John Baldwinktls: Split encrypt vs decrypt OCF counters.
2021-11-16 John Baldwinktls tests: Check the return values of close().
2021-11-16 John Baldwinktls: Use ATF_REQUIRE instead of assert() for validatin...
2021-11-16 Konstantin... nfsclient: upgrade vnode lock in VOP_OPEN()/VOP_CLOSE...
2021-11-15 Martin MatuškaFreeBSD: fix world build after de198f2d9
2021-11-13 Damian SzuberskiFix `zfs:AUTO` autodetection in initramfs scripts
2021-11-13 Pawel Jakub... Remove (now unused) td argument from zfs_lookup()
2021-11-11 George AmanakisIntroduce a tunable to exclude special class buffers...
2021-11-11 набRemove basename(1). Clean up/shorten some coreutils...
2021-11-11 Fedor UporovCheck l2cache vdevs pending list inside the vdev_inuse()
2021-11-11 Fedor Uporovzhack: Add repair label option
2021-11-11 Palash GandhiZTS: zfs_list_004_neg should not check paths that belon...
2021-11-11 Brian BehlendorfRestore dirty dnode detection logic
2021-11-10 Brian BehlendorfExclude zfs_copies_003_pos on Linux
2021-11-10 Fedor Uporovzdb: Report bad label checksum
2021-11-10 George V. Neville... Fix two more nits from 0mp
2021-11-10 George V. Neville... Address review comments from 0mp, debdrup and oshogbo
2021-11-10 George V. Neville... Initial clean up the language in the manual pages.
2021-11-16 Emmanuel Vadotloader: Do not force comconsole for arm and arm64
2021-11-16 Emmanuel Vadotloader: lsefi: Print more information
2021-11-16 Warner Loshmpr: Minor formatting changes to match mps.
2021-11-16 Warner Loshmps: Fix debugging line
2021-11-16 Kirk McKusickFollowup to f2b391528ad9 to improve printed message.
2021-11-16 Kirk McKusickAllow forced r/w mount of UFS/FFS filesystem with a...
2021-11-15 Kirk McKusickAllow the MNT_FORCE flag to be passed through to an...
2021-11-15 Mark Johnstonx86: Implement deferred TSC calibration
2021-11-15 Mark Johnstonclock: Group the "clocks" SYSINIT with the function...
2021-11-15 Konstantin... ldd: also use exec mode for -a
next