Age | Commit message (Expand) | Author |
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 |
2007-06-06 | even more problems with disk size consistancy checks | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-04 | disable a part of the label validation because some Sun systems | Theo de Raadt |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback |
2007-06-01 | Add two constraints to V1 disklabels: | Kenneth R Westerback |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-18 | Dont write to the string passed to parsedisk(), ok deraadt@ | Dale Rahn |
2007-05-18 | in case of pre-configured nfs, we must assume that the bootdv is the rootdv | Theo de Raadt |
2007-05-15 | now that setroot() prints nice things like: | Theo de Raadt |
2007-05-10 | also print where (primary) swap and dumps are; ok miod | Theo de Raadt |
2007-05-05 | Kill disk_find and disk_resetstat that noone uses. If you ever need | Artur Grabowski |
2007-05-04 | when we are in ramdisk mode, we must also disable any previous mountroot | Theo de Raadt |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-03-30 | replace lockmgr locks with rwlocks. these are no longer recursive, but they | David Gwynne |
2007-03-27 | Remove an #ifdef LFS chunk from dk_mountroot(); | Thordur I. Bjornsson |
2006-05-11 | One more (!foo & BAR) bogus test. | Miod Vallat |
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-01 | check for malloc() in bufq_default_alloc(), ok tedu@ | Pedro Martelletto |
2004-10-25 | remove dead 'ifdef tahoe' code, ok millert@ deraadt@ | Pedro Martelletto |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |