syscons - sc_set_pixel_mode() returned without releasing tty_token
[dragonfly.git] / sys / platform /
2010-08-31 Matthew Dillonkernel - Fixup vkernel64 for build
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 Alex HornungMPSAFE TTY - get rid of tokens in console path
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 Dillonvkernel - Make copyin/copyout mpsafe
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 Dillonvkernel - Fix deadlocks with cothread locks
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-07 Matthew Dillonkernel - MPSAFE work - Basic tokenization for vkernel...
2010-07-06 Matthew Dillonkernel - MPSAFE work - Basic tokenization for vkernel...
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 - Basic tokenization for x86_64...
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.c
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-07-02 Samuel J. Greearkernel - Add kq support to tty devices
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
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup i386 pmap
2010-06-10 Matthew Dillonkernel - remove INTR_FAST
2010-06-09 Matthew Dillonkernel - MPSAFE work - Remove unused code
2010-06-09 Matthew Dillonkernel - MPSAFE work - Add global tokens
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-06-06 Sascha Wildnervesa(4): Remove definition and usage of the obsolete...
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2010-05-16 Sascha Wildnervkernel64: Do some more replacing amd64 -> x86_64.
2010-05-16 Sascha WildnerAdd a missing break in the 64 bit vkernel, too.
2010-05-16 Sascha Wildnervkernel: To restart the scan, npv needs to be reset...
2010-05-16 Matthew Dillonkernel - zero pages during idle
2010-05-16 Sascha Wildnervkernel: Fix a wrong check of netif_set_tapflags()...
2010-05-16 Sascha Wildnerkx86_64_set_watch(): Add a missing 'break'.
2010-05-16 Sascha WildnerFix compiling iic(4) on x86_64 by adding <machine/iic.h>.
2010-05-14 Venkatesh SrinivasRemove unused vm.stats.misc.cnt_prezero sysctl.
2010-05-13 Sascha WildnerSilence some warnings in the kernel.
2010-04-19 Alex Hornungdsched - Periph.: call dsched_exit on thread exit
2010-04-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-04-17 Sascha WildnerFix ACPI global lock acquisition in x86_64.
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-04-12 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-04-07 Rui PauloMerge branch 'master' into net80211-update
2010-03-31 Matthew Dillonvkernel - remove stale lwbuf fields in globaldata
2010-03-31 Matthew Dillonkernel - more lwbuf followup work
2010-03-31 Joe Talbottvkernel - Fix kernel build after recent lwbuf work.
2010-03-31 Matthew Dillonkernel - Fix lwbuf leak for i386
2010-03-30 Sascha WildnerMove SHOW_BUSYBUFS to the platform independent kernel...
2010-03-29 Rui PauloMerge branch 'master' into net80211-update
2010-03-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-03-28 Sascha Wildnervkernel64: Fix some warnings and remove nowerror from...
2010-03-27 Matthew Dillonkernel - Move PANIC_REBOOT_WAIT_TIME to conf/options
2010-03-24 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-23 Matthew Dillonvkernel64 - Add missing bits from later kernel work...
2010-03-23 Matthew Dillonvkernel64 - Ignore spurious trap during fast system...
2010-03-23 Matthew Dillonvkernel64 - Cleanup, unbreak 32 bit
2010-03-23 Matthew DillonMerge remote branch 'crater/master' into vkernel64
2010-03-23 Matthew DillonMerge branch 'net80211-update' of git://leaf.dragonflyb...
2010-03-21 Rui PauloMerge branch 'master' into net80211-update
2010-03-21 Sascha Wildnervkernel64: Additional adjustments (amd64 -> x86_64...
2010-03-21 Jordan Gordeevamd64: Fixes for the vkernel.
2010-03-21 Jordan Gordeevamd64: Pass correct address to signal handlers.
2010-03-21 Jordan Gordeevvkernel64: Fix the way syscalls are passed to the vkernel.
2010-03-21 Jordan Gordeevamd64: Move declaration of npxdna().
2010-03-21 Jordan GordeevAdd platform vkernel64.
next