dragonfly.git
2009-06-13 Matthew DillonAHCI - fixes to ahci_port_init()
2009-06-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-13 Matthew DillonAHCI - Port multiplier plug/unplug work, tuning, cleanu...
2009-06-13 Sepherosa ZiehauACPI P-State probing: Put _PCT evaluation error logging...
2009-06-13 Sepherosa ZiehauMP table related static function renaming
2009-06-13 Sepherosa ZiehauGet rid of global variable 'boot_cpu_id'
2009-06-13 Sepherosa ZiehauCorrect mptable_pass[12]() function comment
2009-06-12 Matthew DillonAHCI - Fix a bug in ahci_port_intr() when blockable...
2009-06-12 Matthew DillonAHCI - Implement parallel port scan and thread each...
2009-06-12 Matthew DillonCAM - Add missing protocol for xpt_action_async()
2009-06-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-12 Matthew DillonAHCI - follow fixes to CAM
2009-06-12 Sascha WildnerAdd missing ahci_pm.c to sys/conf/files.
2009-06-12 Sepherosa Ziehaump_probe() -> mptable_probe()
2009-06-12 Sepherosa ZiehauChange mptable mapping mechanism during mptable parsing.
2009-06-12 Sepherosa Ziehaump_probe(): Return physical address of the MP float...
2009-06-12 Sepherosa ZiehauReorder MP probing
2009-06-12 Sepherosa ZiehauDefer mptable_pass1() from mp_probe() to mp_enable()
2009-06-12 Sepherosa ZiehauSave EBDA address before mp_probe()
2009-06-12 Sepherosa Ziehaumptable_pass1: Don't set ncpus to 1; it has already...
2009-06-12 Matthew DillonAHCI - Fix CAM reentrancy problem, work-around HW async...
2009-06-12 Matthew DillonCAM - add xpt_action_async()
2009-06-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-12 Matthew DillonAHCI - Add Port Multiplier HOTPLUG support
2009-06-12 Matthew DillonCAM - Silence console spew on bus-rescan
2009-06-11 Simon Schubertnrelease: don't mkdir bootstrap workdir
2009-06-11 Matthew DillonAHCI - Try to salvage port on PM target failure.
2009-06-11 Matthew DillonAHCI - DHRS interrupt does not stop command processing.
2009-06-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-11 Matthew DillonAHCI - Initial Port Multiplier support + misc fixes...
2009-06-10 Hasso TepperMake openssl define OPENSSL_NO_IDEA if compiled without...
2009-06-10 Sascha Wildnermount(8): Add an 'ignore' option.
2009-06-10 Sascha Wildnernrelease: Tar the src tarballs for the CD/DVD from...
2009-06-10 Sascha Wildnerposix_spawn.3: Sort by section number, then alphabetically.
2009-06-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-09 Matthew DillonAHCI - Better reset sequencing, bug fixes
2009-06-09 Sepherosa ZiehauRemove mp_capable; mp_enable() uses cpu_apic_address.
2009-06-09 Sepherosa ZiehauDefer LAPIC mapping from pmap_bootstrap() to mp_enable()
2009-06-09 Matthew DillonAHCI - Add some small delays in the reset sequence.
2009-06-09 Matthew DillonAHCI - Improve hot-plug sequencing.
2009-06-09 Matthew DillonAHCI bug fixes & enhancements. port_init, port_stop...
2009-06-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-08 Matthew Dillonvmstat enhancements - Fall-back to kilobytes and megaby...
2009-06-08 Aggelos EconomopoulosProperly protect kernel structures in varsym.h
2009-06-08 Matthew DillonCorrect missing 'STD' clause in entries for syscalls...
2009-06-08 Matthew DillonUSB - Properly handle the 'wait' flag when getting...
2009-06-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-08 Matthew DillonDDB - Do not generate endless stream of CRs if console...
2009-06-08 Matthew DillonUSB - Add support for xfer-restart-before-callback
2009-06-08 Matthew DillonUSB - Fix polling code
2009-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-06-08 Aggelos Economopouloslock around accesses to uidinfo and varsymset
2009-06-08 Sascha WildnerSync zoneinfo database with tzdata2009i from elsie.
2009-06-08 Sascha Wildnerrc.sendmail(8): Fix typo.
2009-06-08 Sascha Wildnerlocaltime(3): Silence the last i386 warning in libc.
2009-06-08 Sascha Wildnerrpc.rquotad(8): Remove bogus #include <varargs.h>.
2009-06-07 Matthew DillonAHCI - Fix a polled command issue.
2009-06-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-07 Matthew DillonAHCI - properly initialize ccb_xa.flags in softreset...
2009-06-07 Justin C. Sherrills/pkgbox/avalon/g for nrelease, pkg_radd, pkg_search...
2009-06-07 Sepherosa ZiehauACPI P-State: Using priority messages
2009-06-07 Sepherosa Ziehauicmp: Bring in reply_src and reply_from_interface sysct...
2009-06-07 Sepherosa Ziehauroute_output: Fix RTM_DELETE rtentry leakage
2009-06-07 Sepherosa Ziehauroute_output: Correctly set family according to the...
2009-06-07 Matthew DillonUSB - umass - fix reentrancy issues when rescanning...
2009-06-07 Matthew DillonAHCI - Implement ahci_xpt_poll() - fix livelock during...
2009-06-06 Matthew DillonAHCI - Hotplug. Increase timeout for BSY check, FIS...
2009-06-06 Matthew Dillonsystat - fix bug in vmmeter when switching to it via...
2009-06-06 Matthew Dillonvmstat - Add another byte of width for Csw, Trp, Sys...
2009-06-06 Matthew DillonAdd the AHCI driver to the kernel module build subsyste...
2009-06-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-06 Matthew DillonAHCI - Hot Plug support, ATAPI IDENTIFY, CAM bus scan...
2009-06-06 Sascha Wildnercontrib/tcp_wrappers: Fix fix_options()'s return type.
2009-06-06 Sepherosa ZiehauACPI P-State CPU driver: shorten function name
2009-06-06 Sepherosa ZiehauACPI P-State support step 2/2: Add CPU driver for AMD...
2009-06-06 Matthew DillonAHCI - Normalize console reporting of the port scan...
2009-06-06 Matthew DillonAHCI - Add conditional logic for wcache and rahead...
2009-06-06 Matthew DillonAHCI - Add conditional logic for wcache and rahead...
2009-06-06 Matthew DillonAHCI - Hook up sense information from rfis for ATAPI...
2009-06-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-05 Matthew DillonFix amd64 build and UP build issues with recent commit.
2009-06-05 Stathis Kamperiskdump(1): Fix add hoc translation for setpriority.
2009-06-05 Matthew Dillonscsi_read_capacity_data_long -> scsi_read_capacity_data_16
2009-06-05 Matthew DillonAHCI Driver - add initial ATAPI support, suppy fake...
2009-06-04 Matthew DillonAHCI Driver port from OpenBSD to DragonFly - Initial...
2009-06-04 Matthew DillonAdd prototype for bus_dma_tag_getmaxsize().
2009-06-04 Matthew DillonAdd definition for ATAPI_READ_CAPACITY_16 (same as...
2009-06-04 Matthew Dillonbus_dma_tag fixes and enhancements.
2009-06-04 Matthew DillonMinor string description changes to match READ_CAPACITY_16
2009-06-04 Matthew DillonAdd typedefs for pci register integral types, taken...
2009-06-04 Matthew DillonAdd entries to pcidevs for AHCI products and regenerate.
2009-06-04 Matthew DillonCAM Enhancements for AHCI driver work, import some...
2009-06-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-03 Sepherosa ZiehauACPI P-State support step 1.5/2: Add CPU driver for...
2009-06-03 Matthew DillonCAM fixes - queue empty tests, sim refcount, add XPORT_...
2009-06-01 Sascha WildnerRemove remaining host.conf(5) traces.
2009-05-31 Sascha Wildnerugensa(4): Fix handling of Huawei modems.
2009-05-30 Hasso TepperRemove symbols not in libpthread (libc_r).
2009-05-30 Sascha Wildnerath(4): Really unbreak MODULES_WITH_WORLD building.
2009-05-30 Sepherosa ZiehauACPI P-State support step 1/2: Extract information...
next