]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Regenerate for SYSTEM_LINKER
[FreeBSD/FreeBSD.git] / sys / i386 /
2018-06-15 Ed Mastelinuxulator: do not include legacy syscalls on arm64
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 Konstantin BelousovReorganize code flow in fpudna()/npxdna() to highlight...
2018-06-14 Konstantin BelousovRemove printf() in #NM handler.
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-13 Konstantin BelousovEnable eager FPU context switch by default on i386...
2018-06-13 Ryan Libbyi386: copyin/copyout error is EFAULT
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-12 Konstantin BelousovAll exceptions IDT descriptors must use interrupt gates...
2018-06-12 Konstantin BelousovFix typo.
2018-06-10 Bruce EvansFix panics in potentially all x86bios calls on i386...
2018-06-09 Mark JohnstonTell the compiler that rdtscp clobbers %ecx.
2018-06-08 Matt Macyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-07 Matt Macycpufunc: add rdtscp for x86
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Matt Macyhwpmc: ABI fixes
2018-06-02 Bruce EvansOops, the last minute reduction in the clobber list...
2018-06-02 Bruce EvansFinish COMPAT_AOUT support for amd64. It wasn't in...
2018-06-02 Bruce EvansFix high resolution kernel profiling just enough to...
2018-06-02 Bruce EvansFix recent breakages of kernel profiling, mostly on...
2018-05-31 Matt Macyhwpmc: remove unused pre-table driven bits for intel
2018-05-31 Dimitry AndricResolve conflicts between macros in fenv.h and ieeefp.h
2018-05-30 Konstantin BelousovUse pmap_pte_ufast() instead of pmap_pte() in pmap_extr...
2018-05-30 Konstantin BelousovExtract code for fast mapping of pte from pmap_extract_...
2018-05-30 Konstantin BelousovRestore pmap_copy() for 4/4 i386 pmap.
2018-05-30 Konstantin BelousovDo use pmap_pte_quick() in pmap_enter_quick_locked().
2018-05-30 Konstantin BelousovAvoid unneccessary TLB shootdowns in pmap_unwire_ptp...
2018-05-29 Brooks DavisCorrect pointer subtraction in KASSERT().
2018-05-29 Hans Petter SelaskyImplement atomic_add_64() and atomic_subtract_64()...
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-25 Konstantin BelousovOptimize i386 pmap_extract_and_hold().
2018-05-25 Konstantin BelousovCleanup. Remove unused instruction and label.
2018-05-25 Andriy Gaponre-synchronize TSC-s on SMP systems after resume, if...
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-24 Warner LoshMake memmove and bcopy share code
2018-05-24 Brooks DavisAvoid two suword() calls per auxarg entry.
2018-05-23 Konstantin Belousovx86: stop unconditionally clearing PSL_T on the trace...
2018-05-23 Konstantin BelousovStop obliterating actual exception type for emulated...
2018-05-23 Konstantin BelousovStyle.
2018-05-23 Konstantin BelousovSupport IBRS for i386.
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-22 Konstantin BelousovUse local unique labels inside most often used macros.
2018-05-22 Konstantin BelousovFix double-load of %cr3 and double-copy of the stack...
2018-05-22 Matt Macyfix i386 builds after r334005 and r334009
2018-05-22 John BaldwinCleanups related to debug exceptions on x86.
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-19 Mark JohnstonEnable kernel dump features in GENERIC for most platforms.
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-18 Ed MasteUse NULL for SYSINIT's last arg, which is a pointer...
2018-05-18 Xin LIMFV r333779: xz 5.2.4.
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-13 Konstantin BelousovFix PMC_IN_TRAP_HANDLER() for i386 after the 4/4 split.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.1.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.8. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.7. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.6. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.5. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.3. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade LDNS to 1.7.0.
2018-05-12 Konstantin BelousovKernel entry from vm86 mode, where PCB_VM86CALL pcb...
2018-05-12 Konstantin BelousovOn return from exception or interrupt, returns to vm86...
2018-05-12 Konstantin BelousovInitialize tramp_idleptd during cold pmap startup,...
2018-05-12 Konstantin BelousovCreate a macro for PIC code which loads %cr3 from tramp...
2018-05-12 Konstantin BelousovFix use of the custom TSS on i386 after the 4/4 split.
2018-05-11 Konstantin BelousovRemove dead declaration.
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-10 Warner LoshRemove unused bcopyb.
2018-05-08 Dag-Erling SmørgravUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 Jung-uk KimMFV: r333378
2018-05-08 Konstantin BelousovPrepare DB# handler for deferred trigger of watchpoints.
2018-05-08 Peter WemmUpdate svn-1.9.7 to 1.10.0.
2018-05-08 Peter WemmUpdate private sqlite from sqlite3-3.20.0 to sqlite3...
2018-05-04 Philip PaepsImport tzdata 2018e
2018-05-03 Konstantin BelousovImplement support for ifuncs in the kernel linker.
2018-05-02 Sean BrunoRetire ixgb(4)
2018-05-01 Jung-uk KimMFV: r333077
2018-05-01 Mark JohnstonPrint the dump progress indicator after calling dump_st...
2018-04-27 Ed MasteUpdate ELF Tool Chain to r3614
2018-04-26 Konstantin BelousovFix move of the frame to the normal stack for interrupt...
2018-04-25 Li-Wen HsuFix i386 build after r332970 by adding IS_BSP() definition.
2018-04-24 Konstantin BelousovFix futexes on i386 after the 4/4G split.
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 Konstantin BelousovUse symbolic constant, explaining the operation.
2018-04-19 John BaldwinSimplify the code to allocate stack for auxv, argv...
2018-04-19 Andriy Gaponset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 Konstantin BelousovFix pmap_trm_alloc(M_ZERO).
2018-04-18 Konstantin BelousovFor fatal traps other than pagefaults, print raw fault...
2018-04-18 Andriy Gapondon't check for kdb reentry in trap_fatal(), it's impos...
2018-04-17 Brooks DavisRemove the unused fuwintr() and suiwintr() functions.
2018-04-16 Warner LoshUse bool instead of boolean_t here. No reason to use...
2018-04-14 Warner LoshMake first a 'bool' instead of a 'boolean_t'.
2018-04-13 Konstantin Belousovi386 4/4G split.
next