dragonfly.git
2010-09-28 Sascha Wildnerinstaller: Adjustments to the sources.conf file.
2010-09-27 Peter AvalosBump SHLIB_MAJOR for libssl and libcrypto.
2010-09-27 Matthew Dillonkernel - Fix incorrect vfs.cache sysctls (x86_64)
2010-09-27 Matthew Dillonkernel - Fix NFS server deadlock
2010-09-27 Sascha Wildnerinstaller: Slightly change the item order in the config...
2010-09-27 Sascha Wildnercryptsetup: Port API test to DragonFly.
2010-09-27 Sascha WildnerAdd libcryptsetup and libluks.
2010-09-27 Sascha Wildnerliblvm: Minor cleanup in the Makefile.
2010-09-27 Matthias SchmidtUPDATING - Remove CVS Id
2010-09-27 Robert Garretttest commit
2010-09-27 Justin C. SherrillAdded notes about BIND moving to pkgsrc version for...
2010-09-26 Peter AvalosUpdate build for OpenSSL-1.0.0a.
2010-09-26 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-09-26 Peter AvalosImport OpenSSL-1.0.0a.
2010-09-26 Matthew Dillonvkernel - Add support for cdevs as virtual disks (2)
2010-09-26 Matthew Dillonkernel - Rearrange pmap_growkernel() and fix up x86_64...
2010-09-26 Matthias Schmidtdf fortune - Bring some entries closer to reality
2010-09-26 Matthias Schmidtpkg_search - Replace avalon with mirror-master
2010-09-26 Peter AvalosOpenSSL: Set the date for manual pages to the release...
2010-09-26 Matthew Dillonvkernel - Add support for cdevs as virtual disks
2010-09-26 Peter Avaloslibcrypto: There's no need to test for WANT_IDEA twice.
2010-09-26 Peter AvalosOpenSSL: Define little endian on x86_64.
2010-09-26 Sascha Wildnerinstaller: Suppress . in the hostname if the user didn...
2010-09-26 Peter AvalosOpenSSL: Eliminate some options from CFLAGS.
2010-09-25 Matthew Dillonkernel - Fix rare token overwrite race
2010-09-25 Matthew Dillondocs - Adjust swapcache.8
2010-09-25 Jan LentferAdd prototype for devfs_assume_knotes()
2010-09-25 Matthew Dillonkernel - Bring devfs_assume_knotes() uptodate and fix...
2010-09-25 Matthew DillonHAMMER VFS - Fix two ip->vp inode/vnode races
2010-09-25 Peter AvalosOpenSSL: Fix includes insanity.
2010-09-25 Matthias SchmidtMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-25 Matthias Schmidtpkg_radd - Minor changes for script and man page
2010-09-25 Peter AvalosFix typo in last commit.
2010-09-25 Peter AvalosFix WANT_IDEA knob.
2010-09-25 Matthew Dillonkernel - Remove debugging kprintf
2010-09-25 Matthew Dillonnetwork - NFS Stability / races
2010-09-24 Matthew Dillonnet80211 - Fix missing rcvif assignment in ieee80211_fr...
2010-09-24 Matthew Dillonnetwork - Restart the callout timer when setting TCP_FA...
2010-09-24 Nuno AntunesRevert part of the previous commit.
2010-09-24 Nuno AntunesFix typos in share/mk/bsd.README.
2010-09-24 Matthew Dillonkernel - Close big race in kqueue
2010-09-24 Joe TalbottUPDATING - Add a note about 2.6 -> 2.8/HEAD upgrade...
2010-09-24 Joe Talbottloader.conf(5) - Document 'fred_on_left' loader variable.
2010-09-24 Joe Talbottdloader - Add Fred to the menu.
2010-09-24 Joe Talbottdloader - Add dvar_istrue() to test boolean variables.
2010-09-24 Sascha Wildnercryptsetup: In the tests, use /usr/bin/env for locating...
2010-09-24 Sascha Wildnergnu/lib/Makefile: Clean up a bit.
2010-09-24 Nuno Antunestest commit
2010-09-24 Matthias Schmidtrc.conf(5) - Add information howto start wlan(4) devices
2010-09-24 Matthew Dillonbuild - Clarify instalkernel requirements when upgradin...
2010-09-24 Matthew Dillonnetwork - Fix a sleep/wakeup race in NFS (server),...
2010-09-24 Matthew Dillonnetwork - Add a tcp socket for faster keepalive timeouts
2010-09-24 Matthew Dillonkernel - lapic pointer was still not quite correctly...
2010-09-24 Matthew Dillonkernel - Close small race in kqueue
2010-09-24 Matthew Dillonboot - Rearrange dloader.menu a bit
2010-09-24 Matthew Dillonkernel - Work through some memory leaks in dsched
2010-09-23 Matthew Dillonkernel - Fix compile error w/last commit (unused var)
2010-09-23 Matthew Dillonkernel - Add kqueue and fix chflags handling for tmpfs
2010-09-23 Matthew Dillonvkernel - Add physmem global
2010-09-23 Matthew Dillonnetwork - Fix bug in redispatch after PF translation
2010-10-03 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-10-03 Michael Neumannlapic pointer was not correctly initialized
2010-10-03 Michael NeumannMADT MP probe: Rework cpuid mapping, and cpuid to apici...
2010-10-03 Michael NeumannFallback to ACPI MADT CPU enumeration, if BIOS does...
2010-10-03 Michael NeumannAdd mp_set_cpuids(), which links CPU's logical id to...
2010-10-03 Michael NeumannImplement ACPI MADT parsing
2010-10-02 Michael NeumannMP table related static function renaming
2010-10-02 Michael NeumannGet rid of global variable 'boot_cpu_id'
2010-10-02 Michael NeumannCorrect mptable_pass[12]() function comment
2010-10-02 Michael Neumannmp_probe() -> mptable_probe()
2010-10-02 Michael NeumannChange mptable mapping mechanism during mptable parsing.
2010-10-02 Michael Neumannmp_probe(): Return physical address of the MP float...
2010-10-02 Michael NeumannRemove unused variable.
2010-10-02 Michael NeumannReorder MP probing
2010-10-02 Michael NeumannDefer mptable_pass1() from mp_probe() to mp_enable()
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-23 Sascha Wildnerinstaller: Utilize dumpon(8) and swapoff(8) to turn...
2010-09-23 Matthew Dillonkernel - Fix bug in recent AHCI driver adjustment
2010-09-23 Matthew Dillonkernel - unlock the syscons_lock spinlock around ttwakeup()
2010-09-23 Matthew Dillonkernel - Enable EVFILT_WRITE for /dev/null, /dev/zero...
2010-09-22 Matthew Dillonbuild - Workaround LINT issues
2010-09-22 Sascha Wildnerinstaller: Move /usr/pkg commands where they belong.
2010-09-22 Sascha Wildnergcc44: Fix mis-usage of ||.
2010-09-22 Matthew Dillonkernel - Remove some debugging kprintfs
2010-09-22 Alex Hornungun-tokenize savers
2010-09-22 Sascha Wildnerinstaller: Remove some unused code.
2010-09-22 Sascha WildnerMove test/debug/gdb.kernel to share/misc/gdbinit.
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-21 Venkatesh Srinivaslibc - nmalloc: Continue in a do/while(0) loop exits...
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 AvalosImport bzip2-1.0.6 which fixes CVE-2010-0405.
2010-09-20 Peter Avalosbzip2: Remove tests from Makefile.
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
next