]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
release: Restore copy of boot.scr for some board
[FreeBSD/FreeBSD.git] / sys / compat /
2018-07-31 Konstantin BelousovRegenerate after r336980.
2018-07-31 Konstantin BelousovProvide compat32 shims for sched_rr_get_interval(2).
2018-07-31 Alexander MotinMFV r336960: 9256 zfs send space estimation off by...
2018-07-31 Alexander MotinMFV r336958: 9337 zfs get all is slow due to uncached...
2018-07-31 Alexander MotinMFV r336955: 9236 nuke spa_dbgmsg
2018-07-31 Alexander MotinMFV r336952: 9192 explicitly pass good_writes to vdev_u...
2018-07-31 Alexander MotinMFV r336950: 9290 device removal reduces redundancy...
2018-07-31 Alexander MotinMFV r336948: 9112 Improve allocation performance on...
2018-07-30 Alexander MotinMFV r336946: 9238 ZFS Spacemap Encoding V2
2018-07-30 Alexander MotinMFV r336944: 9286 want refreservation=auto
2018-07-30 Alexander MotinMFV r336942: 9189 Add debug to vdev_label_read_config...
2018-07-30 Alan SomersMake timespecadd(3) and friends public
2018-07-29 Alan Somersfreebsd32_getrusage(2): skip freebsd32_rusage_out on...
2018-07-29 Alan Somersgetrusage(2): fix return value under 32-bit emulation
2018-07-29 Martin MatuskaMFV r336851:
2018-07-28 Conrad MeyerMFV r336800: libarchive: Cherry-pick upstream 2c8c83b9
2018-07-23 Andriy GaponMFV CK@r336629: Import CK as of commit 1c1f9901c2dea7a8...
2018-07-19 Cy SchubertMFV r336490:
2018-07-19 Cy SchubertMFV: r336486
2018-07-19 Cy SchubertMFV: r336485
2018-07-11 Cy SchubertMFV r324714:
2018-07-10 Brooks DavisRegen after r336171.
2018-07-10 Brooks DavisGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-07 Warner LoshCreate PCI_MATCH and pci_match_device
2018-07-05 Andrew TurnerCreate a new macro for static DPCPU data.
2018-07-05 Brooks DavisRevert r335983.
2018-07-05 Brooks DavisGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-03 Mariusz ZaborskiRegen after 335900.
2018-07-03 Mariusz Zaborskicapsicum: add getdirentries to the freebsd32 compact
2018-06-29 Jung-uk KimMFV: r335802
2018-06-29 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-27 Ed MasteSplit kern_break from sys_break and use it in linuxulator
2018-06-25 Ed MasteQuiet unused fn warning for linuxulator w/o legacy...
2018-06-22 Chuck TuffliFix output of linprocfs stat entry
2018-06-22 Chuck TuffliFix the Linux kernel version number calculation
2018-06-21 Konstantin Belousovlinux_clone_thread: mark new thread as TDB_BORN.
2018-06-19 Ed Mastelinuxulator: handle V3 capget/capset
2018-06-18 Ed Mastelinuxulator: add debugging for invalid capget/capset...
2018-06-18 Ed Mastelinsysfs: depend on linux_common module on arm64, as...
2018-06-17 Dimitry AndricFix build of ndis with base gcc on i386
2018-06-15 Chuck TuffliAdd linprocfs support for min_free_kbytes
2018-06-15 Ed Mastelinuxulator: do not include legacy syscalls on arm64
2018-06-15 Ed MasteCorrect debug control for linuxulator faccessat
2018-06-15 Konstantin Belousovlinprocfs: add TracerPid to /proc/pid/status.
2018-06-15 Ed MasteAdd stubbed arm64 linuxulator /proc/cpuinfo handler
2018-06-14 Brooks DavisRegen after 335177 (rename sys_obreak to sys_break).
2018-06-14 Brooks DavisName the implementation of brk and sbrk sys_break().
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-13 Bruce EvansOops, r335053 had an old version of the comment about...
2018-06-13 Bruce EvansFix the encoding of major and minor numbers in 64-bit...
2018-06-13 Bruce EvansFix some bugs found while fixing the representation...
2018-06-12 Hans Petter SelaskyImplement the ip_eth_mc_map() function in the LinuxKPI.
2018-06-11 Hans Petter SelaskyImplement the kstrtobool() and kstrtobool_from_user...
2018-06-11 Hans Petter SelaskyImplement the user_access_begin(), user_access_end...
2018-06-07 Hans Petter SelaskyDefine ARCH_KMALLOC_MINALIGN in the LinuxKPI.
2018-06-07 Hans Petter SelaskyWrap timespec64 into timespec in the LinuxKPI.
2018-06-07 Hans Petter SelaskyMove the EXPORT_SYMBOL_XXX() function macros into own...
2018-06-07 Hans Petter SelaskyImplement the dev_pm_set_driver_flags() function macro...
2018-06-06 Hans Petter SelaskyMake some list functions RCU safe in the LinuxKPI.
2018-06-06 Hans Petter SelaskyRewrite code using atomic_fcmpset_int() in the LinuxKPI.
2018-06-06 Hans Petter SelaskyImplement the __add_wait_queue_entry_tail() function...
2018-06-06 Hans Petter SelaskyImplement the might_sleep_if() function macro in the...
2018-06-06 Hans Petter SelaskyRename two structure field members while keeping backwa...
2018-06-06 Hans Petter SelaskyImplement the init_wait_entry() function macro in the...
2018-06-06 Hans Petter SelaskyImplement the atomic_dec_if_positive() function in...
2018-06-06 Hans Petter SelaskyImplement the ktime_compare() and ktime_after() functio...
2018-06-06 Hans Petter SelaskyImplement the rdmsrl_safe() function macro in the LinuxKPI.
2018-06-05 Hans Petter SelaskyDeclare and set the global "system_highpri_wq" workqueu...
2018-06-05 Hans Petter SelaskyImplement the INIT_DELAYED_WORK_ONSTACK() function...
2018-06-05 Hans Petter SelaskyDefine the __kernel_size_t type in the LinuxKPI.
2018-06-05 Hans Petter SelaskyImplement the task_pid_vnr() function macro in the...
2018-06-05 Hans Petter SelaskyAdd "access" function pointer to the "vm_operations_str...
2018-06-05 Hans Petter SelaskyImplement mul_u32_u32() function in the LinuxKPI.
2018-06-05 Hans Petter SelaskyImplement timer_setup() and from_timer() function macro...
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Mark JohnstonRegen after r334626.
2018-06-04 Mark JohnstonReimplement brk() and sbrk() to avoid the use of _end.
2018-06-01 Hans Petter SelaskyImplement the __sg_alloc_table_from_pages() function...
2018-06-01 Hans Petter SelaskyImplement radix_tree_iter_delete() in the LinuxKPI.
2018-06-01 Hans Petter SelaskyImprove high resolution timer support in the LinuxKPI.
2018-06-01 Hans Petter SelaskyAdd more GFP macro definitions in the LinuxKPI.
2018-05-31 Hans Petter SelaskyImplement support for the PCI_BUS_NUM() function macro...
2018-05-31 Hans Petter SelaskyImplement support for the kvmalloc_array() function...
2018-05-31 Hans Petter SelaskyCorrect macroname in the LinuxKPI.
2018-05-31 Hans Petter SelaskyDefine __initconst in the LinuxKPI.
2018-05-31 Hans Petter SelaskyImplement bitmap_complement() in the LinuxKPI.
2018-05-31 Hans Petter SelaskyImplement idr_is_empty() in the LinuxKPI and make idr_r...
2018-05-30 Brooks DavisRemove alternative names that are identical to the...
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Hans Petter SelaskyThe schedule_timeout_killable() function should listen...
2018-05-28 Hans Petter SelaskyImplement wait_event_killable() in the LinuxKPI.
2018-05-28 Hans Petter SelaskyAllow TASK_PARKED bit being set when going to sleep...
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-25 Brooks DavisRegen after r334223: make vadvise compat freebsd11.
2018-05-25 Brooks DavisMake vadvise compat freebsd11.
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-23 Matt MacyUDP: further performance improvements on tx
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-19 Simon J. GerratyMerge bmake-20180512
next