dragonfly.git
2010-12-10 Samuel J. GreearMerge branch 'malloc_constructor'
2010-12-10 Samuel J. GreearMerge branch 'GCI2010'
2010-12-10 Samuel J. Greearvkernel - Add usage()
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-09 Sascha Wildnerperiodic(8): Adjust the bsdstats script to use drill...
2010-12-09 Sascha Wildnermfiutil(8): Fix a in the interval argument to the ...
2010-12-09 Sascha Wildnerswapcache.8: Fix typos.
2010-12-09 Sascha Wildnerdevattr(8): Fix weird style and perform some general...
2010-12-08 Sascha WildnerFix installworld.
2010-12-08 Venkatesh Srinivasbitstring(3): Describe bit_fls and bit_nsearch.
2010-12-08 Venkatesh Srinivasbitstring.h: Add bit_fls to complement bit_ffs and...
2010-12-08 Venkatesh SrinivasImport vm_map_findspace(9) manpage from FreeBSD and...
2010-12-08 Sascha WildnerKernel configs: Move twa(4) to the right place, too.
2010-12-08 Sascha WildnerClean up and sort the RAID sections in our configs.
2010-12-08 Sascha Wildnerkernel: Serial numbers have to be either 2 chars minimu...
2010-12-08 Sascha Wildnerhptiop(4): Fix device description.
2010-12-07 Sascha Wildnerhptiop(4): Add the hptiop(4) RAID driver.
2010-12-07 YONETANI Tomokazuperiodic/security: fix warnings on a system with no...
2010-12-07 Nolan Lumdevattr - a tool to expose the libdevattr functionality
2010-12-07 Matthew Dillonkernel - Enable e1000 / igb netif in module build
2010-12-07 Matthew Dillonkernel - 64-bit memory & ncpus work
2010-12-06 Matthew Dillonkernel - Fix lapic mask for > 16 apic ids
2010-12-06 Sascha Wildneramr(4): Return the correct error.
2010-12-06 Sascha Wildneraac(4) & mfi(4): Fix masking bug.
2010-12-06 Sascha Wildnermfi(4): Shorten some lines.
2010-12-05 Samuel J. Greearkernel - Provide descriptions for many net.inet sysctl's
2010-12-05 Venkatesh Srinivaskernel - mlockall: Return EINVAL for invalid flags...
2010-12-05 Sascha WildnerAdd a missing file for building libiconv into the kernel.
2010-12-05 Sascha WildnerMake more things (HPFS, *_ICONV) buildable into the...
2010-12-05 Samuel J. Greeartest - Add test case for prior select(2)/EOF bug
2010-12-05 Sascha WildnerRegenerate the pciconf(8) database
2010-12-04 Sascha WildnerFix a typo and add PMAP_DEBUG to LINT.
2010-12-04 YONETANI Tomokazukernel - remove extra crit_exit()
2010-12-04 Sascha Wildnerinstaller: Fix a bug when /boot (HAMMER) or / (UFS...
2010-12-03 Matthew Dillondocs - Expand the swapcache(8) manual page
2010-12-03 Sascha Wildnerkernel: Remove some PC98 remains.
2010-12-03 Matthew Dillonkernel - Remove unneeded critical sections from VM...
2010-12-03 Matthew Dillonkernel - Document ordering requirement in lwkt_cpusync_...
2010-12-03 Nolan LumAdd sha256/512 support to libcrypt, change default
2010-12-03 Sascha Wildneramr(4): Sync with FreeBSD.
2010-12-03 Sascha Wildnermfi(4): Add missing dev_ops_remove_minor().
2010-12-03 Matthew Dillonkernel - Fix bug in x86-64 version of bzeront()
2010-12-02 Alex Hornungdm - undo my pointless moving of dm.h
2010-12-02 Sascha WildnerRemove <dev/disk/dm/dm.h> via make upgrade. It's <sys...
2010-12-02 Sascha Wildnerstyle.9: Somehow, half of the usage() example was missi...
2010-12-02 Samuel J. Greearkernel - Provide descriptions for many net.inet6 sysctl's
2010-12-01 Sascha Wildnermfi(4): Make mfi_linux.ko compile (maybe it even works).
2010-12-01 Sascha Wildnervga/vesa: Use hexdump() instead of cooking our own.
2010-12-01 Sascha WildnerAdd a hexdump(9) manual page (taken from FreeBSD).
2010-12-01 Matthew Dillonkernel - Fix mbuf header exhaustion w/ degenerate unix...
2010-12-01 Matthew Dillonkernel - Fix deep stack recursion in unix domain socket...
2010-12-01 Alex Hornunginstaller - encrypted root fix for new modules
2010-12-01 Alex Hornungdm - Modularize it fully
2010-12-01 Sascha WildnerUnbreak buildworld.
2010-12-01 Matthew Dillonkernel - Replace broken mp lock in bounce pages swi_vm...
2010-12-01 Matthew Dillonkernel - Fix NFS race
2010-12-01 Venkatesh Srinivaskernel - vm_mmap: Remove Advertising clause and DragonF...
2010-12-01 Sascha Wildnermmcsd(4): Enhance readability by using a variable for...
2010-12-01 Sascha Wildnerhammer.8: Fix typo.
2010-12-01 Sascha Wildnermfi(4): Add device statistics.
2010-11-30 Stathis Kamperiscondvar - Constify
2010-11-30 Sascha Wildnermfi(4): Remove the unused MFI_DECODE_LOG option.
2010-11-30 Sascha Wildnermfi(4): Add the mfi(4) RAID driver and the mfiutil...
2010-11-30 Sascha Wildnerkernel: Bring in hexdump() from FreeBSD.
2010-11-30 Sascha Wildnermlockall.2: Fix month name and remove trailing whitespace.
2010-11-30 Samuel J. GreearMerge branch 'GCI2010'
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-11-30 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2010-11-30 Joe Talbottunp_connect() - Use euid/egid for access checks via...
2010-11-29 Matthew Dillonkernel - Run pfil hooks for bridged packets
2010-11-29 Venkatesh Srinivaskernel - tmpfs - Remove mplock in tmpfs_read().
2010-11-29 Venkatesh SrinivasImport mlockall(2)/munlockall(2) manpage from OpenBSD...
2010-11-29 Alex Hornungdm - access io_cnt atomically
2010-11-29 Alex Hornungdm - misc minor cleanup
2010-11-29 Alex Hornungdm - remove convoluted string comparison methods
2010-11-29 Alex Hornungdm - minor cleanup
2010-11-29 Alex Hornungdm - use shared/exclusive lockmgr for table access
2010-11-29 Alex Hornungdm - properly encapsulate disable_dev
2010-11-29 Alex Hornungcondvar - add cv_has_waiters()
2010-11-28 Samuel J. Greearnmalloc - Remove startup locking
2010-11-28 Samuel J. Greearcdefs - Use proper GCC version
2010-11-28 Matthew Dillonkernel - Document an odd case in vm_page.c
2010-11-28 Matthew DillonHAMMER VFS - Fix HAMMER_INODE_XDIRTY flags / state...
2010-11-28 Matthew Dillonkernel - x86-64 - normalize the location of the pcb...
2010-11-28 Matthew Dillonkernel - Hold vm_token() for certain buf/bio/vm_page...
2010-11-28 Matthew Dillonkernel - Fix MP race in signotify_remote()
2010-11-28 Matthew Dillonkernel - Fix NFS stall and likely also x86-64 seg-fault...
2010-11-28 Samuel J. Greearkernel - Provide descriptions for vm.stats.* sysctl's
2010-11-27 Samuel J. Greearnmalloc - Optimize initialization function out of hot...
2010-11-25 Alex Hornungdmirror - Add Matt's design notes
2010-11-25 Alex Hornungdmirror - initial code (layout)
2010-11-25 Alex Hornungdm - Major cleanup & module work
2010-11-25 Alex Hornungmmap - add mmap offset randomization
2010-11-25 Sascha Wildnertr(1): Add the -C option.
2010-11-25 Venkatesh Srinivaskernel - Honor MAP_WIREFUTURE flag in stack growth...
2010-11-24 Venkatesh Srinivaskernel - Skeleton sys_mlockall.
2010-11-24 Ilya Dryomovhammer.8 - Avoid core dumping when running dedup
2010-11-24 Alex Hornungdm_target_crypt - use mpipe, add module magic
2010-11-24 Alex Hornungsysinit - add SI_SUB_DM_TARGETS
2010-11-24 Alex Hornungdm - Fix a reference leak
next