]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Normalize field naming for struct vnet, fix two debugging printfs that
[FreeBSD/FreeBSD.git] / sys / i386 /
2009-07-18 alcAn addendum to r195649, "Add support to the virtual...
2009-07-13 jkimMatch PCI Express root bridge _HID directly instead of
2009-07-12 alcAdd support to the virtual memory system for configurin...
2009-07-11 rpauloImplementation of the upcoming Wireless Mesh standard...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-08 traszThere is an optimization in chmod(1), that makes it...
2009-07-06 jhbAfter the per-CPU IDT changes, the IDT vector of an...
2009-07-05 alcPAE adds another level to the i386 page table. This...
2009-07-05 samCleanup ALIGNED_POINTER:
2009-07-02 edEnable POSIX semaphores on all non-embedded architectur...
2009-07-01 jhbImprove the handling of cpuset with interrupts.
2009-06-30 dfrRemove the old kernel RPC implementation and the NFS_LE...
2009-06-27 rwatsonReplace AUDIT_ARG() with variable argument macros with...
2009-06-26 jhbReturn ENOSYS instead of EINVAL for invalid function...
2009-06-26 alcCorrect the #endif comment.
2009-06-26 alcThis change is the next step in implementing the cache...
2009-06-25 jhbFix kernels compiled without SMP support. Make intr_ne...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 jhb- Restore the behavior of pre-allocating IDT vectors...
2009-06-25 rwatsonFix ibcs2_ipc.c build by adding missing limits.h include.
2009-06-24 jhbChange the ABI of some of the structures used by the...
2009-06-24 jhbWhitespace fix.
2009-06-23 mavMake algorithm a bit more bulletproof.
2009-06-23 jeffImplement a facility for dynamic per-cpu variables.
2009-06-23 mavRework r193814:
2009-06-23 rpaulo* Driver for ACPI WMI (Windows Management Instrumentation)
2009-06-22 alcEliminate dead code. These definitions should have...
2009-06-20 brooksUse NGROUPS instead of NGROUPS_MAX as the limits on...
2009-06-19 brooksRework the credential code to support larger values...
2009-06-17 jhbRegen for added flags field.
2009-06-16 jhbMove (read|write)_cyrix_reg() inlines from specialreg...
2009-06-15 mavForbid multi-vector MSI interrupt vectors migration...
2009-06-14 alcLong, long ago in r27464 special case code for mapping...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-14 edEnable PRINTF_BUFR_SIZE on i386 and amd64 by default.
2009-06-13 edClobber "cc" instead of using volatile.
2009-06-13 edClobber "cc" instead of using volatile; remove obsolete...
2009-06-13 edSimplify the inline assembler (and correct potential...
2009-06-11 avgstrict kobj signatures: fix legacy i386 pcib_write_conf...
2009-06-10 kibAdapt vfs kqfilter to the shared vnode lock used by...
2009-06-10 yongariAdd alc(4), a driver for Atheros AR8131/AR8132 PCIe...
2009-06-09 kmacyopt in to flowtable on i386/amd64
2009-06-09 kmacyremove flowtable from DEFAULTS
2009-06-09 ariffWhen using i8254 as the only kernel timer source:
2009-06-09 ariffMove C1E workaround into its own idle function. Previou...
2009-06-09 delphijAdd line width calculations for 15/16 and 24/32 bit...
2009-06-08 jkimRewrite OsdSynch.c to reflect the latest ACPICA more...
2009-06-08 edRevert my change; reintroduce __gnu89_inline.
2009-06-08 edRemove __gnu89_inline.
2009-06-07 adrianDecouple the i386 native and i386 Xen APIC definitions...
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 rwatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-03 jkimResync with head.
2009-06-02 jkimChase ACPICA API changes (for kernel and boot loader).
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-02 rwatsonRemove MAC kernel config files and add "options MAC...
2009-06-01 dchaginImplement accept4 syscall.
2009-06-01 rwatsonRegenerate generated syscall files following changes...
2009-05-31 adrianFix the MP IPI code to differentiate between bitmapped...
2009-05-31 adrianRemove some unused code in ipi_selected() .
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 adrianEven though I'm not quite sure that the call_func stuff...
2009-05-30 adrianDon't schedule a CALL_FUNCTION_VECTOR software IPI...
2009-05-30 adrianCorrectly report the IPI IRQs being created; make it...
2009-05-29 jamiePlace hostnames and similar information fully under...
2009-05-29 adrianRevert to 2-clause.
2009-05-29 adrianFix the Xen TOD update when the hypervisor wall clock...
2009-05-29 adrianMigrate the Xen hypervisor clock reading routines into...
2009-05-28 adrianSay hello to a very basic, read-only, Xen Hypervisor...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-20 impWe don't need d_thread_t for cross-branch portability...
2009-05-20 impSome minor style changes:
2009-05-20 jhbDon't bother reading the initial value of the machine...
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 jhb- Add a tunable 'hw.mca.enabled' that can be used to...
2009-05-18 jhbAdd a read-only sysctl hw.pci.mcfg to mirror the tunabl...
2009-05-18 jhbBump CACHE_LINE_SIZE to 128 for x86. Intel's manuals...
2009-05-18 marcelAdd cpu_flush_dcache() for use after non-DMA based...
2009-05-16 dchaginSomewhere between 2.6.23 and 2.6.27, Linux added SOCK_C...
2009-05-14 jhbTrim the default set of device hints on i386 and amd64:
2009-05-14 attilioFreeBSD right now support 32 CPUs on all the architectu...
2009-05-13 jhbImplement simple machine check support for amd64 and...
2009-05-13 alcCorrect a rare use-after-free error in pmap_copy()...
2009-05-12 bruefferRemove unused variables.
2009-05-10 dchaginDo not export AT_CLKTCK when emulating Linux kernel...
2009-05-10 dchaginRework r189362, r191883.
2009-05-10 kuriyama- Use "device\t" and "options \t" for consistency.
2009-05-08 edRegenerate system call tables to use SVN ids.
2009-05-08 edRegenerate ibcs2 system call table.
2009-05-08 edBurn TTY ioctl bridges in compat layers.
2009-05-08 zecIntroduce a new virtualization container, provisionally...
2009-05-07 jamieMove the per-prison Linux MIB from a private one-off...
2009-05-07 dchaginTo avoid excessive code duplication move MI definitions...
2009-05-05 mavDo not try to initialize LAPIC timer if we are not...
2009-05-04 jkimUnlock the largest standard CPUID on Intel CPUs for...
2009-05-04 mavOops, sorry. Fix for fix.
2009-05-04 mavThere is no atrtc driver in pc98, so hide atrtcclock_di...
next