summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-255-11/+26
* Add a g_dev_print() function which prints all the /dev entries GEOMphk2002-10-252-0/+17
* Loose the g_dev_clone() noise.phk2002-10-251-1/+0
* Use a better test to prevent tasting geom.ctl so we don't screw thephk2002-10-241-1/+1
* Don't taste the first provider, it's /dev/geom.ctl and it's not goingphk2002-10-241-1/+2
* No need to specify CTLTYPE_INT when we use SYSCTL_INT.phk2002-10-201-7/+7
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-2011-87/+38
* The g_id*() functions are not needed in the userland test-suite sophk2002-10-201-0/+2
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-2011-7/+24
* Use %jd instead of %lld now that we have it.phk2002-10-205-19/+26
* It makes more sense for the fwheads and fwsectors properties to be inphk2002-10-201-1/+1
* Include fwsectors and gfwheads in the XML output for the disks we know.phk2002-10-201-0/+15
* Be consistent about functions being static.phk2002-10-201-2/+2
* Constify input to the arc4 seed function.phk2002-10-202-9/+52
* Don't track bio allocation in debug output.phk2002-10-201-5/+7
* Style(9) and english(9) fixes.phk2002-10-201-55/+54
* Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.phk2002-10-202-7/+11
* Fix a missing initialization.phk2002-10-191-0/+1
* Add Geom Based Disk Encryption to the tree.phk2002-10-195-0/+1830
* The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int.tmm2002-10-191-1/+1
* Be consistent and return the NUL at the end of kern.geom.conf{xml,dot}.phk2002-10-171-2/+2
* NUL terminate sysctl kern.disksphk2002-10-171-1/+1
* Return an error if the drive reports heads/sectors that do not make sense.njl2002-10-151-0/+8
* Constification ? Yes, out that door, row on the left, one patch each.phk2002-10-152-10/+10
* Remove a bogus local variable.phk2002-10-141-2/+0
* Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO.jake2002-10-141-1/+1
* Implement the GEOMCONFIGGEOM ioctl which can be used to manually createphk2002-10-143-41/+168
* Add more KASSERTS.phk2002-10-142-2/+8
* Add the outline of the "/dev/geom.ctl" handling code.phk2002-10-132-1/+201
* Give GEOM modules a chance to specify their own init routine, in case theyphk2002-10-131-1/+4
* The CAM system has it's own ideas of what locks are to be held by whom.phk2002-10-111-19/+24
* Add support g_clone_bio() and g_std_done() to spawn multiple childrenphk2002-10-092-4/+7
* For now, don't wait for drives to stop returning EBUSY. There is toophk2002-10-081-35/+26
* Correctly deal with non-DEVBSIZE drives.phk2002-10-071-4/+9
* Put a printf under #ifdef DIAGNOSTIC.phk2002-10-071-0/+2
* Copyin and copyout are only possible from a process-native thread,phk2002-10-073-42/+25
* This patch got lost in my trees: Pass setattr down to device driversphk2002-10-051-0/+8
* Fix argument order mistake when decoding disklabels from on-disk format.phk2002-10-051-1/+1
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-9/+5
* Properly isolate the locking domains of sysctl from the topology lockphk2002-10-044-34/+44
* Implement the "kern.disks" sysctl in GEOM.phk2002-10-041-1/+38
* Properly conditionalize a debugging printf.phk2002-10-041-1/+4
* Move GEOM's sysctls under kern.geom.phk2002-10-021-9/+11
* Put some failing ioctl related printfs under a suitable debug flag.phk2002-10-021-12/+14
* Use the canonical root:operator 0640 for GEOM disk devices.phk2002-10-011-1/+1
* Don't restrict device drivers ability to sleep in the ioctl method, thisphk2002-10-011-5/+22
* Include <sys/diskmbr.h> instead of <sys/disklabel.h>phk2002-10-011-1/+1
* Don the asbestos underwear and add the code which lets DIOCWDINFOphk2002-09-301-7/+23
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-308-61/+43
* Introduce g_write_data() function.phk2002-09-302-0/+19
OpenPOWER on IntegriCloud