Separate chroot() into kern_chroot(). Rename change_dir() to checkvp_chdir()
[dragonfly.git] / sys / dev /
2004-03-15 Matthew DillonAdd a Makefile stub to build ep as a module.
2004-03-15 Matthew DillonWhen detaching UMASS, abort all the pipes before detach...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-15 Matthew DillonDo some M_WAITOK<->M_INTWAIT cleanups. Code entered...
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-03-14 Joerg SonnenbergerRemove macro definitions for BPF_MTAP
2004-03-12 Joerg SonnenbergerThink before commit and remove some more cruft
2004-03-12 Joerg SonnenbergerAdd a short cut for DVD_INVALIDATE_AGID to simplify...
2004-03-12 Joerg SonnenbergerInitialize the interface name for if_de
2004-03-09 Joerg SonnenbergerRemove a debug printf added with the last commit.
2004-03-09 Joerg SonnenbergerWhile converting ATA to use MPIPE allocations, ata_dmaa...
2004-03-08 Joerg SonnenbergerHandle failure in atapi_queue_cmd correctly
2004-03-08 Joerg SonnenbergerFix panic in acd_report_key when ai->format==DVD_INVALI...
2004-03-07 Joerg SonnenbergerFrom FreeBSD:
2004-03-02 David Rhodus* Add in support for the Silicon Image SATA controller.
2004-03-02 David Rhodus* Correct end value calculation. This should fix...
2004-03-02 David Rhodus* Remove instances of PRIBIO because DragonFly no...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-27 Joerg SonnenbergerAdd bfe(4) support from FreeBSD.
2004-02-26 Joerg SonnenbergerAdd missing return from last commit
2004-02-25 Joerg SonnenbergerCleanup emujoy_pci_probe
2004-02-25 Joerg SonnenbergerFix use after free / double free bugs. Return an error...
2004-02-24 Joerg Sonnenberger#ifdef0 pst_shutdown, it is not used
2004-02-24 Joerg SonnenbergerConditionalize filll_io and filll, they are only used...
2004-02-24 Joerg SonnenbergerFix spurious warning about ANSI trigraphs
2004-02-24 Joerg SonnenbergerFix format string
2004-02-24 Joerg SonnenbergerFix argument order for snprintf, the size is the second...
2004-02-24 Joerg SonnenbergerFix format string
2004-02-24 Joerg SonnenbergerRemove unused static declarations
2004-02-24 Joerg SonnenbergerFix some warnings
2004-02-22 Matthew DillonRemove static resource_disabled(), the function is...
2004-02-21 Matthew DillonINTR_EXCL moved to sys/bus.h, add #include.
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-20 Matthew DillonM_NOWAIT work stage 1/999: Fix some boot-time misuses...
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 SonnenbergerAdd proper match routines for PCCARD nics.
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-16 Matthew DillonRemove common declaration for -fno-common
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonActively manage cam rescan timeouts in the usb subsyste...
2004-02-13 Joerg SonnenbergerFix warnings about casting const pointers.
2004-02-13 Joerg SonnenbergerSync if_ed with FreeBSD current
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-13 Joerg SonnenbergerFix broken string literals
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-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Joerg SonnenbergerProbe via CIS lookup
2004-02-12 Matthew Dillonsys/dev __FreeBSD__ -> __DragonFly__ cleanups.
2004-02-11 Joerg SonnenbergerAdd defined(__FreeBSD__) and defined(__DragonFly__...
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 Joerg SonnenbergerInitial backport of NEWCARD from FreeBSD 5.
2004-02-09 Hiten PandyaInclude Makefile.miidevs, so we can just do:
2004-02-09 Hiten PandyaUpdate to devlist2h.awk and friends:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-06 Hiten PandyaFix build of the PPS driver.
2004-02-05 Joerg SonnenbergerSecond part of the firewire sync. Add defined(__DragonF...
2004-02-05 Joerg SonnenbergerAdd missing sbp.h to complete the firewire sync
2004-02-05 Joerg SonnenbergerSync DragonFly and FreeBSD-current's FireWire driver.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Matthew DillonMAINTAINER lines in Makefile's are no longer applicable...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-28 Matthew DillonRename Makefile.sub back to Makefile.inc to fix cross...
2004-01-28 Joerg SonnenbergerAdd support for the AMD 8111 chipset
2004-01-27 Joerg SonnenbergerRename Makefile.inc to Makefile.sub
2004-01-25 Joerg SonnenbergerSplit multiline string literal
2004-01-25 Hiten PandyaFix typo in a comment.
2004-01-24 Matthew DillonCleanup the duel-macro specifications in sioreg.h and...
2004-01-24 Matthew DillonTurn off hardware assisted transmit checksums by defaul...
2004-01-24 Matthew DillonSynch the XL driver with FreeBSD-4.x.
2004-01-23 Jeroen Ruigrok/asmodaiAdd detection code for the SiS 746 ATA133 controller.
2004-01-23 Jeroen Ruigrok/asmodaiAdd recognition code for the SiS 645DX.
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-22 Jeroen Ruigrok/asmodaiAdd missing comma.
2004-01-22 Jeroen Ruigrok/asmodaiFix misunderstood commit. The CX20463 is not the AC...
2004-01-22 Jeroen Ruigrok/asmodaiFix the entry for the CX20468. The base default is...
2004-01-22 Jeroen Ruigrok/asmodaiAdd support for the Conexant SmartDAA 20463.
2004-01-22 Jeroen Ruigrok/asmodaiAdd Texas Instruments' TLV320AIC27 AC'97 codec.
2004-01-22 Jeroen Ruigrok/asmodaiFix typo to make the TLC320 work.
2004-01-22 Jeroen Ruigrok/asmodaiAdd support for the Wolfson WM9709.
next