summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Finish the removal of the bst/bsh confusion.imp2003-10-191-10/+10
* Remove debug printf().mux2003-10-191-1/+0
* Implement partially /proc/<pid>/maps.cognet2003-10-191-5/+96
* MFi386: revision 1.577.nyan2003-10-192-18/+34
* Fix LINT build by correcting a missed change.bms2003-10-191-1/+1
* Disable irqs before entering the power-off state. This is not knownnjl2003-10-191-0/+1
* Tidy up loose ends in the idle process. Call the MI cpu_idle() functionpeter2003-10-191-37/+5
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-194-0/+24
* Use npxdrop in cpu_thread_exit to save some cycles.davidxu2003-10-191-1/+3
* Don't confuse tags and handles.imp2003-10-191-2/+2
* - Synchronize access to a vm page's valid field using the containingalc2003-10-191-43/+45
* Add the cpu_idle_hook() function pointer so that other idlers can benjl2003-10-184-20/+46
* - Synchronize access to the page's valid field inalc2003-10-181-1/+2
* - Increase the object lock's scope in vm_contig_launder() so that accessalc2003-10-184-17/+18
* Fix a typo. The module has the EISA front-end commented out, therefore thebms2003-10-181-1/+1
* Initialize b_iooffset before calling VOP_[SPEC]STRATEGYphk2003-10-181-0/+3
* Initialize b_iooffset before calling strategyphk2003-10-182-0/+2
* Corrections to revision 1.305alc2003-10-181-22/+36
* Retire b_pblkno which was an alias for a bio field which is forphk2003-10-181-1/+0
* Don't report b_pblkno, it is going away.phk2003-10-181-2/+2
* Do not initialize bp->b_pblkno, it is going away.phk2003-10-181-1/+0
* Retire bio_blkno entirely.phk2003-10-183-3/+1
* Eliminate use bio_blkno.phk2003-10-184-72/+38
* rtfree() must be called in lock context.ume2003-10-181-0/+1
* Discontinue bio_blkno usage.phk2003-10-182-6/+1
* Discontinue bio_blkno, use bio_offset instead.phk2003-10-183-40/+12
* Eliminate reporting of bio_blkno.phk2003-10-181-2/+2
* Report bio_pblkbo instead of bio_blkno.phk2003-10-181-3/+3
* Use bio_offset instead of bio_blknophk2003-10-183-11/+10
* No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset.phk2003-10-181-1/+0
* Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno.phk2003-10-182-10/+10
* Transition to using bus_space macros rather than the inb/outb/etc.imp2003-10-185-126/+142
* DuH!phk2003-10-1820-22/+24
* I think rwatson got the sign wrong here...phk2003-10-181-2/+2
* Don't initialize unused bio_blkno field.phk2003-10-181-1/+0
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-183-0/+3
* Initialize bp->b_offset before calling VOP_STRATEGY().phk2003-10-182-8/+1
* Initialize bp->b_offset before calling VOP_STRATEGY()phk2003-10-181-0/+2
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY().phk2003-10-182-1/+3
* Initialize b_offset before calling VOP_SPECSTRATEGY()phk2003-10-182-0/+2
* Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()phk2003-10-186-0/+6
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-186-3/+3
* Initialize bp->b_offset and remove comment about B_PHYS.phk2003-10-181-2/+3
* There is no need to muck about with the B_PHYS flag here. We never evenphk2003-10-181-8/+0
* We do not get B_PHYS buffers here anymore. /dev/drum is long gone.phk2003-10-181-24/+2
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.phk2003-10-183-8/+4
* Mark as __unused some arguments that are, erm, unused.markm2003-10-181-2/+5
* The size and contents of the DEV_STRATEGY() macro has progressed tophk2003-10-184-36/+21
* Rearrange the deck-chairs while we wait for scottl to GEOMify RF.phk2003-10-181-1/+1
* Add SBP-II target mode driver.simokawa2003-10-184-0/+1568
OpenPOWER on IntegriCloud