| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't report b_pblkno, it is going away. | phk | 2003-10-18 | 1 | -2/+2 |
* | Do not initialize bp->b_pblkno, it is going away. | phk | 2003-10-18 | 1 | -1/+0 |
* | Retire bio_blkno entirely. | phk | 2003-10-18 | 3 | -3/+1 |
* | Eliminate use bio_blkno. | phk | 2003-10-18 | 4 | -72/+38 |
* | rtfree() must be called in lock context. | ume | 2003-10-18 | 1 | -0/+1 |
* | Discontinue bio_blkno usage. | phk | 2003-10-18 | 2 | -6/+1 |
* | Discontinue bio_blkno, use bio_offset instead. | phk | 2003-10-18 | 3 | -40/+12 |
* | Eliminate reporting of bio_blkno. | phk | 2003-10-18 | 1 | -2/+2 |
* | Report bio_pblkbo instead of bio_blkno. | phk | 2003-10-18 | 1 | -3/+3 |
* | Use bio_offset instead of bio_blkno | phk | 2003-10-18 | 3 | -11/+10 |
* | No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset. | phk | 2003-10-18 | 1 | -1/+0 |
* | Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno. | phk | 2003-10-18 | 2 | -10/+10 |
* | Transition to using bus_space macros rather than the inb/outb/etc. | imp | 2003-10-18 | 5 | -126/+142 |
* | DuH! | phk | 2003-10-18 | 20 | -22/+24 |
* | I think rwatson got the sign wrong here... | phk | 2003-10-18 | 1 | -2/+2 |
* | Don't initialize unused bio_blkno field. | phk | 2003-10-18 | 1 | -1/+0 |
* | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY() | phk | 2003-10-18 | 3 | -0/+3 |
* | Initialize bp->b_offset before calling VOP_STRATEGY(). | phk | 2003-10-18 | 2 | -8/+1 |
* | Initialize bp->b_offset before calling VOP_STRATEGY() | phk | 2003-10-18 | 1 | -0/+2 |
* | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY(). | phk | 2003-10-18 | 2 | -1/+3 |
* | Initialize b_offset before calling VOP_SPECSTRATEGY() | phk | 2003-10-18 | 2 | -0/+2 |
* | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY() | phk | 2003-10-18 | 6 | -0/+6 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 6 | -3/+3 |
* | Initialize bp->b_offset and remove comment about B_PHYS. | phk | 2003-10-18 | 1 | -2/+3 |
* | There is no need to muck about with the B_PHYS flag here. We never even | phk | 2003-10-18 | 1 | -8/+0 |
* | We do not get B_PHYS buffers here anymore. /dev/drum is long gone. | phk | 2003-10-18 | 1 | -24/+2 |
* | Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability. | phk | 2003-10-18 | 3 | -8/+4 |
* | Mark as __unused some arguments that are, erm, unused. | markm | 2003-10-18 | 1 | -2/+5 |
* | The size and contents of the DEV_STRATEGY() macro has progressed to | phk | 2003-10-18 | 4 | -36/+21 |
* | Rearrange the deck-chairs while we wait for scottl to GEOMify RF. | phk | 2003-10-18 | 1 | -1/+1 |
* | Add SBP-II target mode driver. | simokawa | 2003-10-18 | 4 | -0/+1568 |
* | - Call sbp_reset_start() for mgm timeout. | simokawa | 2003-10-18 | 1 | -166/+316 |
* | Wrap db_active check in #ifdef DDB, as db_active is not defined ifndef | rwatson | 2003-10-18 | 1 | -0/+8 |
* | Add a new cn_flags fields to struct consdev, the low-level console | rwatson | 2003-10-18 | 2 | -6/+14 |
* | fix station mode breakage (repeat after me: "test every change, no | sam | 2003-10-17 | 1 | -13/+24 |
* | add statistics for all failures and/or abnormal events; still need | sam | 2003-10-17 | 7 | -39/+174 |
* | fixup debug msgs | sam | 2003-10-17 | 1 | -3/+6 |
* | include FH/DS parameters element in probe response frames | sam | 2003-10-17 | 1 | -0/+18 |
* | o consolidate rx filter calculations in one place | sam | 2003-10-17 | 1 | -19/+39 |
* | correct comment | sam | 2003-10-17 | 1 | -1/+1 |
* | indicate device receives all management frames | sam | 2003-10-17 | 1 | -2/+6 |
* | o add capability to indicate if device receives all management frames | sam | 2003-10-17 | 2 | -6/+18 |
* | Fix a couple of bugs with AIF handling: | scottl | 2003-10-17 | 2 | -14/+19 |
* | parameterize locking to improve portability and possible | sam | 2003-10-17 | 3 | -21/+29 |
* | - Remove the correct thread from the run queue in setrunqueue(). This | jeff | 2003-10-17 | 1 | -1/+1 |
* | use ND_IFINFO(). | ume | 2003-10-17 | 1 | -0/+4 |
* | nuke duplicate function and unused function. | ume | 2003-10-17 | 3 | -45/+5 |
* | revert wrongly dropped null check by previous commit. | ume | 2003-10-17 | 1 | -0/+2 |
* | - add dom_if{attach,detach} framework. | ume | 2003-10-17 | 21 | -297/+313 |
* | When expunging unlinked files from a snapshot, skip over holes in the | mckusick | 2003-10-17 | 1 | -6/+16 |