Compile the kernel with -fno-common to guarentee that we do not accidently
[dragonfly.git] / sys /
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-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 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...
2004-02-11 Matthew Dillonisa_wrongintr() cannot depend on the (void *) unit...
2004-02-11 Joerg Sonnenberger__FreeBSD__ to __DragonFly__
2004-02-11 Joerg SonnenbergerSync with FreeBSD's pccarddevs
2004-02-11 Joerg SonnenbergerFix gcc3 compilation
2004-02-11 Joerg SonnenbergerAdd defined(__FreeBSD__) and defined(__DragonFly__...
2004-02-11 Joerg SonnenbergerAdd defined(__FreeBSD__) and defined(__DragonFly__...
2004-02-11 Eirik NygaardAdd missing */ on the end of a comment.
2004-02-11 Joerg SonnenbergerFix gcc3 compilation
2004-02-10 Hiten PandyaUpdate the Broadcom Gigabit Ethernet driver and the...
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) i386/isa/psm.c rev. 1.23.2.7
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) isp_ioctl.h 1.1.2.5
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) uipc_socket.c rev. 1.68.2.24
2004-02-10 Hiten PandyaMerge from FreeBSD:
2004-02-10 Hiten PandyaScore a duh-point for myself. Change the remaining...
2004-02-10 Hiten PandyaUpdate maintainer contact information.
2004-02-10 Hiten PandyaNEWCARD: change `device card' to `device pccard'.
2004-02-10 Joerg SonnenbergerInitial backport of NEWCARD from FreeBSD 5.
2004-02-10 Matthew DillonUse a globaldata_t instead of a cpuid in the lwkt_token...
2004-02-10 Matthew DillonConvert mbuf M_ flags into malloc M_ flags when calling...
2004-02-10 Matthew DillonThe logical pci busses must attach to the physical...
2004-02-10 Matthew Dillondevsw() does not exist in DFly. use dev_dflags() to...
2004-02-09 Hiten PandyaMerge from FreeBSD:
2004-02-09 Matthew DillonSplit the lwkt_token code out of lwkt_thread.c. Give...
2004-02-09 Hiten PandyaInclude Makefile.miidevs, so we can just do:
2004-02-09 Hiten PandyaUpdate to devlist2h.awk and friends:
2004-02-09 Hiten PandyaMerge from FreeBSD:
2004-02-09 Robert Garrettremove unwanted __DragonFly__ >= tests
2004-02-08 Robert Garrett__FreeBSD__ -> __DragonFly__
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Jeffrey HsuCosmetic code cleanup.
2004-02-07 Joerg SonnenbergerAdd a tunable hw.pci_disable_bios_route to work around...
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2004-02-06 Hiten PandyaRemove the pca driver from the build for now, due to...
2004-02-06 Hiten PandyaFix build of the PPS driver.
2004-02-06 Robert Garrett__FreeBSD__ -> __DragonFly__
2004-02-06 Robert Garrett__FreeBSD__ -> __DragonFly__
2004-02-05 Robert Garrett__FreeBSD__ -> __DragonFly__
next