Age | Commit message (Expand) | Author |
2010-01-11 | Negative offset or negative size in a buf is invalid. Treat just like other | Kenneth R Westerback |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-09 | Make dk_mmountroot use vnodes instead of d_open/d_close. This does ugly | Marco Peereboom |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-14 | Don't mess with the bounds in the lp if *partoffp is non-NULL, since this | Theo de Raadt |
2009-06-05 | Clamp the ending bound to the size of the disk. This makes disklabel -A | Theo de Raadt |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-06-03 | Add a callback specifically for softraid. If you touch this kittens will | Marco Peereboom |
2009-06-03 | remove the never used bufq_ code. | Thordur I. Bjornsson |
2009-05-15 | Validate the main MBR minimally; if it does not have the AA55 thingy we must | Theo de Raadt |
2009-05-13 | initialize d_npartitions to MAXPARTITIONS always; ok krw | Theo de Raadt |
2009-05-03 | Discovering an extended MBR partition and setting 'wander' to 1 | Kenneth R Westerback |
2009-03-28 | use a static and unique string as the disk lock name, so if we're waiting | David Gwynne |
2009-02-09 | two more consistency checks for a disklabel, to prevent havoc later | Otto Moerbeek |
2008-11-21 | Relax sanity check so any two-byte jmp followed by a NOP, or any | Kenneth R Westerback |
2008-08-25 | If partoffp is non-NULL then readdoslabel() is just looking for the | Kenneth R Westerback |
2008-08-22 | simplification, and repair findblkmajor for name## lookups; ok krw | Theo de Raadt |
2008-08-08 | Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. | Kenneth R Westerback |
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-05-23 | Make rd act more like a 'normal' disk device, allowing the elimination of | Kenneth R Westerback |
2008-04-07 | Compare device names consistantly in parsedisk(). | Kenneth R Westerback |
2008-03-31 | nope, sorry, the miod/naddy raidframe change breaks almost all ramdisks. | Theo de Raadt |
2008-03-31 | Refine "netboot" interface group semantics to indicate the interface we | Theo de Raadt |
2008-03-30 | Do not do the ``swap generic'' behaviour if rootdev != NODEV when entering | Miod Vallat |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2007-12-23 | protect the disk statistics with a mutex. | David Gwynne |
2007-12-16 | panic on negative blkno or size; ok kettenis@ deraadt@ | Otto Moerbeek |
2007-11-09 | Make disklabel aware of NTFS. | Joel Sing |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-08-05 | Move some printf's about disklabel disksize and RAW_PART size/offset | Kenneth R Westerback |
2007-08-05 | Use d_partitions[DISKPART(dev)] rather that d_partitions + | Kenneth R Westerback |
2007-06-25 | use daddr64_t for size in bounds_check_with_label(); prompted by miod@; | Otto Moerbeek |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-10 | when we change fields in the label to version 1, fix the checksum (but only | Theo de Raadt |
2007-06-09 | blocks/sectors != blocks/blocks. Fix calculation of b_cylinder in | Kenneth R Westerback |
2007-06-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | silently whack wrong-sized C partitions | Theo de Raadt |
2007-06-09 | handle C non-0 start after doing v1 converstion.. sigh | Theo de Raadt |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |
2007-06-09 | be even more forceful with RAW_PART (and note this is the wrong, and temporar... | Theo de Raadt |
2007-06-09 | push RAW_PART to 0 if it is non-zero, and bitch | Theo de Raadt |
2007-06-06 | fix format strings for block #'s now that they are 64 bit; ok tedu (who | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-06 | oops | Theo de Raadt |