summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a debugging sysctl, debug.vm_lowmem, that when assigned a value ofrwatson2009-02-231-0/+22
* Assert the radix head lock in in6_rtqkill().rwatson2009-02-231-0/+2
* In in_rtqkill(), assert the radix head lock, and pass RTF_RNH_LOCKEDrwatson2009-02-231-1/+4
* - comment out slhci in NOTES for the momentthompsa2009-02-232-3/+3
* Remove ugen from NOTES, its no longer an optional device.thompsa2009-02-231-2/+0
* Bring SATA revision reporting into conformance with SATA-IO guidelines.mav2009-02-231-6/+6
* Fix non-AHCI channels detection on combined JMicron controllers,mav2009-02-231-0/+2
* Move the uaudio and ata-usb drivers into their correct locations.thompsa2009-02-238-13/+9
* Right now, when trying to unmount a device that's already gone,trasz2009-02-232-5/+5
* Move two missed usb drivers out to the graveyard location under sys/legacy/dev.thompsa2009-02-236-3/+3
* Refactor, moving error checking outside of thetrasz2009-02-231-7/+7
* Fix comment: we write the trap vector to SPRG3, not SPRG0.nwhitehorn2009-02-231-3/+3
* Fix spelling (again).thompsa2009-02-231-1/+1
* Fix spelling.thompsa2009-02-231-1/+1
* Add ObsoleteFiles entries for the USB changeover.thompsa2009-02-231-0/+43
* Reintroduce r188878, provide compat typedefs for usb1.thompsa2009-02-231-0/+24
* Add an UPDATING entry and bump the OS version to 800064.thompsa2009-02-232-1/+8
* Build fixups for the new USB stack.thompsa2009-02-2310-15/+20
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-2319-680/+264
* Hook up new USB modules.thompsa2009-02-23103-2037/+1464
* Move the new USB stack into its new home.thompsa2009-02-23175-1823/+3763
* Initial gdbserver support for PowerPC.raj2009-02-235-2/+275
* SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0emaste2009-02-231-2/+4
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-23156-470/+22
* Some whitespace and style fixes.jhb2009-02-232-9/+6
* FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjustjhb2009-02-231-3/+4
* Do not call devices probe/attach if there is nothing new was found.mav2009-02-231-0/+4
* Fix spelling.mav2009-02-232-2/+2
* Add explicit casting in few places.pjd2009-02-231-12/+12
* Optimize free_pv_entry(); specifically, avoid repeated TAILQ_REMOVE()s.alc2009-02-232-6/+6
* Use uiomove_fromphys() instead of the combination of sf_buf and uiomove().alc2009-02-221-34/+11
* change tdma slave behaviour: if the channel is locked don't do bmiss handlingsam2009-02-221-3/+6
* display min/max dwell times in msecs in debug msgssam2009-02-221-3/+4
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,nwhitehorn2009-02-222-1/+4
* Add SATA and USB modes for completeness. USB modes principally can't be set,mav2009-02-222-7/+12
* Simplify the unwiring and activation of pages.alc2009-02-221-4/+2
* - Punctuation fixes.pjd2009-02-221-9/+18
* Tune AHCI verbose messages to make log more readable.mav2009-02-221-12/+23
* Mention disk_gone() in disk(9).trasz2009-02-222-1/+10
* Fix a typo and add manpage links to geom(4).trasz2009-02-221-1/+13
* Fix typo.rpaulo2009-02-221-1/+1
* Remove one more place of master/slave terms usage.mav2009-02-221-2/+1
* Remove unnecessary page queues locking around vm_page_wakeup(). (Thisalc2009-02-221-7/+1
* Use root_mount_hold and root_mount_rel to allow the USB bus to be exploredthompsa2009-02-222-0/+13
* Use only higher half of device signature to identify device type. Somemav2009-02-214-15/+15
* Increase initial busy waiting time. If drive was hot-plugged, it may needmav2009-02-211-4/+4
* - Resolve an issue where we may clear an idt while an interrupt on ajeff2009-02-212-0/+16
* Improve ata_reinit():mav2009-02-215-89/+48
* Reduce the scope of the page queues lock in vm_object_page_remove().alc2009-02-211-1/+1
* o When creating the EBR scheme, set the number of entriesmarcel2009-02-211-0/+2
OpenPOWER on IntegriCloud