i386: Unbreak buildkernel
[dragonfly.git] / sys /
2011-05-05 Sepherosa Ziehaui386: Unbreak buildkernel
2011-05-05 Sascha Wildnerkernel/ddb: Fix examine's z format (for signed hex).
2011-05-04 Sepherosa Ziehaux86_64: Split out mptable.c from mp_machdep.c
2011-05-04 Sepherosa Ziehaux86_64: Move ioapic function declarations from smp...
2011-05-04 Sepherosa Ziehaux86_64: Move lapic function declarations from smp.h...
2011-05-04 Sepherosa Ziehaux86_64: apic/mpapic.h -> apic/lapic.h
2011-05-04 Sepherosa Ziehaux86_64: Split mpapic.c into lapic.c and ioapic.c
2011-05-04 Sepherosa Ziehaui386: Split out mptable.c from mp_machdep.c
2011-05-04 Sepherosa Ziehaui386/lapic: Use pmap_mapdev_uncacheable() to map LAPIC
2011-05-04 Sepherosa Ziehaui386/ioapic: Use pmap_mapdev_uncacheable() to map I...
2011-05-04 Sepherosa Ziehaui386: Copy pmap_mapdev_uncacheable() from x86_64
2011-05-04 Sepherosa Ziehaui386: Move ioapic function declarations from smp.h...
2011-05-04 Sepherosa Ziehaui386: Move lapic function declarations from smp.h to...
2011-05-04 Sepherosa Ziehaui386: apic/mpapic.h -> apic/lapic.h
2011-05-04 Sepherosa Ziehaui386: Split mpapic.c into lapic.c and ioapic.c
2011-05-02 Sascha Wildnerinstallkernel: Copy /boot/kernel/initrd.img to /boot...
2011-05-01 Sascha WildnerAdd a LINT64 kernel config.
2011-05-01 Sascha Wildnerkernel: Make ep(4) and ie(4) compilable into the x86_64...
2011-05-01 John MarinoMerge branch 'vendor/TEXINFO'
2011-05-01 Sascha Wildnerkernel: Move fe(4) to i386.
2011-05-01 Sascha Wildnerkernel: Fix some x86_64 warnings.
2011-05-01 Sascha Wildnerkernel: Move sbni(4)'s PCI attachment to i386, too.
2011-05-01 Sascha Wildnernetgraph: Fix some x86_64 warnings.
2011-04-30 Peter AvalosMerge branch 'vendor/LESS'
2011-04-30 Sascha Wildnerkernel: Fix some printf format warnings on x86_64.
2011-04-30 John MarinoMerge branch 'master' of ssh://crater.dragonflybsd...
2011-04-30 Sascha Wildnermxge(4): Fix a compilation warning on x86_64 (inlining...
2011-04-30 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-04-30 Sascha Wildnerkernel: Make the COMPAT_OLDISA kernel option i386 only.
2011-04-30 Sascha Wildnerkernel/x86_64: Separate some i386 only drivers better.
2011-04-30 John MarinoMerge branch 'vendor/GCC44'
2011-04-29 Sascha Wildnerdm(4): Fix a typo in the code.
2011-04-29 Sascha Wildnersysv_msg: Fix a typo in the code.
2011-04-28 Sascha Wildnermpt(4): Sync with FreeBSD.
2011-04-28 Sascha Wildnerng_pppoe(4): Fix a typo in the code.
2011-04-28 Sascha Wildnerkernel/npx: Fix ambiguous inline assembly.
2011-04-28 John Marinokernel: Implement ELF auxinfo entry type AT_EXECPATH
2011-04-28 John Marinortld-elf: Sync with FreeBSD
2011-04-28 Venkatesh Srinivaskernel -- vm_object locking: Add vm_object hold to...
2011-04-27 Peter AvalosMerge branch 'vendor/GDTOA'
2011-04-27 Peter AvalosMerge branch 'vendor/FILE'
2011-04-27 Sepherosa Ziehaui386/mp_machdep.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64/mp_machdep.c: Remove unused code
2011-04-27 Sepherosa Ziehaui386/mpapic.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64/mpapic.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64: isa/clock.c is clean enough to enable -Werror
2011-04-27 Sepherosa Ziehaui386: Remove more old IOAPIC code
2011-04-27 Sepherosa Ziehaux86_64: Remove more old IOAPIC code
2011-04-27 Sepherosa Ziehaupci/compat: Remove old IOAPIC code
2011-04-27 Sepherosa Ziehaui386: Remove old IOAPIC code
2011-04-27 Sepherosa Ziehaux86_64: Remove old IOAPIC code
2011-04-27 Sepherosa ZiehauAF_UNIX: Hold a reference of the unp_conn before execut...
2011-04-27 Sepherosa ZiehauAF_UNIX: Allocate pcb using M_WAITOK|M_NULLOK instead...
2011-04-26 John MarinoMerge branch 'vendor/GREP'
2011-04-25 Sascha Wildnerkernel/x86_64: SC520 was 32 bit, so not needed here.
2011-04-25 Matthew Dillonkernel - Try to reduce 'busy buffers problems' during...
2011-04-25 Sascha Wildnerkernel: Remove some redundant .PATH targets.
2011-04-25 Sascha Wildnerkernel: Remove some i386 code from x86_64.
2011-04-23 Sascha Wildneraesni(4): Sync with FreeBSD.
2011-04-23 Sascha Wildneraesni(4): Avoid panicking when kmalloc() returns an...
2011-04-22 Sascha Wildnerpf(4): Fix compilation without INET6.
2011-04-22 Matthew Dillonkernel - enable carrier/modem-status for usb serial...
2011-04-21 Venkatesh Srinivaskernel -- Slight changes to refcount_wait/_wakeup.
2011-04-21 Matthew Dillonkernel - Add refcount_release_wakeup() and refcount_wait()
2011-04-21 Matthew Dillonkernel - Fix a rare nfsnode destruction race
2011-04-21 Matthew Dillonkernel - Add mtrr support for x86-64
2011-04-20 Matthew Dillonkernel - Fix panic when unloading a module on x86-64
2011-04-20 Matthew Dillonrelease - Branch 2.10 (set up new master for 2.11) v2.11.0
2011-04-20 Matthew Dillonkernel - Add kqueue support to ulpt for CUPS printing
2011-04-19 Sepherosa Ziehauacpi: Reduce log verbosity
2011-04-17 Sepherosa Ziehauacpi/pcib: If bus does not present, give other bus...
2011-04-17 Sepherosa Ziehauioapic/abi; Reduce log verbosity
2011-04-17 Sepherosa Ziehauacpi: FACS is already loaded, don't load it manually...
2011-04-17 Sepherosa Ziehauacpi: Enable ACPI reset by default
2011-04-17 Sepherosa Ziehauacpi/pstate: Add tunable to allow BIOS whacking start...
2011-04-17 Sepherosa Ziehauacpi: Enable GPE for button and lid, if they have _PRW...
2011-04-17 Sepherosa Ziehauacpi: Skip \_SB_ and \_TZ_ only for devices.
2011-04-17 Sepherosa Ziehauacpi: Restore old AcpiWalkNamespace semantic
2011-04-16 Sepherosa Ziehauacpi/ec: Bring in more GPE fixes from FreeBSD head...
2011-04-16 Sepherosa Ziehauacpi: Sync ec with FreeBSD 8
2011-04-15 Matthew Dillonkernel - Fix apparent timing race in early usb keyboard...
2011-04-15 Matthew Dillonkernel - Fix hold race and catch bad vm_object terminations
2011-04-15 Matthew Dillonkernel - MFC an IPSEC security fix related to nested...
2011-04-15 Matthew Dillonvkernel64 - Start work on kld support
2011-04-15 Matthew Dillonkernel - remove extra tsleep_interlock() calo
2011-04-15 Matthew Dillonkernel - Change ccb state with lock held
2011-04-15 Sascha Wildnersppp(4): Fix two x86_64 warnings.
2011-04-15 Sascha Wildnerpf(4): Fix two x86_64 warnings.
2011-04-15 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-04-14 Sepherosa Ziehauacpi: Partly revert 40ad81aa20e2ba47db1f04204a60ffd06b5...
2011-04-14 Sepherosa Ziehauacpi: Detect SCI interrupt mode, if user does not speci...
2011-04-14 Sepherosa Ziehausystimer: Fix statclock() intr% counting for i8254...
2011-04-13 Sepherosa Ziehauelcr: Initialize variable before calling TUNABLE_INT_FE...
2011-04-13 Sascha Wildneridentcpu: Fix some comment whitespace.
2011-04-13 Sascha Wildneridentcpu: Add some Features2 strings.
2011-04-13 Sepherosa Ziehauacpi: Properly configure SCI and correctly share it...
2011-04-13 Sepherosa Ziehauioapic: Allow interrupt mode reconfigure
2011-04-13 Sepherosa Ziehauacpi: Add functions to configure SCI and return SCI...
2011-04-13 Matthew Dillonkernel - Fix mbuf overflow issue w/ iwn.
2011-04-13 Sepherosa Ziehauicu: Configure interrupt trigger mode using ELCR if...
next