Merge SUBDIRS and SUBDIRS3 and their LSYM* versions.
[dragonfly.git] / sys /
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-21 Constantine A. Mureninaps(4): use more c99
2010-02-21 Michael NeumannHAMMER - Fix mirroring between 32 and 64-bit machines
2010-02-20 Constantine A. Mureninacpi_thinkpad(4): the refresh function should be declar...
2010-02-20 Constantine A. Mureninacpi_thinkpad(4): bring back relevant changes from...
2010-02-20 Constantine A. Mureninacpi_thinkpad(4): revert the half-done rename of acpi_t...
2010-02-20 Matthew Dillonkernel - TMPFS - Features, don't sync on umount, enforc...
2010-02-20 Matthew Dillonkernel - disklabel64 - Increase partition start alignme...
2010-02-20 Matthew Dillonkernel - TMPFS - Stabilization pass, fix VM object...
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-19 Antonio Huete Jimenezusr.sbin - Include some missing programs in x86_64.
2010-02-19 Matthew Dillonkernel - Fix (unused) SEGEX_IDX macro
2010-02-19 Matthew DillonHAMMER VFS - Reduce stalls during bulk file operations
2010-02-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-19 Matthew Dillonkernel - TMPFS - Stabilization pass, fix rename, symlin...
2010-02-19 Matthew Dillonkernel - TMPFS - Stabilization pass, fix accounting...
2010-02-19 Constantine A. Mureninaps(4): changes for DragonFly -- welcome aps(4)!
2010-02-19 Constantine A. Mureninaps(4): raw sys/dev/isa/aps.c#rev1.19 and share/man...
2010-02-18 Matthew Dillonboot - Switch boot2 loader path around
2010-02-18 Matthew Dillonkernel - Fix bogus compiler warning
2010-02-18 Matthew Dillonkernel - TMPFS - Parse tmpfs_args from mount()
2010-02-18 Matthew Dillonkernel - TMPFS - Stabilization pass, fix lockf()
2010-02-18 Constantine A. Mureninacpi_thinkpad(4): make acpi_thinkpad sensors actually...
2010-02-17 Matthew Dillonkernel - if_alc - Add to conf/files, GENERIC, X86_64_GE...
2010-02-17 Matthew Dillonkernel - SWAP CACHE part 20/many - add 'cache' and...
2010-02-16 Matthew Dillonkernel - tmpfs - Remove warning message on mount, updat...
2010-02-16 YONETANI Tomokazukernel - use matching type for res; this fixes x86_64...
2010-02-15 Matthew Dillonboot2 - Fix ufs inode cache corruption when ESC'ing...
2010-02-15 Matthew Dillonkernel - Fix issue w/ buffer ortation when doing non...
2010-02-15 Matthew Dillonkernel - ACPI - Fix missing unlocks in error path in...
2010-02-15 Matthew Dillonkernel - acpi - fix thermal thread loop
2010-02-15 Matthew Dillonkernel - Video - Add suppor for Intel IGD chipsets...
2010-02-14 Matthew Dillonkernel - Add atomic_readandclear_int()
2010-02-14 Matthew Dillonnetif - alc driver port - Finishing touches
2010-02-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - addendum, fix compile...
2010-02-14 Matthew Dillonnetif - alc driver port - Initial work by Samuel J...
2010-02-14 Matthew Dillonkernel - disklabel64 - Adjust partition base to be...
2010-02-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-02-14 Alex Hornunghifn - Update and unbreak
2010-02-14 Constantine A. Mureninkate(4): put missing \n into device_printf(9) calls
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-14 Matthew Dillonkernel - TMPFS - Stabilization pass, fix vnode list...
2010-02-14 Matthew Dillonkernel - Cleanup, add assertions in the vnode freeing...
2010-02-13 Matthew Dillonkernel - More readdirplus deadlock avoidance work
2010-02-13 Constantine A. Mureninkate(4) and km(4): temperature sensors for AMD Family...
2010-02-13 Constantine A. Mureninpcidevs: unbreak a75ee873 from 2009-10-04 (geode/cs5536)
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - paging to/from swap...
2010-02-13 Matthew Dillonkernel - swapcache - vm_object_page_remove()
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - vinitvmio(), umount...
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - fsync, vnode locks
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass - directory hierarchy
2010-02-13 Matthew Dillonkernel - fix bug in objcache_destroy()
2010-02-13 Matthew Dillonkernel - TMPFS - Bug fixing pass
2010-02-13 Matthew Dillonkernel - TMPFS - Add infrastructure to main kernel...
2010-02-12 Matthew Dillonkernel - TMPFS - Initial port of NetBSD's tmpfs
2010-02-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-12 Matthew Dillonkernel - SWAP CACHE part 19/many - distinguish bulk...
2010-02-11 Matthew Dillonkernel - SWAP CACHE part 18/many - Minor enablement...
2010-02-11 Matthew Dillonkernel NFS - Fix another deadlock in the readdirplus...
2010-02-11 Matthew Dillonkernel - Fix "cleaned vnode isn't" panic
2010-02-11 Matthew Dillonkernel - sysref - Fix vnode interlock for 1->0 transition
2010-02-11 Matthew DillonHAMMER VFS - Feature add to HAMMER_IOC_MIRROR_READ
2010-02-10 Matthew DillonNTFS VFS - Fix dangling vnode panic on umount
2010-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-10 Matthew Dillonkernel - SMP - "Fix AP #%d (PHY# %d) failed" issues
2010-02-10 Constantine A. Mureninacpi_tz(4): zero temperature in acpi refers to -273...
2010-02-09 Matthew Dillonkernel - NFS - fix additional problems with readdirplus
2010-02-09 Matthew Dillonkernel - NFS - fix deadlock in NFS client-side readdirp...
2010-02-09 Matthew Dillonkernel - NFS - fix deadlock in NFS client-side readdirplus
2010-02-09 Matthew DillonHAMMER VFS - Improve initial B-Tree packing
2010-02-09 Matthew Dillonkernel - struct vm_object - increase paging_in_progress...
2010-02-09 Matthew Dillonkernel - Fix bug in cahce_fromdvp() as uesd by NFS...
2010-02-09 Matthew Dillonkernel - slab allocator - Refactor struct kmemusage
2010-02-09 Matthew Dillonkernel - nata - Fix bug in SET_MULTI command
2010-02-09 Matthew Dillonkernel - Remove further misuses of %ll* in kprintfs...
2010-02-09 Matthew Dillonkernel - SWAP CACHE part 17/many - Add missing critical...
2010-02-09 Matthew Dillonkernel - SWAP CACHE part 16/many - Correct bug in kern_...
2010-02-08 Matthew Dillonkernel - Improve cluster_read()
2010-02-08 Aggelos EconomopoulosBring in a simple event tracing library and POC utility
2010-02-08 Matthew Dillonkernel - SWAP CACHE part 15/many - Correct bug in vm...
2010-02-08 Matthew Dillonkernel - SWAP CACHE part 14/many - Add more features...
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 13/many - More vm_pindex_t...
2010-02-06 Matthew Dillonkernel - More conversions to size_t in struct malloc_type
2010-02-06 Matthew Dillonkernel - Expand the x86_64 KVA to 8G part 2
2010-02-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-06 Matthew Dillonkernel - Expand the x86_64 KVA to 8G
2010-02-06 Matthew Dillonx86_64 kernel - Increase buffer cache and vnode resourc...
2010-02-06 Matthew Dillonkernel - Close MP race in vnode allocation code
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 12/many - Add swapcache cleanu...
2010-02-06 Matthew Dillonkernel - usb keyboard - Fix polling issue on x86_64...
2010-02-06 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-06 Michael Neumannaac: Add PCI identifier for Adaptec RAID 5405
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 11/many - Write improvements...
2010-02-05 Matthew Dillonkernel - SWAP CACHE part 10/many - Fix swap space usage...
2010-02-05 Matthew Dillonkernel - slab allocator
2010-02-05 Matthew DillonAHCI - Fix minor bug. Also AHCI/SILI - use ATA_F_EXCLU...
next