]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ia64
On Soft Reset, read device signature from FIS receive area, instead of
[FreeBSD/FreeBSD.git] / sys / ia64 /
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-03 marcelMake sure bus space accesses use unorder memory loads...
2009-11-29 marcelMove the sysctl related fields to the end of the struct...
2009-11-28 marcelEliminate teh use of MAXCPU in static arrays of interru...
2009-11-27 alcSimplify the invocation of vm_fault(). Specifically...
2009-11-24 marcelImprove upon revision 196196 by removing the newly...
2009-11-23 marcelRevert previous commit. The problem was not related...
2009-11-20 marcelNo need to include opt_kstack_pages.h, because KSTACK_P...
2009-11-20 marcelAdd a seatbelt to the Nested TLB Fault handler to give...
2009-11-19 marcelopt_* headers are included using the quoted form.
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-10 kibExtract the code that records syscall results in the...
2009-10-31 marcelReimplement the lazy FP context switching:
2009-10-27 kibIn r197963, a race with thread being selected for signa...
2009-10-24 marcelAdd PRINTF_BUFR_SIZE=128, since we have SMP by default.
2009-10-24 marcelA 32KB kernel stack is not quite enough. The new USB...
2009-10-21 marcelo Introduce vm_sync_icache() for making the I-cache...
2009-10-21 marcelo Align function on a 32-byte boundary so that the...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-10 kibDefine architectural load bases for PIE binaries. Addre...
2009-10-03 bzMake sure that the primary native brandinfo always...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-18 alcAdd a new sysctl for reporting all of the supported...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 phkGet rid of the _NO_NAMESPACE_POLLUTION kludge by creati...
2009-08-16 marcelDecouple ACPI CPU Ids from FreeBSD's cpuid. The ACPI...
2009-08-13 attilio* Completely Remove the option STOP_NMI from the kernel...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-12 alcAdd support to the virtual memory system for configurin...
2009-07-11 marcelOn exec(2), when loading the ELF image, pmap_enter_obje...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-05 samCleanup ALIGNED_POINTER:
2009-07-02 edEnable POSIX semaphores on all non-embedded architectur...
2009-06-26 alcCorrect the #endif comment.
2009-06-26 alcThis change is the next step in implementing the cache...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-23 jeffImplement a facility for dynamic per-cpu variables.
2009-06-20 marcelDrop the high FP state of an exiting thread in cpu_thre...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 jkimImport ACPICA 20090521.
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-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-29 jamiePlace hostnames and similar information fully under...
2009-05-29 edLast minute TTY API change: remove mutex argument from...
2009-05-27 rinkia64: Move MCA information retrieval to a per-CPU kthread
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-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 marcelRename ia64_invalidate_icache() to ia64_sync_icache...
2009-05-18 marcelAdd cpu_flush_dcache() for use after non-DMA based...
2009-05-10 kuriyama- Use "device\t" and "options \t" for consistency.
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-24 marcelRemove isa_irq_pending(). It's not used.
2009-04-20 rwatsonDon't conditionally define CACHE_LINE_SHIFT, as we...
2009-04-19 rwatsonAdd description and cautionary note regarding CACHE_LIN...
2009-04-19 rwatsonFor each architecture, define CACHE_LINE_SHIFT and...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-17 jhbRestore bus DMA bounce pages to an offset of 0 when...
2009-04-13 kibThe bus_dmamap_load_uio(9) shall use pmap of the thread...
2009-04-05 dchaginFix KBI breakage by r190520 which affects older linux...
2009-04-01 kibAdd trivial implementation for the freebsd32_sysarch...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-17 kibAdd AT_EXECPATH ELF auxinfo entry type. The value's...
2009-03-13 dchaginImplement new way of branding ELF binaries by looking...
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-02 samconnect vendor wpa area to contrib
2009-02-23 thompsaChange over the usb kernel options to the new stack...
2009-02-15 thompsaAdd uslcom to the build too.
2009-02-15 thompsaSwitch over GENERIC kernels to USB2 by default.
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-10 marcelMark the BSP as being awake. This supresses the message
2009-02-08 impWhen bouncing pages, allow a new option to preserve...
2009-02-07 pisoAdd SCTP NAT support.
2009-02-07 wkoszekDon't forget to create opt_agp.h on ia64, which also...
2009-02-04 jhbTweak the ia64 machine check handling code to not regis...
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-18 alcCorrect an error in revision 1.170 of this file. When...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 samMFH @ 186335
2008-12-19 samimport netbsd makefs tool
2008-12-17 impAT_DEBUG and AT_BRK were OBE like 10 years ago, so...
2008-12-03 kmacyIF_RELENG_7 185198:185562
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 edRemove "[KEEP THIS!]" from COMPAT_43TTY. It's not reall...
2008-12-01 samimport ath hal
2008-11-22 dfrClone Kip's Xen on stable/6 tree so that I can work...
2008-11-22 kibAdd sv_flags field to struct sysentvec with intention...
2008-11-22 marcelDefine mb(), rmb() and wmb() for real.
next