summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. Thisimp2010-06-2471-0/+8201
* Make sure that all the exposed counters and variables are actuallygnn2010-06-241-0/+17
* Merge from tbemd:imp2010-06-241-3/+3
* Merge from tbemd:imp2010-06-241-1/+1
* Merge from TBEMD:imp2010-06-242-3/+6
* Add linker script and configuration file for n32 kernel.jchandra2010-06-242-0/+436
* Merge jmallett@'s n64 work into HEAD - changeset 7jchandra2010-06-249-62/+146
* Fix a bug I introduced in r209470.tuexen2010-06-241-2/+2
* Assign PCI intline values for ISA interrupts using the new INTR_VEC()marcel2010-06-241-3/+3
* Remove debugging printf() -- that is, I assume it was for debugging :-)marcel2010-06-241-2/+0
* Comment about the shared pins I know about.adrian2010-06-241-0/+2
* Pass the device_t of the AT PIC driver to atpic_intr() so thatmarcel2010-06-241-5/+2
* Reverse the logic of the if statement that sets the default value ofnwhitehorn2010-06-241-3/+3
* Use M_WAITOK for VESA BIOS initialization consistently.jkim2010-06-231-5/+5
* Move default HZ from 100 to 1000 on powerpc.nwhitehorn2010-06-231-1/+1
* With openpic(4) using active-low as the default polarity, reconfiguremarcel2010-06-231-2/+9
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-239-3/+110
* In the attach method, refactor to take into account thatmarcel2010-06-231-3/+10
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64kib2010-06-236-1/+19
* Merge jmallett@'s n64 work into HEAD - changeset 6jchandra2010-06-236-145/+138
* Update the man page to reflect the changes to the netDev configurationrandi2010-06-231-6/+4
* Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOKjkim2010-06-233-12/+10
* * Implement sctp_does_stcb_own_this_addr() correclty. It was taking thetuexen2010-06-231-57/+151
* If a device can't be opened, don't keep going but display the errorbrucec2010-06-231-0/+2
* Make it easier to cancel a failing installation by only attempting tobrucec2010-06-232-9/+19
* When installing on a machine which doesn't have a VGA card installed, enablebrucec2010-06-231-0/+29
* Add some more modules to loader.conf. Remove if_awi since support for itbrucec2010-06-231-1/+67
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forkib2010-06-233-21/+14
* After the FPU use requires #MF working due to INT13 FPU exception handlingkib2010-06-234-46/+35
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-236-208/+34
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizekib2010-06-235-842/+8
* Do not trust IRQ reported by ACPI. There are cases when it is wrong.mav2010-06-232-0/+2
* Fix missing argument for errx().kevlo2010-06-231-6/+4
* AR71XX GPIO register definitions.adrian2010-06-231-0/+21
* - fix for USB audio devices which use the 7-byte endpoint descriptor instead ofthompsa2010-06-222-54/+9
* Reduce MIDI input buffer size to one USB packet, hence some USB devices don'tthompsa2010-06-221-8/+2
* Add new device id.thompsa2010-06-222-0/+2
* Remove unnecessarily inflammatory commentary.randi2010-06-221-3/+0
* Add a mass storage quirk.thompsa2010-06-222-0/+5
* Add new device id.thompsa2010-06-221-0/+1
* Add support for LOW speed BULK transfers. This mode is not recommended by thethompsa2010-06-224-10/+4
* Add missing opt_compat.h dependency.thompsa2010-06-221-1/+1
* Add "legacy route" support to HPET driver. When enabled, this mode makesmav2010-06-223-66/+106
* Some style fixes for r209371.mav2010-06-224-5/+9
* Do not set level-triggered interrupt mode if we are not going to use it.mav2010-06-221-0/+1
* Add TCP scalability testing wrapper scripts for tcpp.rwatson2010-06-222-0/+92
* Revised tuning advice for tcpp benchmarking: do it in loader.conf, andrwatson2010-06-221-2/+10
* udf_vnops: cosmetic followup to r208671 - better looking codeavg2010-06-221-1/+1
* readelf.1: remove duplicate -u/--unwind option descriptionavg2010-06-221-8/+0
* Improve fsck robustness for SU+J cases:delphij2010-06-222-60/+117
OpenPOWER on IntegriCloud