| Commit message (Expand) | Author | Age | Files | Lines |
* | Propigate read-only status of cards. Right now it is read only at | imp | 2008-09-28 | 3 | -1/+14 |
* | The OCR register defines both acceptable voltage bits, as well as bits | imp | 2008-09-28 | 2 | -2/+3 |
* | Other busses on the system use the official capitalization for the | imp | 2008-09-28 | 1 | -1/+1 |
* | Fix line continuation whitespace. | imp | 2008-09-28 | 1 | -2/+2 |
* | Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) of | imp | 2008-09-28 | 1 | -43/+4 |
* | Remove ipi_all() and ipi_self() as the former hasn't been used at | marius | 2008-09-28 | 15 | -207/+5 |
* | Unbreak support for G4s without an L3 cache. L3 cache support was introduced | nwhitehorn | 2008-09-28 | 1 | -6/+5 |
* | Add new PMC classes and CPU types. | jkoshy | 2008-09-28 | 1 | -3/+8 |
* | Update a comment. | jkoshy | 2008-09-28 | 1 | -1/+1 |
* | White space nit. | imp | 2008-09-28 | 1 | -1/+0 |
* | Fix comments to relate to FreeBSD's current interrupt blocking | imp | 2008-09-28 | 1 | -3/+2 |
* | Fix comment about needing to call something from splnet, which doesn't | imp | 2008-09-28 | 1 | -1/+1 |
* | Remove stale comment. splhigh -> critical_enter transition happend | imp | 2008-09-28 | 1 | -6/+0 |
* | Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since the | imp | 2008-09-28 | 1 | -3/+3 |
* | Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo' | marius | 2008-09-28 | 5 | -0/+1652 |
* | guard against adhoc_pick_channel returning a NULL channel; this can | sam | 2008-09-27 | 1 | -3/+6 |
* | Export the partition name in the conftxt and confxml output. | marcel | 2008-09-27 | 1 | -6/+12 |
* | Hold the root mount while we're tasting. It is possible | marcel | 2008-09-27 | 1 | -0/+4 |
* | When an inpcb doesn't have a socket but the inpcb is passed to ipfw | rwatson | 2008-09-27 | 1 | -1/+2 |
* | Disable use of the user credentials until there is code to set the levels | jb | 2008-09-27 | 1 | -1/+5 |
* | Frames created by the Xcpustop, Xrendezvous, Xipi_intr_bitmap_handler | kib | 2008-09-27 | 1 | -2/+7 |
* | If the panic thread is preempted after setting panicstr but before | kib | 2008-09-27 | 1 | -0/+2 |
* | Expand the DBDMA API to allow setting device-dependent control bits. While | nwhitehorn | 2008-09-27 | 2 | -6/+56 |
* | Allow 255 sectors/track for the BSD disklabel. The previous limit | marcel | 2008-09-27 | 1 | -1/+1 |
* | Add DMA support for Apple built-in ATA controllers. | nwhitehorn | 2008-09-27 | 5 | -34/+796 |
* | Move uminor() and umajor() to the same place as userspace minor() and major(). | ed | 2008-09-27 | 3 | -22/+11 |
* | Rather than shadowing global variable 'lookup' in check_uidgid(), rename | rwatson | 2008-09-27 | 1 | -8/+8 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 72 | -194/+194 |
* | Move CTASSERT from header file to source file, per implementation note now | emaste | 2008-09-26 | 2 | -7/+7 |
* | Move CTASSERT from header file to source file, per implementation note now | emaste | 2008-09-26 | 2 | -4/+4 |
* | Don't forget to initialize `int error' in ttydev_open(). | ed | 2008-09-26 | 1 | -1/+1 |
* | Advertise bit 26 as sse2. | cognet | 2008-09-26 | 1 | -1/+1 |
* | Save previous content of the td_fpop before storing the current | kib | 2008-09-26 | 2 | -12/+33 |
* | Rename the `minor' argument of make_dev(9) to `unit'. | ed | 2008-09-26 | 2 | -12/+12 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 20 | -25/+25 |
* | Add support for the ITE 8213 controller. | sos | 2008-09-26 | 2 | -51/+139 |
* | move ipi_pcpu to evtchn.c | kmacy | 2008-09-26 | 3 | -18/+17 |
* | Use some casting to get the right addresses. This is likely unwise | imp | 2008-09-26 | 1 | -2/+3 |
* | Catch up to latest tty, kdb and SYSINIT changes. Modeled after the | imp | 2008-09-26 | 1 | -115/+51 |
* | Update xen/interface includes to the latest in mercurial | kmacy | 2008-09-26 | 36 | -725/+1941 |
* | The Ultra2 never had a CFE console or CFE boot loader. Kill obvious | imp | 2008-09-26 | 1 | -1/+1 |
* | Remove reference to machine/tlb.h. It no longer exists, and isn't | imp | 2008-09-26 | 1 | -1/+0 |
* | Support for the siba bus found in many broadcom products. | imp | 2008-09-26 | 6 | -0/+1385 |
* | Support for CFE boot loaders. Initially the support is for MIPS, but | imp | 2008-09-26 | 7 | -0/+1544 |
* | Add support for installing 32-bit system calls from kernel modules. This | jhb | 2008-09-25 | 3 | -2/+110 |
* | must do a deep copy of mcast packets as they can be modified after dispatch | sam | 2008-09-25 | 1 | -1/+1 |
* | Sort includes and add multiple include guards. | jhb | 2008-09-25 | 1 | -5/+9 |
* | Regen. | jhb | 2008-09-25 | 10 | -45/+33 |
* | Tidy up a few things with syscall generation: | jhb | 2008-09-25 | 4 | -39/+35 |
* | Initialize the DDB command list when initializing DDB so that the basic | jhb | 2008-09-25 | 3 | -3/+4 |