freebsd.git
2021-11-19 Warner LoshAdd warning that MIPS is being removed in FreeBSD 14.0
2021-11-19 Warner LoshDocument that 13.x is the end of the line for FreeBSD...
2021-11-19 Warner LoshRemove mips from universe
2021-11-19 Gleb Smirnoffgit-arc: with "create" allow to specify parent of the...
2021-11-19 Gleb Smirnoffgit-arc: document "create" command options
2021-11-18 Bjoern A. ZeebLinuxKPI: make bcd.h use libkern
2021-11-18 Rick Macklemmountd: Fix handling of usernames that start with a...
2021-11-18 Mateusz Piotrowskistyle.Makefile.5: Do not require $FreeBSD$ SCM IDs
2021-11-18 Peter GrehanRemove myself from bhyve maintenance; ENOTIME.
2021-11-18 Neel Chauhanext2fs: check for eh_depth in ext4_ext_check_header()
2021-11-18 Rick Macklemrc.conf.5: Add entries for NFS
2021-11-18 Corvin Köhnebhyve: do not explicitly map fbuf framebuffer
2021-11-18 Corvin Köhnebhyve: use physical lobits for BARs of passthru devices
2021-11-18 Bjoern A. Zeebnet80211: radiotap add another define
2021-11-18 Ed MasteCirrus-CI: build with LLVM 13 package
2021-11-18 Mateusz Piotrowskitop.1: Use the Dq macros instead of \*lq and \*rq
2021-11-18 Mateusz Piotrowskitop.1: Improve description of -m
2021-11-18 Mateusz Piotrowskitop: Sort flags in usage message
2021-11-18 Mateusz Piotrowskitop.1: Sort options alphabetically
2021-11-18 Mateusz Piotrowskitop.1: Fix a typo in description of H interactive command
2021-11-18 Konstantin... kmod_syms.awk: fix removal of the export list from...
2021-11-18 Konstantin... Kernel linkers: some style
2021-11-18 Konstantin... Fix some modules to export more used symbols
2021-11-18 Gleb Smirnoffin6_rmx: remove unnecessary TCP includes
2021-11-18 Gleb Smirnoffipfw: remove unnecessary TCP related includes
2021-11-18 Roger Pau Monnéxen/privcmd: fix MMAP_RESOURCE ioctl to copy out results
2021-11-18 Konstantin... g_vfs_close(): vp is unused
2021-11-18 Brooks Davisfspacectl: remove unneeded freebsd32 wrapper
2021-11-17 Alex Richardsonelf*_brand_inuse: Change return type to bool.
2021-11-17 Alex Richardsonimgact_elf: Use bool instead of boolean_t.
2021-11-17 John Baldwinlinux_name_to_handle_at: Support AT_EMPTY_PATH.
2021-11-17 John Baldwinlinux_linkat: Don't invert AT_* flags.
2021-11-17 John Baldwinrtld-elf: Use _get_tp in __tls_get_addr for aarch64...
2021-11-17 Martin Matuskalibarchive: cherry-pick bugfix from vendor
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
next