aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Remember to update the providers idea of its size when we reconfigurePoul-Henning Kamp2002-11-201-0/+1
* Do not call the dumpconf method unless there is one.Poul-Henning Kamp2002-11-201-4/+5
* Save a slice name on the disk and print it at g_pc98_dumpconf().Yoshihiro Takahashi2002-11-171-14/+26
* Remove harmless but irritating printf.Poul-Henning Kamp2002-11-081-2/+0
* Always recalculate the SRM checksum if the label is at 64 bytes offset.Poul-Henning Kamp2002-11-081-3/+13
* Fix to support pc98.Yoshihiro Takahashi2002-11-072-52/+120
* Straighten up the geom.ctl config interface definitions.Poul-Henning Kamp2002-11-064-46/+84
* Polish a bit here and there.Poul-Henning Kamp2002-11-042-10/+18
* Run a revision on the GBDE encryption facility.Poul-Henning Kamp2002-11-045-242/+427
* Reject slices where begin == end.Poul-Henning Kamp2002-11-041-11/+11
* Remove clause 3 in the license with NAI's consent.Poul-Henning Kamp2002-11-041-6/+6
* Remove the GEOM_GPT hack. We now check for partition type 0xEE andMarcel Moolenaar2002-11-021-25/+23
* Fix dumpconf so libdisk can grok its output. We weren't checkingMarcel Moolenaar2002-11-021-2/+6
* malloc(9) with M_NOWAIT seems to return NULL a lot more than I would havePoul-Henning Kamp2002-11-021-0/+14
* Make this compile in the userland shims again.Poul-Henning Kamp2002-11-011-0/+1
* Add KASSERT for bio_cmd validity here as well. Various hacks stillPoul-Henning Kamp2002-11-011-0/+4
* Spruce up bootverbose output a bit.Poul-Henning Kamp2002-10-311-17/+8
* Change the kkey generation cherry-picker to use MD5.Poul-Henning Kamp2002-10-303-42/+26
* Add the remaning part of the new libdisk interaction.Poul-Henning Kamp2002-10-285-2/+79
* Add support for the new libdisk interaction.Poul-Henning Kamp2002-10-281-2/+15
* Fix a bug in the cherry-picker kkey generator routine.Poul-Henning Kamp2002-10-281-0/+1
* Add more compatibility junk.Poul-Henning Kamp2002-10-282-11/+34
* Don't truncate on large disks.Poul-Henning Kamp2002-10-271-1/+6
* Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it.Poul-Henning Kamp2002-10-261-0/+6
* Reduce the GEOM verbosity under bootverbose to something more sufferable.Poul-Henning Kamp2002-10-255-11/+26
* Add a g_dev_print() function which prints all the /dev entries GEOMPoul-Henning Kamp2002-10-252-0/+17
* Loose the g_dev_clone() noise.Poul-Henning Kamp2002-10-251-1/+0
* Use a better test to prevent tasting geom.ctl so we don't screw thePoul-Henning Kamp2002-10-241-1/+1
* Don't taste the first provider, it's /dev/geom.ctl and it's not goingPoul-Henning Kamp2002-10-241-1/+2
* No need to specify CTLTYPE_INT when we use SYSCTL_INT.Poul-Henning Kamp2002-10-201-7/+7
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-2011-87/+38
* The g_id*() functions are not needed in the userland test-suite soPoul-Henning Kamp2002-10-201-0/+2
* Make the sectorsize a property of providers so we can include it in the XMLPoul-Henning Kamp2002-10-2011-7/+24
* Use %jd instead of %lld now that we have it.Poul-Henning Kamp2002-10-205-19/+26
* It makes more sense for the fwheads and fwsectors properties to be inPoul-Henning Kamp2002-10-201-1/+1
* Include fwsectors and gfwheads in the XML output for the disks we know.Poul-Henning Kamp2002-10-201-0/+15
* Be consistent about functions being static.Poul-Henning Kamp2002-10-201-2/+2
* Constify input to the arc4 seed function.Poul-Henning Kamp2002-10-202-9/+52
* Don't track bio allocation in debug output.Poul-Henning Kamp2002-10-201-5/+7
* Style(9) and english(9) fixes.Poul-Henning Kamp2002-10-201-55/+54
* Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.Poul-Henning Kamp2002-10-202-7/+11
* Fix a missing initialization.Poul-Henning Kamp2002-10-191-0/+1
* Add Geom Based Disk Encryption to the tree.Poul-Henning Kamp2002-10-195-0/+1830
* The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int.Thomas Moestl2002-10-191-1/+1
* Be consistent and return the NUL at the end of kern.geom.conf{xml,dot}.Poul-Henning Kamp2002-10-171-2/+2
* NUL terminate sysctl kern.disksPoul-Henning Kamp2002-10-171-1/+1
* Return an error if the drive reports heads/sectors that do not make sense.Nate Lawson2002-10-151-0/+8
* Constification ? Yes, out that door, row on the left, one patch each.Poul-Henning Kamp2002-10-152-10/+10
* Remove a bogus local variable.Poul-Henning Kamp2002-10-141-2/+0
* Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO.Jake Burkholder2002-10-141-1/+1