summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in printf string.simon2006-05-271-2/+2
* extlen and cpp is not used here in linker_search_kld(), so nuke them.delphij2006-05-271-10/+2
* typo.nyan2006-05-271-2/+2
* Fix for a potential attempt to sleep while holding nm_mtx. Caught and reportedmohans2006-05-261-1/+1
* Update to new console api.phk2006-05-263-57/+22
* Add sanity checking for QUEUE(3) TAILQs under INVARIANTS (similar toemaste2006-05-261-0/+37
* This is the kernel subsystem API documentation generation framework.netchild2006-05-2621-0/+789
* Convert to new console apiphk2006-05-263-34/+20
* Convert to new console interface.phk2006-05-261-9/+7
* Aling to new console and gdb_port semanticsphk2006-05-261-54/+14
* Add support for "export" option, to allow NFS exportingrodrigc2006-05-261-5/+11
* Remove "update" from ffs_opts. It has been moved to global_optsrodrigc2006-05-261-4/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-4/+2
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.phk2006-05-264-33/+9
* Don't use GDB_DBGPORT() macro to fill in dummy element in gdb_dbgport_set.phk2006-05-261-1/+2
* Wrap our drivers gdb_getc() function so that if it returns -1 wephk2006-05-261-5/+20
* Convert to use CONSOLE_DRIVER() macro:phk2006-05-261-43/+9
* If the console has no cncheckc method, use cngetc instead.phk2006-05-261-1/+4
* Add new CONSOLE_DRIVER macro which takes just the name of the consolephk2006-05-261-0/+10
* Don't use CONS_DRIVER() macro to insert dummy element in cons_setphk2006-05-261-1/+2
* Insert a '_' in the console function names to be more consistent withphk2006-05-261-17/+17
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-264-64/+3
* Be less harsh on brueffers eyes :-)phk2006-05-261-1/+1
* Remove SI_SUB_CONSOLE, porting from 4.4-Lite is no longer an issue.phk2006-05-261-3/+2
* don't require a buffer if all we are doing is manipulating the GPIO pins...jmg2006-05-261-0/+9
* Update usage comment to match reality.dds2006-05-261-1/+2
* Get most of the way back to having Integrated Mirroring workmjacob2006-05-264-122/+160
* gratuitous formatting changesmjacob2006-05-261-21/+17
* Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.mjacob2006-05-261-2/+5
* Remove handrolled raw dump of a request frommjacob2006-05-261-19/+1
* wi works on amd64 laptops. Enable its building as a module.imp2006-05-261-0/+1
* Add "update" mount option to global_opts array,rodrigc2006-05-261-0/+1
* QUEUE_MACRO_DEBUG is intended for userland code, so don't include checksemaste2006-05-261-2/+2
* Remove any reference to enable_mmu(), it's been gone for a long time.cognet2006-05-262-2/+0
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-8/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-267-69/+34
* APM was calling the suspend process from a timeout. This meant thatimp2006-05-253-27/+46
* Only reference the firmware module once rather than twice. The extra calljhb2006-05-251-1/+0
* Call vm_object_page_clean() with the object lock held.ups2006-05-253-2/+10
* Use getsock() and fput() instead of fgetsock() and fputsock() inrwatson2006-05-251-2/+4
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-254-1/+20
* Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mountsmohans2006-05-242-0/+9
* When starting up threads in taskqueue_start_threads create themsam2006-05-241-9/+16
* Adjust minimum iod threads from 4 to 0 -- since we compile the NFSrwatson2006-05-241-1/+1
* Export the pribus, secbus and subbus as sysctls for informationimp2006-05-242-20/+31
* Suspend the children before we turn off card events in hardware. Thisimp2006-05-241-2/+4
* Fix a race when detaching the cbb worker thread. There were a coupleimp2006-05-241-1/+7
* Add cbb, cardbus, pccard and exca to the list of modules. The appearimp2006-05-241-0/+4
* While reviewing NFS client for another PR, noticed this omission in thecel2006-05-241-1/+1
* Forced commit - last checkin got away from me.mjacob2006-05-241-0/+1
OpenPOWER on IntegriCloud