]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Add mechanism to unload CAM periph drivers.
[FreeBSD/FreeBSD.git] / sys / i386 /
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 mmokhiRegenerated Linuxulator syscall tables for r314782
2017-03-06 mmokhiAdd UNIMPLEMENTED() placeholder macro for
2017-03-06 pfgRevert r314669, r314670:
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-04 pfgDrop i486 from the default i386 GENERIC kernel configur...
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 dimMerge ^/head r314420 through r314481.
2017-02-28 impRenumber copyright clause 4
2017-02-28 kibInitialize pcb_save for thread0.
2017-02-28 dimMerge ^/head r314270 through r314419.
2017-02-28 glebiusRemove SVR4 (System V Release 4) binary compatibility...
2017-02-26 dchaginRegen for r314312 (Linux epoll_pwait).
2017-02-26 dchaginChange Linux epoll_pwait syscall definition to match...
2017-02-26 alcRefine the fix from r312954. Specifically, add a new...
2017-02-26 dchaginImplement timerfd family syscalls.
2017-02-26 dchaginRegen after r314291 (timerfd definition).
2017-02-26 dchaginChange Linuxulator timerfd syscalls definition to match...
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 r313896 through r314128.
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-19 dchaginImplement rt_tgsigqueueinfo system call used by glibc...
2017-02-19 kibMFamd64 r313933: microoptimize pmap_protect_pde().
2017-02-17 kibMerge i386 and amd64 mtrr drivers.
2017-02-17 dimMerge ^/head r313644 through r313895.
2017-02-17 roygerx86: fix MTRR initialization if EARLY_AP_STARTUP is...
2017-02-16 impRemove EISA bus support for add-in cards. Remove relate...
2017-02-15 impRemove Micro Channel Architecture support. Of the commo...
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-11 dimMerge ^/head r313301 through r313643.
2017-02-10 jhbRegenerate all the system call tables to drop "created...
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 ngieMFhead@r313360
2017-02-05 dimMerge ^/head r313055 through r313300.
2017-02-05 dchaginRegen after r313284.
2017-02-05 dchaginUpdate syscall.master to 4.10-rc6. Also fix comments...
2017-02-04 ngieMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 ngieMFhead@r313243
2017-02-03 kibFor i386, remove config options CPU_DISABLE_CMPXCHG...
2017-02-02 kibUse ANSI definitions for some i386 functions.
2017-02-02 jkimMFV: r313101
2017-02-02 mjgi386: fixup fcmpset
2017-02-02 mmMFV r313071:
2017-02-01 dimMerge ^/head r312968 through r313054.
2017-02-01 glebiusUpdate tcpdump to 4.9.0.
2017-01-30 traszReplace sys_ftruncate() with kern_ftruncate() in variou...
2017-01-30 mjgi386: add atomic_fcmpset
2017-01-29 dimMerge ^/head r312894 through r312967.
2017-01-29 kibDo not leave stale 4K TLB entries on pde (superpage...
2017-01-29 jahImplement get_pcpu() for i386 and use it to replace...
2017-01-28 nyanGarbage collect the FPU_ERROR_BROKEN option.
2017-01-28 nyanRemove pc98 support completely.
2017-01-22 dimMerge ^/head r312309 through r312623.
2017-01-21 baptImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-20 kibUse SFENCE for ordering CLFLUSHOPT.
2017-01-17 edCatch up with changes to structure member names.
2017-01-16 ngieMerge ^/vendor/NetBSD/tests/dist@r312294
2017-01-15 ngieMFhead@r312217
2017-01-14 dimMerge ^/head r311940 through r312200.
2017-01-14 dimMerge compiler-rt release_40 branch r292009.
2017-01-14 dimMerge llvm, clang, lld and lldb release_40 branch r2920...
2017-01-14 ngieAdd include Makefiles for tests/sys/{fs,kern,kqueue...
2017-01-14 jahAdd comment explaining relative order of sched_unpin...
2017-01-14 jahFor i386 temporary mappings, unpin the thread before...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist to contrib/netbsd-tests
2017-01-14 ngieMerge content currently under test from ^/vendor/NetBSD...
2017-01-13 ngieUpgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-11 dimMerge ^/head r311812 through r311939.
2017-01-10 mmMFV r311899:
2017-01-10 markjCoalesce TLB shootdowns of global PTEs in pmap_advise...
2017-01-10 sbrunoMigrate e1000 to the IFLIB framework:
2017-01-09 dimMerge compiler-rt trunk r291476.
2017-01-09 dimMerge llvm, clang, lld and lldb trunk r291476.
2017-01-08 dimMerge compiler-rt r291274.
2017-01-08 dimMerge libc++ r291274, and update the library Makefile.
2017-01-06 dimMerge llvm, clang, lld and lldb trunk r291274, and...
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-05 dimMerge ^/head r311314 through r311459.
2017-01-05 kibDo not allocate struct statfs on kernel stack.
2017-01-04 dimMerge llvm, clang, lld and lldb trunk r291012, and...
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2017-01-02 dimUpdate lldb to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate lld to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate clang to trunk r290819 and resolve conflicts.
2017-01-02 dimUpdate llvm to trunk r290819 and resolve conflicts.
2016-12-30 mmMFV r310796, r310797:
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-27 mmMFV r310622:
2016-12-23 jahMove the objects used to create temporary mappings...
2016-12-19 sjgMerge bmake-20161212
2016-12-17 dimMerge ^/head r310169 through r310190.
next