<math.h>: Add prototypes for llrintl() and nearbyintl().
[dragonfly.git] / sys /
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...
2011-12-19 Sepherosa Ziehaui386: Always set LINTEN for AMD CPUs if their family...
2011-12-18 Sepherosa Ziehaui386/MachintrABI: Use low-level INTR{EN,DIS} in intr_...
2011-12-18 Sepherosa Ziehaui386/icu: Add intr_{enable,disable} wrapper for ICU_INT...
2011-12-18 Sepherosa Ziehaui386/ioapic_abi: Augment intr_{setup,teardown} w/ asser...
2011-12-18 Sepherosa Ziehaui386/ioapic_abi: Augment intr_disable/intr_enable w...
2011-12-18 Sepherosa Ziehaux86_64: Per-cpu IDT
2011-12-18 Sepherosa Ziehauioapic: Even for UP, we still should initialize irqmap...
2011-12-18 Sepherosa Ziehauidt: Remove no longer applied comment about NIDT
2011-12-18 Sepherosa Ziehaunexus/intr: Properly assert cpuid for interrupt resources
2011-12-17 Sascha Wildnersym(4): Remove excessive semicolons.
2011-12-17 Sascha Wildnertwe(4): Remove a cast to a union (which is a GNU extens...
2011-12-16 Sascha Wildnervinum(4): Fix wrong parenthesizing.
2011-12-16 Sascha Wildnerpcn(4): Fix a bug where && was meant but & was used.
2011-12-16 Sepherosa Ziehaux86_64/MachintrABI: Use low-level INTR{EN,DIS} in intr_...
2011-12-16 Sepherosa Ziehaux86_64/icu: Add intr_{enable,disable} wrapper for ICU_I...
2011-12-16 Sepherosa Ziehaux86_64/ioapic_abi: Augment intr_{setup,teardown} w...
2011-12-16 Sepherosa Ziehaux86_64/ioapic_abi: Augment intr_disable/intr_enable...
2011-12-16 Sepherosa Ziehaunexus_alloc_resource: Add missing rman_set_rid()
2011-12-16 Sepherosa Ziehaunexus/intr: Change the wrong cpuid backtrace to assertion
2011-12-15 Francois TigeotVFS accounting: add a sync command
2011-12-15 Sepherosa Ziehauintr: Per-cpu MI interrupt information array
2011-12-15 Matthew Dillonkernel - Update loader.conf documentation and add sio...
2011-12-14 Francois Tigeotvquota(8): finish implementing the check command
2011-12-14 Sascha Wildnerahci(4): Add MODULE_VERSION.
2011-12-14 Sascha Wildnerkernel/vfs_quota: Fix the placement of braces.
2011-12-14 Francois TigeotNULL VFS: store PFS mount points for later use
2011-12-14 François TigeotUse a sysctl to show if VFS accounting is enabled
2011-12-14 François TigeotDisable VFS accounting by default
2011-12-14 Sepherosa Ziehauintr: Per-CPU emergency thread
2011-12-14 Sepherosa Ziehauintr: Remove the broken sysctl_intrcnt(); use sysctl_in...
2011-12-14 Sepherosa Ziehauintr: Nuke count_registered_ints()
2011-12-14 Sepherosa Ziehauintr: Remove unused function
2011-12-14 Matthew Dillonkernel - Fix signal races against exiting processes
2011-12-13 YONETANI TomokazuFix wrong argument to allproc_scan in elf_brand_inuse()
2011-12-13 Francois TigeotVFS accounting: add a new vquotactl() syscall
2011-12-13 Sascha Wildnerecc(4): Move from sys/dev/bridge to sys/dev/misc.
2011-12-13 Sascha Wildner<sys/elf_common.h>: Add an EM_ALPHA #define.
2011-12-13 Sepherosa Ziehaui386/ioapic: Always allow user to specify GSI's target CPU
2011-12-13 Sepherosa Ziehaui386/icu: Implement rman_setup MachIntrABI method
2011-12-13 Sepherosa Ziehaui386/ioapic_abi: Implement MachIntrABI.rman_setup
2011-12-13 Sepherosa Ziehauecc: ecc: Support the ECC error detection for Xeon...
2011-12-13 Sascha Wildnerioapic/x86_64: Fix x86_64 buildkernel with gcc41 (syncs...
2011-12-13 Francois TigeotUFS VFS: initialize f_mntonname for the root mp
2011-12-13 Francois TigeotHAMMER VFS: record the name of the mount directory
2011-12-13 Sepherosa Ziehauecc: Support the ECC error detection for Xeon E3-1200...
2011-12-13 Sepherosa Ziehaubitops: Add __BIT64 and __BITS64
2011-12-13 Sepherosa Ziehautcp: Fix the long standing negative offset panic on...
2011-12-12 Sascha WildnerRevert "i386/files: isa/clock.c is clean enough to...
2011-12-12 Francois TigeotVFS accounting: start collecting data
2011-12-12 Sascha WildnerRevert "x86_64: isa/clock.c is clean enough to enable...
2011-12-12 Sascha Wildnerbsd.kern.mk: -Wold-style-declaration is unknown to...
2011-12-12 Matthew Dillonkernel - Misc fixes and debugging
2011-12-12 Matthew DillonKernel - Fix double-unlock in nlookupdotdot
2011-12-12 Matthew Dillonkernel - Dynamically size lwkt_cache_threads free cache
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 Francois TigeotVFS accounting: list enabled filesystems
next