summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed loss of whitespace suppression at ends of lines. Whitespacebde2006-10-101-3/+3
* correct diag request to fetch isr state on fatal interruptssam2006-10-091-1/+1
* Fix style(9) nits.jkim2006-10-092-76/+74
* Fix 32-bit PTE in the GART table.jkim2006-10-092-2/+6
* provide routines to access VPD data at the PCI layer...jmg2006-10-096-182/+397
* more sun4v fallout - missed addkmacy2006-10-091-0/+143
* unbreak buildkernel for sparc64 - fallout from sun4vkmacy2006-10-091-6/+5
* unbreak sparc64 loader buildkmacy2006-10-092-2/+1
* kernel clean up to make the sun4v kernel buildkmacy2006-10-0914-27/+199
* add sun4v support to the sparc64 boot loaderkmacy2006-10-095-10/+1109
* Use LIST_FOREACH_SAFE instead of a hand rolled version.thompsa2006-10-091-8/+4
* Change vnode_pager_generic_getpages() so that it does not panic if thealc2006-10-081-2/+13
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.ariff2006-10-081-2/+30
* Added some aliases:bde2006-10-081-0/+3
* Fixed formatting of printing of command tables. WIth the default maxbde2006-10-084-6/+6
* Remove unnecessary test case. (As written, that branch will nevernetchild2006-10-081-2/+0
* - change if (cond) panic() to KASSERT.netchild2006-10-081-3/+4
* - Replace homegrown check for FIFO with S_ISFIFO. [1]netchild2006-10-081-1/+7
* Implement /proc/sys/kernel/pid_max.netchild2006-10-081-0/+19
* Various mdoc and grammar fixes.piso2006-10-081-279/+282
* Sort libalias files.piso2006-10-081-2/+2
* Add missing PCI ID for the acer m5288sos2006-10-081-0/+1
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.flz2006-10-072-0/+5
* Add a USB quirk for CMOTECH CDMA USB modem.flz2006-10-072-0/+5
* Add a USB quirk for Motorola A41x/V32x USB phones.flz2006-10-072-0/+3
* Add a SCSI da(4) quirk for Rekam USB Camera.flz2006-10-071-0/+8
* Add SCSI da(4) quirk for the iRiver H10.flz2006-10-071-0/+8
* Add support for Novatech NV902 wireless NIC in ural(4).flz2006-10-072-0/+5
* Add support for Epson Stylus CX4200 in uscanner(4).flz2006-10-072-0/+2
* Add support for Psion Gold Port Ethernet USB NIC.flz2006-10-072-0/+4
* Add support for Netgear FA101 ethernet USB NIC.flz2006-10-072-0/+2
* Add a quirk for the Belkin FC6550-AVR UPS.flz2006-10-072-0/+3
* Add support for Familiar Linux powered iPaq handhelds to cdce(4).flz2006-10-072-0/+2
* Add quirk for Logitech iFeel MouseMan USB mouse.flz2006-10-072-1/+3
* - Add support for Epson USB Scanners (3590 [1] and 4990 [2]).flz2006-10-072-0/+4
* - Update URL of Intel documentationpav2006-10-071-1/+1
* Set scope on MC address so IPv6 carp advertisement will not get droppedbz2006-10-072-2/+18
* fix fxp so that it will reset the link when you change the speed... Thisjmg2006-10-061-0/+5
* Include freebsd32_signal.h now that signal-related definitions aremarcel2006-10-061-0/+1
* - Fix wrong id for ALC882, add ALC883 id.ariff2006-10-062-281/+484
* Actually make bounds checking for PCIOCREAD and PCIOCWRITE work.ru2006-10-061-6/+8
* Added the GEOM_CACHE option.ru2006-10-063-0/+3
* A GEOM cache can speed up read performance by sending fixed sizeru2006-10-064-0/+1192
* Regenerate.davidxu2006-10-064-6/+16
* Implement 32bit umtx_lock and umtx_unlock system calls, these two systemdavidxu2006-10-062-2/+16
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-058-8/+2
* The IPMI spec is ambiguous (or rather, it contradicts itself) about whetherjhb2006-10-051-4/+4
* Add detailed debugging printf's for SMIC under SMIC_DEBUG.jhb2006-10-051-2/+50
* Oops, don't toss the last character read during an SMIC transaction withjhb2006-10-051-2/+0
* - Fix a couple of improper uses of leal in the previous space savingjhb2006-10-051-5/+7
OpenPOWER on IntegriCloud