| Commit message (Expand) | Author | Age | Files | Lines |
* | PCB_NPXINITDONE is cleared by npx_fork_thread. | David Xu | 2006-05-28 | 1 | -1/+1 |
* | If parent thread never used FPU, the only work is to clear flag | David Xu | 2006-05-28 | 1 | -1/+6 |
* | When creating a new thread, inherit floating-point environment from | David Xu | 2006-05-28 | 3 | -0/+35 |
* | NULL out ii->stdstart and ii->stdend when they are invalid. This | Ian Dowse | 2006-05-28 | 1 | -1/+10 |
* | Fix a harmless typo where the software pointer in the dummy QH for | Ian Dowse | 2006-05-28 | 1 | -1/+1 |
* | Defer axe_tick processing to a USB task, since axe miibus operations | Ian Dowse | 2006-05-27 | 2 | -0/+20 |
* | avoid null ptr deref | Sam Leffler | 2006-05-27 | 1 | -5/+6 |
* | correct static array overrun | Sam Leffler | 2006-05-27 | 1 | -1/+1 |
* | Fix using "P" command on empty pattern space. If the "P" command is | Kirill Ponomarev | 2006-05-27 | 1 | -2/+1 |
* | Add the capability for a trailing scale indicator to cause the | Kirill Ponomarev | 2006-05-27 | 2 | -5/+56 |
* | Unbreak after previous commit. While here, improve function naming | Marcel Moolenaar | 2006-05-27 | 1 | -26/+26 |
* | Work in progress toward fixing IM checked in after having | Matt Jacob | 2006-05-27 | 6 | -80/+178 |
* | Commit the new (old) midi framework. It's based in parts on the NetBSD code, | Alexander Leidinger | 2006-05-27 | 2 | -0/+165 |
* | Commit the new (old) midi framework. It's based in parts on the NetBSD code, | Alexander Leidinger | 2006-05-27 | 15 | -2/+4562 |
* | MFCs noted: Support for i386 systems with no AT-style keyboard | Bruce A. Mah | 2006-05-27 | 2 | -10/+10 |
* | Remove mention of minor number construction. | Poul-Henning Kamp | 2006-05-27 | 1 | -9/+0 |
* | Fix typo in printf string. | Simon L. B. Nielsen | 2006-05-27 | 1 | -2/+2 |
* | extlen and cpp is not used here in linker_search_kld(), so nuke them. | Xin LI | 2006-05-27 | 1 | -10/+2 |
* | Fix the output. | Ruslan Ermilov | 2006-05-27 | 1 | -0/+1 |
* | typo. | Yoshihiro Takahashi | 2006-05-27 | 1 | -2/+2 |
* | Move call to ignore SIGPIPE signals before calling fork(), | Craig Rodrigues | 2006-05-27 | 1 | -1/+3 |
* | Fix for a potential attempt to sleep while holding nm_mtx. Caught and reported | Mohan Srinivasan | 2006-05-26 | 1 | -1/+1 |
* | Update to new console api. | Poul-Henning Kamp | 2006-05-26 | 3 | -57/+22 |
* | Add sanity checking for QUEUE(3) TAILQs under INVARIANTS (similar to | Ed Maste | 2006-05-26 | 1 | -0/+37 |
* | Connect the kernel subsystem API documentation generation framework to | Alexander Leidinger | 2006-05-26 | 2 | -4/+18 |
* | This is the kernel subsystem API documentation generation framework. | Alexander Leidinger | 2006-05-26 | 42 | -0/+1578 |
* | Convert to new console api | Poul-Henning Kamp | 2006-05-26 | 3 | -34/+20 |
* | Convert to new console interface. | Poul-Henning Kamp | 2006-05-26 | 1 | -9/+7 |
* | Aling to new console and gdb_port semantics | Poul-Henning Kamp | 2006-05-26 | 1 | -54/+14 |
* | s/2005/2006/ for FreeBSD 6.1 and 5.5. | Maxim Konovalov | 2006-05-26 | 1 | -2/+2 |
* | Add support for "export" option, to allow NFS exporting | Craig Rodrigues | 2006-05-26 | 1 | -5/+11 |
* | Remove "update" from ffs_opts. It has been moved to global_opts | Craig Rodrigues | 2006-05-26 | 1 | -4/+1 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | Craig Rodrigues | 2006-05-26 | 1 | -4/+2 |
* | Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. | Poul-Henning Kamp | 2006-05-26 | 4 | -33/+9 |
* | Don't use GDB_DBGPORT() macro to fill in dummy element in gdb_dbgport_set. | Poul-Henning Kamp | 2006-05-26 | 1 | -1/+2 |
* | Wrap our drivers gdb_getc() function so that if it returns -1 we | Poul-Henning Kamp | 2006-05-26 | 1 | -5/+20 |
* | Convert to use CONSOLE_DRIVER() macro: | Poul-Henning Kamp | 2006-05-26 | 1 | -43/+9 |
* | If the console has no cncheckc method, use cngetc instead. | Poul-Henning Kamp | 2006-05-26 | 1 | -1/+4 |
* | Add new CONSOLE_DRIVER macro which takes just the name of the console | Poul-Henning Kamp | 2006-05-26 | 1 | -0/+10 |
* | Don't use CONS_DRIVER() macro to insert dummy element in cons_set | Poul-Henning Kamp | 2006-05-26 | 1 | -1/+2 |
* | Insert a '_' in the console function names to be more consistent with | Poul-Henning Kamp | 2006-05-26 | 1 | -17/+17 |
* | GC the cn_dbctl_t hook for consoles, it is unused. | Poul-Henning Kamp | 2006-05-26 | 4 | -64/+3 |
* | Be less harsh on brueffers eyes :-) | Poul-Henning Kamp | 2006-05-26 | 1 | -1/+1 |
* | Remove SI_SUB_CONSOLE, porting from 4.4-Lite is no longer an issue. | Poul-Henning Kamp | 2006-05-26 | 1 | -3/+2 |
* | don't require a buffer if all we are doing is manipulating the GPIO pins... | John-Mark Gurney | 2006-05-26 | 1 | -0/+9 |
* | Update usage comment to match reality. | Diomidis Spinellis | 2006-05-26 | 1 | -1/+2 |
* | Get most of the way back to having Integrated Mirroring work | Matt Jacob | 2006-05-26 | 4 | -122/+160 |
* | gratuitous formatting changes | Matt Jacob | 2006-05-26 | 1 | -21/+17 |
* | Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag. | Matt Jacob | 2006-05-26 | 1 | -2/+5 |
* | Remove handrolled raw dump of a request from | Matt Jacob | 2006-05-26 | 1 | -19/+1 |