aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* kernel clean up to make the sun4v kernel buildKip Macy2006-10-0914-27/+199
* add sun4v support to the sparc64 boot loaderKip Macy2006-10-095-10/+1109
* Use LIST_FOREACH_SAFE instead of a hand rolled version.Andrew Thompson2006-10-091-8/+4
* Change vnode_pager_generic_getpages() so that it does not panic if theAlan Cox2006-10-081-2/+13
* Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.Ariff Abdullah2006-10-081-2/+30
* Added some aliases:Bruce Evans2006-10-081-0/+3
* Fixed formatting of printing of command tables. WIth the default maxBruce Evans2006-10-084-6/+6
* Remove unnecessary test case. (As written, that branch will neverAlexander Leidinger2006-10-081-2/+0
* - change if (cond) panic() to KASSERT.Alexander Leidinger2006-10-081-3/+4
* - Replace homegrown check for FIFO with S_ISFIFO. [1]Alexander Leidinger2006-10-081-1/+7
* Implement /proc/sys/kernel/pid_max.Alexander Leidinger2006-10-081-0/+19
* Various mdoc and grammar fixes.Paolo Pisati2006-10-081-279/+282
* Sort libalias files.Paolo Pisati2006-10-081-2/+2
* Add missing PCI ID for the acer m5288Søren Schmidt2006-10-081-0/+1
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.Florent Thoumie2006-10-072-0/+5
* Add a USB quirk for CMOTECH CDMA USB modem.Florent Thoumie2006-10-072-0/+5
* Add a USB quirk for Motorola A41x/V32x USB phones.Florent Thoumie2006-10-072-0/+3
* Add a SCSI da(4) quirk for Rekam USB Camera.Florent Thoumie2006-10-071-0/+8
* Add SCSI da(4) quirk for the iRiver H10.Florent Thoumie2006-10-071-0/+8
* Add support for Novatech NV902 wireless NIC in ural(4).Florent Thoumie2006-10-072-0/+5
* Add support for Epson Stylus CX4200 in uscanner(4).Florent Thoumie2006-10-072-0/+2
* Add support for Psion Gold Port Ethernet USB NIC.Florent Thoumie2006-10-072-0/+4
* Add support for Netgear FA101 ethernet USB NIC.Florent Thoumie2006-10-072-0/+2
* Add a quirk for the Belkin FC6550-AVR UPS.Florent Thoumie2006-10-072-0/+3
* Add support for Familiar Linux powered iPaq handhelds to cdce(4).Florent Thoumie2006-10-072-0/+2
* Add quirk for Logitech iFeel MouseMan USB mouse.Florent Thoumie2006-10-072-1/+3
* - Add support for Epson USB Scanners (3590 [1] and 4990 [2]).Florent Thoumie2006-10-072-0/+4
* - Update URL of Intel documentationPav Lucistnik2006-10-071-1/+1
* Set scope on MC address so IPv6 carp advertisement will not get droppedBjoern A. Zeeb2006-10-072-2/+18
* fix fxp so that it will reset the link when you change the speed... ThisJohn-Mark Gurney2006-10-061-0/+5
* Include freebsd32_signal.h now that signal-related definitions areMarcel Moolenaar2006-10-061-0/+1
* - Fix wrong id for ALC882, add ALC883 id.Ariff Abdullah2006-10-062-281/+484
* Actually make bounds checking for PCIOCREAD and PCIOCWRITE work.Ruslan Ermilov2006-10-061-6/+8
* Added the GEOM_CACHE option.Ruslan Ermilov2006-10-063-0/+3
* A GEOM cache can speed up read performance by sending fixed sizeRuslan Ermilov2006-10-064-0/+1192
* Regenerate.David Xu2006-10-064-6/+16
* Implement 32bit umtx_lock and umtx_unlock system calls, these two systemDavid Xu2006-10-062-2/+16
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bySimon L. B. Nielsen2006-10-058-8/+2
* The IPMI spec is ambiguous (or rather, it contradicts itself) about whetherJohn Baldwin2006-10-051-4/+4
* Add detailed debugging printf's for SMIC under SMIC_DEBUG.John Baldwin2006-10-051-2/+50
* Oops, don't toss the last character read during an SMIC transaction withJohn Baldwin2006-10-051-2/+0
* - Fix a couple of improper uses of leal in the previous space savingJohn Baldwin2006-10-051-5/+7
* Workaround bad locking design:Oleg Bulyzhin2006-10-051-3/+9
* o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.Maxim Konovalov2006-10-052-2/+8
* placate Grim Reaper with sun4v supportKip Macy2006-10-05178-0/+37469
* Catch up with recent clock modifications:Peter Grehan2006-10-052-2/+2
* Regenerate.David Xu2006-10-054-8/+23
* Oops, add the missing file.David Xu2006-10-051-0/+75
* Move some declaration of 32-bit signal structures into fileDavid Xu2006-10-058-80/+105
* PR:John Birrell2006-10-049-360/+562