kernel/vfs_quota: Add a missing spin_unlock().
[dragonfly.git] / sys /
2012-01-01 Sascha Wildnerkernel/vfs_quota: Add a missing spin_unlock().
2012-01-01 Sascha Wildnerkernel/netgraph: Add a missing lwkt_reltoken().
2012-01-01 Sascha Wildnerkernel/cam: Add two missing lockmgr(...,LK_RELEASE)'s.
2011-12-31 Sascha WildnerBump copyright. Happy new year!!
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-31 Sascha WildnerReduce differences between our VKERNEL and VKERNEL64...
2011-12-31 Sascha WildnerVKERNEL64: Adjust for the ktr changes (to fix build).
2011-12-31 Venkatesh Srinivaskernel -- nfsserver: Allow for some reordering of RPCs...
2011-12-31 Venkatesh Srinivaskernel -- KTR: Fix vkernel32 build.
2011-12-31 Sascha Wildnerkernel: Fix two NULL dereference issues.
2011-12-31 Sascha Wildnerkernel/acpi: Add a missing file to the 'files' files...
2011-12-31 Sepherosa Ziehauvkernel/intr: Pin vkernel "hardware interrupts" to...
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-12-30 Aggelos EconomopoulosIntroduce sys/cpputil.h for our cpp metaprogramming...
2011-12-30 Sascha Wildnerkernel/drm: Move a NULL check to the proper place.
2011-12-30 Sascha Wildnerkernel/altq: Move a dereference below the NULL check.
2011-12-29 Sepherosa Ziehauacpi/cpu: Missing one 'O' in the macro name
2011-12-29 Sepherosa Ziehauacpi/cpu: Report that Turbo Boost is enabled on Intel...
2011-12-29 Sepherosa Ziehauacpi/pstate: Print coordination
2011-12-29 Sepherosa Ziehauacpi/pstate: Fix the long standing P-State detection...
2011-12-29 Sepherosa Ziehaux86_64: Add MSI support for ICU MachIntrABI
2011-12-29 Sepherosa Ziehauintr: Remove no longer correct ithread_cpuid; use rman_...
2011-12-28 Sepherosa Ziehaubce: Add workaround for the lost of MSI on 5706/5708
2011-12-28 Sepherosa Ziehauem: rman_get_cpuid should be used to get the interrupt...
2011-12-28 Sepherosa Ziehauem: Use MSI, if device supports it
2011-12-28 Sepherosa Ziehaubce: Split out frontend for interrupt handler
2011-12-28 Sepherosa Ziehaupci: Factor out pci_alloc_1intr()
2011-12-28 Sepherosa Ziehauether_ioctl: Command type is u_long not int
2011-12-28 Venkatesh Srinivastaskqueue -- Register swi_taskq_mp as an MP-safe SWI.
2011-12-27 Matthew Dillonkernel - Fix swap space leak
2011-12-27 Sepherosa Ziehaui386: Pass cpuid to pcib_alloc_msi and pcib_map_msi
2011-12-27 Sepherosa Ziehaubce: Use MSI, if device supports it
2011-12-27 Sepherosa Ziehauemx: emx_detach will correctly handle IRQ resource...
2011-12-27 Sepherosa Ziehauemx: Use MSI, if device supports it
2011-12-27 Sepherosa Ziehauahci: Use MSI if device support it.
2011-12-27 Sepherosa Ziehaumsi: Put old MSI code under OLD_MSI
2011-12-27 Sepherosa Ziehaux86_64: Don't allocate MSI if LAPIC is not enabled
2011-12-27 Sepherosa Ziehaumsi/pci: Adjust pci_alloc_msi method interface
2011-12-27 Sepherosa Ziehaux86_64/msi: Add hw.ioapic.msi_start tunable
2011-12-27 Sepherosa Ziehaux86_64: Add MSI support for IOAPIC MachIntrABI
2011-12-27 Sepherosa Ziehaupci: Remove extra bus_generic_teardown_intr
2011-12-27 Sepherosa Ziehaumsi: Add setup/map function
2011-12-27 Sepherosa Ziehaumsi: Generate vectors 0~15
2011-12-27 Sepherosa Ziehaumsi/pci: Pass cpuid to pcib_map_msi method
2011-12-27 Sepherosa Ziehaux86_64: Add setidt(), which setup an IDT entry on the...
2011-12-27 Sepherosa Ziehaumsi/pci: Pass cpuid to pcib_release_msi method
2011-12-27 Sepherosa Ziehaupci: We must not enable pci_do_msix currently
2011-12-27 Sepherosa Ziehaumsi/pci: Pass cpuid to pci_alloc_msi and pcib_alloc_msi...
2011-12-27 Sepherosa Ziehaunetif: MSI actually never worked, so comment out the...
2011-12-27 Sepherosa Ziehaumsi: Enable all PCI related code
2011-12-27 Sepherosa Ziehaumsi: Add interrupt vectors
2011-12-26 Matthew Dillonkernel - Add vm.swapcache.maxscan
2011-12-26 Venkatesh Srinivaskernel -- Per-mount syncer thread infrastructure.
2011-12-25 Matthew Dillonkernel - Fix missing chain wait
2011-12-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-12-25 Matthew Dillonkernel - Correct sysctl variable type for kern.stackgap...
2011-12-25 Matthew Dillonkernel - Add workaround support for a probable AMD...
2011-12-24 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2011-12-24 Venkatesh SrinivasNFS server: Record bwrite() error in nfsrv_commit.
2011-12-24 Venkatesh SrinivasNFS server: Zero not-fully-initialized UIO structure.
2011-12-24 Venkatesh SrinivasNFS server: Import various fixes from FreeBSD.
2011-12-24 Sascha Wildner<sys/tbridge.h>: Add a __printflike().
2011-12-24 Venkatesh SrinivasProperly dispose of page in sf_buf_mfree(), #2.
2011-12-24 Venkatesh SrinivasAdd HAMMER2 vnode tag type.
2011-12-24 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-12-24 Venkatesh Srinivaskernel: Factor out common parts of bufdamon and bufdaem...
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-23 Sascha Wildnervkernel/vkernel64: Add suword32() to fix build.
2011-12-23 Sascha Wildnerkernel/x86_64: Remove a useless file.
2011-12-23 Sascha Wildnertbridge: Make it compilable into the kernel and add...
2011-12-22 Sascha Wildnertbridge: Remove an unused header. It's all in <sys...
2011-12-22 Sascha Wildnerkernel: Remove two PC98 specific serial driver headers.
2011-12-22 Sascha Wildnerboot: Remove some unused files in sys/boot.
2011-12-22 Sascha Wildnerkernel: Remove some more old headers.
2011-12-22 Sascha Wildnerral(4): Remove an unused header.
2011-12-22 Matthew Dillonkernel - Fix new static stackgap feature from recent...
2011-12-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-12-22 Sascha Wildnerkernel: Remove an unused header file.
2011-12-22 Matthew Dillonkernel - cleanup bit number test
2011-12-22 Matthew Dillonkernel - Reorder critical section interlock in splz()
2011-12-22 Matthew Dillonkernel - Properly dispose of vm_page_t in sf_buf_mfree()
2011-12-22 Matthew Dillonkernel - Implement static stackgap feature in addition...
2011-12-22 Matthew Dillonkernel - Increase cluster_limit for exec args on machin...
2011-12-22 Matthew Dillonkernel - Add suword32 and fix argc/envc initialization
2011-12-22 Matthew Dillonkernel - Fix floating point save state structure and...
2011-12-22 Sepherosa Ziehaupci: Bring in HyperTransport MSI mapping support
2011-12-22 John MarinoBump __DragonFly_version in param.h due to libm update
2011-12-21 Sascha WildnerRemove some __STDC__ checks.
2011-12-21 Sepherosa Ziehaualtq/cbq: Clear poll-cache if the cached class is to...
2011-12-21 Sepherosa Ziehaualtq/hfsc: Clear poll-cache if the cached hfsc class...
2011-12-20 Samuel J. Greearsmb - Tear out C++-wannabe exception magic
2011-12-20 Sepherosa Ziehaui386/ioapic_abi: Mark the unused IOAPIC irqmap as reserved
2011-12-20 John Marinolibm: Bump __DragonFly_version, remove obsolete man...
2011-12-20 John Marinolibm: Sync with NetBSD
2011-12-20 Sascha Wildnerloader.8: Add missing spaces.
2011-12-19 Sascha Wildnervinum(4): Remove some casts to union and solve it in...
2011-12-19 Sascha Wildnervpo(4): Remove some casts to union and solve it in...
2011-12-19 Sascha Wildnerkernel: Shuffle some initialization around to avoid...
2011-12-19 Sascha Wildnerkernel: Remove now obsolete CPU_AMD64X2_INTR_SPAM option.
2011-12-19 Sepherosa Ziehaux86_64: Always set LINTEN for AMD CPUs if their family...
next