]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
kTLS: Fix a bug where we would not encrypt anon data inplace.
[FreeBSD/FreeBSD.git] / sys / compat /
2019-09-26 dabsysent: regenerate after r352747.
2019-09-26 dabAdd an shm_rename syscall
2019-09-25 kevanscompat/freebsd32: restore style after r352705 (no funct...
2019-09-25 kevanssysent: regenerate after r352705
2019-09-25 kevansMark shm_open(2) as COMPAT12, succeeded by shm_open2
2019-09-25 kevanssysent: regenerate after r352700
2019-09-25 kevansAdd a shm_open2 syscall to support upcoming memfd_create
2019-09-25 kevans[2/3] Add an initial seal argument to kern_shm_open()
2019-09-25 kevanssysent: regenerate after r352693
2019-09-25 kevansAdd COMPAT12 support to makesyscalls.sh
2019-09-23 tijlCreate a "drm" subdirectory for drm devices in linsysfs...
2019-09-11 emastelinux: add trivial renameat2 implementation
2019-09-11 hselaskyUse true and false when dealing with bool type in the...
2019-09-11 hselaskyFix synchronous work drain issue in the LinuxKPI.
2019-09-11 hselaskyFix broken DECLARE_TASKLET() macro after r347852.
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 jeffReplace redundant code with a few new vm_page_grab...
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-09-06 johalunLinuxKPI: Improve sysfs support.
2019-09-04 traszFix /proc/mounts for autofs(5) mounts.
2019-09-03 kibAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 traszMake linprocfs(4) report Tgid, Linux ltrace(1) needs it.
2019-09-03 mjgAdd sysctlbyname system call
2019-09-02 traszBump Linux version to 3.2.0. Without it, binaries...
2019-09-02 traszRelax compat.linux.osrelease checks. This way one...
2019-09-02 johalunLinuxKPI: Add sysfs create/remove functions that handle...
2019-09-02 hselaskyUse DEVICE memory instead of UNCACHEABLE on aarch64...
2019-08-22 cyMFV r346563:
2019-08-18 kibChange locking requirements for VOP_UNSET_TEXT().
2019-08-17 cemLinuxkpi: Prevent easy generated ctor name conflicts...
2019-08-14 hselaskyImplement pci_enable_msi() and pci_disable_msi() in...
2019-08-13 jhbFix build with DRM and INVARIANTS enabled.
2019-08-11 kibcompat/linux: Remove obsoleted and somewhat confusing...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-04 jhibbitsFix 32-bit build again, post r350570.
2019-08-04 jhibbitsFix 32-bit build post-r350570
2019-08-04 jhibbitsAdd necessary bits for Linux KPI to work correctly...
2019-07-31 kibMake randomized stack gap between strings and pointers...
2019-07-31 kibRegen.
2019-07-31 kibfreebsd32 shims for copy_file_range(2).
2019-07-31 kevanskern_shm_open: push O_CLOEXEC into caller control
2019-07-30 asomersMFHead @350426
2019-07-29 markjAvoid relying on header pollution from sys/refcount.h.
2019-07-28 asomersMFHead @r350386
2019-07-10 avglinuxcommon: add module version
2019-07-10 tijlLet linuxulator mprotect mask unsupported bits before...
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-04 emasteUpdate Linux compat version to 2.6.36
2019-07-04 traszReturn ENOTSUP for Linux FS_IOC_FIEMAP ioctl.
2019-07-04 traszFix linuxulator prlimit64(2) with pid == 0. This makes...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 hselaskyRemove dead code added after r348743 in the LinuxKPI...
2019-07-03 markjRemove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.
2019-07-02 kibControl implicit PROT_MAX() using procctl(2) and the...
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-21 johalunLinuxKPI: Additions to rcu list.
2019-06-21 johalunLinuxKPI: Add atomic_long_sub macro.
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-07 markjReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 asomersMFHead @348740
2019-06-06 markjMake the linuxkpi's alloc_pages() consistently return...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-30 brooksmakesyscalls.sh: always use absolute path for syscalls...
2019-05-30 dchaginComplete LOCAL_PEERCRED support. Cache pid of the remot...
2019-05-30 dchaginLinux does not support MSG_OOB for unix(4) or non-strea...
2019-05-21 dchaginDo not leak sa in linux_recvmsg() call if kern_recvit...
2019-05-21 dchaginDo not use uninitialised sa.
2019-05-21 dchaginDo not leak sa in linux_recvfrom() call if kern_recvit...
2019-05-21 cemInclude eventhandler.h in more compilation units
2019-05-20 mmMFV r347989:
2019-05-19 johalunLinuxKPI: Finalize move of lindebugfs from ports to...
2019-05-19 traszImplement PTRACE_O_TRACESYSGOOD. This makes Linux...
2019-05-19 dchaginLinux send() call returns EAGAIN instead of ENOTCONN...
2019-05-16 johalunLinuxKPI: Finalize import of seq_file.
2019-05-16 johalunLinuxKPI: Add in_task macro.
2019-05-16 johalunLinuxKPI: Fix build on powerpc/sparc.
2019-05-16 johalunLinuxKPI: Updates to tasklets for Linux 5.0.
2019-05-16 johalunLinuxKPI: Add group_leader member to struct task_struct.
2019-05-16 johalunLinuxKPI: Update access_ok macro for v5.0.
2019-05-16 tychonAllow loading the same DMA address multiple times witho...
2019-05-15 johalunLinuxKPI: Add helper macros IS_ALIGNED and DIV_ROUND_DO...
2019-05-15 johalunLinuxKPI: Move {lower|upper}_32_bits macros from port...
2019-05-15 johalunLinuxKPI: Include asm/atomic-long.h from atomic.h.
2019-05-15 johalunLinuxKPI: Add get_random_u32 function.
2019-05-15 johalunLinuxKPI: Update user_access_begin for Linux v5.0.
2019-05-15 johalunLinuxKPI: Expand ktime functionality.
2019-05-14 johalunLinuxKPI: Add prepare to pm_ops and bump FreeBSD version.
2019-05-14 johalunLinuxKPI: Add vm_fault_t type.
2019-05-14 johalunLinuxKPI: Add context member to ww_mutex and bump FreeB...
2019-05-14 johalunLinuxKPI: Let del_timer return a value to match Linux.
2019-05-13 asomersMFHead @347527
2019-05-13 dchaginLinuxulator depends on a fundamental kernel settings...
2019-05-13 dchaginLinuxulator getpeername() returns EINVAL in case then...
2019-05-13 dchaginOur bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr...
2019-05-10 johalunImplement linux_pci_unregister_drm_driver in linuxkpi...
2019-05-09 hselaskyFix memory leak of PCI BUS structure in the LinuxKPI.
next