Typo from previous commit (forgot the trailing */).
[dragonfly.git] / sys / bus /
2006-11-08 Peter AvalosMerge from vendor branch TNFTP:
2006-11-07 Matthew DillonMove <machine/dvcfg.h> to the one device that actually...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-11-01 Peter AvalosMerge from vendor branch AWK:
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-17 Sepherosa Ziehauregen
2006-10-17 Sepherosa ZiehauAdd device id for USR Robotics 997902 Gigabit Ethernet
2006-10-17 Sepherosa Ziehauregen
2006-10-17 Sepherosa ZiehauMore Realtek chip IDs
2006-10-16 Sepherosa Ziehauregen
2006-10-16 Sepherosa ZiehauAdd device id for Corega CG-LAPCIGT (8169S)
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-09-30 Sascha WildnerRemove incorrect extern declarations for stuff that...
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-06 Simon SchubertMerge from vendor branch OPENSSL:
2006-09-05 Matthew DillonMove the code that eats certain PNP IDs into a ISA...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Sepherosa Ziehauregen
2006-09-03 Sepherosa Ziehau- Add Belkin vendor id
2006-09-02 Sepherosa Ziehauregen
2006-09-02 Sepherosa ZiehauAdd more nVidia GigE PCI ids.
2006-09-02 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2006-08-25 Sascha WildnerRemove more DEC Alpha support.
2006-08-17 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-08-12 Sascha Wildnerregenerate
2006-08-12 Sascha WildnerAdd ids for Broadcom's BCM5714 and Comtrol RocketPort...
2006-08-03 Sascha WildnerRemove all occurences of double semicolons at the end...
2006-08-01 Sascha Wildnerregenerate
2006-08-01 Sascha WildnerAdd some missing IDs in preparation for switching some...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-19 Sepherosa Ziehauregen
2006-07-19 Sepherosa ZiehauAdd device ids for various NVIDIA's GigE
2006-07-18 Matthew DillonAdd a fairly bad hack to detect ripouts that might...
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-22 Simon Schubertregen
2006-06-22 Simon SchubertAdd entry for CanoScan D660U
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-10 Matthew DillonMove selinfo stuff to the separate header sys/selinfo...
2006-06-05 Matthew DillonRemove an inappropriate crit_exit() in ehci.c and add...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonEmbed the netmsg in the mbuf itself rather than allocat...
2006-05-20 Sepherosa Ziehauregen
2006-05-20 Sepherosa ZiehauAdd VIA 612X GigE product id
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-05-03 Matthew DillonAdd a missing ohci_waitintr() call that allows polled...
2006-05-02 Matthew Dillon- Add workarounds for dropped interrupts on VIA and...
2006-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-29 Matthew DillonBring in some fixes from NetBSD:
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-03-30 Sascha WildnerFix copy/paste error.
2006-03-25 Sascha Wildnerb_resid and b_bcount are int, so use %d.
2006-03-25 Sepherosa Ziehauregen
2006-03-25 Sepherosa Ziehau- Change original TI's product ACX100 to ACX100A
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-22 Sascha Wildner* Move function types to a separate line.
2006-01-22 Sascha WildnerAdd missing header for isab_attach prototype.
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2005-12-19 Matthew DillonFix a number of panic conditions for network cardbus...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-05 Sascha WildnerAnsify function definitions.
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-17 Matthew DillonRemove ancient interrupt handler hacks that are no...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-11 Matthew DillonUSB mouse fix for certain mice, such as the Logitech...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-26 Matthew DillonFix a bug in the ppbus code where an interrupt cookie...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-09-20 Sepherosa ZiehauSetup intr in the last step of uhci_pci_attach().
2005-09-11 Simon SchubertMerge from vendor branch GCC:
next