Fix a little redundancy from my last commit. The border cannot be outside
[dragonfly.git] / sys / dev /
2005-02-12 Sascha WildnerFix a little redundancy from my last commit. The border...
2005-02-12 Sascha WildnerIn VESA_800x600, never draw the mouse pointer in the...
2005-02-12 Joerg SonnenbergerMark it as ALTQ ready too.
2005-02-12 Joerg SonnenbergerALTQ support.
2005-02-12 Joerg SonnenbergerALTQ support.
2005-02-12 Joerg SonnenbergerALTQ support.
2005-02-12 Joerg SonnenbergerInline some users of SC_STAT to avoid lvalue cast.
2005-02-12 Joerg SonnenbergerClean-up.
2005-02-12 Joerg SonnenbergerRemove unneeded packed attributes.
2005-02-11 Joerg SonnenbergerRemove unnecessary packed attribute.
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-10 Joerg SonnenbergerUse ifp->if_snd directly. Use IFQ_SET_MAXLEN.
2005-02-10 Joerg SonnenbergerDon't assign &ifp->if_snd to a temporary variable,...
2005-02-10 Joerg SonnenbergerDirectly use ifp->if_snd, it's type will change soon.
2005-02-08 Joerg SonnenbergerInclude pci_private.h to get pci_class_to_string.
2005-02-08 Joerg Sonnenberger- convert to bus_space macros
2005-02-06 Joerg SonnenbergerDon't cast lvavalues.
2005-02-05 Joerg SonnenbergerRemove the conditionalized FreeBSD 5 code. Keep the...
2005-02-05 Joerg SonnenbergerDuring init time, we can savely allocate the mbuf clust...
2005-02-04 YONETANI Tomokazus/ich_arg/ich_desc/
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2005-02-04 Matthew DillonAnnotate the class byte with a class name in the bootve...
2005-02-03 Joerg SonnenbergerRemove the default VINUMDEBUG option for now. I'll...
2005-02-03 Joerg SonnenbergerRead eaddr in two parts (32 bit read and 16 bit read...
2005-02-02 Joerg SonnenbergerFix CPP buglet.
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2005-02-01 Joerg Sonnenberger*_load_pallete's second argument should be const.
2005-02-01 Joerg SonnenbergerMake const correct.
2005-02-01 Joerg SonnenbergerAdd prototype for ciss_print0 in place.
2005-02-01 Joerg SonnenbergerRemove compat code for anything, but DragonFly.
2005-02-01 Joerg SonnenbergerRemove unused variable.
2005-01-31 Joerg SonnenbergerRemove GPLed fpemulation, old rp, old awe and pcic.
2005-01-31 Joerg SonnenbergerRemove unused compat code like FXP_LOCK, a fake struct...
2005-01-28 Sascha WildnerScrap DEC Alpha support.
2005-01-28 Sascha WildnerRemove some old ioctls and structs which were there...
2005-01-27 Joerg SonnenbergerUse M_INTWAIT, not M_NOWAIT. We don't really support...
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2005-01-25 Joerg SonnenbergerRemove !_KERNEL parts.
2005-01-25 Matthew DillonDisable hardware checksum support by default, it produc...
2005-01-24 David Rhodusre-fix typo. Maybe its time to start drinking coffee...
2005-01-24 David RhodusFix typo.
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
2005-01-23 Joerg Sonnenbergerether_input already handles BPF and dropping of
2005-01-23 Joerg SonnenbergerConsolidate ifqueue macros for the upcoming ALTQ work.
2005-01-21 Joerg SonnenbergerFrom FreeBSD:
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-14 Joerg SonnenbergerInitial part of DEVICE_POLLING support for wi(4). Still...
2005-01-10 Joerg SonnenbergerRemove wx(4). It's been superseded by em(4).
2005-01-06 Jeroen Ruigrok/asmodaiGet rid of the register keyword.
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2005-01-04 Chris PresseyStyle(9): remove `register' keywords.
2005-01-03 Jeroen Ruigrok/asmodaiAdd matching line for ATI Radeon RV280 9200SE.
2004-12-26 Matthew DillonFix to make jumbo frames work properly.
2004-12-26 Matthew DillonProperly recognize a YUKON device's on-board ram.
2004-12-24 Jeroen Ruigrok/asmodaiAdd ICH5 10/100 Mbit interface id.
2004-12-24 Matthew DillonTry to be a bit smarter when closing down a ULPT device.
2004-12-24 Matthew DillonRemove now-unused loop_cnt variable.
2004-12-24 Matthew DillonDo not loop 3 times in the interrupt processing code...
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-22 Joerg SonnenbergerAdd digi driver to simplify testing. This should replac...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Matthew DillonFix duplicate script warnings byt remove a duplicate...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-18 Matthew DillonCleanup missing and duplicate defines from the last...
2004-12-16 Matthew DillonFix the keyboard lockup problem. There were two big...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-14 Matthew DillonDo not reinitialize the translation mode if reattaching...
2004-12-10 YONETANI TomokazuRemove unnecessary weird locking macro I added to blind...
2004-12-08 Joerg SonnenbergerMark the following stuff as depricated:
2004-12-03 Joerg SonnenbergerMake rp(4) compilable again. Don't even think about...
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-30 Joerg SonnenbergerDon't include stddef.h from the kernel.
2004-11-22 Matthew DillonAdd support for adjusting the interrupt throttling...
2004-11-21 YONETANI Tomokazulwkt_runnable is declared in <sys/thread2.h>
2004-11-20 Matthew DillonFix a number of SMP issues.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-13 Matthew DillonAdd support for the ATI Radeon 9600 XT and XT_S.
2004-11-12 Matthew DillonAdd a missing com_unlock() to the serial port drain...
2004-11-12 Joerg SonnenbergerInitialize pseudointr_ch in fdc.
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-11-10 Joerg Sonnenberger- style(9) cleanup
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-05 Matthew DillonFix a Trident DMA limitation. Symptom as reported...
2004-11-05 Matthew DillonBring in some more PCI ID's from FreeBSD.
2004-10-25 Hidetoshi ShimokawaSync with FreeBSD-current:
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-20 Matthew DillonFix a boot panic with the amd device. We inherited...
2004-10-20 Matthew DillonThe last commit failed to adjust the alignment like...
2004-10-19 Matthew DillonMFC FreeBSD if_em.c 1.48 and 1.49.
2004-10-16 Matthew DillonImplement hotchar support for ucom.
next