sh: Add simple CDPATH test.
[dragonfly.git] / sys / platform /
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-23 Sascha Wildnervkernel/vkernel64: Add suword32() to fix build.
2011-12-23 Sascha Wildnerkernel/x86_64: Remove a useless file.
2011-12-22 Sascha Wildnerkernel: Remove some more old headers.
2011-12-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-12-22 Matthew Dillonkernel - cleanup bit number test
2011-12-22 Matthew Dillonkernel - Reorder critical section interlock in splz()
2011-12-22 Matthew Dillonkernel - Add suword32 and fix argc/envc initialization
2011-12-22 Matthew Dillonkernel - Fix floating point save state structure and...
2011-12-22 Sepherosa Ziehaupci: Bring in HyperTransport MSI mapping support
2011-12-20 Sepherosa Ziehaui386/ioapic_abi: Mark the unused IOAPIC irqmap as reserved
2011-12-19 Sascha Wildnerkernel: Remove now obsolete CPU_AMD64X2_INTR_SPAM option.
2011-12-19 Sepherosa Ziehaux86_64: Always set LINTEN for AMD CPUs if their family...
2011-12-19 Sepherosa Ziehaui386: Always set LINTEN for AMD CPUs if their family...
2011-12-18 Sepherosa Ziehaui386/MachintrABI: Use low-level INTR{EN,DIS} in intr_...
2011-12-18 Sepherosa Ziehaui386/icu: Add intr_{enable,disable} wrapper for ICU_INT...
2011-12-18 Sepherosa Ziehaui386/ioapic_abi: Augment intr_{setup,teardown} w/ asser...
2011-12-18 Sepherosa Ziehaui386/ioapic_abi: Augment intr_disable/intr_enable w...
2011-12-18 Sepherosa Ziehaux86_64: Per-cpu IDT
2011-12-18 Sepherosa Ziehauioapic: Even for UP, we still should initialize irqmap...
2011-12-18 Sepherosa Ziehaunexus/intr: Properly assert cpuid for interrupt resources
2011-12-16 Sepherosa Ziehaux86_64/MachintrABI: Use low-level INTR{EN,DIS} in intr_...
2011-12-16 Sepherosa Ziehaux86_64/icu: Add intr_{enable,disable} wrapper for ICU_I...
2011-12-16 Sepherosa Ziehaux86_64/ioapic_abi: Augment intr_{setup,teardown} w...
2011-12-16 Sepherosa Ziehaux86_64/ioapic_abi: Augment intr_disable/intr_enable...
2011-12-16 Sepherosa Ziehaunexus_alloc_resource: Add missing rman_set_rid()
2011-12-16 Sepherosa Ziehaunexus/intr: Change the wrong cpuid backtrace to assertion
2011-12-15 Sepherosa Ziehauintr: Per-cpu MI interrupt information array
2011-12-14 Sepherosa Ziehauintr: Nuke count_registered_ints()
2011-12-13 Sepherosa Ziehaui386/ioapic: Always allow user to specify GSI's target CPU
2011-12-13 Sepherosa Ziehaui386/icu: Implement rman_setup MachIntrABI method
2011-12-13 Sepherosa Ziehaui386/ioapic_abi: Implement MachIntrABI.rman_setup
2011-12-13 Sascha Wildnerioapic/x86_64: Fix x86_64 buildkernel with gcc41 (syncs...
2011-12-12 Sascha WildnerRevert "i386/files: isa/clock.c is clean enough to...
2011-12-12 Sascha WildnerRevert "x86_64: isa/clock.c is clean enough to enable...
2011-12-12 Matthew Dillonkernel - Misc fixes and debugging
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Disable interrupt load balance by...
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Per-cpu irqmap array
2011-12-11 Sepherosa Ziehaui386/MachIntrABI: Remove unnecessary setidt in intr_set...
2011-12-11 Sepherosa Ziehaui386/ioapic: Add missing imen_lock/unlock
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Optimize the GSI search a little bit
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Record the max line based IRQ
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Rework debug messages
2011-12-11 Sepherosa Ziehaui386/nexus: Per-cpu IRQ rman
2011-12-11 Sepherosa Ziehaui386/ioapic: Allow GSI's target CPU to be configured
2011-12-10 Venkatesh Srinivaskernel -- Remove references to obsolete i586 optimized...
2011-12-10 Venkatesh Srinivaskernel -- Remove i686_pagezero.
2011-12-08 Matthew Dillonkernel - Clear the quick-return flag when changing...
2011-12-08 Matthew Dillonkernel - Add additional safety assertions in the pmap...
2011-12-08 Matthew Dillonkernel - Adjust stack by an addition 128 in sendupcall()
2011-12-08 Matthew Dillonkernel - Add -fno-stack-protector for kernel build
2011-12-08 Matthew Dillonkernel - Add TDF_RUNNING assertions
2011-12-07 Sepherosa Ziehaux86_64/ioapic: Always allow user to specify GSI's targe...
2011-12-07 Sepherosa Ziehaux86_64/icu: Implement rman_setup MachIntrABI method
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-12-04 Sascha Wildnerkernel: Use NELEM() in some more places.
2011-12-02 Sascha WildnerFix some whitespace issues.
2011-12-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-12-01 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-12-01 Venkatesh Srinivaskernel - ddb: Print raw instruction pointers in ddb...
2011-12-01 Matthew Dillonkernel - Fix pmap->pm_active race in switch code
2011-11-30 Matthew Dillonkernel - Add missing lwkt_switch_return() call to pcb_e...
2011-11-30 Matthew Dillonkernel - swtch.s cleanup
2011-11-29 Matthew Dillonkernel - Check PG_MARKER in pmap_object_init_pt_callback()
2011-11-28 Sascha Wildnerx86_64/pmap: Remove an unused function.
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-27 Sepherosa Ziehaux86_64/ioapic_abi: Implement MachIntrABI.rman_setup
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch avalon/vendor/BINUTILS-ALL
2011-11-25 Sepherosa Ziehaux86_64/ioapic_abi: Disable interrupt load balance by...
2011-11-20 Matthew Dillonkernel - Fix incorrect VA on interlock
2011-11-19 Matthew Dillonkernel - Fix crash in pmap_enter()
2011-11-19 Matthew Dillonkernel - Implement a contiguous memory reserve for...
2011-11-18 Matthew Dillonkernel - Adjust tlb invalidation in the x86-64 pmap...
2011-11-17 Venkatesh Srinivaskernel -- vkernel64's trap_pfault should use VM_FAULT_B...
2011-11-16 Matthew Dillonkernel - Handle degenerate cases for fill_*regs*()
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-15 Sascha Wildnervkernel: Remove unused variable.
2011-11-12 Matthew Dillonkernel - Add syscall quick return path for x86-64
2011-11-12 Matthew Dillonkernel - Fix IPI signaling issue, add a few assertions
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-11 Matthew Dillonkernel - Fix deadlock in pmap_page_protect()
2011-11-11 Sascha WildnerNuke AppleTalk support.
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-11-10 Matthew Dillonkernel - Increase maximum supported physical memory...
2011-11-09 Matthew Dillonkernel - Increase default shared pages per process...
2011-11-08 Matthew Dillonkernel - reformulate some of the pmap code to adhere...
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-11-03 Markus PfeifferAdded AMD Features2 bits 17 (TCE), 23 (PCX_CORE) and...
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-11-03 Sepherosa Ziehauioapic/x86_64: Per-cpu irqmap array
2011-11-03 Sepherosa ZiehauMachIntrABI/x86_64: Remove unnecessary setidt in intr_s...
2011-11-03 Sepherosa Ziehauioapic/x86_64: Add missing imen_lock/unlock
2011-11-02 Matthew Dillonkernel - Fix x86-64 pmap race
2011-10-31 Matthew Dillonkernel - Expand panic message for invalid pte case
2011-10-31 Sascha WildnerFix x86_64 buildkernel with 'options DIAGNOSTIC'.
next