dragonfly.git
2004-01-21 Robert Garrettadd missing CFCR_DLAB declaration, this was left out...
2004-01-21 Jeroen Ruigrok... Add support for the following AC'97 codecs:
2004-01-21 Matthew DillonFollow FreeBSD's lead and remove a test utility which...
2004-01-21 Joerg SonnenbergerAdd lib/gcc3/csu
2004-01-21 Jeroen Ruigrok... Synchronise with FreeBSD:
2004-01-21 Joerg SonnenbergerAdd a dummy dependency for each target make(1) is calle...
2004-01-21 Matthew DillonIt really is supposed to be CAPF_ANYCLIENT.
2004-01-20 Matthew DillonResident executable support stage 4/4: cleanup options...
2004-01-20 Matthew DillonResident executable support stage 4/4: remove prebindin...
2004-01-20 Matthew DillonResident executable support stage 3/4: Cleanup rtld...
2004-01-20 Matthew DillonAdd sys/resident.h for userland syscall prototypes...
2004-01-20 Joerg SonnenbergerThis is Fred, not Beastie
2004-01-20 Joerg SonnenbergerAdd DragonFly specific headers. Add __DragonFly__ and...
2004-01-20 David Rhodus* Fixup gcc3 build process to use correct install path.
2004-01-20 Matthew DillonResident executable support stage 2/4: userland bits...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-20 Eirik NygaardLast commit was completely wrong. Reverting to old...
2004-01-20 Eirik NygaardWe don't have the ACPI module, so don't try to load...
2004-01-20 Jeroen Ruigrok... Fix typo: CAPF_ANYCLIENT->CAPS_ANYCLIENT.
2004-01-20 Jeroen Ruigrok... Update with new source file targets.
2004-01-20 Jeroen Ruigrok... Update config.h.
2004-01-20 Jeroen Ruigrok... K&R -> ANSI C conversion.
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2004-01-20 Matthew DillonFix a panic if -i is used on an interface which does...
2004-01-19 Jeroen Ruigrok... Update for the new version of CVS.
2004-01-18 Matthew DillonAdd and document an example disklabel file for the ISO
2004-01-18 Matthew DillonFix a minor malloc leak in ips.
2004-01-18 Matthew Dillonmove the caps_type enum so it is accessible through...
2004-01-18 Matthew DillonAdd test programs for the new caps system calls. Tempo...
2004-01-18 Matthew Dillonvm_uiomove() is a VFS_IOOPT related procedure, conditio...
2004-01-18 Matthew DillonCAPS IPC library stage 2/3: Adjust syscalls.master...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-18 Matthew DillonFix reversed snprintf arguments.
2004-01-17 David Rhodus* Starting using GCCVER when needed and other things
2004-01-17 David Rhodus* Drop the directory outline for building gcc3.
2004-01-17 Matthew DillonFix an off-by-one error in fdfree() related to flock...
2004-01-17 David Rhodus* Fix libcaps build by syncing up with kernel work.
2004-01-17 Matthew Dillonnon operational change. vm_map_wire() now takes a...
2004-01-17 Matthew DillonHandle recursive situations a bit more robustly by...
2004-01-16 Joerg SonnenbergerFix PCI deadlock on boot
2004-01-16 Matthew DillonAdjust the upgrade target to remove stale /usr/libexec...
2004-01-16 Matthew DillonFixup /usr/libexec/gcc2/aout binutils generation. ...
2004-01-16 Jeroen Ruigrok... Make sure cvs reports the proper OS.
2004-01-16 Joerg SonnenbergerFix compile errors introduced with last commit
2004-01-16 Matthew DillonAugment the upgrade_etc target to remove stale compiler...
2004-01-16 Matthew DillonMajor GCC surgery. Move most compiler-specific files...
2004-01-16 Matthew Dillonscrap stderr from the ps output to avoid an annoying...
2004-01-15 Joerg SonnenbergerReplace pci_cfgread and pci_cfgwrite with PCIB_READ_CON...
2004-01-15 Joerg SonnenbergerAdd comment for nexus_pcib_write_config.
2004-01-15 Joerg SonnenbergerUse nexus_pcib_read_config instead of pci_cfgread....
2004-01-15 Joerg SonnenbergerRemove HOSE support which should be implemented in...
2004-01-15 Matthew Dillonminor syntax cleanups (non-operational changes).
2004-01-15 Joerg SonnenbergerAdd pcib interface methods.
2004-01-15 Joerg SonnenbergerAdd pcib_if.m
2004-01-15 David Rhodus* Add in 'device ips' to the LINT kernel config.
2004-01-15 David Rhodus* Add in ips.4 to the Makefile so it gets installed
2004-01-15 David Rhodus* Change SUBDIR sort order.
2004-01-15 David Rhodus* Add in support for the IBM ServeRAID controller.
2004-01-15 Matthew DillonFix a long-standing bug in protocol 2 operation. The...
2004-01-15 Joerg SonnenbergerFix linker issues with /usr/libexec/elf/ld not using...
2004-01-15 Joerg SonnenbergerSync pci_cfgreg.c with FreeBSD 5, rev. 1.101. This...
2004-01-15 Matthew Dillonnpx_intr() expects an interrupt frame but was given...
2004-01-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2004-01-14 Joerg SonnenbergerDrop chip driver and merge the functionality into pci_p...
2004-01-14 Joerg SonnenbergerFix indentation to tabs, no functional changes
2004-01-14 Joerg SonnenbergerAdd black hole device for system PnP IDs
2004-01-14 Joerg SonnenbergerMake hw.firewire.sbp.tags tunable
2004-01-14 Matthew DillonAdd a missing thread pointer to a busdma call that...
2004-01-14 David Rhodus* Use id(1) instead of grep(1) to detect the presence...
2004-01-13 Joerg SonnenbergerAdd rman_get_device and rman_get_size, use macros in...
2004-01-13 Joerg SonnenbergerAdd PCIBUS to nexus
2004-01-13 Joerg SonnenbergerAdd hw.firewire.sbp.tags to control tagging for SBP...
2004-01-13 Matthew DillonANSIfy procedure arguments.
2004-01-13 David Rhodus* Perform some man page maintenance bringing the miibus...
2004-01-12 David Rhodus* Update so as to reflect structure name changes to...
2004-01-12 Matthew DillonMinor corrections to the documentation.
2004-01-11 Joerg SonnenbergerSplit off the PCCARD specific driver parts of fd and...
2004-01-09 Matthew DillonArg3 to kern_fcntl was incorrectly passed as NULL,...
2004-01-09 David Rhodus* Remove HTT option from kernel config files.
2004-01-09 David Rhodus* Remove the HTT option from the kernel as we...
2004-01-09 David Rhodus* Don't install the freefall gnats files into /etc as
2004-01-09 David Rhodus* Add usb_mem.c back into the build process so the...
2004-01-08 Jeroen Ruigrok... Synchronise partially with NetBSD's v1.85:
2004-01-08 Jeroen Ruigrok... Synchronise partially with NetBSD's umodem.c v1.46:
2004-01-08 Jeroen Ruigrok... Spell 'weird' the way English expects it.
2004-01-08 Jeroen Ruigrok... Spell 'separate' and its siblings the way it is suppose...
2004-01-08 Jeroen Ruigrok... Get rid of PZERO. This was removed about the first...
2004-01-08 Jeroen Ruigrok... Make sure the vendor identifier matches the right proje...
2004-01-08 David Rhodus* Merge in the copyright that DragonFly is being distri...
2004-01-08 Jeroen Ruigrok... Make sure we identify our toolchain as DragonFly, not...
2004-01-08 Joerg SonnenbergerAdd card_if.h dependency
2004-01-08 Joerg SonnenbergerAdd/uncondionalize the sixt argument of set_memory_offs...
2004-01-08 Matthew DillonMake the phase synchronization of the hz clock interrup...
2004-01-07 Matthew DillonAdd necessary critical sections to microtime() and...
2004-01-07 Matthew DillonFix a bug introduced in the last commit. When calculat...
2004-01-07 Joerg SonnenbergerMove the FreeBSD 2.2 and 3.x PCI compatibility code...
2004-01-07 Matthew Dillonnote last commit based on evidence supplied by: Paul...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-07 Matthew DillonCompensate for the frequency error that occurs at highe...
2004-01-07 Matthew Dillon*** empty log message ***
next