dragonfly.git
2011-05-07 John MarinoMerge branch 'vendor/GDB'
2011-05-07 John MarinoUpgrade GDB from 7.0 and 7.2 on the vendor branch
2011-05-06 Sascha Wildnerkernel: Add -Wold-style-definition to the warnings.
2011-05-06 Sascha WildnerRemove ipfilter from the system.
2011-05-06 Sascha WildnerFix LINT64 build.
2011-05-06 Sascha WildnerAdd some files to remove via 'make upgrade'.
2011-05-06 Sascha Wildnermpt(4): Make mpt_{vol,disk}_prt() printflike.
2011-05-06 Sascha WildnerFix LINT build.
2011-05-06 Matthew Dillonmake upgrade - removal additional obsolete files
2011-05-06 Matthew Dillonmake upgrade - Allow removal of protected files
2011-05-06 Matthew Dillonlibpthread - Always override the symlinks
2011-05-05 John Marinogcc 4.4: Remove PIE profiling trigger
2011-05-05 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-05-05 Sepherosa Ziehaux86_64: Get rid of cpu_apic_versions
2011-05-05 Venkatesh Srinivasbitstring.h -- Correct errors in bit_nsearch.
2011-05-05 Sepherosa Ziehaui386: Get rid of cpu_apic_versions
2011-05-05 Sepherosa Ziehaui386: Unbreak buildkernel
2011-05-05 Sascha Wildnergcc: Remove support for the %z conversion specifier...
2011-05-05 Sascha Wildnerkernel/ddb: Fix examine's z format (for signed hex).
2011-05-04 Sepherosa Ziehaux86_64: Split out mptable.c from mp_machdep.c
2011-05-04 Sepherosa Ziehaux86_64: Move ioapic function declarations from smp...
2011-05-04 Sepherosa Ziehaux86_64: Move lapic function declarations from smp.h...
2011-05-04 Sepherosa Ziehaux86_64: apic/mpapic.h -> apic/lapic.h
2011-05-04 Sepherosa Ziehaux86_64: Split mpapic.c into lapic.c and ioapic.c
2011-05-04 Sepherosa Ziehaui386: Split out mptable.c from mp_machdep.c
2011-05-04 Sepherosa Ziehaui386/lapic: Use pmap_mapdev_uncacheable() to map LAPIC
2011-05-04 Sepherosa Ziehaui386/ioapic: Use pmap_mapdev_uncacheable() to map I...
2011-05-04 Sepherosa Ziehaui386: Copy pmap_mapdev_uncacheable() from x86_64
2011-05-04 Sepherosa Ziehaui386: Move ioapic function declarations from smp.h...
2011-05-04 Sepherosa Ziehaui386: Move lapic function declarations from smp.h to...
2011-05-04 Sepherosa Ziehaui386: apic/mpapic.h -> apic/lapic.h
2011-05-04 Sepherosa Ziehaui386: Split mpapic.c into lapic.c and ioapic.c
2011-05-02 Sascha Wildnerinstallkernel: Copy /boot/kernel/initrd.img to /boot...
2011-05-01 John Marinogcc44: provide pragma pack(push) & pragma pack(pop...
2011-05-01 Sascha WildnerAdd a LINT64 kernel config.
2011-05-01 Sascha Wildnerkernel: Make ep(4) and ie(4) compilable into the x86_64...
2011-05-01 John Marinoinfokey(1): Add new Texinfo man page for infokey
2011-05-01 John MarinoTexinfo: Upgrade version from 4.8 to 4.13
2011-05-01 John MarinoMerge branch 'vendor/TEXINFO'
2011-05-01 John MarinoUpgrade Texinfo from 4.8 to 4.13 on the vendor branch gitea/vendor/TEXINFO origin/vendor/TEXINFO
2011-05-01 John MarinoRename texinfo-4 directory to "texinfo" in vendor branch
2011-05-01 Sascha Wildnerkernel: Move fe(4) to i386.
2011-05-01 Sascha Wildnerkernel: Fix some x86_64 warnings.
2011-05-01 Sascha Wildnerkernel: Move sbni(4)'s PCI attachment to i386, too.
2011-05-01 Sascha Wildnernetgraph: Fix some x86_64 warnings.
2011-04-30 Sascha Wildnerswapon(8): Fix "swapctl -l".
2011-04-30 Peter AvalosUpdate files for less-443 import.
2011-04-30 Peter AvalosMerge branch 'vendor/LESS'
2011-04-30 Peter AvalosImport less-443.
2011-04-30 Sascha Wildnerkernel: Fix some printf format warnings on x86_64.
2011-04-30 John MarinoMerge branch 'master' of ssh://crater.dragonflybsd...
2011-04-30 John MarinoThis is a complete overhaul in the diffutils makefile...
2011-04-30 Sascha Wildnermxge(4): Fix a compilation warning on x86_64 (inlining...
2011-04-30 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-04-30 John MarinoUpgrade diffutils from 2.8.7 to 3.0 on the vendor branch
2011-04-30 Sascha Wildnerkernel: Make the COMPAT_OLDISA kernel option i386 only.
2011-04-30 Sascha Wildnerkernel/x86_64: Separate some i386 only drivers better.
2011-04-30 John Marinogcc44: remove my copyright from dragonfly-unwind.h
2011-04-30 John MarinoGCC: Upgrade to 4.4.6; improved exception handling
2011-04-30 John MarinoMerge branch 'vendor/GCC44'
2011-04-30 John MarinoUpgrade GCC from 4.4.5 to 4.4.6 on the vendor branch
2011-04-29 Sascha WildnerAdd an nsclpcsio(4) manual page (from OpenBSD).
2011-04-29 Sascha Wildnerbsd-family-tree: Sync with FreeBSD.
2011-04-29 Sascha Wildnerdm(4): Fix a typo in the code.
2011-04-29 John Marinodlvsym manpage: cleanup
2011-04-29 Sascha Wildnerdlerror.3: Oops, fix wrong change I did.
2011-04-29 Sascha Wildnersysv_msg: Fix a typo in the code.
2011-04-29 Sascha Wildnerlibutil: Create a <util.h> symlink.
2011-04-29 Sascha Wildnerdl*(3) manpages: Some cleanup.
2011-04-28 Sascha Wildnermpt(4): Sync with FreeBSD.
2011-04-28 Sascha Wildnerng_pppoe(4): Fix a typo in the code.
2011-04-28 Sascha Wildnerkernel/npx: Fix ambiguous inline assembly.
2011-04-28 John Marinokernel: Implement ELF auxinfo entry type AT_EXECPATH
2011-04-28 John Marinortld-elf: Sync with FreeBSD
2011-04-28 John Marinogrep: Delete redundant headers
2011-04-28 Venkatesh Srinivaskernel -- vm_object locking: Add vm_object hold to...
2011-04-28 Peter AvalosUse ${LN} from <sys.mk> in gdtoa's Makefile.
2011-04-27 Peter AvalosRemove unneeded diff to gdtoa vendor source.
2011-04-27 Peter AvalosMerge branch 'vendor/GDTOA'
2011-04-27 Peter AvalosImport gdtoa-20110321. gitea/vendor/GDTOA origin/vendor/GDTOA
2011-04-27 Peter AvalosUpdate config.h for file-5.06 import.
2011-04-27 Peter AvalosMerge branch 'vendor/FILE'
2011-04-27 John Marinosort: Remove GNU sort from base
2011-04-27 John Marinosort: Replace GNU sort with NetBSD sort
2011-04-27 John Marinosort: modifications needed for DragonFly
2011-04-27 John Marinosort: Import NetBSD sort to usr.bin/sort
2011-04-27 Peter AvalosImport file-5.06.
2011-04-27 Sepherosa Ziehaui386/mp_machdep.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64/mp_machdep.c: Remove unused code
2011-04-27 Sepherosa Ziehaui386/mpapic.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64/mpapic.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64: isa/clock.c is clean enough to enable -Werror
2011-04-27 Sepherosa Ziehaui386: Remove more old IOAPIC code
2011-04-27 Sepherosa Ziehaux86_64: Remove more old IOAPIC code
2011-04-27 Sepherosa Ziehaupci/compat: Remove old IOAPIC code
2011-04-27 Sepherosa Ziehaui386: Remove old IOAPIC code
2011-04-27 Sepherosa Ziehaux86_64: Remove old IOAPIC code
2011-04-27 Sepherosa ZiehauAF_UNIX: Hold a reference of the unp_conn before execut...
2011-04-27 Sepherosa ZiehauAF_UNIX: Allocate pcb using M_WAITOK|M_NULLOK instead...
2011-04-26 John MarinoMerge branch 'master' of ssh://crater.dragonflybsd...
next