Merge branch 'vendor/TNFTP'
[dragonfly.git] / sys / platform / pc32 /
2010-12-15 Peter AvalosMerge branch 'vendor/TNFTP'
2010-12-15 Peter AvalosMerge branch 'vendor/ZLIB'
2010-12-12 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-12-11 Matthew Dillonkernel - 48-core MP work
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-10 Samuel J. GreearMerge branch 'malloc_constructor'
2010-12-10 Samuel J. GreearMerge branch 'GCI2010'
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-07 Matthew Dillonkernel - 64-bit memory & ncpus work
2010-12-06 Matthew Dillonkernel - Fix lapic mask for > 16 apic ids
2010-12-04 Sascha WildnerFix a typo and add PMAP_DEBUG to LINT.
2010-12-03 Matthew Dillonkernel - Fix bug in x86-64 version of bzeront()
2010-12-01 Matthew Dillonkernel - Replace broken mp lock in bounce pages swi_vm...
2010-11-30 Samuel J. GreearMerge branch 'GCI2010'
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-11-22 Matthew Dillonkernel - Add APIC_IO conf option back in / make it...
2010-11-22 Peter AvalosMerge branch 'vendor/OPENSSL' into HEAD
2010-11-18 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-11-14 Matthew Dillonkernel - add kern.sysbeep_enable feature
2010-11-13 Sascha Wildnerkernel: Silence some warnings that crept up with the...
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael Neumanni386 - Get completely rid of APIC_IO
2010-11-02 Sascha Wildnerkernel: Remove a number of unnecessary use_*.h inclusions.
2010-11-02 Matthew Dillonkernel - Reenable acpi sleep states
2010-11-01 Matthew Dillonkernel - Implement CHECKTIMEOUT() abstraction
2010-10-31 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-31 Sascha Wildnerkernel: Remove most definitions of CDEV_MAJOR.
2010-10-29 Matthew Dillonkernel - Get rid of kprintf0()
2010-10-29 Matthew Dillonkernel - Make the x86-64 double-fault exception operational
2010-10-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-28 Antonio Huete Jimenezmouse.h - Change to be not per-architecture.
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-24 Matthew Dillonkernel - Temporarily back-out smp_invltlb() changes
2010-10-23 Matthew Dillonkernel - Fix pmap deactivate/reactivation race.
2010-10-23 Matthew Dillonkernel - synchronize smp_invltlb()
2010-10-23 Alex Hornungfix typo in previous commit
2010-10-23 Alex HornungAdd comment regarding T_DNA passthrough with db
2010-10-22 Alex Hornungdm dumping - peripheral changes
2010-10-21 Matthew Dillonkernel - (mainly x86_64) - Fix a number of rare races
2010-10-12 Sascha Wildneridentcpu.c: Fix a typo in the Features2 strings and...
2010-10-10 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-09-29 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2010-09-29 Matthew Dillonkernel - Adjust KVA use on i386 and x86_64
2010-09-29 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-09-29 Matthew Dillonkernel - Report actual real memory during kernel boot
2010-09-28 Matthew Dillonkernel - Greatly reduce kernel memory use for x86_64
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-26 Matthew Dillonkernel - Rearrange pmap_growkernel() and fix up x86_64...
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-08-30 Matthew Dillonkernel - Separate inherited mplocks from td_mplocks...
2010-08-30 Venkatesh Srinivaskernel - Enabled bzeront() (MOVNTI) only on SSE2-capabl...
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-08-30 Matthew Dillonkernel - remove syscall_mpsafe and trap_mpsafe sysctls
2010-08-29 Matthew DillonMPSAFE TTY - Refactor the keyboard switch code to make...
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-08-28 Matthew Dillonkernel - Adjust contention handler
2010-08-28 Matthew Dillonkernel - Add description to static token initializers
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-28 Alex HornungMPSAFE - TTY & related drivers
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungaesni - Bind into build system & LINT
2010-08-16 Sascha Wildneriicbus: Bring us closer to FreeBSD.
2010-08-10 Venkatesh SrinivasDocument sysctls vm.fast_fault, vm.dreadful_invltlb...
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-08-03 Sascha WildnerFix buildkernel with 'options CPU_GEODE' but without...
2010-07-22 Sascha WildnerThe LINPROCFS option goes to opt_dontuse.h, not to...
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-14 Samuel J. Greearkernel - Add missing KNOTE's
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-11 Samuel J. Greearkernel - Tear out device polling
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
2010-07-09 Matthew DillonMerge remote branch 'crater/master' into kq_devices
2010-07-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-05 Samuel J. Greeardev - Add kq support to asc
2010-07-05 Samuel J. Greearapm - Add kq support
2010-07-03 Matthew Dillonkernel - MPSAFE work - Add missing token release
2010-07-02 Samuel J. Greearacpi - Add kqueue support to apm emulation device
2010-06-29 Matthew Dillonkernel - remove pmap_interlock debugging
2010-06-13 Matthew Dillonkernel - MPSAFE work - fix bugs in recent MPSAFE work.
2010-06-12 Sascha WildnerFix typos in the licenses: withough -> without
2010-06-11 Sascha WildnerRemove the no longer used CY_PCI_FASTINTR and PUC_FASTI...
2010-06-11 Venkatesh Srinivasvm: Detect and enable bzeront() when available for...
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup i386 pmap
next