]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linux
Complete r320189 which allows a NULL VM fault handler in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / compat / linux /
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-26 avglinux_getdents, linux_readdir: fix mismatch between...
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-18 emasteAdd ZFS to Linux statfs ftype
2017-06-12 dchaginRemove the outdated definition.
2017-06-12 dchaginSince r318735 (ino64 project) the size of the native...
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-04 dchaginOn success, getrandom() Linux system call returns the...
2017-06-04 dchaginRevert r319053 due to lack of sence. As pointed out...
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-28 dchaginOn success, getrandom() Linux system call returns the...
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-23 kibCommit the 64-bit inode project.
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-10 sjgMerge bmake-20170510
2017-05-06 baptImport Zstandard 1.2.0
2017-05-04 mmMFV r317781:
2017-05-01 dchaginFix NULL pointer dereference in futex_wake_op() in...
2017-04-30 dchaginFix symlinkat() which use the newdfd argument to look...
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-23 dchaginMap Linux CLOCK_BOOTTIME to native CLOCK_UPTIME.
2017-04-23 dchaginAdd Evdev ioctl handler to the Linuxulator.
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-15 baptImport zstandard 1.1.4 in base
2017-04-13 cemlinux_ioctl: Refactor some v4l2 struct converters
2017-04-09 avatarAdding SIOCGIFNAME support in Linuxulator. This should...
2017-04-07 dchaginPrevent ushort values overflow when convert new Linux...
2017-04-02 dchaginUse the kern_clock_nanosleep() to implement Linux clock...
2017-04-02 dchaginRemove excess tv_nsec test as this is done by linux_to_...
2017-04-02 dchaginThe value in the tv_nsec field should be in the range...
2017-04-02 dchaginAs noted by bde@ negative tv_sec values are not checked...
2017-03-30 dchaginUse kern_mincore() helper instead of abusing syscall...
2017-03-28 mmMFV r316083,316094:
2017-03-25 dchaginImplement Linux mincore() system call.
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-20 mmMFV r315633, 315635:
2017-03-18 vangyzennanosleep: plug a kernel memory disclosure
2017-03-18 dchaginImplement getrandom() syscall.
2017-03-18 dchaginAs noted by Roel Bouwman Linux allows a large buffer...
2017-03-18 dchaginTo reduce code duplication move socket defines to the...
2017-03-18 dchaginRemove superflous break statment.
2017-03-18 dchaginCheck for negative nanoseconds.
2017-03-14 dchaginFix usage of the same 'i' variable in the external...
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 dchaginLinux semop system call return EINVAL in case when...
2017-03-07 dchaginLinux kernel does not export to the user space ipc_perm...
2017-03-07 dchaginReduce code duplication between MD Linux code by moving...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-06 mmokhiAdd UNIMPLEMENTED() placeholder macro for
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-04 dchaginStyle(9).
2017-03-04 dchaginRemove attribute __packed from some IPC struct definiti...
2017-03-04 dchaginHide Linux socketcall constants under corresponding...
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-02-28 dimMerge ^/head r314270 through r314419.
2017-02-28 dchaginLinux epoll return EEXIST on case when op is EPOLL_CTL_...
2017-02-28 dchaginLinux epoll return ENOENT error in case when op is...
2017-02-28 dchaginFreeBSD does not have analgue for epill EPOLLPRI event...
2017-02-27 dchaginReturn EINVAL when an invalid file descriptor specified.
2017-02-27 dchaginUnify eventfd ioctl method and use it for other similar...
2017-02-26 dchaginReturn EINVAL in case when an invalid size of signal...
2017-02-26 dchaginRestore signal mask in epoll_pwait.
2017-02-26 dchaginReturn EINVAL when an invalid file descriptor is specified.
2017-02-26 dchaginImplement timerfd family syscalls.
2017-02-26 dchaginNostly style(9) changes, replace unused eventfd_truncate()
2017-02-26 dchaginReturn EOVERFLOW error in case then the size of tv_sec...
2017-02-25 traszFix linux_fstatfs() to return proper value for f_frsize...
2017-02-25 dimMerge ^/head r314178 through r314269.
2017-02-24 mmokhiAdd linux_preadv() and linux_pwritev() syscalls to...
2017-02-24 dchaginRevert r314217. Commit is not match that I have approved.
2017-02-24 mmokhiAdd linux_preadv() and linux_pwritev() syscalls to...
2017-02-23 dimMerge ^/head r314129 through r314177.
2017-02-23 dchaginRight clock defines specified in linux_timer.h.
2017-02-23 dimMerge ^/head r313896 through r314128.
2017-02-21 traszGet rid of foo_sys() in linuxulator code. It was comme...
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-19 traszThere are some Linux binaries that expect the system...
2017-02-19 dchaginImplement rt_tgsigqueueinfo system call used by glibc...
2017-02-18 dchaginStyle(9), some XXX comments fix. No functional changes.
2017-02-18 dchaginInitialize cap_rights before use.
2017-02-18 dchaginFinich r313684.
2017-02-17 dimMerge ^/head r313644 through r313895.
2017-02-16 traszImprove debugging output.
2017-02-14 dchaginReplace Linuxulator implementation of readdir(), getden...
2017-02-13 kibRework r313352.
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-12 dchaginFix r313284.
2017-02-11 dimMerge ^/head r313301 through r313643.
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 ngieMFhead@r313360
2017-02-06 traszAdd kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync...
2017-02-05 dimMerge ^/head r313055 through r313300.
next