summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back FreeBSD(98)'s copyright to 2003.nyan2008-08-221-1/+1
* Fix pts(4) error codes when slave device is closed.ed2008-08-221-4/+2
* Add a new sysctl node 'dev.bfe.N.stats' that shows various MACyongari2008-08-222-53/+300
* Prevent VSTART flooding when turning on software flow control.ed2008-08-221-1/+1
* Because bfe(4) knows interrupt mask value there is no need to readyongari2008-08-221-6/+4
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-225-39/+222
* Remove bfe_link in softc and introduce two new flags to markyongari2008-08-222-12/+21
* Add the Decision Computer Inc, PCCOM 8-port serial card.thompsa2008-08-221-0/+6
* Add the VScom PCI-100L card.thompsa2008-08-221-0/+6
* Add the Avlab Technology PCI IO 4S-850 4 port serial card.thompsa2008-08-211-0/+6
* Add comments on NOARGS, NODEF, and NOPROTO.obrien2008-08-212-0/+15
* Add support for the Alcor Card Reader (9361)remko2008-08-212-0/+5
* Remove comments and #ifdef notyet'd code relating to directly dispatchingrwatson2008-08-211-17/+0
* Adapt mxge shims to detect phys contig jumbo framesgallatin2008-08-211-1/+2
* Properly lock proctree_lock before locking the process while accounting.ed2008-08-211-14/+15
* o Sort includes and add <endian.h> to support endianness.yongari2008-08-212-371/+495
* Fix boot time pmap_growkernel panic for case where vm is allocated >= 768Mkmacy2008-08-211-1/+3
* For reasons that I have not delved in to Xen 3.2 netback now does header spli...kmacy2008-08-211-21/+38
* fix typo in previous commit breaking bootupkmacy2008-08-201-1/+1
* The config space registers holding the upper 32-bits of the prefetchablejhb2008-08-202-4/+19
* - Add support for memory mapped PCI config space access on Intel 915GMjhb2008-08-201-3/+23
* Use switch statements instead of if-else for enabling PCI-express configjhb2008-08-201-3/+9
* Bring in support for the MC8755 Sierra UMTS card.remko2008-08-202-0/+3
* Remove the now unused `lbolt' variable from the kernel.ed2008-08-202-16/+3
* set MCLSHIFT to correspond to page sizekmacy2008-08-201-0/+1
* change netfront to match xen31_6kmacy2008-08-202-3/+3
* mark blkfront_info as readykmacy2008-08-201-1/+2
* remove scheduler_running as xenbus no longer needs itkmacy2008-08-201-3/+0
* - add more debug cruft to xenbuskmacy2008-08-203-13/+47
* - clean up interrupt handling for xen a tiny bitkmacy2008-08-204-12/+24
* include vmparam.h for KERNBASE and fix typokmacy2008-08-201-2/+3
* register netfront before xenbus does its probingkmacy2008-08-201-1/+1
* Integrate the Xen console driver.ed2008-08-201-165/+36
* Correct misbehaviour of patching sys/sys/tty.h.ed2008-08-201-360/+141
* Update system call tables.ed2008-08-209-9/+9
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-2085-6472/+5420
* ifnet_setbyindex() is only used locally, go back to being static.thompsa2008-08-202-2/+1
* don't use cpu_idle_acpi under xenkmacy2008-08-201-0/+9
* Check for watch events when doing inline message processingkmacy2008-08-201-16/+39
* Fix buildkmacy2008-08-201-0/+2
* Fix wierd integration errorjulian2008-08-201-1/+1
* Xen 3.2 now interleaves watch events with regular message notifications.kmacy2008-08-206-44/+79
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-208-12/+10
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-2018-44/+58
* Fix typo in comment.rpaulo2008-08-191-1/+1
* Provide hooks into the GPIO lines and the ability to set/clearimp2008-08-192-0/+47
* Use the proper clock domain for the usb host controller.imp2008-08-191-1/+1
* Add IRQ line for usb device. I'm not 100% sure this is the rightimp2008-08-191-1/+1
* Add calls to callout_drain() to ensure the callouts are flushed beforejb2008-08-191-0/+2
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-1910-18/+26
OpenPOWER on IntegriCloud