]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
freebsd32: update unimplemented syscall comments
[FreeBSD/FreeBSD.git] / sys /
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...
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 Percivalkvmclock: Expose implied TSC frequency via sysctl
2021-11-16 Colin Percivalrandomdev: Remove 100 ms sleep from write routine
2021-11-16 Konstantin Belousovffs: fix newly introduced LOR between mntfs vnode lock...
2021-11-16 John Baldwinktls: Split encrypt vs decrypt OCF counters.
2021-11-16 Konstantin Belousovnfsclient: upgrade vnode lock in VOP_OPEN()/VOP_CLOSE...
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 Navdeep Parharcxgbe(4): Change the way t4_shutdown_adapter brings...
2021-11-15 John Baldwinktls: Reject some invalid cipher suites.
2021-11-15 Brooks Davissyscalls: regen
2021-11-15 Brooks Davisommap: fix signed len and pos arguments
2021-11-15 Brooks Davissyscalls: regen
2021-11-15 Brooks Davisstruct kevent_freebsd11 -> struct freebsd11_kevent
2021-11-15 Brooks Davissyscalls: unwrap a long line
2021-11-15 Navdeep Parharcxgbe(4): Keep link configuration compatible with reall...
2021-11-15 Mark Johnstonamd64: Reduce the amount of cpuset copying done for...
2021-11-15 Mark Johnstonamd64: Initialize kernel_pmap's active CPU set to all_cpus
2021-11-15 Mark Johnstonamd64: Annotate an unlikely condition in smp_targeted_t...
2021-11-15 Mark Johnstonvm: Add a mode to vm_object_page_remove() which skips...
2021-11-15 Mark Johnstonvm_page: Remove vm_page_sbusy() and vm_page_xbusy()
2021-11-15 Mark Johnstonvm_page: Consolidate page busy sleep mechanisms
2021-11-15 Mark Johnstonvm_pager: Optimize an assertion
2021-11-15 Mark Johnstonbus: Make BUS_TRANSLATE_RESOURCE behave more like other...
2021-11-15 Kirk McKusickSuppress UFS/FFS superblock check-hash failure messages...
2021-11-15 Kirk McKusickAdd ability to suppress UFS/FFS superblock check-hash...
2021-11-15 Baptiste Daroussinmandoc: import version 1.14.6
2021-11-15 Kirk McKusickConsolodate four copies of the STDSB define into a...
2021-11-15 Ka Ho Ngiser: Remove redundant linuxkpi MODULE_DEPEND
2021-11-15 Jason A. Harmeningunionfs: fix potential deadlock in VOP_RMDIR
2021-11-15 Konstantin Belousovstart_init: use 'p'
2021-11-14 Mateusz Guzikipsec: make sure the lock allocated in key_newsav does...
2021-11-14 Mateusz Guzikipsec: fix edge case detection in key_getnewspid
2021-11-14 Mike Karelskernel: partially revert e9efb1125a15, default inet...
2021-11-14 Emmanuel Vadotmodules: rockchip: Add a module for rk808 PMIC
2021-11-14 Emmanuel Vadotmodules: rockchip: Fix rk805 modules after recent changes
next