]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Merge llvm trunk r338150 (just before the 7.0.0 branch point), and
[FreeBSD/FreeBSD.git] / sys / compat /
2018-08-02 dimMerge llvm trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 mmMFV r336851:
2018-07-11 cyMFV r324714:
2018-07-10 brooksRegen after r336171.
2018-07-10 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-07 impCreate PCI_MATCH and pci_match_device
2018-07-05 andrewCreate a new macro for static DPCPU data.
2018-07-05 brooksRevert r335983.
2018-07-05 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-03 oshogboRegen after 335900.
2018-07-03 oshogbocapsicum: add getdirentries to the freebsd32 compact
2018-06-27 emasteSplit kern_break from sys_break and use it in linuxulator
2018-06-25 emasteQuiet unused fn warning for linuxulator w/o legacy...
2018-06-22 chuckFix output of linprocfs stat entry
2018-06-22 chuckFix the Linux kernel version number calculation
2018-06-21 kiblinux_clone_thread: mark new thread as TDB_BORN.
2018-06-19 emastelinuxulator: handle V3 capget/capset
2018-06-18 emastelinuxulator: add debugging for invalid capget/capset...
2018-06-18 emastelinsysfs: depend on linux_common module on arm64, as...
2018-06-17 dimFix build of ndis with base gcc on i386
2018-06-15 chuckAdd linprocfs support for min_free_kbytes
2018-06-15 emastelinuxulator: do not include legacy syscalls on arm64
2018-06-15 emasteCorrect debug control for linuxulator faccessat
2018-06-15 kiblinprocfs: add TracerPid to /proc/pid/status.
2018-06-15 emasteAdd stubbed arm64 linuxulator /proc/cpuinfo handler
2018-06-14 brooksRegen after 335177 (rename sys_obreak to sys_break).
2018-06-14 brooksName the implementation of brk and sbrk sys_break().
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 bdeOops, r335053 had an old version of the comment about...
2018-06-13 bdeFix the encoding of major and minor numbers in 64-bit...
2018-06-13 bdeFix some bugs found while fixing the representation...
2018-06-12 hselaskyImplement the ip_eth_mc_map() function in the LinuxKPI.
2018-06-11 hselaskyImplement the kstrtobool() and kstrtobool_from_user...
2018-06-11 hselaskyImplement the user_access_begin(), user_access_end...
2018-06-07 hselaskyDefine ARCH_KMALLOC_MINALIGN in the LinuxKPI.
2018-06-07 hselaskyWrap timespec64 into timespec in the LinuxKPI.
2018-06-07 hselaskyMove the EXPORT_SYMBOL_XXX() function macros into own...
2018-06-07 hselaskyImplement the dev_pm_set_driver_flags() function macro...
2018-06-06 hselaskyMake some list functions RCU safe in the LinuxKPI.
2018-06-06 hselaskyRewrite code using atomic_fcmpset_int() in the LinuxKPI.
2018-06-06 hselaskyImplement the __add_wait_queue_entry_tail() function...
2018-06-06 hselaskyImplement the might_sleep_if() function macro in the...
2018-06-06 hselaskyRename two structure field members while keeping backwa...
2018-06-06 hselaskyImplement the init_wait_entry() function macro in the...
2018-06-06 hselaskyImplement the atomic_dec_if_positive() function in...
2018-06-06 hselaskyImplement the ktime_compare() and ktime_after() functio...
2018-06-06 hselaskyImplement the rdmsrl_safe() function macro in the LinuxKPI.
2018-06-05 hselaskyDeclare and set the global "system_highpri_wq" workqueu...
2018-06-05 hselaskyImplement the INIT_DELAYED_WORK_ONSTACK() function...
2018-06-05 hselaskyDefine the __kernel_size_t type in the LinuxKPI.
2018-06-05 hselaskyImplement the task_pid_vnr() function macro in the...
2018-06-05 hselaskyAdd "access" function pointer to the "vm_operations_str...
2018-06-05 hselaskyImplement mul_u32_u32() function in the LinuxKPI.
2018-06-05 hselaskyImplement timer_setup() and from_timer() function macro...
2018-06-04 markjRegen after r334626.
2018-06-04 markjReimplement brk() and sbrk() to avoid the use of _end.
2018-06-01 hselaskyImplement the __sg_alloc_table_from_pages() function...
2018-06-01 hselaskyImplement radix_tree_iter_delete() in the LinuxKPI.
2018-06-01 hselaskyImprove high resolution timer support in the LinuxKPI.
2018-06-01 hselaskyAdd more GFP macro definitions in the LinuxKPI.
2018-05-31 hselaskyImplement support for the PCI_BUS_NUM() function macro...
2018-05-31 hselaskyImplement support for the kvmalloc_array() function...
2018-05-31 hselaskyCorrect macroname in the LinuxKPI.
2018-05-31 hselaskyDefine __initconst in the LinuxKPI.
2018-05-31 hselaskyImplement bitmap_complement() in the LinuxKPI.
2018-05-31 hselaskyImplement idr_is_empty() in the LinuxKPI and make idr_r...
2018-05-30 brooksRemove alternative names that are identical to the...
2018-05-28 hselaskyThe schedule_timeout_killable() function should listen...
2018-05-28 hselaskyImplement wait_event_killable() in the LinuxKPI.
2018-05-28 hselaskyAllow TASK_PARKED bit being set when going to sleep...
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-25 brooksRegen after r334223: make vadvise compat freebsd11.
2018-05-25 brooksMake vadvise compat freebsd11.
2018-05-23 mmacyUDP: further performance improvements on tx
2018-05-23 philImport libxo-0.9.0:
2018-05-20 eadlerMFV: file 5.33
2018-05-19 sjgMerge bmake-20180512
2018-05-18 mmacyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-15 brooksAllow freebsd32 __sysctl(2) to return ENOMEM.
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-09 markjRemove "All rights reserved" from my files.
2018-05-09 mmacyEliminate the overhead of gratuitous repeated reinitial...
2018-05-09 hselaskyAdd myself to copyright in the LinuxKPI RCU support...
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-04 jamieMake it easier for filesystems to count themselves...
2018-04-30 hselaskyDefine USEC_PER_MSEC and USEC_PER_SEC in the LinuxKPI.
next