summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect null_checkexp() routine. Thisrodrigc2006-05-281-14/+0
* Correct typoskris2006-05-281-3/+3
* Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me thatsilby2006-05-281-3/+3
* Modify MNT_UPDATE behavior for nullfs so that it does notrodrigc2006-05-281-2/+7
* Avoid unwanted sign extension of indexed byte load in bpf code.dwmalone2006-05-281-2/+2
* Re-revert back to rev 1.8:silby2006-05-281-2/+2
* 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned.silby2006-05-281-6/+21
* MFi386 rev 1.78:silby2006-05-281-2/+14
* Add a quick hack to ensure that bus_dmamem_alloc properly alignssilby2006-05-281-2/+14
* Add a disclaimer regarding public/internal functions to every subsystem fornetchild2006-05-2819-17/+34
* Use a more appropriate printf format for size_t.netchild2006-05-281-1/+1
* In execve(), audit the path name being executed. In the future, itrwatson2006-05-281-2/+2
* Add missing % signs in the lock annotations of the functions:dds2006-05-281-8/+8
* Clear high 16 bits of mxcsr register, according to Intel document, ifdavidxu2006-05-282-0/+5
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-2814-379/+812
* PCB_NPXINITDONE is cleared by npx_fork_thread.davidxu2006-05-281-1/+1
* If parent thread never used FPU, the only work is to clear flagdavidxu2006-05-281-1/+6
* When creating a new thread, inherit floating-point environment fromdavidxu2006-05-283-0/+35
* NULL out ii->stdstart and ii->stdend when they are invalid. Thisiedowse2006-05-281-1/+10
* Fix a harmless typo where the software pointer in the dummy QH foriedowse2006-05-281-1/+1
* Defer axe_tick processing to a USB task, since axe miibus operationsiedowse2006-05-272-0/+20
* Unbreak after previous commit. While here, improve function namingmarcel2006-05-271-26/+26
* Work in progress toward fixing IM checked in after havingmjacob2006-05-276-80/+178
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-272-0/+165
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-2715-2/+4562
* 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
OpenPOWER on IntegriCloud