| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. | phk | 2006-05-26 | 4 | -33/+9 |
* | Don't use GDB_DBGPORT() macro to fill in dummy element in gdb_dbgport_set. | phk | 2006-05-26 | 1 | -1/+2 |
* | Wrap our drivers gdb_getc() function so that if it returns -1 we | phk | 2006-05-26 | 1 | -5/+20 |
* | Convert to use CONSOLE_DRIVER() macro: | phk | 2006-05-26 | 1 | -43/+9 |
* | If the console has no cncheckc method, use cngetc instead. | phk | 2006-05-26 | 1 | -1/+4 |
* | Add new CONSOLE_DRIVER macro which takes just the name of the console | phk | 2006-05-26 | 1 | -0/+10 |
* | Don't use CONS_DRIVER() macro to insert dummy element in cons_set | phk | 2006-05-26 | 1 | -1/+2 |
* | Insert a '_' in the console function names to be more consistent with | phk | 2006-05-26 | 1 | -17/+17 |
* | GC the cn_dbctl_t hook for consoles, it is unused. | phk | 2006-05-26 | 4 | -64/+3 |
* | Be less harsh on brueffers eyes :-) | phk | 2006-05-26 | 1 | -1/+1 |
* | Remove SI_SUB_CONSOLE, porting from 4.4-Lite is no longer an issue. | phk | 2006-05-26 | 1 | -3/+2 |
* | don't require a buffer if all we are doing is manipulating the GPIO pins... | jmg | 2006-05-26 | 1 | -0/+9 |
* | Update usage comment to match reality. | dds | 2006-05-26 | 1 | -1/+2 |
* | Get most of the way back to having Integrated Mirroring work | mjacob | 2006-05-26 | 4 | -122/+160 |
* | gratuitous formatting changes | mjacob | 2006-05-26 | 1 | -21/+17 |
* | Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag. | mjacob | 2006-05-26 | 1 | -2/+5 |
* | Remove handrolled raw dump of a request from | mjacob | 2006-05-26 | 1 | -19/+1 |
* | wi works on amd64 laptops. Enable its building as a module. | imp | 2006-05-26 | 1 | -0/+1 |
* | Add "update" mount option to global_opts array, | rodrigc | 2006-05-26 | 1 | -0/+1 |
* | QUEUE_MACRO_DEBUG is intended for userland code, so don't include checks | emaste | 2006-05-26 | 1 | -2/+2 |
* | Remove any reference to enable_mmu(), it's been gone for a long time. | cognet | 2006-05-26 | 2 | -2/+0 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 1 | -8/+1 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 7 | -69/+34 |
* | APM was calling the suspend process from a timeout. This meant that | imp | 2006-05-25 | 3 | -27/+46 |
* | Ignore SIGPIPE signals on write() failures. | rodrigc | 2006-05-25 | 1 | -0/+1 |
* | Only reference the firmware module once rather than twice. The extra call | jhb | 2006-05-25 | 1 | -1/+0 |
* | Enable numeric arguments and +/- prefixes with -user (-group) | krion | 2006-05-25 | 1 | -4/+12 |
* | o FreeBSD 5.5 added. | maxim | 2006-05-25 | 1 | -20/+23 |
* | Call vm_object_page_clean() with the object lock held. | ups | 2006-05-25 | 3 | -2/+10 |
* | Use getsock() and fput() instead of fgetsock() and fputsock() in | rwatson | 2006-05-25 | 1 | -2/+4 |
* | Clarify that G_F_DISKIOCTL is unused, and remove G_T_DETAILS altogether, | ceri | 2006-05-25 | 1 | -4/+2 |
* | In our system there's no intermediate step between a definitive Supreme | phk | 2006-05-25 | 1 | -0/+4 |
* | Use WARNS and rely on rules rather than an explicit target for the | rwatson | 2006-05-25 | 2 | -6/+2 |
* | Add a basic regression test for sendfile() over TCP, which sends varying | rwatson | 2006-05-25 | 2 | -0/+337 |
* | s/on a crt// | brd | 2006-05-25 | 1 | -2/+2 |
* | - Add include for libutil.h and string.h for prototype. | delphij | 2006-05-25 | 1 | -1/+3 |
* | Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | ups | 2006-05-25 | 4 | -1/+20 |
* | Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mounts | mohans | 2006-05-24 | 2 | -0/+9 |
* | When starting up threads in taskqueue_start_threads create them | sam | 2006-05-24 | 1 | -9/+16 |
* | Adjust minimum iod threads from 4 to 0 -- since we compile the NFS | rwatson | 2006-05-24 | 1 | -1/+1 |
* | Export the pribus, secbus and subbus as sysctls for information | imp | 2006-05-24 | 2 | -20/+31 |
* | Suspend the children before we turn off card events in hardware. This | imp | 2006-05-24 | 1 | -2/+4 |
* | Fix a race when detaching the cbb worker thread. There were a couple | imp | 2006-05-24 | 1 | -1/+7 |
* | Add cbb, cardbus, pccard and exca to the list of modules. The appear | imp | 2006-05-24 | 1 | -0/+4 |
* | Vinod has passed the maintainership for the twa/twe drivers to | wilko | 2006-05-24 | 1 | -2/+2 |
* | While reviewing NFS client for another PR, noticed this omission in the | cel | 2006-05-24 | 1 | -1/+1 |
* | make cryptotest compile after the latest changes to cryptodev.h | mr | 2006-05-24 | 1 | -3/+3 |
* | Forced commit - last checkin got away from me. | mjacob | 2006-05-24 | 1 | -0/+1 |
* | Sorry- last delta was checked in by mistake. | mjacob | 2006-05-24 | 1 | -2/+1 |
* | Make physical buffers in cam_periph_mapmem owned by the kernel in case we | mjacob | 2006-05-24 | 3 | -58/+21 |