Age | Commit message (Expand) | Author |
2011-06-19 | Minor cleanup for disk_lock() and disk_unlock(). | Matthew Dempsky |
2011-06-19 | Add disk_lock_nointr() as a way to acquire the disk lock without being | Matthew Dempsky |
2011-06-19 | Kill the "lockname" argument to disk_construct(). | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-01 | Add device_ref/device_unref calls to prevent a possible use-after-free | Matthew Dempsky |
2011-04-28 | spaces | Marco Peereboom |
2011-04-26 | Allow the root device to be identified via its disklabel UID. | Joel Sing |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-03-19 | Repair spoofing. We want to start at 'i', not 'j'. | Kenneth R Westerback |
2011-03-17 | Uncommitted bits. Spotted by deraadt@, who theorizes I have insuffient | Kenneth R Westerback |
2011-03-14 | Don't confuse limiting spoofed partitions with limiting how many | Kenneth R Westerback |
2010-11-24 | Ensure that hw.disknames gets updated whenever a disklabel is set, since | Joel Sing |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-09-24 | Fixes before-boot umass hangs on units without media. | Theo de Raadt |
2010-09-23 | The only sensible argument for VOP_* calls that take a struct proc pointer is | Owain Ainsworth |
2010-09-23 | When a disk is attached create a workq task to read the disklabel, | Joel Sing |
2010-09-08 | Introduce a disk_lookup() function which calls device_lookup(), before | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-01 | Do not panic in parsedisk() for ``second class'' block devices (which we can't | Miod Vallat |
2010-08-30 | Add a device number to struct disk and populate it on disk attach. Whilst | Joel Sing |
2010-08-18 | - fix compilation of kernel without FFS...don't ask ;-) | Jasper Lievisse Adriaanse |
2010-06-27 | Factor out code used to read a disklabel. We'll be making use of this soon. | Joel Sing |
2010-05-03 | Provide a disk_map() function which attempts to map a disklabel UID to the | Joel Sing |
2010-04-28 | When setting a disklabel automatically generate a new UID if it does not | Joel Sing |
2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
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 |