pci: Put back header gardian in header files
[dragonfly.git] / sys /
2009-07-08 Sepherosa Ziehaupci: Put back header gardian in header files
2009-07-08 Sepherosa Ziehaupci: Bring back 3f607eb6e6bf8981c33dc29fd477005f364fa9ce
2009-07-08 Sepherosa Ziehaupci: Bring back 72876ce0680bbb61ce6bedfb36f18004c36e99fc
2009-07-08 Sepherosa Ziehaupci: Bring back 978400d3b04daf8f91ba8bb2dcc382a37ef632f4
2009-07-08 Sepherosa Ziehaupci: Bring back b0486c83a8f6492dcc8941711cccc6cc3d2dea03
2009-07-08 Sepherosa Ziehaupci: Bring back part of dbcd0c9b8a52c489e134c81386c900b...
2009-07-08 Sepherosa Ziehaupci: device_identify method returns int
2009-07-08 Sepherosa Ziehaupci: Put back APIC_IO PCI interrupt routine workaround
2009-07-08 Sepherosa ZiehauRevoke kreallocf()
2009-07-08 Sepherosa Ziehaupci: Don't test whether acpi module is loaded; acpi...
2009-07-08 Sepherosa ZiehauSync PCI code with FreeBSD 7.2
2009-07-08 Matthew DillonAMD64 - Fix trapframe, intrframe, and user mode cpu...
2009-07-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-08 Matthew DillonAMD64 - Fix bug in pmap_release_free_page()
2009-07-08 Matthew DillonAMD64 - Enable floating point context switching
2009-07-08 Matthew DillonAMD64 - stop the backtrace if the stack address is...
2009-07-08 Matthew DillonJG64 - include ahci, sili, and usb devices
2009-07-07 Matthew DillonMerge commit 'smtms/amd64'
2009-07-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-07 Matthew DillonAHCI - Set AE before doing hard reset (HR).
2009-07-06 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2009-07-06 Hasso Tepper"Sync" threading libaries.
2009-07-06 Jordan GordeevMerge branch 'master' into amd64
2009-07-06 Jordan GordeevMerge commit 'f447e7925783f3867b00d2b9cbd27f896a99205f...
2009-07-06 Jordan GordeevMerge commit '973c11b9c3cdde88fe6ca0ef2c5af56a8c49e014...
2009-07-06 Jordan GordeevMerge commit '1276d1e1a1b128f7093a3021d3f6bc27afa80d23...
2009-07-06 Jordan Gordeevamd64: Change the way I/O APIC's are mapped.
2009-07-06 Jordan Gordeevamd64: Fix UP kernel build.
2009-07-06 Jordan Gordeevamd64: Use proper size for atomic ops.
2009-07-06 Jordan Gordeevamd64: Properly size an array for SMP.
2009-07-06 Jordan Gordeevamd64: Correct an omission.
2009-07-06 Jordan Gordeevamd64: Fix invocations of setidt().
2009-07-06 Jordan Gordeevamd64: Fixes for init_secondary().
2009-07-06 Jordan Gordeevamd64: Use the proper form of 'iret' to return from...
2009-07-06 Jordan Gordeevamd64: Fix improper saving of a register.
2009-07-06 Jordan Gordeevamd64: Update cpu_mfence(), cpu_lfence(), cpu_sfence...
2009-07-06 Jordan Gordeevamd64: Help mptable_pass2() find and read the mptable.
2009-07-06 Jordan Gordeevamd64: Call mptable_pass2().
2009-07-06 Jordan Gordeevamd64: Map the local APIC.
2009-07-06 Jordan Gordeevamd64: Sync mp_bootaddress() with FreeBSD.
2009-07-06 Jordan Gordeevamd64: Don't forget to call mp_probe().
2009-07-06 Jordan Gordeevamd64: Allow search_for_sig() to return 64-bit quantities.
2009-07-06 Jordan Gordeevamd64: Fix improper types in description of mptable...
2009-07-06 Peter AvalosMerge branch 'vendor/TCPDUMP' and update build for...
2009-07-06 Stathis KamperisAdd missing definition for RLIMIT_AS resource.
2009-07-06 Peter AvalosMerge branch 'vendor/LIBPCAP' and updated build for...
2009-07-05 Antonio HueteAdd 'hammer info' command that shows extended informati...
2009-07-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-05 Aggelos Economopoulossysctl.h should include kernel.h
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP'
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP' (early part)
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP'
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP' (early part)
2009-07-03 Matthew DillonUSB - Fix mis-cast in EHCI producing garbage on console
2009-07-03 Matthew Dillonfrevoke - More fixes to fdfree()
2009-07-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-03 Matthew DillonHAMMER - Formalize the maximum number of volumes (256).
2009-07-02 Matthew Dillonfile descriptor enumeration - Fix races
2009-07-02 Matthew DillonSILI - Fix embarassing bug for non-NCQ disk accesses...
2009-07-02 Matthew DillonAHCI - Fix embarassing bug for non-NCQ disk accesses...
2009-07-01 Jordan Gordeevamd64: Big batch of SMP changes.
2009-07-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-01 Matthew DillonSILI - ATAPI adjustments.
2009-07-01 Matthew DillonAHCI - ATAPI adjustments.
2009-07-01 Matthew DillonAHCI - Move some intel-specific magic writes to intel...
2009-07-01 Matthew Dillonpcidevs - Add entries for Intel ICH6 and ICH7 series...
2009-06-30 Matthew DillonHAMMER VFS - Make the same changes to statfs() that...
2009-06-29 Matthew DillonAHCI/SILI - Do manual chipid check to PMs with fake...
2009-06-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-28 Matthew DillonHAMMER VFS - Export highest supported production versio...
2009-06-28 Matthew DillonHAMMER VFS - Fix umount panic on buffer flush race
2009-06-28 Matthew DillonHAMMER VFS - version 2 work - move directory entries...
2009-06-27 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-27 Sepherosa ZiehauMP table: Test 0xe0000 when searching MP float pointer...
2009-06-27 Sepherosa ZiehauIO APIC: Mask the interrupt signal before trying to...
2009-06-27 Matthew Dillonudp6 - Fix multicast and other issues
2009-06-27 Sepherosa ZiehauACPI MADT: Don't use the "Initial APIC ID" in cpu_proci...
2009-06-27 Sepherosa ZiehauIntroduce lapic enumerators, which is used to probe...
2009-06-27 Sepherosa ZiehauMove lapic_init() into apic/mpapic.c
2009-06-27 Sepherosa ZiehauMP probe: Get rid of cpu_apic_address
2009-06-26 Sascha WildnerMake sili(4) compilable into the kernel and add it...
2009-06-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-26 Matthew DillonAHCI/SILI - Remove unused ScsiTypeArray array
2009-06-26 Matthew DillonSILI - Increase hard -> soft PM target delay to 5 seconds
2009-06-26 Matthew DillonSILI - Fix assertion panic during error handling.
2009-06-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-26 Matthew DillonSILI - Add the SILI driver to the general module build
2009-06-26 Matthew DillonSILI - Add serial number support, strip whitespace.
2009-06-26 Matthew DillonAHCI - Add serial number support, strip whitespace.
2009-06-26 Matthew DillonCAM - Unconditionally print out the serial number
2009-06-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-26 Matthew DillonSILI - Cleanup, remove broken KKASSERT and remove DIAGN...
2009-06-26 Matthew DillonAHCI - Reduce console spew
2009-06-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Sascha Wildnersubr_diskmbr.c: Fix some warning fixes.
2009-06-25 Hasso TepperWe shouldn't need to drop and reaquire the lock here.
2009-06-25 Hasso TepperSome more cleanups for vblank code on Intel.
2009-06-25 Hasso TepperInitialize max_vblank_count earlier.
2009-06-25 Hasso TepperKeep track of the hardware counter more aggressively
2009-06-25 Hasso TepperFix one use of atomic for refcount missed in last commit.
next