summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Before trying to restart/stop the MTA or MSP queue runner, make suregshapiro2003-10-191-0/+83
* Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc givengshapiro2003-10-193-11/+30
* 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
* Note that PAE has been MFC'd into RELENG_4 and will appear in FreeBSDsimon2003-10-181-0/+2
* 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
* Only automatically create an 'a' partition when there is nothingphk2003-10-181-4/+22
* Corrections to revision 1.305alc2003-10-181-22/+36
* New release note:hrs2003-10-182-0/+6
* 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
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.markm2003-10-1817-137/+120
* Remove a GCC specifig CFLAG. We should be using WARNS=? for this.markm2003-10-181-1/+1
* 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
* - Call sbp_reset_start() for mgm timeout.simokawa2003-10-181-166/+316
* - Enable 16byte commands.simokawa2003-10-184-19/+159
OpenPOWER on IntegriCloud