dragonfly.git
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-29 Peter AvalosImport file-5.05.
2011-01-28 Sascha Wildnerfstat(1): Raise WARNS to 6 and fix all warnings.
2011-01-28 Sascha Wildnerfstat(1): Add devfs support.
2011-01-28 Sepherosa Ziehaulwkt_synchronize_ipiqs: Add volatile to cpumask
2011-01-28 Sepherosa Ziehaui386: Add CPU_HAS_SSE2 and CPU_HAS_FXSR options
2011-01-28 Sascha Wildnerdevfs: Populate si_umajor, too.
2011-01-28 Sepherosa Ziehaukernel cleanup: Remove unnecessary inclusion of machine...
2011-01-28 Sepherosa Ziehauicu_init: Cleanup
2011-01-28 Sepherosa Ziehauintr: Function renaming
2011-01-27 Sascha Wildnerinstaller: Add /usr/pkg/etc to sources.conf.
2011-01-27 Sascha Wildnernrelease: Remove an old mk.conf in /etc.
2011-01-27 Joe Talbottstyle(9) - Properly indent function prototype arguments...
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-27 Magliano AndreaUPROTO_BOOT_KEYBOARD is already defined in usb.h as...
2011-01-27 Magliano AndreaApple usb keybord doesn't generate an interrupt for...
2011-01-27 Sepherosa Ziehauapic: Removed unused apic_eoi()
2011-01-27 Sepherosa Ziehauintr: Remove wrongly-coded nexus_config_intr()
2011-01-27 Sepherosa Ziehauioapic: Support upto 192 IDT entries
2011-01-27 Sepherosa Ziehauintr: Enable 192 IDT entries in machine independent...
2011-01-27 Sepherosa Ziehauintr: Prepare to support 192 IDT entries; don't allow...
2011-01-27 Sepherosa Ziehaupc32: Move ipl.s and ipl_funcs.c from isa/ to i386/
2011-01-26 Sascha Wildnerkernel: Remove some no longer used stuff in clock.c.
2011-01-26 Sascha Wildnerext2fs: Remove some unused variables.
2011-01-26 Sascha Wildnerfifofs: Remove an unused variable.
2011-01-26 Sascha Wildnerkernel: Remove an unused variable.
2011-01-25 Venkatesh Srinivaskernel -- lockmgr debugging.
2011-01-25 Sascha Wildnernullfs: Remove a no longer used variable.
2011-01-25 Venkatesh Srinivaskernel -- tmpfs: Mark tmpfs_write MPSAFE.
2011-01-25 Sascha WildnerAdd /usr/pkg/bin to a few paths in our building infrast...
2011-01-25 Sascha Wildnerbsd-family-tree: Sync with FreeBSD.
2011-01-25 Sascha WildnerSync zoneinfo database with tzdata2011a from elsie...
2011-01-24 Sepherosa Ziehauclock: Remove no longer used statclock_disable and...
2011-01-24 Sascha WildnerClean up the cryptdisks rc script a bit.
2011-01-24 Sepherosa Ziehauem/emx: Reserve 2 (instead of 1) TX descriptors for...
2011-01-23 Matthew Dillonkernel - Fix a case where a panic dump can stall
2011-01-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-23 Sascha Wildnerkernel: Silence an unused variable warning.
2011-01-23 Matthew Dillonkernel - stop cpus on panic whether the debugger is...
2011-01-23 Sascha WildnerSwitch back to using CSTD=gnu89 for a number of things...
2011-01-23 Sascha Wildnerpppd(8): Fix some CSTD=gnu99 fallout.
2011-01-23 Sascha Wildnerrcs(1): Raise WARNS to 2 and fix warnings.
2011-01-23 Sascha Wildnerlibthread_xu: Raise WARNS to 5 and fix warnings.
2011-01-23 Sascha Wildnersort(1): Raise WARNS to 2 and fix warnings.
2011-01-22 Venkatesh SrinivasRemove another 8k PAGE_SIZE test in vm_page.h.
2011-01-22 Sascha Wildnermanpages: Fix some more typos.
2011-01-22 Sascha Wildnermanpages: Fix some typos.
2011-01-21 Sascha Wildnerlwbuf.9: Remove trailing whitespace.
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 SrinivasUpdate token(9) removing MPSAFE flag and adding descrip...
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 Dillontest - Make fsstress compile under x86-64
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 Venkatesh SrinivasUpdate lwbuf(9) manpage for recent lwbuf_alloc change.
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 Sascha Wildnerlibc: Fix warnings fallout from the change to CSTD...
2011-01-17 Sascha Wildnergroff: Raise WARNS to 1.
2011-01-17 Sascha Wildnerdevd(8): Raise WARNS to 5 and fix a warning.
2011-01-17 Sascha Wildnerlib/libncp: Silence some warnings that cropped up with...
2011-01-17 Sascha Wildnercompile_et(1): Set CSTD to gnu89 (compile_et(1) is...
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 WildnerUnbreak buildworld.
2011-01-16 Sascha WildnerSet CSTD back to gnu89 for tip(1) too (this needs cleanup).
2011-01-16 Sascha WildnerSet CSTD back to gnu89 again for various contrib/ relat...
2011-01-16 Sascha WildnerRevert "Lower some WARNS from 1 to 0. This needs more...
2011-01-16 Sascha Wildnervi(1): Add some missing CLEANFILES.
2011-01-16 Sascha WildnerPluck options which are not applicable to C++ out of...
2011-01-16 Sascha WildnerUse CSTD and remove local CSTD settings which are no...
2011-01-16 Sascha WildnerSet the C standard we use for compiling userland to...
2011-01-16 Sascha WildnerLower some WARNS from 1 to 0. This needs more work.
2011-01-16 Sascha Wildnercam: Fix for missing prototypes (userland).
2011-01-16 Sascha Wildnerlibkern: Add missing prototype for userland.
2011-01-16 Sascha Wildnersymorder(1): Fix for missing prototypes.
2011-01-16 Sascha Wildnerppp(8): Fix for missing prototypes.
2011-01-16 Sascha Wildnerkzip(8): Clean up a bit and raise WARNS to 2.
2011-01-16 Sascha Wildnerrpc.statd(8): Fix for missing prototypes.
2011-01-16 Sascha Wildnerrpc.ypxfrc(8): Fix for missing prototypes.
2011-01-16 Sascha Wildnerrtadvd(8): Fix for missing prototypes.
2011-01-16 Sascha Wildnerfsck(8): Fix for missing prototypes.
2011-01-16 Sascha Wildnerliby: Add yyparse() prototype.
2011-01-16 Sepherosa Ziehaux86_64 apic: Remove no longer applicable comment
next