dragonfly.git
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 ***
2004-01-07 Matthew Dillonbktr depends on bktr_mem. Add a KMODDEPS line.
2004-01-06 Eirik Nygaard * Nuke calendar.freebsd
2004-01-06 Jeroen Ruigrok... Add PCI identifier to match against a Dell OEM version...
2004-01-06 Jeroen Ruigrok... Add support for SoundBlaster Audigy and Audigy 2.
2004-01-06 Eirik Nygaard * Add devname_r(3) function, which takes a buffer...
2004-01-06 Eirik Nygaard * Default to a calendar file that actually exists...
2004-01-06 Jeroen Ruigrok... Synch up with FreeBSD 5 with clean up changes.
2004-01-06 Matthew DillonAdd the -r option to set the hostname based on a revers...
2004-01-06 Matthew Dillonif_xname support Part 2b/2: Convert remaining netif...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the netif...
2004-01-06 Matthew DillonMaintain the fnmatch() API from FreeBSD-5 using an...
2004-01-06 Matthew DillonImport the libkern/fnmatch code from FreeBSD-5.
2004-01-05 Matthew DillonWhen you attempt to kldload snd_sb16 and then unload...
2004-01-05 David Rhodus* Merge in changes from FreeBSD with some modification
2004-01-05 David Rhodus* Add in some basic parameter values that we will use for
2004-01-05 Jeroen Ruigrok... Replace the boring beastie with a dragonfly.
2004-01-05 Jeroen Ruigrok... Add entry for the EHCI controller, pretty common these...
2004-01-04 Matthew DillonRemove proc related extern's from sys/proc.h that are...
2004-01-04 Eirik Nygaard * Remove the historical r in front of the old raw...
2004-01-04 Eirik Nygaard * Remove the use of the kern.devname sysctl since...
2004-01-02 Eirik Nygaard * K&R function removal
2004-01-01 David Rhodus* Welcome the DragonFly project into to new year by...
2004-01-01 Matthew DillonFix a bug: remove an extra crit_enter() in the default...
2004-01-01 Matthew DillonRearrange an INVARIANTS overflow test so it works with...
2004-01-01 Matthew DillonGet EHCI to compile. This will make USB2.0 work when...
2003-12-31 David Rhodus* Remove references to deprecated options.
2003-12-30 Matthew DillonBump the network interface cloning API to what is in...
2003-12-30 Matthew DillonCleanup a DIAGNOSTIC test so LINT compiles.
2003-12-30 Matthew DillonAdd idle entry halt vs spin statistics counters machdep...
2003-12-30 Matthew DillonThese files have been moved to bus/usb.
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-12-29 Matthew DillonAdd support for cam_calc_geometry(), from FreeBSD-5.
2003-12-29 Matthew DillonAdd missing prototypes in last commit, other minor...
2003-12-29 Matthew DillonGet rid of individual /* $xxx$ */ comments entirely...
next