]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
LinuxKPI: Implement ACPI bits required by drm-kmod in base system
[FreeBSD/FreeBSD.git] / sys / compat /
2020-08-04 manulinuxkpi: Add kref_put_lock
2020-08-04 manulinuxkpi: Add linux/sizes.h
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-26 manuFix r363565
2020-07-26 manuRevert r363564
2020-07-26 manulinuxkpi: Add taint* defines
2020-07-26 manulinuxkpi: Include hardirq.h in preempt.h and lockdep...
2020-07-26 manulinuxkpi: Include linux/sizes.h in dma-mapping.h
2020-07-22 markjusb(4): Stop checking for failures from malloc(M_WAITOK).
2020-07-19 traszMake linux(4) support the BLKPBSZGET ioctl. Oracle...
2020-07-18 traszMake linux fallocate(2) return EOPNOTSUPP, not ENOSYS...
2020-07-18 traszBump the default linux version from 3.2.0 to 3.10.0...
2020-07-18 traszAdd a trivial linux(4) splice(2) implementation, which...
2020-07-18 traszAdd missing SysV IPC stats to linprocfs(4). Fixes...
2020-07-18 traszFix bogomips calculation. Previously it was off by...
2020-07-18 traszFix two typos in flag names in /proc/cpuinfo.
2020-07-16 gjbMFH
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 wulflinuxkpi: Ignore NULL pointers passed to string paramet...
2020-07-14 jkimMFV: r362513
2020-07-12 netchildFix r363125 (Implement CLOCK_MONOTONIC_RAW (linux ...
2020-07-12 netchildImplement CLOCK_MONOTONIC_RAW (linux >= 2.6.28).
2020-07-11 traszMake linprocfs(5) report correct tty number in /proc...
2020-07-11 traszMake linux stat(2) return the same st_dev for every...
2020-07-10 traszDon't emit warnings on MADV_HUGEPAGE; Firefox uses...
2020-07-10 hselaskyImplement the bitmap_subset() function in the LinuxKPI...
2020-07-10 hselaskyImplement the array_size() function in the LinuxKPI...
2020-07-10 kevansmemfd_create: turn on SHM_GROW_ON_WRITE
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-06 markjRegenerate.
2020-07-05 hselaskyFix include file order in io.h in the LinuxKPI.
2020-07-05 traszFix Linux recvmsg(2) when msg_namelen returned is 0...
2020-07-04 traszAdd /proc/sys/kernel/tainted to linprocfs(5). Helps...
2020-07-04 traszMake linprocfs(5) create /proc/bus/pci/devices/, and...
2020-07-04 mjglinux: fix ioctl performance for termios
2020-07-02 kiblinuxkpi: improvements for linux_pid_task() and linux_g...
2020-07-01 traszRework linux accept(2). This makes the code flow easie...
2020-07-01 hselaskyThe "pid" field in the LinuxKPI task struct is typicall...
2020-06-30 traszMake linprocfs(5) create the /proc/<PID>/task/ directores.
2020-06-30 traszMake linux(4) ignore SA_INTERRUPT. The zsh(1) binary...
2020-06-30 hselaskyDocument the is_signed(), type_max() and type_min(...
2020-06-29 kevanslinux: reposition the comment for bsd_to_linux_bits...
2020-06-29 hselaskyImplement is_signed(), type_max() and type_min() functi...
2020-06-29 kevanslinuxolator: implement memfd_create syscall
2020-06-28 markjRemove some redundant assignments and computations.
2020-06-28 traszMake linux(4) support SO_PROTOCOL. Running Python...
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-27 traszMake linux(4) warn about unsupported SA_ flags.
2020-06-25 markjImplement an approximation of Linux MADV_DONTNEED seman...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-23 dougmIn r362552, RB_SET_PARENT is defined, and use in parens in
2020-06-23 dougmDefine RB_SET_PARENT to do all assignments to rb parent
2020-06-21 tmunrovfs: track sequential reads and writes separately
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-20 traszAdd linux_madvise(2) instead of having Linux apps call...
2020-06-19 traszAdd warnings for unsupported Linux clockids.
2020-06-19 markjAdd a helper function for validating VA ranges.
2020-06-18 kibFix execution of linux binary from multithreaded non...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-15 traszMake Linux uname(2) return x86_64 to 32-bit apps. ...
2020-06-14 traszMake linux(4) warn about unsupported CMSG level/type.
2020-06-13 dougmLinuxkpi uses the rb-tree structures without using...
2020-06-12 dougmRevert r362108, as it breaks compilation.
2020-06-12 dougmThe linuxkpi code accesses left/right rb tree pointers...
2020-06-12 traszAdd compat.linux.debug sysctl, to make it possible...
2020-06-12 traszFix naming clash.
2020-06-12 traszMake linux(4) warn about unsupported fcntls.
2020-06-12 traszMinor code cleanup; no functional changes.
2020-06-11 traszDon't use newlines with linux_msg(). No functional...
2020-06-11 traszReplace LINUX_FASYNC with LINUX_O_ASYNC; no functional...
2020-06-11 traszImprove the warnings.
2020-06-11 traszMake linux(4) handle SO_REUSEPORT.
2020-06-10 markjFix a couple of nits in Linux sysinfo(2) emulation.
2020-06-10 markjAdd a comment reflecting the commit log for r361945.
2020-06-10 traszMake linux(4) set the openfiles soft resource limit...
2020-06-10 traszSupport SO_SNDBUFFORCE/SO_RCVBUFFORCE by aliasing them...
2020-06-09 dougmTo reduce the size of an rb_node, drop the color field...
2020-06-09 jhbRefactor ptrace() ABI compatibility.
2020-06-08 markjStop computing a "sharedram" value when emulating Linux...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-05 hselaskyEnsure pci_channel_offline() actually queries the PCI...
2020-06-02 hselaskyImplement __is_constexpr() function macro in the LinuxKPI.
2020-06-02 hselaskyImplement struct_size() function macro in the LinuxKPI.
2020-06-02 hselaskyImplement BUILD_BUG_ON_ZERO() in the LinuxKPI.
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 rmacklemUpdate the files created from the new syscalls.master...
2020-05-28 rmacklemAdd a syscall for the nfs-over-tls daemons to use.
2020-05-27 manulinuxkpi: Add kstrtou16
2020-05-27 manulinuxkpi: Add rcu_swap_protected
2020-05-27 manulinuxkpi: Add overflow.h
next