Save EBDA address before mp_probe()
[dragonfly.git] / sys /
2010-10-02 Michael NeumannSave EBDA address before mp_probe()
2010-10-02 Michael Neumannmptable_pass1: Don't set ncpus to 1; it has already...
2010-10-02 Michael NeumannRemove mp_capable; mp_enable() uses cpu_apic_address.
2010-10-02 Michael NeumannDefer LAPIC checking from pmap_bootstrap() to mp_enable()
2010-09-22 Alex Hornungun-tokenize savers
2010-09-22 Matthew Dillonnetwork - Fix PF mis-handling and other bugs
2010-09-22 Matthew Dillonnetwork - Fix PF mis-handling and other bugs
2010-09-20 Michael Neumannboot: Remove duplicate optcd kernel
2010-09-20 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2010-09-20 Sascha WildnerRemove an include file (leftover from the iic upgrade).
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Sascha Wildneraltq(4): Oops, actually remove the #ident (forgot in...
2010-09-20 Sascha Wildnerkernel: Fix some operator precedence bugs.
2010-09-20 Sascha Wildnernfs(4): ERROROUT already assigns error.
2010-09-20 Sascha Wildnerkernel: Remove some #ident.
2010-09-20 Matthew Dillonnetwork - Increase MSIZE to 512
2010-09-20 Joe Talbottwpi - Fix some race conditions in variable initializers.
2010-09-20 Matthew Dillonkernel - Remove mistaken commit of SATA PM spec pdf
2010-09-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-20 Antonio Huete Jimenezelf - Fill sv_name with the appropiate value for each...
2010-09-20 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-20 Michael Neumannboot: Minor loader prompt fix
2010-09-20 Sascha Wildnerfirewire(4): Fix a gcc44 build error.
2010-09-19 Matthew Dillonboot - Automatically cd into /boot/kernel when escaping...
2010-09-19 Matthew Dillonkernel - Report more AHCI revs in the switch
2010-09-19 Matthew Dillonacpi - Fix for issue1846
2010-09-19 Matthew Dillonkernel - Correct bug in malloc_type ks_memuse/ks_inuse...
2010-09-19 Matthew Dillonkernel - cleanup and some KTR work for x86_64
2010-09-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-19 Matthew Dillonkernel - Attempt to fix two out-of-order read MP races
2010-09-19 Sascha WildnerFix UP kernel build.
2010-09-18 Matthew Dillonnetwork - Fix MP races in udp6_input and inet6 in general
2010-09-18 Matthew Dillonnetwork - Remove debugging kprintfs
2010-09-18 Matthew Dillonkernel - Optimize kfree() to greatly reduce IPI traffic
2010-09-18 Sascha Wildnerkernel: Remove #include <sys/mutex.h> if <sys/mutex2...
2010-09-18 Matthew Dillonnetwork - Correct bug in last commit
2010-09-17 Matthew Dillonnetwork - Remove crit_exit/crit_enter wrappers in pf.c
2010-09-17 Matthew Dillonnetwork - Zero out m_len / m_pkthdr.len in m_get*(...
2010-09-17 YONETANI Tomokazuips - missing part from 667d31bb
2010-09-17 Matthias SchmidtMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-17 Matthew Dillonnetwork - Fix race in accept() - try #2
2010-09-17 Matthew Dillonkernel - Add lwkt_relpooltoken()
2010-09-17 Matthew Dillonnetwork - Fix race in accept()
2010-09-17 Sascha Wildnerkernel: Staticize some dev_ops and adjust a name in...
2010-09-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-17 Matthew Dillonkernel - Adjust AHCI driver to deal with AMD braindamag...
2010-09-17 Sascha Wildnerpf(4): Fix a kprintf() warning on x86_64.
2010-09-16 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-09-16 Venkatesh Srinivaskernel - tmpfs: Convert tmpfs name malloc zone to a...
2010-09-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-16 Matthew Dillonkernel - Fix NFS panic
2010-09-16 Sascha WildnerMake bluetooth(4) compileable into the kernel and add...
2010-09-16 Sascha Wildnerbluetooth(4): Remove an unused variable.
2010-09-16 Matthew Dillonnetwork - Fix unconverted netmsg function
2010-09-16 Matthew Dillonnetwork - Fix if_gif build when no INET6
2010-09-16 Matthew Dillonnetwork - Add some serious assertions when MBUF_DEBUG...
2010-09-16 Matthew Dillonnetwork - Allow asynchronous shutdown and fix a MP...
2010-09-16 Matthew Dillonnetwork - Add assertions for direct messaged calls
2010-09-16 Matthew Dillonnetwork - Add some serious assertions when MBUF_DEBUG...
2010-09-16 Matthew Dillonkernel - Make interrupt thread preemption programmable
2010-09-16 Matthew Dillonnetwork - Fix nasty bug in udp6_send()
2010-09-16 Matthew Dillonnetwork - Fix MP races in GIF
2010-09-16 Samuel J. Greearkernel - Rename the sndtok to sndtok
2010-09-15 Matthew Dillonkernel - Fix MADV_NOSYNC and MAP_NOSYNC, improve vkerne...
2010-09-15 Matthew Dillonkernel - Increase x86_64 & vkernel kvm, adjust vm_page_...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 2
2010-09-15 Alex Hornungdloader - Add support for kernel_options=""
2010-09-15 Alex Hornungdloader - Allow foo_name for modules
2010-09-15 Alex Hornungdloader - Allow foo_type for modules
2010-09-15 Sascha Wildnersyscons(4): Move tty token release and acquirement...
2010-09-15 YONETANI Tomokazuips - Issue IPS_CACHE_FLUSH_CMD to the controller on...
2010-09-15 YONETANI Tomokazuips - Add Adaptec ServeRAID 7x IDs. IDs taken from...
2010-09-15 Matthew Dillonnetwork - Protect so_rcv sockbuf in udp and unix domain...
2010-09-15 Matthew Dillonnetwork - Increase basic mbuf size from 256 to 384...
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-14 Matthew Dillonvkernel - Improve memory image file startup
2010-09-14 Sascha Wildnertwa(4): Sync with FreeBSD (twa(4) version 3.80.06.003).
2010-09-14 Sascha Wildnerie(4): This driver is ISA only, so remove some unneeded...
2010-09-14 Jan Lentferpf: Make pf work w/ the MPSAFE network stack
2010-09-14 Jan Lentferpf: Revert commit 5165ac2
2010-09-14 Sepherosa ZiehauACPI P-State: Force P-State to use the first usable...
2010-09-14 Sepherosa ZiehauACPI P-State: When there is no _PSD, create one CPU...
2010-09-14 Matthew Dillonnetwork - UDP currently only going to one proto thread
2010-09-14 Matthew Dillonnetwork - Protect soreceive() from backend
2010-09-14 Matthew Dillonnetwork - Fix udp self-referential panic
2010-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-13 Matthew Dillonkernel - swapoff - regenerate system calls
2010-09-13 Matthew DillonKernel - Implement swapoff
2010-09-13 Sascha WildnerFix two typos in manual pages and messages.
2010-09-13 Matthew Dillondevfs - Fix use-after-free case when making pty's invisible
2010-09-13 Venkatesh SrinivasFix !INVARANTS build and reformat token asserts for...
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races (2)
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-13 Matthew Dillonnetwork - remove the redispatch local
2010-09-12 Matthew Dillonnetwork - Add debugging assertions
2010-09-12 Matthew Dillonkernel - Fix one-cycle MP race in vshouldmsync()
2010-09-12 Matthew Dillonnetwork - Assert that the packet's data has not overrru...
2010-09-11 Matthew Dillonnetwork - Fix tcp inpcb race
2010-09-11 Matthew Dillonnetwork - More tokens for ipsec
next