]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
rc.d/rctl: unbreak for distinct /usr filesystem
[FreeBSD/FreeBSD.git] / sys /
2021-11-19 Mark Johnstonhyperv: Register the MSR-based timecounter during SI_SU...
2021-11-19 Mark Johnstontimecounter: Initialize tc_lock earlier
2021-11-19 Kristof Provostlagg: fix unused-but-set-variable
2021-11-19 Mitchell HorneAllow minidumps to be performed on the live system
2021-11-19 Mitchell Horneminidump: Use the provided dump bitset
2021-11-19 Mitchell Horneminidump: Use provided msgbuf pointer
2021-11-19 Mitchell Horneminidump: reduce the amount direct accesses to page...
2021-11-19 Mitchell Horneamd64: provide PHYS_IN_DMAP() and VIRT_IN_DMAP()
2021-11-19 Mitchell Horneminidump: Parameterize minidumpsys()
2021-11-19 Gordon Berglingixl(4): Fix a typo in a sysctl description
2021-11-19 Gordon Berglingiwm(4): Fix a typo in a source code comment
2021-11-19 Gordon Berglingfirewire(4): Fix a typo in a source code comment
2021-11-19 Gordon Berglingiscsi(4): Fix a typo in a source code comment
2021-11-19 Gordon BerglingTWL: Fix a typo in a source code comment
2021-11-19 Gordon Berglingppbus(4): Fix a typo in source code comment
2021-11-19 Gordon Berglingffs_softdep: Fix a typo in a source code comment
2021-11-19 Gordon Berglingcc_newreno(4): Fix a typo in a source code comment
2021-11-19 Gordon Berglingsched_ule(4): Fix two typo in source code comments
2021-11-19 Andriy Gaponiflib_stop: drain rx tasks to prevent any data races
2021-11-19 Wuyang ChungCorrect the name of the second parameter of biowait...
2021-11-19 betterentleyFix 'take effect' spelling in menus and comments.
2021-11-19 Wuyang Chunggeom: Remove g_class.config
2021-11-19 Elyes HAOUASFix typo on "Celsius"
2021-11-19 Gleb SmirnoffAdd tcp_freecb() - single place to free tcpcb.
2021-11-19 Gleb Smirnofftcp_timewait: use on stack struct tcptw as last resort
2021-11-18 Bjoern A. ZeebLinuxKPI: make bcd.h use libkern
2021-11-18 Neel Chauhanext2fs: check for eh_depth in ext4_ext_check_header()
2021-11-18 Bjoern A. Zeebnet80211: radiotap add another define
2021-11-18 Konstantin Belousovkmod_syms.awk: fix removal of the export list from...
2021-11-18 Konstantin BelousovKernel linkers: some style
2021-11-18 Konstantin BelousovFix 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 Belousovg_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 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 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-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 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...
next