]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Use inline asm instead of unportable intrinsics for the SSE4 crc32
[FreeBSD/FreeBSD.git] / sys / compat /
2017-03-25 Dmitry ChaginImplement Linux mincore() system call.
2017-03-25 Dmitry ChaginMFV r315950:
2017-03-25 Dmitry ChaginUpdate to tcsh 6.20.00
2017-03-25 Dimitry AndricImport libcxxrt master 8a853717e61d5d55cbdf74d9d0a7545d...
2017-03-24 Alexander MotinMFV r315290, r315291: 7303 dynamic metaslab selection
2017-03-24 Ed SchoutenInclude <sys/systm.h> to obtain the memcpy() prototype.
2017-03-24 Martin MatuskaMFV r315875:
2017-03-23 Xin LIMFV r315791: ntp 4.2.8p10.
2017-03-23 Hans Petter SelaskyUse ppsratecheck() for ratelimiting in the LinuxKPI.
2017-03-23 Hans Petter SelaskyAdd proper error checking for the string to number...
2017-03-23 Hans Petter SelaskyFunction macros are preferred in the LinuxKPI.
2017-03-23 Hans Petter SelaskyAdd support for ratelimited printouts in the LinuxKPI.
2017-03-22 Ed SchoutenMake file descriptor passing for CloudABI's recvmsg...
2017-03-22 Mark JohnstonExtend cmpxchg() to support 8- and 16-bit values, and...
2017-03-22 Hans Petter SelaskyAdd full VNET support to the inet_get_local_port_range...
2017-03-22 Hans Petter SelaskyAdd support for more IPv4 and IPv6 related macros in...
2017-03-22 Ed SchoutenMake file descriptor passing work for CloudABI's sendmsg().
2017-03-20 Martin MatuskaMFV r315633, 315635:
2017-03-19 Eric van GyzenRegenerate syscall files for r315526
2017-03-19 Eric van GyzenAdd clock_nanosleep()
2017-03-18 Eric van Gyzennanosleep: plug a kernel memory disclosure
2017-03-18 Dmitry ChaginGlibc get_nprocs() and get_nprocs_conf() uses the sysfs...
2017-03-18 Dmitry ChaginImplement getrandom() syscall.
2017-03-18 Dmitry ChaginAs noted by Roel Bouwman Linux allows a large buffer...
2017-03-18 Dmitry ChaginTo reduce code duplication move socket defines to the...
2017-03-18 Dmitry ChaginRemove superflous break statment.
2017-03-18 Dmitry ChaginCheck for negative nanoseconds.
2017-03-17 Hans Petter SelaskyImplement get_pid_task(), pid_task() and some other...
2017-03-17 Hans Petter SelaskyImplement minimalistic memory mapping structure, struct...
2017-03-17 Hans Petter SelaskyAdd comment describing the use of pagefault_disable...
2017-03-16 Pedro F. GiffuniMFV r315425:
2017-03-16 Hans Petter SelaskyUse __LP64__ to detect presence of suword64() to fix...
2017-03-16 Hans Petter SelaskyThe LinuxKPI pagefault disable and enable functions...
2017-03-16 Hans Petter SelaskyImplement more userspace memory access functions in...
2017-03-16 Hans Petter SelaskyDefine some more LinuxKPI task related macros.
2017-03-16 Hans Petter SelaskyAdd helper function similar to ip_dev_find() to the...
2017-03-16 Hans Petter SelaskyAdd basic support for VIMAGE to the LinuxKPI and ibcore.
2017-03-14 Dmitry ChaginFix usage of the same 'i' variable in the external...
2017-03-14 Hans Petter SelaskySet "current" pointer for LinuxKPI interrupts and timer...
2017-03-14 Konstantin BelousovUse designated initializers for kevent_copyops.
2017-03-10 Dimitry AndricUpdate clang, llvm, lld, lldb, compiler-rt and libc...
2017-03-10 Oleksandr TymoshenkoMerge from vendor branch importing dtc 1.4.3
2017-03-09 Hans Petter SelaskyFix implementation of the DECLARE_WORK() macro in the...
2017-03-09 Hans Petter SelaskyImplement support for mutexes with deadlock avoidance...
2017-03-09 Hans Petter SelaskyCleanup the LinuxKPI mutex wrappers.
2017-03-09 Hans Petter SelaskyDon't create any threads before SI_SUB_INIT_IF in the...
2017-03-08 Hans Petter SelaskyFix compilation warning for powerpc64 by not using...
2017-03-08 Andriy GaponMFV r314911: 7867 ARC space accounting leak
2017-03-08 Andriy GaponMFV r314910: 7843 get_clones_stat() is suboptimal for...
2017-03-08 Hans Petter SelaskyCleanup the LinuxKPI slab implementation.
2017-03-08 Hans Petter SelaskyImplement eth_zero_addr() in the LinuxKPI.
2017-03-08 Warner LoshCopy needed include files from EDK2. This is a minimal...
2017-03-07 Hans Petter SelaskyAdd support for constant pointer constructs to READ_ONC...
2017-03-07 Dmitry ChaginLinux semop system call return EINVAL in case when...
2017-03-07 Dmitry ChaginLinux kernel does not export to the user space ipc_perm...
2017-03-07 Dmitry ChaginReduce code duplication between MD Linux code by moving...
2017-03-07 Hans Petter SelaskyImplement time_is_after_eq_jiffies() function in the...
2017-03-07 Hans Petter SelaskyFix implementation of the DECLARE_RWSEM() macro in...
2017-03-07 Hans Petter SelaskyMake sure jiffies value is cast to an integer in the...
2017-03-07 Emmanuel VadotUpdate our device tree files to a Linux 4.10
2017-03-07 Hans Petter SelaskyUse grouptaskqueue for tasklets in the LinuxKPI.
2017-03-07 Hans Petter SelaskyLinuxKPI workqueue cleanup.
2017-03-06 Simon J. GerratyMerge bmake-20170301
2017-03-06 Mahdi MokhtariAdd UNIMPLEMENTED() placeholder macro for
2017-03-06 Hans Petter SelaskyImplement add_timer_on() function in the LinuxKPI.
2017-03-06 Hans Petter SelaskyImplement DECLARE_RWSEM() macro in the LinuxKPI to...
2017-03-06 Hans Petter SelaskyGive LinuxKPI Read-Write semaphores better debug names...
2017-03-06 Dag-Erling SmørgravUpgrade to OpenSSH 7.4p1.
2017-03-04 Hans Petter SelaskyRemove duplicate prototype in the LinuxKPI to fix compi...
2017-03-04 Dmitry ChaginStyle(9).
2017-03-04 Dmitry ChaginRemove attribute __packed from some IPC struct definiti...
2017-03-04 Dmitry ChaginHide Linux socketcall constants under corresponding...
2017-03-03 Jung-uk KimMerge ACPICA 20170303.
2017-03-03 Hans Petter SelaskyUpdate the LinuxKPI RCU and SRCU wrappers for the concu...
2017-03-02 Martin MatuskaMFV r314565,314567,314570:
2017-03-02 Dag-Erling SmørgravUpgrade to OpenSSH 7.3p1.
2017-03-01 Dimitry AndricMerge ^/head r314482 through r314522.
2017-03-01 Baptiste DaroussinImport dma snapshot from git 2017-02-10
2017-03-01 Konstantin BelousovWith the removal of IA64, the only arch which uses...
2017-02-28 Olivier HouchardMerge CK as of commit 24d26965d1a28039062ba3bcf9433b623...
2017-02-28 Dimitry AndricMerge ^/head r314270 through r314419.
2017-02-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld and lldb...
2017-02-28 Dmitry ChaginLinux epoll return EEXIST on case when op is EPOLL_CTL_...
2017-02-28 Dmitry ChaginLinux epoll return ENOENT error in case when op is...
2017-02-28 Dmitry ChaginFreeBSD does not have analgue for epill EPOLLPRI event...
2017-02-28 Gleb SmirnoffRemove SVR4 (System V Release 4) binary compatibility...
2017-02-27 Dmitry ChaginReturn EINVAL when an invalid file descriptor specified.
2017-02-27 Dmitry ChaginUnify eventfd ioctl method and use it for other similar...
2017-02-27 Hans Petter SelaskyImplement more bit operation functions in the LinuxKPI.
2017-02-27 Hans Petter SelaskyDefine __sum16 type in the LinuxKPI.
2017-02-26 Dmitry ChaginReturn EINVAL in case when an invalid size of signal...
2017-02-26 Dmitry ChaginRestore signal mask in epoll_pwait.
2017-02-26 Dmitry ChaginReturn EINVAL when an invalid file descriptor is specified.
2017-02-26 Dmitry ChaginImplement timerfd family syscalls.
2017-02-26 Dmitry ChaginNostly style(9) changes, replace unused eventfd_truncate()
2017-02-26 Dmitry ChaginReturn EOVERFLOW error in case then the size of tv_sec...
2017-02-25 Edward Tomasz Napi... Fix linux_fstatfs() to return proper value for f_frsize...
2017-02-25 Josh PaetzelMFV 314276
2017-02-25 Dimitry AndricMerge ^/head r314178 through r314269.
2017-02-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, lld and lldb...
next