]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Add kernel support to the NFS server for the "-manage-gids"
[FreeBSD/FreeBSD.git] / sys / i386 /
2015-11-28 kibRemove sv_prepsyscall, sv_sigsize and sv_sigtbl members...
2015-11-28 kibDisconnect iBCS2 emulator from the build. The ibcs2...
2015-11-26 emasteFix whitespace on addition of IPSEC option
2015-11-23 kibSplit kerne timekeep ABI structure vdso_sv_tk out of...
2015-11-16 ngieMFhead @ r290899
2015-11-12 jhbExport various helper variables describing the layout...
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-30 kibThe prefix for CLFLUSHOPT is 0x66. It was right on...
2015-10-29 jhbUse movw instead of movl (or plain mov) when moving...
2015-10-28 baptMerge mpsutil(8) branch
2015-10-28 hselaskyBuild fix for i386/XBOX and pc98/GENERIC.
2015-10-28 baptMerge from head
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-24 kibIntel SDM before revision 56 described the CLFLUSH...
2015-10-23 sjgMerge bmake 20151020
2015-10-23 kibAdd CLFLUSHOPT instruction wrappers.
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-21 roygerx86/xen: Consolidate xen-os.h in a single place
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-16 mavMFV r289310:
2015-10-13 baptMerge from head
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-11 ngieMFhead @ r289148
2015-10-11 mavRemove compatibility shims for legacy ATA device names.
2015-10-10 ngieMFhead @ r289100
2015-10-08 cemFix missing semi-colon from r289055.
2015-10-08 mjglinux: fix handling of out-of-bounds syscall attempts
2015-10-08 roygerxen/console: Introduce a new console driver for Xen...
2015-10-06 dimMerge ^/head r288836 through r288925.
2015-10-06 roygerUpdate Xen headers from 4.2 to 4.6
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-20 dimMerge ^/head r287878 through r288034.
2015-09-20 kibAdd support for weak symbols to the kernel linkers...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-11 dimMerge ^/head r287527 through r287679.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 markjAdd stack_save_td_running(), a function to trace the...
2015-09-11 markjMerge stack(9) implementations for i386 and amd64 under...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-10 kibDo not hold the process around the vm_fault() call...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-09-05 dimMerge ^/head r286858 through r287489.
2015-08-25 baptMerge from HEAD
2015-08-21 roygerpreload_search_info: make sure mod is set
2015-08-12 dimMerge ^/head r286422 through r286684.
2015-08-12 dimUpdate llvm/clang to r242221.
2015-08-12 marcelBetter support memory mapped console devices, such...
2015-08-12 kibInitialization of smp_tlb_wait does not require release...
2015-08-12 kibAP should load aps_ready with acquire semantic to see...
2015-08-10 ngieMFhead @ r286584
2015-08-10 kibMake kstack_pages a tunable on arm, x86, and powepc...
2015-08-07 dimMerge ^/head r285924 through r286421.
2015-08-07 kibRemove unused i386 header privatespace.h. For the...
2015-08-06 jhbRemove some more vestiges of the Xen PV domu support...
2015-08-05 emasteRationalize BSD license on sys/*/include/in_cksum.h
2015-08-05 kibFix UP build after r286296, ensure that CPU_FOREACH...
2015-08-04 jahAdd two new pmap functions:
2015-08-04 kibGive large kernel stack to the initial thread . Otherw...
2015-08-03 impAdd pmspvc device back to GENERIC. The issues with...
2015-08-03 kibClear the IA32_MISC_ENABLE MSR bit, which limits the...
2015-07-31 gjbPull pmspcv (pms(4)) from GENERIC. It has PCI ID conflicts
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 kibImprove comments.
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-30 kibUse private cache line for the locked nop in *mb()...
2015-07-29 kibMFamd64 r285934: Remove store/load (= full) barrier...
2015-07-29 sbrunoRemove dead functions pmap_pvdump and pads.
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-27 ngieMFhead @ r285904
2015-07-22 dimMerge ^/head r285341 through r285792.
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-22 kibRemove duplicate and useless declarations.
2015-07-22 jhbVarious changes to the registers displayed in DDB for...
2015-07-21 markjLet the unwinder handle faults during function prologue...
2015-07-21 markjImprove stack unwinding on i386 and amd64 after an...
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-19 kibRevert bit of the r285627, locore.s does not need inclu...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-16 kibWhen checking for the valid value of the frame pointer...
2015-07-16 zbbFix KSTACK_PAGES issue when the default value was chang...
2015-07-14 bruefferSpell crypto correctly.
2015-07-10 kibConvert between abridged (from FXSAVE) and unabridged...
2015-07-10 kibDuplicate the copyright from the i386/i386/machdep...
2015-07-09 dimMerge ^/head r285284 through r285340.
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 jmgNow that aesni won't reuse fpu contexts (D3016), add...
2015-07-08 dimMerge ^/head r285153 through r285283.
2015-07-08 kibAdd the atomic_thread_fence() family of functions with...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 achimDriver 'pmspcv' added. Supports PMC-Sierra PM8001/8081...
next