Add memmove() to libkern.
[dragonfly.git] / sys /
2010-02-18 Rui PauloAdd memmove() to libkern.
2010-02-18 Rui PauloAdd AF_IEEE80211.
2010-02-18 Rui PauloAdd strcasecmp() and strncasecmp().
2010-02-18 Rui Pauloadd more protocol specific m_flag bits
2010-02-18 Rui Pauloadd new ieee80211 interface media types
2010-02-17 Rui Paulomy config
2010-02-17 Rui Pauloupdate to latest freebsd version
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...
2010-02-05 Sascha Wildnerit(4): Add it3 also in the other configs, not just...
2010-02-05 Constantine A. Mureninkernel: print the amount of ignored memory above 4GB...
2010-02-05 Matthew Dillonkernel - Use intmax_t when printing memory amounts
2010-02-05 Constantine A. Mureninkernel: print memory amount in MB instead of KB
2010-02-05 Matthew Dillonkernel - SWAP CACHE part 9/many - Fix excessive active...
2010-02-05 Matthew Dillonkernel - fix panic on reboot when swap populated
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 8/many - Add the swap cache...
2010-02-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-04 Constantine A. Mureninit(4): it3 at port 0x228
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 7/many - Add vm_swapcache...
2010-02-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 6/many - Refactor swap_pager_f...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 5/many - Change vm_pindex_t...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 4/many - Add PG_SWAPPED
2010-02-03 Matthew Dillonkernel - VM - fix vm_pages_needed race
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 3/many - Rearrange VM pagerops
2010-02-03 Matthew Dillonkernel - syncache - Fix races due to struct syncache...
2010-02-03 Matthew Dillonkernel - jails - Fix NULL pointer deref in prison_remot...
2010-02-03 Matthew DillonAHCI - Improve warning messages when probing for a...
next