dragonfly.git
2010-09-20 Peter AvalosMerge branch 'vendor/BZIP'
2010-09-20 Peter AvalosUnversion the contrib/bzip2/ directory.
2010-09-20 Peter Avalosbzip2: Remove regression tests.
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... truss - Add functions for x86_64 architecture.
2010-09-20 Antonio Huete... truss - Group some globals into a struct.
2010-09-20 Antonio Huete... truss - Adapt to the new ELF naming.
2010-09-20 Antonio Huete... elf - Fill sv_name with the appropiate value for each...
2010-09-20 Michael Neumannrc: Fix startup scripts when command_interpreter is...
2010-09-20 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-09-20 Michael Neumannboot: Minor loader prompt fix
2010-09-20 Sascha WildnerRevert "gcc41: Remove __DragonFly_cc_version from the...
2010-09-20 Sascha Wildnergcc41: Remove __DragonFly_cc_version from the spec...
2010-09-20 Sascha Wildnerfirewire(4): Fix a gcc44 build error.
2010-09-20 Matthias Schmidtdma - Cast correctly to uintmax_t when using %PRIxMAX
2010-09-20 Matthias Schmidtdma - Randomize the retry timeouts a bit
2010-09-20 Matthias Schmidtdma - Fix a crash when the SMTP server does not support...
2010-09-20 Matthias Schmidtdma - Honor LDFLAGS if specified in the environment
2010-09-20 Matthias Schmidtdma - Check the parsed recipient address for validity
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 Dillonbuild - Minor build issues
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 Sascha Wildnerips.4: Use the correct section number.
2010-09-19 Sascha Wildnerudevd.8: Fix .Dd
2010-09-19 Sascha Wildnermutex.9: Fix typos in two function names.
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-19 Sascha Wildnerinstaller: Allow for tmpfs (instead of mfs) partition...
2010-09-19 Sascha Wildnerinstaller: Remove unused code to run memtest and create...
2010-09-19 Sascha Wildnerinstaller: Remove unused code to update /usr/src with...
2010-09-19 Sascha WildnerFix various bugs due to the mis-usage of && and ||.
2010-09-18 Matthew Dillonnetwork - Fix MP races in udp6_input and inet6 in general
2010-09-18 Sascha WildnerSwitch our LiveCD/DVD to using tmpfs instead of mfs.
2010-09-18 Sascha Wildnermount_tmpfs(8): Add a -C option modeled after mount_mfs...
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 Sascha Wildnernewfs(8): Remove some leftover defines that are no...
2010-09-18 Sascha WildnerFix some synopses in various manual pages.
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 Antonio Huete... udevd.8 - Fix SYNOPSIS
2010-09-17 Matthias SchmidtMerge branch 'master' of git://git.dragonflybsd.org...
2010-09-17 Matthias Schmidtdma - Fix the parsing of recipient addresses
2010-09-17 Matthias Schmidtdma - Fix double free buf
2010-09-17 Matthias Schmidtdma.8 - Change wording to match dma.conf
2010-09-17 Matthias Schmidtdma - Set correct group in Makefile.plain
2010-09-17 Matthias Schmidtdma - Fix typo
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 Matthew Dillonutilities - Correct variable types to match kernel
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 Matthias Schmidtrconfig(8) - Add new script to setup an encrypted root...
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 DillonHAMMER Utility - Adjust documentation
2010-09-16 Matthew Dillonnetwork - Fix if_gif build when no INET6
2010-09-16 Alex Hornunginitrd - Allow realroot to not have /dev for paths
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 Alex Hornungcrashinfo - (hopefully) fix hang
2010-09-16 Matthew Dillonnetwork - Fix MP races in GIF
2010-09-16 Matthew Dillonvknetd - Adjust unsecure mode (-U) to also pass any...
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 Alex Hornungmkinitrd - Adjust initrd.img path to new loader
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 TomokazuMake it easier to find proper manual page for newer...
next