]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
newvers.sh correct typo from r348175
[FreeBSD/FreeBSD.git] / sys / compat /
2019-05-30 Brooks Davismakesyscalls.sh: always use absolute path for syscalls...
2019-05-30 Dmitry ChaginComplete LOCAL_PEERCRED support. Cache pid of the remot...
2019-05-30 Dmitry ChaginLinux does not support MSG_OOB for unix(4) or non-strea...
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-21 Dmitry ChaginDo not leak sa in linux_recvmsg() call if kern_recvit...
2019-05-21 Dmitry ChaginDo not use uninitialised sa.
2019-05-21 Dmitry ChaginDo not leak sa in linux_recvfrom() call if kern_recvit...
2019-05-21 Conrad MeyerInclude eventhandler.h in more compilation units
2019-05-20 Martin MatuskaMFV r347989:
2019-05-19 Johannes LundbergLinuxKPI: Finalize move of lindebugfs from ports to...
2019-05-19 Edward Tomasz Napi... Implement PTRACE_O_TRACESYSGOOD. This makes Linux...
2019-05-19 Dmitry ChaginLinux send() call returns EAGAIN instead of ENOTCONN...
2019-05-16 Johannes LundbergLinuxKPI: Finalize import of seq_file.
2019-05-16 Johannes LundbergLinuxKPI: Add in_task macro.
2019-05-16 Johannes LundbergLinuxKPI: Fix build on powerpc/sparc.
2019-05-16 Johannes LundbergLinuxKPI: Updates to tasklets for Linux 5.0.
2019-05-16 Johannes LundbergLinuxKPI: Add group_leader member to struct task_struct.
2019-05-16 Johannes LundbergLinuxKPI: Update access_ok macro for v5.0.
2019-05-16 Tycho NightingaleAllow loading the same DMA address multiple times witho...
2019-05-15 Johannes LundbergLinuxKPI: Add helper macros IS_ALIGNED and DIV_ROUND_DO...
2019-05-15 Johannes LundbergLinuxKPI: Move {lower|upper}_32_bits macros from port...
2019-05-15 Johannes LundbergLinuxKPI: Include asm/atomic-long.h from atomic.h.
2019-05-15 Johannes LundbergLinuxKPI: Add get_random_u32 function.
2019-05-15 Johannes LundbergLinuxKPI: Update user_access_begin for Linux v5.0.
2019-05-15 Johannes LundbergLinuxKPI: Expand ktime functionality.
2019-05-14 Johannes LundbergLinuxKPI: Add prepare to pm_ops and bump FreeBSD version.
2019-05-14 Johannes LundbergLinuxKPI: Add vm_fault_t type.
2019-05-14 Johannes LundbergLinuxKPI: Add context member to ww_mutex and bump FreeB...
2019-05-14 Johannes LundbergLinuxKPI: Let del_timer return a value to match Linux.
2019-05-13 Dmitry ChaginLinuxulator depends on a fundamental kernel settings...
2019-05-13 Dmitry ChaginLinuxulator getpeername() returns EINVAL in case then...
2019-05-13 Dmitry ChaginOur bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr...
2019-05-10 Johannes LundbergImplement linux_pci_unregister_drm_driver in linuxkpi...
2019-05-09 Jung-uk KimMFV: r347413
2019-05-09 Hans Petter SelaskyFix memory leak of PCI BUS structure in the LinuxKPI.
2019-05-09 Hans Petter SelaskyFix regression issue after r346645 in the LinuxKPI.
2019-05-08 Emmanuel Vadotdts: Import files from Linux 5.1
2019-05-08 Hans Petter SelaskyAdd support for Dynamic Interrupt Moderation, DIM,...
2019-05-07 Ed Mastemake sysent after r347228
2019-05-07 Dmitry ChaginRemove wrong copyright line. Discussed with Carlos...
2019-05-06 Phil ShaferImport libxo-1.0.4:
2019-05-06 Dmitry ChaginAdds sys/class/net devices to linsysfs.
2019-05-06 Dmitry ChaginRewrite linux_ifflags() in more readable Linuxulator...
2019-05-06 Dmitry ChaginComplete r347052 (https://reviews.freebsd.org/D20137...
2019-05-06 Hans Petter SelaskyUse PCIV_INVALID in pci_channel_offline() in the LinuxKPI.
2019-05-06 Hans Petter SelaskyDisabling a PCI device should only disable busmaster...
2019-05-06 Hans Petter SelaskyImplement print_hex_dump_debug() function macro in...
2019-05-06 Hans Petter SelaskyAllow controlling pr_debug at runtime in the LinuxKPI.
2019-05-05 Konstantin BelousovSwitch to use shared vnode locks for text files during...
2019-05-05 Cy SchubertMFV r347136:
2019-05-04 Hans Petter SelaskyFix regression issue after r346645 in the LinuxKPI.
2019-05-04 Hans Petter SelaskyFix regression issue after r346645 in the LinuxKPI.
2019-05-03 Dmitry ChaginIn order to reduce duplication between MD parts of...
2019-05-03 Edward Tomasz Napi... Decode more CPU flags in cpuinfo.
2019-05-02 Edward Tomasz Napi... Fix flags in cpuinfo.
2019-05-02 Dmitry ChaginRemove unneeded includes.
2019-05-02 Edward Tomasz Napi... Add sys/devices/system/cpu/{possible,present} to linsys...
2019-04-30 Dmitry ChaginFollow the FreeBSD and implement PDEATH_SIG prctl ops...
2019-04-30 Hans Petter SelaskyReduce the number of mutexes after r346645 in the LinuxKPI.
2019-04-30 Hans Petter SelaskyMake the dma_pool structure private to the LinuxKPI...
2019-04-30 Hans Petter SelaskyStore a pointer to the device instead of the PCI device...
2019-04-26 Ed Mastemake sysent after r346273 (readlinkat arg correction)
2019-04-25 Johannes LundbergDon't call cdev_init where cdev_alloc is called. cdev_a...
2019-04-25 Tycho NightingaleLinuxKPI buildfix for ppc64 after r346645.
2019-04-25 Hans Petter SelaskyLinuxKPI buildfix for 32-bit DMA architectures after...
2019-04-24 Tycho NightingaleLinuxKPI should use bus_dma(9) to be compatible with...
2019-04-23 Cy SchubertMFV r346563:
2019-04-20 Cy SchubertMFV r346450:
2019-04-20 Ed MasteEnable ioremap for aarch64 in the LinuxKPI
2019-04-19 Conrad MeyerUpdate to Zstandard 1.4.0
2019-04-16 Ed Mastecorrect readlinkat(2) return type
2019-04-12 Baptiste DaroussinUpdate mandoc to 1.14.5
2019-04-10 Emmanuel VadotImport DTS files from Linux 5.0
2019-04-06 Cy SchubertMFV r345988:
2019-04-06 Mariusz ZaborskiRegen after r345982.
2019-04-06 Mariusz ZaborskiIntroduce funlinkat syscall that always us to check...
2019-04-06 Jung-uk KimMFV: r345969
2019-04-04 Conrad MeyerReplace read_random(9) with more appropriate arc4rand...
2019-04-03 Phil ShaferImport libxo-1.0.2
2019-04-01 Enji CooperIntegrate capsicum-test into the FreeBSD test suite
2019-03-30 Jason A. Harmeningfreebsd32: fix padding of computed control message...
2019-03-29 Jung-uk KimMerge ACPICA 20190329.
2019-03-29 Alan SomersAdd man page for VOP_FDATASYNC(9)
2019-03-29 Alan Somersfusefs: convert debug printfs into dtrace probes
2019-03-27 Ed MasteMerge r345574 from vendor-crypto:
2019-03-26 Philip PaepsImport tzdata 2019a
2019-03-26 Kyle EvansMFV r345515: netbsd-tests: import memory bump for libc...
2019-03-25 Martin MatuskaMFV r345495:
2019-03-24 Dmitry ChaginWhitespace cleanup (annoying).
2019-03-24 Dmitry ChaginUpdate syscall.master to 5.0.
2019-03-24 Dmitry ChaginLinux between 4.18 and 5.0 split IPC system calls.
2019-03-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-03-18 Alan SomersMFHead@r345275
2019-03-16 Dimitry AndricMerge openmp release_80 branch r356034 (effectively...
2019-03-16 Dimitry AndricAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-16 Konstantin Belousovamd64 KPTI: add control from procctl(2).
2019-03-16 Enji CooperRemove duplicate `${PACKAGE}FILES+= cleanup.ksh` line
2019-03-15 Enji CooperInitial googlemock/googletest integration into the...
2019-03-15 Alexander MotinMFV r336930: 9284 arc_reclaim_thread has 2 jobs
next