dragonfly.git
2004-02-21 Joerg SonnenbergerINTR_TYPE_AV is used by FreeBSD 5 code and was defined...
2004-02-21 Matthew DillonINTR_EXCL moved to sys/bus.h, add #include.
2004-02-21 Matthew DillonBring in additional stuff from FreeBSD-5, fixing some...
2004-02-21 Joerg SonnenbergerAdd supfile to fetch only dfports
2004-02-21 Matthew DillonInclude the required machine/bus.h if we do not already...
2004-02-21 Matthew DillonFix a bug in the last commit. 4.x improperly tries...
2004-02-21 Matthew DillonBring in acpica-unix-20031203. As with other contrib...
2004-02-21 Matthew DillonBring in the FreeBSD-5 ACPICA code as a module. Note...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 David Rhodus* Fix placement of return value.
2004-02-20 David Rhodus* Return if array is out of bounds in icu_setup function.
2004-02-20 Matthew DillonImplement a pipe KVM cache primarily to reduce unnecess...
2004-02-20 Matthew DillonM_NOWAIT work stage 1/999: Fix some boot-time misuses...
2004-02-19 Matthew DillonRCNG, shutdown ppp connections nicely when told to.
2004-02-19 Joerg SonnenbergerAdd generated pcidevs files. Fix a small typo in devlis...
2004-02-19 Joerg SonnenbergerPCCARD has a central device database in bus/pccard...
2004-02-19 Joerg SonnenbergerRemove some unneeded #include
2004-02-19 Joerg SonnenbergerAdd PCCARD match function to ata. Code taken from FreeBSD.
2004-02-19 Joerg SonnenbergerAdd PCCARD match routines sio and the disk drivers.
2004-02-19 Joerg SonnenbergerRemove duplicate line for if_ray
2004-02-19 Joerg SonnenbergerAdd proper match routines for PCCARD nics.
2004-02-18 Joerg SonnenbergerFix typo.
2004-02-18 Joerg Sonnenbergerpmap_zero_page expects an address, not a page number
2004-02-18 David Rhodus* Remove ufs_disksubr.c from kernel build files.
2004-02-18 Matthew DillonMerge vfs/ufs/ufs_disksubr.c into kern/subr_disk.c...
2004-02-18 Matthew DillonATAng stage 6: Comment-only. Many thanks to David...
2004-02-18 Matthew DillonAdd experimental (as in hacked) support for the Silicon...
2004-02-18 Matthew DillonATAng stage 5: sync chipset changes and bug fixes....
2004-02-18 Matthew DillonATAng stage 5: sync additional function API changes...
2004-02-18 Matthew DillonATAng stage 4: sync additional atang from 4.x, all...
2004-02-18 Matthew DillonATAng stage 3: sync additional atang from 4.x, mostly...
2004-02-18 Matthew DillonATAng stage 2: sync part of the ata_dma*() API. No...
2004-02-18 Matthew DillonATAng stage 1: synch ad_attach() and atapi_attach(...
2004-02-17 Matthew Dillon(followup) remove lockid.
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-17 Joerg SonnenbergerInstall getopt_long.3
2004-02-16 Matthew DillonUndo part of the last commit. Part of a different...
2004-02-16 Matthew DillonRemove duplicate declarations for -fno-common
2004-02-16 Matthew DillonRemove duplicate declarations for -fno-common
2004-02-16 Matthew DillonRemove common declaration for -fno-common
2004-02-16 Matthew DillonCompile the kernel with -fno-common to guarentee that...
2004-02-16 Matthew DillonRemove common variable to get ready for -fno-common.
2004-02-16 Matthew DillonAdd a dependant include.
2004-02-16 Matthew DillonRemove duplicate bioops declaration in preparation...
2004-02-16 Matthew DillonRemove duplicate declarations in preparation for adding...
2004-02-16 Matthew Dillonbuftimetoken must be declared in a .c file.
2004-02-16 Joerg SonnenbergerAdd BUS_DMA_ZERO flag to bus_dmamem_alloc.
2004-02-16 Matthew DillonMake buftimetoken an extern so it is not declared as...
2004-02-16 Joerg SonnenbergerAdd pci_get_ether and pci_set_ether for FreeBSD 5 compa...
2004-02-16 Joerg SonnenbergerAdd PCIR_BAR and PCIR_BARS for FreeBSD 5 compatibility
2004-02-16 Joerg SonnenbergerAdd device_is_attached to allow a driver to check wethe...
2004-02-16 Matthew DillonInstall new .mk files (/usr/src/share/mk) as part of...
2004-02-15 Matthew DillonCleanup and augment the cpu synchronization API a bit...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew Dillonatomic_*_*_nonlocked() inlines are not MP locked. ...
2004-02-14 Matthew DillonRemove old in_cksum.c and in_cksum.h (they were moved...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonCreate a new machine type, cpumask_t, to represent...
2004-02-14 Matthew DillonGet rid of some old cruft and add a failsafe for M_WAIT...
2004-02-14 Matthew DillonChange M_NOWAIT to M_WAITOK. This does not fix any...
2004-02-14 Matthew DillonActively manage cam rescan timeouts in the usb subsyste...
2004-02-14 Matthew DillonAdd PCI busses to the device list in bus number order...
2004-02-14 Matthew Dillongcc2 doesn't like ary[] inside structures. Add __ARRAY...
2004-02-14 Matthew DillonC99 specify ary[] instead of ary[0] in structure.
2004-02-14 Eirik NygaardReplace K&R style functions with ANSI C style functions.
2004-02-14 Hiten PandyaRemove my middle initial.
2004-02-14 Matthew DillonFix forgotten lwkt_send_ipiq() API update. cpuid ...
2004-02-14 Matthew DillonRewrite the IP checksum code. Get rid of all the inlin...
2004-02-13 Joerg SonnenbergerFix warnings about casting const pointers.
2004-02-13 Joerg SonnenbergerSync if_ed with FreeBSD current
2004-02-13 Matthew DillonOops. Forgot to renumber the %N's in the macros in...
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Matthew Dillonbio ops can be initiated from the buffer cache, td_proc...
2004-02-13 Matthew DillonUse "iq" instead of "ir" for the register constraint...
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerFix # style comment in file using the C prepocessor
2004-02-13 Joerg SonnenbergerFix broken string literals
2004-02-13 Matthew DillonAdd -D__FreeBSD__ for buildworld (vacation pulls source...
2004-02-13 Matthew DillonConvert __FreeBSD__ tests to __FreeBSD__ and __DragonF...
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerFix wrong conditional from last commit
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Joerg SonnenbergerAlways include net/bpf.h
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 David Rhodus* Update function defines to match up with the work...
2004-02-12 Joerg SonnenbergerAdd accessor for CIS4 and change some functions to...
2004-02-12 Joerg SonnenbergerProbe via CIS lookup
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-12 Matthew Dillonsys/dev __FreeBSD__ -> __DragonFly__ cleanups.
2004-02-11 Matthew Dillonactivate any tick-delayed software interrupts in the...
next