Remove unused variable _PATCHES.
[dragonfly.git] / sys /
2004-07-21 Hiten PandyaAesthatical change, move 'All rights reserved' to the...
2004-07-21 Joerg SonnenbergerAdd handling of patches to the module framework.
2004-07-21 Jeroen Ruigrok/asmodaiDocument PCIY_xxx.
2004-07-21 Jeroen Ruigrok/asmodaiInspired by rev 1.33 of FreeBSD, but which was not...
2004-07-21 Jeroen Ruigrok/asmodaiAdd identifiers for Serial Attached SCSI per dicussion...
2004-07-21 Matthew DillonFix a device pager leak for the case where the page...
2004-07-20 Matthew DillonAdd a dire warning about PCI_ENABLE_IO_MODES.
2004-07-20 Matthew Dillonata-raid associates raw ata disk devices to record...
2004-07-20 Joerg SonnenbergerAdd llc_snap shortcut.
2004-07-20 Matthew DillonUnconditionally print startup 8254 and TSC calibrations.
2004-07-20 Matthew DillonSCSI CD devices require 'cd0c' to be specified instead...
2004-07-19 Matthew DillonMAJOR BOOT CODE REVAMP / 30 hour+ hacking session ...
2004-07-19 Jeroen Ruigrok/asmodaiCorrect some PCIS to PCIC and PCIP prefixes.
2004-07-19 Jeroen Ruigrok/asmodaiAdd PCIS_ definitions per PCI specification 3.0.
2004-07-19 Jeroen Ruigrok/asmodaiUpdate the PCIS_ definitions per the PCI 2.3 specification.
2004-07-19 Joerg SonnenbergerAdd struct ucred * argument to ng_fec_ioctl
2004-07-19 Matthew DillonConsolidate most constant memory addresses in bootasm...
2004-07-18 Matthew DillonConsolidate most constant memory addresses in bootasm...
2004-07-18 David RhodusPerform some basic cleanups. Change some types over...
2004-07-18 Matthew DillonSync bootn0 with recent boot0 fixes.
2004-07-18 David RhodusImplement advisory locking support for the cd9660 files...
2004-07-18 Matthew DillonBrute force a register save/restore for int 0x13 (disk...
2004-07-18 Matthew DillonBring the twiddle fix in from FreeBSD5:1.11. This...
2004-07-18 Matthew DillonFix two serious bugs in the IP demux code. First,...
2004-07-18 Jeroen Ruigrok/asmodaiCorrect dumb copy/paste of existing line mistake to...
2004-07-18 Jeroen Ruigrok/asmodaiClarify the Sony strings.
2004-07-18 Jeroen Ruigrok/asmodaiAdd the Sony CXD1947, which seems to be used in some...
2004-07-18 Jeroen Ruigrok/asmodaiThe device in question is the Sony CXD3222, not the...
2004-07-18 Jeroen Ruigrok/asmodaiClarify VIA Fire II identifier string.
2004-07-18 David RhodusBump the rev to 1.1-CURRENT.
2004-07-18 Matthew DillonDon't let packets with DF set sneak by through the...
2004-07-17 Jeffrey HsuReadability changes, mostly removing the option to...
2004-07-17 Hiten PandyaBring definition of va_list and friends, so that ACPI...
2004-07-17 Hiten PandyaAdd a prototype for isab_attach(), which is used by...
2004-07-17 Hiten PandyaRemove an erronous 'static' in front of pci_alloc_resou...
2004-07-17 Joerg SonnenbergerAdd if_broadcastaddr to struct ifnet to hold the link...
2004-07-17 Joerg SonnenbergerDon't return 0 from rl_probe, because rl(4) is not...
2004-07-17 Hiten PandyaBUF/BIO stage 2:
2004-07-16 David RhodusFix a typo in last commit as to fix the EHIC compile.
2004-07-16 Jeffrey HsuIncrease the size of the nfsheur hash table as pointed...
2004-07-16 Jeroen Ruigrok/asmodaiUpdate string to show this device is the Hub-PCI bridge...
2004-07-16 Jeroen Ruigrok/asmodaiAdd Intel 82801FB/FBW/FR/FRW PCI-LPC detection code.
2004-07-16 Jeroen Ruigrok/asmodaiUpdate per Intel 82801FB errata:
2004-07-16 Jeroen Ruigrok/asmodaiAdd Intel 82801FB EHCI/ICH6 controller.
2004-07-16 Jeroen Ruigrok/asmodaiAdd support for the 82801FB UHCI/ICH6 controller.
2004-07-16 Jeroen Ruigrok/asmodaiAdd detection support for the Intel ICH6 chipset.
2004-07-16 Jeroen Ruigrok/asmodaiFix the vendor id string of NatSemi to its correct...
2004-07-16 Jeroen Ruigrok/asmodaiAdd the SiS "7007" OHCI IEEE 1394 controller.
2004-07-16 Jeroen Ruigrok/asmodaiDetect the National Semiconductor Geode CS4210 OHCI...
2004-07-16 Jeroen Ruigrok/asmodaiAdd support for the Adaptec AIC5800 based IEEE 1394...
2004-07-16 Jeroen Ruigrok/asmodaiAdd detection code for the Intel 82372FB IEEE 1394...
2004-07-16 Jeroen Ruigrok/asmodaiChange identifier display text to include all models...
2004-07-16 Jeroen Ruigrok/asmodaiAdd support for the Texas Instruments IEEE 1394 control...
2004-07-16 Jeroen Ruigrok/asmodaiSync with FreeBSD v1.16:
2004-07-16 Jeroen Ruigrok/asmodaiAdd detection support for the Avance Logic (Realtek...
2004-07-16 Jeroen Ruigrok/asmodaiAdd a clarification comment stating that Avance Logic...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-16 Matthew DillonNote that Jeff indicated to me that Jonathan Lemon...
2004-07-16 Hiten PandyaChange all files that I own to use the official DragonF...
2004-07-16 Hiten PandyaAnnotate the b_xio field member of the BUF structure.
2004-07-15 Hiten PandyaUpdate a stale comment about lwkt_replymsg().
2004-07-14 Matthew DillonUpdate release to 1.0A
2004-07-14 Jeroen Ruigrok/asmodaiForced commit to, belatedly, note that this (rev 1...
2004-07-14 Jeroen Ruigrok/asmodaiAdd ATI Radeon RV280 9200.
2004-07-14 Joerg SonnenbergerDon't init sc->re_timer twice.
2004-07-14 Hiten PandyaCorrect reference to buf->b_xio.xio_pages in a comment.
2004-07-14 Hiten PandyaBUF/BIO work, for removing the requirement of KVA mappi...
2004-07-12 Hiten PandyaUse the official 3-clause license for the MSFBUF header...
2004-07-11 Matthew DillonUpdate the version to 1.0-RELEASE.
2004-07-11 David RhodusMerge in FreeBSD-SA-04:13.linux
2004-07-10 Matthew DillonThere was a mountlist race in getnewvnode() whereby...
2004-07-10 Matthew DillonFix some issues with the pccard shutdown path (during...
2004-07-10 Joerg SonnenbergerStop using if_dname, use if_printf or ifp->if_xname...
2004-07-10 Joerg SonnenbergerIn lf_wakeup, once we got a range embedded in the unloc...
2004-07-09 Matthew DillonAdd a missing '$' to the FreeBSD cvs tags.
2004-07-09 Matthew DillonIPS was using malloc flags of 0 (which is no longer...
2004-07-09 Jeroen Ruigrok/asmodaiAdd support for CS4294.
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-08 Matthew DillonGive ugenbuf the standard DragonFly copyright.
2004-07-08 Matthew DillonGive the newly created ugenbuf.c the standard DragonFly...
2004-07-08 Matthew Dillonugenbuf is associated with the 'ugen' device, not the...
2004-07-08 Joerg SonnenbergerAdd PDEBUG call for device_shutdown.
2004-07-08 Matthew DillonJulian Elischer posted an interesting proof-of-concept...
2004-07-08 Matthew DillonBring EHCI up-to-date with NetBSD. The most serious...
2004-07-08 Matthew DillonBring in a bunch of updates from NetBSD:
2004-07-07 Hiten PandyaFix a small but important mistake.
2004-07-07 Hiten PandyaUse the official devised license for the first time...
2004-07-07 Hiten PandyaRemove the advertising clause from this file.
2004-07-07 Joerg SonnenbergerAdd per-device polling support.
2004-07-07 Joerg SonnenbergerWelcome BPF in the 21st century and remove all the...
2004-07-07 Joerg SonnenbergerAdd re(4) as kernel module. After some feedback, this...
2004-07-06 Matthew DillonIn ip_mport() (IP packet demux code), check the minimum...
2004-07-06 Matthew DillonUnconditionally reset ATAPI-CD devices during boot...
2004-07-06 Matthew DillonBe more verbose when printing information on transfer...
2004-07-06 Joerg SonnenbergerAdd IFCAP_POLLING for per-interface polling support.
2004-07-06 Hiten PandyaGeneralize a comment, remove 'FreeBSD' from the comment...
2004-07-05 Matthew DillonUpdate newvers.sh to RC2
2004-07-05 Matthew Dillonacpica5 update part 2/3: Fix a bug introduced in the...
2004-07-05 Matthew Dillonacpica5 update part 1/3: Implement support for acpica...
next