]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
freebsd32: rename fstat() stat buffer argument
[FreeBSD/FreeBSD.git] / sys / compat /
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 Martin Matuskazfs: merge openzfs/zfs@269b5dadc (master) into main
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 Mark Johnstonbus: Make BUS_TRANSLATE_RESOURCE behave more like other...
2021-11-15 Baptiste Daroussinmandoc: import version 1.14.6
2021-11-13 Dimitry AndricMerge llvm-project 13.0.0 release
2021-11-13 Dimitry AndricMerge llvm-project release/13.x llvmorg-13.0.0-rc3...
2021-11-13 Dimitry AndricMerge llvm-project release/13.x llvmorg-13.0.0-rc2...
2021-11-13 Dimitry AndricMerge llvm-project release/13.x llvmorg-13.0.0-rc1...
2021-11-13 Dimitry AndricMerge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5
2021-11-13 Edward Tomasz Napi... linux: Drop some unnecessary includes
2021-11-10 Konstantin BelousovRegen
2021-11-10 Konstantin BelousovAdd sched_getcpu()
2021-11-10 Martin Matuskazfs: merge openzfs/zfs@6c8f03232 (master) into main
2021-11-09 Edward Tomasz Napi... linux: Replace ifdefs in ptrace with per-architecture...
2021-11-07 Edward Tomasz Napi... linux: Add ptrace(2) support on arm64
2021-11-03 Edward Tomasz Napi... linprocfs: Fix formatting of Uid and Gid lines
2021-11-02 Hans Petter SelaskyLinuxKPI: Add sysctl(8) knob to control verbosity of...
2021-10-29 Olivier HouchardMerge commit 'ce929fe84f9c453263af379f3b255ff8eca01d48'
2021-10-29 Edward Tomasz Napi... linux: Also translate the signal if the code is CLD_KILLED
2021-10-29 Edward Tomasz Napi... linux: Fix ptrace panic with ERESTART
2021-10-25 Bjoern A. ZeebLinuxKPI: module.h add MODULE_SUPPORTED_DEVICE()
2021-10-25 Bjoern A. ZeebLinuxKPI: add bcd.h
2021-10-25 Bjoern A. ZeebLinuxKPI: pci.h / linux_pci.c rename pci_driver field
2021-10-25 Bjoern A. ZeebLinuxKPI: pci.h make pci_dev argument const for pci_...
2021-10-25 Bjoern A. ZeebLinuxKPI: add netdev_features.h
2021-10-25 Bjoern A. ZeebLinuxKPI: add simple_open() to fs.h
2021-10-25 Bjoern A. ZeebLinuxKPI: add strreplace() to string.h
2021-10-25 Bjoern A. ZeebLinuxKPI: add kstrtou8() and kstrtou8_from_user() to...
2021-10-23 Edward Tomasz Napi... linux: Fix ENOTSOCK handling in sendfile(2)
2021-10-22 Philip Paepscontrib/tzdata: import tzdata 2021e
2021-10-21 Martin Matuskazfs: merge openzfs/zfs@ec64fdb93 (master) into main
2021-10-20 Mark JohnstonConvert consumers to vm_page_alloc_noobj_contig()
2021-10-20 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-10-18 Philip Paepscontrib/tzdata: import tzdata 2021d
2021-10-17 Jessica ClarkeLinuxKPI: Support lazy BAR allocation
2021-10-17 Jessica ClarkeLinuxKPI: Implement _ioremap_attr for riscv
2021-10-17 Edward Tomasz Napi... linux: recognize TCP_INFO and ratelimit the warning
2021-10-17 Edward Tomasz Napi... linux: Partially implement TCSBRK
2021-10-11 Mateusz Guzikvfs: remove thread argument from VOP_STAT
2021-10-11 Alex Richardsonlinuxkpi: implement ida_alloc()
2021-10-11 Alex Richardsonlinuxkpi: Allow BUILD_BUG_ON in if statements without...
2021-10-11 Alex Richardsonlinuxkpi: add PAGE_ALIGNED macro
2021-10-11 Alex Richardsonlinuxkpi: Add sg_init_one
2021-10-07 Ed MasteImport libfido2 at 'contrib/libfido2/'
2021-10-07 Ed MasteImport libcbor at 'contrib/libcbor/'
2021-10-06 Stefan Eßercontrib/bc: update to version 5.1.1
2021-10-06 Mark Johnstonlinuxkpi: Handle a NULL cache pointer in kmem_cache_des...
2021-10-04 Stefan Eßercontrib/bc: merge version 5.1.0 from vendor branch
2021-10-03 Jessica ClarkeLinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING...
2021-10-02 Philip Paepscontrib/tzdata: import tzdata 2021c
2021-09-30 Mateusz Guziklinprocfs: find cwd and root handling
2021-09-29 Vladimir KondratyevLinuxKPI: Remove vma argument from fault method of...
2021-09-29 Vladimir KondratyevLinuxKPI: Hide some internal symbols in linux_interrupt.c
2021-09-29 Vladimir KondratyevLinuxKPI: Import linux_page.c and some dependent code...
2021-09-29 Vladimir KondratyevLinuxKPI: Update pte_fn_t definition to match Linux 5.3
2021-09-29 Vladimir KondratyevLinuxKPI: Implement backlight_enable and backlight_disa...
2021-09-29 Vladimir KondratyevLinuxKPI: Add dummy pgprot_decrypted() implementation
2021-09-29 Vladimir KondratyevLinuxKPI: Cast offset_in_page() parameter to unsigned...
2021-09-29 Vladimir KondratyevLinuxKPI: Import linux/poison.h header
2021-09-29 Vladimir KondratyevLinuxKPI: Add helper functions to store integers to...
2021-09-29 Vladimir KondratyevLinuxKPI: Allow cdev_pager prefault handler to steal...
2021-09-29 Vladimir KondratyevLinuxKPI: stub anon_inode_getfile
2021-09-29 Vladimir KondratyevLinuxKPI: Factor out vmf_insert_pfn_prot() routine
2021-09-29 Vladimir KondratyevLinuxKPI: Invoke release handler when file is destroyed...
2021-09-29 Vladimir KondratyevLinuxKPI: allocate current before taking shrinkers...
2021-09-29 Vladimir KondratyevLinuxKPI: implement _IOC_TYPE and _IOC_NR macros in...
2021-09-29 Vladimir KondratyevLinuxKPI: Remove FreeBSD struct resource from all LKPI...
2021-09-29 Vladimir KondratyevLinuxKPI: Implement get_file_rcu()
2021-09-29 Bjoern A. ZeebLinuxKPI: fix build
2021-09-29 Bjoern A. ZeebLinuxKPI: implement dma_set_coherent_mask()
2021-09-27 Bjoern A. ZeebLinuxKPI: dma-mapping.h unify "mask" and "dma_mask"
2021-09-27 Bjoern A. ZeebLinuxKPI: disable device_release_driver()
2021-09-26 Philip Paepscontrib/tzdata: import tzdata 2021b
2021-09-22 Baptiste Daroussindma: import snapshot 2021-07-10
2021-09-22 Baptiste Daroussinlibedit: import snapshot 2021-09-10
2021-09-21 Konstantin BelousovDrop cloudabi
next