| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4: Merge interrupt code from p4 | imp | 2008-09-19 | 2 | -37/+15 |
* | MFp4: Update the interrupt code from perforce. | imp | 2008-09-19 | 2 | -52/+11 |
* | Merge from p4: add bpf | imp | 2008-09-19 | 1 | -0/+2 |
* | Merge from p4: add Juniper license statement. | imp | 2008-09-19 | 2 | -2/+63 |
* | MFamd64 SVN rev 179471 CVS rev 1.619 | alc | 2008-09-19 | 1 | -5/+3 |
* | When attaching framebuffer to "/chosen/stdout" node fails, try attaching | sobomax | 2008-09-19 | 1 | -2/+10 |
* | MFP4: Add mips to the list of soft-float platforms. | imp | 2008-09-19 | 1 | -2/+2 |
* | mfp4: sort the architectures alphabetically... | imp | 2008-09-19 | 1 | -1/+1 |
* | Prefer the patch in p4 to the patch in svn as it properly sorts the | imp | 2008-09-19 | 1 | -1/+1 |
* | Fix two panics: | kmacy | 2008-09-18 | 1 | -3/+4 |
* | Move the protocol and port count checks to outside the loop, these conditions | thompsa | 2008-09-18 | 1 | -8/+8 |
* | Whitespace fixes. This file also had 7 space indent in a few places. | jhb | 2008-09-18 | 1 | -40/+38 |
* | Various style fixes. 7 space indent is just odd. | jhb | 2008-09-18 | 1 | -74/+74 |
* | Sort includes. | jhb | 2008-09-18 | 1 | -8/+8 |
* | Mips needs the same treatment for atomic_or_8 as the other RISCy | imp | 2008-09-18 | 2 | -2/+4 |
* | Mips doesn't have a long double that's different in size from double. | imp | 2008-09-18 | 1 | -1/+1 |
* | Clear any possibly pending PCI error bits left by the firmware. These | marius | 2008-09-18 | 2 | -64/+56 |
* | - Recognize SAVE and OSXSAVE extended processor features. | stas | 2008-09-18 | 2 | -4/+4 |
* | Hello, svn world! (adding myself to yet another list) | zec | 2008-09-18 | 1 | -0/+2 |
* | No FORTH for MIPS. | obrien | 2008-09-18 | 1 | -0/+4 |
* | Catch up with intr_event_create() API changes. | obrien | 2008-09-18 | 1 | -2/+2 |
* | Catch up with intr_event_create() API changes. | obrien | 2008-09-18 | 1 | -1/+1 |
* | Just a fixup for a KTRACE message I stumbled upon many moons ago. | sbruno | 2008-09-18 | 1 | -1/+1 |
* | Add a new cam_status CAM_SCSI_IT_NEXUS_LOST. This will be used by future pat... | sbruno | 2008-09-18 | 1 | -0/+1 |
* | - Add a missing prototype. | marius | 2008-09-18 | 1 | -2/+2 |
* | - Make bsdlabel use libgeom to determine provider name, device path, the media | lulf | 2008-09-18 | 1 | -22/+40 |
* | - Newer firmware versions no longer provide SUNW,stop-self so just | marius | 2008-09-18 | 3 | -30/+58 |
* | Cleanup the AHCI code a bit. | sos | 2008-09-18 | 3 | -56/+121 |
* | Fix small mistake. | mav | 2008-09-18 | 1 | -3/+3 |
* | Improve grammar. | jkoshy | 2008-09-18 | 1 | -2/+2 |
* | Document new PMC classes, capabilities and CPU kinds. | jkoshy | 2008-09-18 | 1 | -28/+63 |
* | Add ASUS P5KPL-C to the list of supported motherboard. | yongari | 2008-09-18 | 1 | -1/+3 |
* | MfP4: Generalize int64_t in the public headers to support compilers | kientzle | 2008-09-18 | 2 | -5/+9 |
* | Make sure there is at least one port to avoid divide by zero when choosing the | thompsa | 2008-09-18 | 1 | -1/+2 |
* | Trying to distinguish different "versions" of mtree files was a silly idea. | kientzle | 2008-09-18 | 3 | -4/+2 |
* | Don't do round robin assignment of interrupts on xen | kmacy | 2008-09-18 | 1 | -0/+7 |
* | Change order of pcpu initialization so the pc_prvspace is set | kmacy | 2008-09-18 | 1 | -1/+1 |
* | fix initial page directory setup for APs to work when KERNBASE < 0xc0000000 | kmacy | 2008-09-18 | 1 | -37/+36 |
* | MFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GB | jhb | 2008-09-17 | 2 | -6/+12 |
* | Bump modification date. | mav | 2008-09-17 | 1 | -1/+1 |
* | Fix a typo. | mav | 2008-09-17 | 1 | -1/+1 |
* | Add set of snd_hda driver configuration examples to the man page. | mav | 2008-09-17 | 1 | -0/+97 |
* | Some people have very strange notions of how large KVA_PAGES should be. The | kmacy | 2008-09-17 | 1 | -37/+55 |
* | Sync with English revisions. While I'm there set fbsd:notbinary attribute | delphij | 2008-09-17 | 11 | -1261/+199 |
* | Document the suser(9) and suser_cred(9) interface removal. | attilio | 2008-09-17 | 1 | -1/+1 |
* | Remove the suser(9) interface from the kernel. It has been replaced from | attilio | 2008-09-17 | 12 | -171/+46 |
* | Small consistency bug: remove named function attribute. | ed | 2008-09-17 | 1 | -1/+1 |
* | Document the -F 's return statement. | remko | 2008-09-17 | 1 | -0/+6 |
* | Whitespace fixes. | jkoshy | 2008-09-17 | 2 | -11/+11 |
* | Add event name aliases for Pentium PMCs. | jkoshy | 2008-09-17 | 2 | -1/+23 |