aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PCB_NPXINITDONE is cleared by npx_fork_thread.David Xu2006-05-281-1/+1
* If parent thread never used FPU, the only work is to clear flagDavid Xu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromDavid Xu2006-05-283-0/+35
* NULL out ii->stdstart and ii->stdend when they are invalid. ThisIan Dowse2006-05-281-1/+10
* Fix a harmless typo where the software pointer in the dummy QH forIan Dowse2006-05-281-1/+1
* Defer axe_tick processing to a USB task, since axe miibus operationsIan Dowse2006-05-272-0/+20
* avoid null ptr derefSam Leffler2006-05-271-5/+6
* correct static array overrunSam Leffler2006-05-271-1/+1
* Fix using "P" command on empty pattern space. If the "P" command isKirill Ponomarev2006-05-271-2/+1
* Add the capability for a trailing scale indicator to cause theKirill Ponomarev2006-05-272-5/+56
* Unbreak after previous commit. While here, improve function namingMarcel Moolenaar2006-05-271-26/+26
* Work in progress toward fixing IM checked in after havingMatt Jacob2006-05-276-80/+178
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-272-0/+165
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-2715-2/+4562
* MFCs noted: Support for i386 systems with no AT-style keyboardBruce A. Mah2006-05-272-10/+10
* Remove mention of minor number construction.Poul-Henning Kamp2006-05-271-9/+0
* Fix typo in printf string.Simon L. B. Nielsen2006-05-271-2/+2
* extlen and cpp is not used here in linker_search_kld(), so nuke them.Xin LI2006-05-271-10/+2
* Fix the output.Ruslan Ermilov2006-05-271-0/+1
* typo.Yoshihiro Takahashi2006-05-271-2/+2
* Move call to ignore SIGPIPE signals before calling fork(),Craig Rodrigues2006-05-271-1/+3
* Fix for a potential attempt to sleep while holding nm_mtx. Caught and reportedMohan Srinivasan2006-05-261-1/+1
* Update to new console api.Poul-Henning Kamp2006-05-263-57/+22
* Add sanity checking for QUEUE(3) TAILQs under INVARIANTS (similar toEd Maste2006-05-261-0/+37
* Connect the kernel subsystem API documentation generation framework toAlexander Leidinger2006-05-262-4/+18
* This is the kernel subsystem API documentation generation framework.Alexander Leidinger2006-05-2642-0/+1578
* Convert to new console apiPoul-Henning Kamp2006-05-263-34/+20
* Convert to new console interface.Poul-Henning Kamp2006-05-261-9/+7
* Aling to new console and gdb_port semanticsPoul-Henning Kamp2006-05-261-54/+14
* s/2005/2006/ for FreeBSD 6.1 and 5.5.Maxim Konovalov2006-05-261-2/+2
* Add support for "export" option, to allow NFS exportingCraig Rodrigues2006-05-261-5/+11
* Remove "update" from ffs_opts. It has been moved to global_optsCraig Rodrigues2006-05-261-4/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-4/+2
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp2006-05-264-33/+9
* Don't use GDB_DBGPORT() macro to fill in dummy element in gdb_dbgport_set.Poul-Henning Kamp2006-05-261-1/+2
* Wrap our drivers gdb_getc() function so that if it returns -1 wePoul-Henning Kamp2006-05-261-5/+20
* Convert to use CONSOLE_DRIVER() macro:Poul-Henning Kamp2006-05-261-43/+9
* If the console has no cncheckc method, use cngetc instead.Poul-Henning Kamp2006-05-261-1/+4
* Add new CONSOLE_DRIVER macro which takes just the name of the consolePoul-Henning Kamp2006-05-261-0/+10
* Don't use CONS_DRIVER() macro to insert dummy element in cons_setPoul-Henning Kamp2006-05-261-1/+2
* Insert a '_' in the console function names to be more consistent withPoul-Henning Kamp2006-05-261-17/+17
* GC the cn_dbctl_t hook for consoles, it is unused.Poul-Henning Kamp2006-05-264-64/+3
* Be less harsh on brueffers eyes :-)Poul-Henning Kamp2006-05-261-1/+1
* Remove SI_SUB_CONSOLE, porting from 4.4-Lite is no longer an issue.Poul-Henning Kamp2006-05-261-3/+2
* don't require a buffer if all we are doing is manipulating the GPIO pins...John-Mark Gurney2006-05-261-0/+9
* Update usage comment to match reality.Diomidis Spinellis2006-05-261-1/+2
* Get most of the way back to having Integrated Mirroring workMatt Jacob2006-05-264-122/+160
* gratuitous formatting changesMatt Jacob2006-05-261-21/+17
* Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.Matt Jacob2006-05-261-2/+5
* Remove handrolled raw dump of a request fromMatt Jacob2006-05-261-19/+1