Fix file sizes > 2GB on isofs. This has already been fixed in the other BSDs.
[dragonfly.git] / sys / dev /
2005-09-24 Sepherosa Ziehauin if_xl.c, xl_detach():
2005-09-23 YONETANI Tomokazu- Catch up with rev 1.157 of sys/dev/acpica/acpi.c...
2005-09-21 Jeffrey HsuPrefer the general purpose m_getl() routine for mbuf...
2005-09-20 Sepherosa Ziehaucheck pointer for NULL before calling free()
2005-09-20 Matthew DillonFix the infinite-watchdog timeout problem. the pending...
2005-09-19 Sepherosa Ziehaucheck NULL pointer, before free()
2005-09-19 Sepherosa ZiehauPort rue(4) from FreeBSD:
2005-09-17 Matthew DillonUsing the ACPI idle hook while shutting down ACPI durin...
2005-09-16 Matthew DillonCleanup a couple of serious issues with vinum.
2005-09-12 Matthew DillonDragonFly's malloc only guarentees X alignment when...
2005-09-11 Sepherosa Ziehauremove unnecessary XXX marked comment
2005-09-11 Sepherosa Ziehaufree aha_softc only after it is not used any more
2005-09-11 Sepherosa Ziehau- convert PRVERB to use device_printf()
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-10 Sepherosa Ziehautypo fixing
2005-09-10 Sascha WildnerRemove joy(8). Its sole purpose was to kldload joy.
2005-09-09 Sepherosa Ziehauuse ether_crc32_be()
2005-09-09 Sepherosa ZiehauProblem:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-09 Sepherosa ZiehauIn axe_stop(), move axe_reset() after usbd_close_pipe().
2005-09-09 Sepherosa Ziehaunew device:
2005-09-08 Sepherosa Ziehau- set dc_softc.{dc_type, dc_flags, dc_pmode} for ADM951...
2005-09-07 Sascha WildnerAdjust pointer in function definition.
2005-09-07 Sepherosa Ziehaufix the support for AN985 chip, which does not set...
2005-09-06 Sepherosa Ziehauadd missing {} after if()
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Sepherosa Ziehau- use pci_{get, set}_powerstate() instead of reinventin...
2005-09-06 Hiten PandyaDocument the dscheck(9) function and explain how it...
2005-09-04 Sascha WildnerK&R style function declarations -> ANSI C style.
2005-09-02 Sepherosa Ziehau1) merge almost identical cs_{isa, pccard}_attach(...
2005-09-02 Sepherosa Ziehauin cs_isa_probe()
2005-09-02 Sepherosa Ziehau- printf("%s: str", if_xname) ==> if_printf/device_printf
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-09-01 Sepherosa ZiehauFor Arcnet, announce link layer address in arc_ifattch(),
2005-09-01 Sepherosa Ziehau1) in cm_isa_attach(), setup intr in the last step
2005-09-01 Sascha WildnerRemove PC98 support (forgot these in my last commit).
2005-09-01 Sascha WildnerRemove PC98 support.
2005-08-31 Sascha WildnerRemove PC98 support.
2005-08-31 Sascha WildnerScrap PC98 specific snc(4) driver.
2005-08-30 Sepherosa Ziehau1) Remove compat code
2005-08-30 Sepherosa Ziehauin cm_isa_probe():
2005-08-30 Sepherosa Ziehauprintf("%s: str", ifp->if_xname) ==> if_printf(ifp...
2005-08-29 Matthew DillonGet rid of smp_rendezvous() and all associated support...
2005-08-29 Sepherosa ZiehauRemove unnecessary bzero(softc).
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-27 Simon SchubertDereference pointer like we should.
2005-08-27 Jeffrey HsuThe proper way to check for a normal mbuf cluster is...
2005-08-26 Hiten PandyaAdd a comment on top of ad_start, mentioning that it...
2005-08-25 Matthew DillonReduce critical section warnings for AHC when critical...
2005-08-25 David RhodusChange the MAX_BUTTONS count to 31. This allows us...
2005-08-23 YONETANI TomokazuRetire old, FreeBSD 4.x -derived ACPI code.
2005-08-22 Hiten PandyaUpdate the TWE 3ware/AMCC driver code, bringing in...
2005-08-22 Joerg SonnenbergerCreate a kernel option BGE_FAKE_AUTONEG for IBM/Intel...
2005-08-21 Matthew DillonInstead of resetting the video buffer's history size...
2005-08-20 Sascha Wildner* Add a definition for a panic key (CNTL-ALT-SHIFT...
2005-08-20 Sascha WildnerRemove PC98 support.
2005-08-19 Joerg SonnenbergerPrevent spurious link state changes.
2005-08-19 Joerg SonnenbergerEnable the memory arbiter before turning off the PXE...
2005-08-19 Joerg SonnenbergerAtomically load and clear the status block. This makes...
2005-08-19 Joerg Sonnenberger5705K, 5714C, 5721, 5750, 5750M, 5751M, 5789 support.
2005-08-16 YONETANI TomokazuGet rid of 4.x-derived acpi code:
2005-08-13 Sascha WildnerAllow the VESA code to handle devices that don't claim...
2005-08-11 Simon Schubert- Use M_WAITOK in attach()
2005-08-11 Simon SchubertDon't panic if we can't allocate memory.
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-10 Joerg SonnenbergerBreak long commits. Don't ask for transfers when there...
2005-08-10 Joerg SonnenbergerSet baudrate to 100Mbps and advertise VLAN.
2005-08-10 Joerg SonnenbergerSet both, CRC32 generation and LED modes. Clear powerdo...
2005-08-10 Joerg SonnenbergerRevive multicast support, it got lost in the initial...
2005-08-10 Joerg Sonnenberger- Propagate error code from various bus_dma functions...
2005-08-09 Matthew DillonPort a major reworking of the way IPS driver commands...
2005-08-08 Hiten PandyaBUF/BIO cleanup 7/99:
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-03 Hiten PandyaAdd a workaround to make 3COM cardbus cards to propagat...
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-30 Joerg SonnenbergerGC unused variable.
2005-07-30 Joerg SonnenbergerSince we have a table for each device anyway, we can...
2005-07-29 Sascha WildnerRemove parameter names from prototypes.
2005-07-28 Joerg SonnenbergerRemove break after return.
2005-07-28 Joerg SonnenbergerWhile setting up a transmit packet disable interupts...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_an.c 1.2.2.15, if_aironet_ieee...
2005-07-28 Joerg SonnenbergerSync with FreeBSD(if_anreg.h 1.1.2.9, if_an.c 1.2.2...
2005-07-28 Joerg SonnenbergerRemove unnecessary initialisations. Return ENXIO instea...
2005-07-28 Joerg SonnenbergerUse pcidevs and common PCI probe style.
2005-07-28 Joerg SonnenbergerRemove useless .PATH entries inherited from FreeBSD.
2005-07-27 Joerg SonnenbergerFactor out an_detach, since the implementation for...
2005-07-26 Joerg SonnenbergerDon't panic. Also races in the attach path.
2005-07-25 Joerg SonnenbergerAdd support for HP hn210e usb ethernet.
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-17 Sascha WildnerAllow only non-banked direct modes.
next