manpages: Fix some more typos.
[dragonfly.git] / sys /
2011-01-21 Matthew Dillonkernel - Conditionalize ipiq debugging
2011-01-21 Matthew Dillonkernel - Fix lockup when debug.ktr.resynchronize is...
2011-01-21 Venkatesh Srinivaskernel -- vm_page: Remove ifdef for 8K page size.
2011-01-20 Venkatesh SrinivasRemove sys/mplock2.h from more files.
2011-01-20 Venkatesh SrinivasRemove mplock2.h include from files not using the mplock.
2011-01-20 Sepherosa Ziehaupf_socket_lookup: Don't domsg, which could easily locku...
2011-01-20 Sepherosa Ziehaupf_socket_lookup: lwkt_domsg is to be used, don't kmall...
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-20 Matthew DillonHAMMER VFS - vfs.hammer.double_buffer adjustments
2011-01-20 Sepherosa Ziehauipflow: Use CPUMASK
2011-01-20 Venkatesh Srinivaskernel -- tmpfs: MPSAFE tmpfs_getattr.
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2011-01-19 Matthew Dillonkernel - Fix deadlock assertion panic with mmap/read...
2011-01-19 Matthew Dillonkernel - Use atomic ops for devstat's ds->busy_count...
2011-01-19 Sascha Wildnerkernel: Some more style fixes.
2011-01-19 Sascha Wildnercd9660: Style fix.
2011-01-17 Sepherosa Ziehaux86_64 intr: Support upto 192 IDT entries in ipl and...
2011-01-17 Sepherosa Ziehauicu: Remove unused macros
2011-01-17 Sepherosa Ziehaux86_64 madt: Remove unapplicable comment
2011-01-17 Sascha WildnerNELEM: Take back the sys/boot part. We'll care about...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2011-01-17 Sascha Wildnerkernel: Use NELEM() in a few more places and nuke priva...
2011-01-17 Sepherosa Ziehauudp ctlport: We should call udp_addrcpu() instead of...
2011-01-16 Sascha WildnerUse CSTD and remove local CSTD settings which are no...
2011-01-16 Sascha Wildnercam: Fix for missing prototypes (userland).
2011-01-16 Sascha Wildnerlibkern: Add missing prototype for userland.
2011-01-16 Sascha Wildnerfsck(8): Fix for missing prototypes.
2011-01-16 Sepherosa Ziehaux86_64 apic: Remove no longer applicable comment
2011-01-16 Sepherosa Ziehaux86_64 intr: Don't pass the vector name to INTR_HANDLER
2011-01-16 Sepherosa Ziehaux86_64 intr: We no longer have the fast version of...
2011-01-16 Sepherosa Ziehaux86_64 icu: Strip extra blank lines
2011-01-16 Sepherosa Ziehaux86_64 icu: Remove no onger applicable comment
2011-01-16 Sepherosa Ziehaux86_64 intr_abi: Reindent
2011-01-16 Sepherosa Ziehauioapic: Use shll in APIC_INTR{DIS,EN}
2011-01-16 Sepherosa Ziehauioapic: macro renaming
2011-01-16 Sascha Wildnerdloader: Add missing prototype.
2011-01-15 Sascha Wildnertwa(4): Fix some __printflike() issues I overlooked...
2011-01-15 Sepherosa Ziehautcp: Don't panic if persist timer is started in CLOSED...
2011-01-15 Sascha WildnerAdd __printflike's where possible and fix all related...
2011-01-14 Matthew Dillonkernel - Fix maximum file size limit for NFSv3
2011-01-14 Matthew Dillonkernel - Fix an inefficiency in wait*()
2011-01-13 YONETANI Tomokazupf: statekey needs to be initialized for IPv6, too.
2011-01-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-12 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-01-12 Matthew Dillonkernel - Fix minor build error when building without...
2011-01-12 Venkatesh Srinivaskernel -- tmpfs: Make tmpfs_strategy MPSAFE.
2011-01-12 Venkatesh Srinivaskernel -- tmpfs: Make tmpfs_read() MPSAFE.
2011-01-12 Matthew DillonHAMMER VFS - Remove B-Tree allocation hints, add double...
2011-01-12 Matthew DillonHAMMER VFS - Unlock around uiomove
2011-01-11 Matthew Dillonkernel - Fix very annoying lockup (SMP)
2011-01-11 Matthew Dillonkernel - Enhance getcacheblk() (improve saturated write...
2011-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Matthew DillonHAMMER VFS - Improve saturated write performance (2).
2011-01-11 Matthew DillonHAMMER VFS - Improve saturated write performance.
2011-01-11 Venkatesh SrinivasMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Venkatesh SrinivasRemove prototype of disksort().
2011-01-11 Venkatesh Srinivaskernel -- kref: Add KREF_DEC macro to allow braced...
2011-01-10 Matthew DillonHAMMER VFS - Change default hammer fs version from...
2011-01-10 Matthew DillonHAMMER VFS - Implement Version 6 features as WIP (work...
2011-01-10 Matthew Dillonkernel64 - Add some lapic timer based debugging (disabl...
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2011-01-10 Matthew Dillonkernel - Refactor VMSC_ONEPASS
2011-01-10 Matthew Dillonkernel - Ensure rover in vfs_cache is not optimized.
2011-01-10 Matthew Dillonkernel - refactor cpusync and pmap_inval code, fix...
2011-01-09 Sascha Wildnerx86_64: Put the x86_64 specific "seg-fault..." message...
2011-01-09 Sepherosa Ziehauintr: Support upto 192 IDT entries in ipl and intr...
2011-01-09 Sepherosa Ziehauapic: Remove no longer applicable comment
2011-01-09 Sepherosa Ziehauintr: Don't pass the vector name to INTR_HANDLER
2011-01-09 Sepherosa Ziehauintr: We no longer have the fast version of intrs
2011-01-09 Sepherosa Ziehauicu: Strip extra blank lines
2011-01-09 Sepherosa Ziehauicu: Remove no onger applicable comment
2011-01-09 Sepherosa Ziehauintr_abi: Reindent
2011-01-09 Sepherosa ZiehauRevert "Revert "IO APIC: Assign pins dedicated to PCI...
2011-01-09 Sepherosa Ziehaupf: It's opt_carp.h not use_carp.h
2011-01-09 Sascha WildnerBring in sephe's recent intr/apic work to x86_64.
2011-01-09 Sascha Wildnerpci: MPTable pcib/hostb should not be used, if !apic_io...
2011-01-08 Sascha Wildnerkernel: Uncomment aacp in the configs.
2011-01-08 Sascha WildnerAdd tws(4), a driver for the LSI 3ware 9750 series...
2011-01-08 Sepherosa Ziehaubusdma: Free map, if bus_dmamap_create() fails
2011-01-08 Sepherosa Ziehaubusdma: Make sure bounce zone's sysctl tree is created...
2011-01-08 Sepherosa Ziehaubusdma: Free bounce zone if any error happens during...
2011-01-08 Sepherosa Ziehaubusdma: Add PROTECTED bus_dma_tag_create() flag.
2011-01-08 Sepherosa Ziehaubusdma: Add PRIVBZONE and ALLOCALL bus_dma_tag_create...
2011-01-07 Sascha Wildneraac(4): Use bio (not bp) for the bio pointer.
2011-01-07 Sascha Wildneraac(4): Update to version 2.1.9-1 (current FreeBSD).
2011-01-05 Sascha Wildnerhptmv(4): Save some unneeded variables in the locking...
2011-01-05 Sascha Wildnerhptmv(4): Fix shutting down.
2011-01-04 Matthew Dillonvkernel - Fix corrupt tailq (vkernel64 only)
2011-01-04 Samuel J. Greearhammer - Describe live_dedup_cache_size sysctl
2011-01-04 Ilya DryomovHAMMER - Add live_dedup_cache_size sysctl
2011-01-04 Samuel J. Greearhammer - Furnish descriptions for the live dedup sysctl's
2011-01-04 Samuel J. Greearplatform - Allow building without COMPAT_DF12
2011-01-04 Sascha WildnerAdd hptmv(4), a driver for HighPoint RocketRAID 182x...
2011-01-04 Sascha WildnerMake some space in sys/dev/raid/Makefile.
2011-01-04 Ilya Dryomovnetwork - Fix pf build when no INET6
2011-01-04 Matthew Dillonkernel - Fix vkernel lwp stuck thread bug
2011-01-04 Matthew DillonHAMMER VFS - Increase directory object cache
2011-01-04 Matthew DillonHAMMER VFS - Fix TAILQ bug
2011-01-04 Ilya DryomovHAMMER - Add live dedup sysctl and support
next