| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the remaning part of the new libdisk interaction. | Poul-Henning Kamp | 2002-10-28 | 5 | -2/+79 |
| * | Add support for the new libdisk interaction. | Poul-Henning Kamp | 2002-10-28 | 1 | -2/+15 |
| * | Fix a bug in the cherry-picker kkey generator routine. | Poul-Henning Kamp | 2002-10-28 | 1 | -0/+1 |
| * | Add more compatibility junk. | Poul-Henning Kamp | 2002-10-28 | 2 | -11/+34 |
| * | Don't truncate on large disks. | Poul-Henning Kamp | 2002-10-27 | 1 | -1/+6 |
| * | Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it. | Poul-Henning Kamp | 2002-10-26 | 1 | -0/+6 |
| * | Reduce the GEOM verbosity under bootverbose to something more sufferable. | Poul-Henning Kamp | 2002-10-25 | 5 | -11/+26 |
| * | Add a g_dev_print() function which prints all the /dev entries GEOM | Poul-Henning Kamp | 2002-10-25 | 2 | -0/+17 |
| * | Loose the g_dev_clone() noise. | Poul-Henning Kamp | 2002-10-25 | 1 | -1/+0 |
| * | Use a better test to prevent tasting geom.ctl so we don't screw the | Poul-Henning Kamp | 2002-10-24 | 1 | -1/+1 |
| * | Don't taste the first provider, it's /dev/geom.ctl and it's not going | Poul-Henning Kamp | 2002-10-24 | 1 | -1/+2 |
| * | No need to specify CTLTYPE_INT when we use SYSCTL_INT. | Poul-Henning Kamp | 2002-10-20 | 1 | -7/+7 |
| * | Now that the sectorsize and mediasize are properties of the provider, | Poul-Henning Kamp | 2002-10-20 | 11 | -87/+38 |
| * | The g_id*() functions are not needed in the userland test-suite so | Poul-Henning Kamp | 2002-10-20 | 1 | -0/+2 |
| * | Make the sectorsize a property of providers so we can include it in the XML | Poul-Henning Kamp | 2002-10-20 | 11 | -7/+24 |
| * | Use %jd instead of %lld now that we have it. | Poul-Henning Kamp | 2002-10-20 | 5 | -19/+26 |
| * | It makes more sense for the fwheads and fwsectors properties to be in | Poul-Henning Kamp | 2002-10-20 | 1 | -1/+1 |
| * | Include fwsectors and gfwheads in the XML output for the disks we know. | Poul-Henning Kamp | 2002-10-20 | 1 | -0/+15 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-20 | 1 | -2/+2 |
| * | Constify input to the arc4 seed function. | Poul-Henning Kamp | 2002-10-20 | 2 | -9/+52 |
| * | Don't track bio allocation in debug output. | Poul-Henning Kamp | 2002-10-20 | 1 | -5/+7 |
| * | Style(9) and english(9) fixes. | Poul-Henning Kamp | 2002-10-20 | 1 | -55/+54 |
| * | Make it possible to specify also via geom_t ID in the geom.ctl config ioctl. | Poul-Henning Kamp | 2002-10-20 | 2 | -7/+11 |
| * | Fix a missing initialization. | Poul-Henning Kamp | 2002-10-19 | 1 | -0/+1 |
| * | Add Geom Based Disk Encryption to the tree. | Poul-Henning Kamp | 2002-10-19 | 5 | -0/+1830 |
| * | The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int. | Thomas Moestl | 2002-10-19 | 1 | -1/+1 |
| * | Be consistent and return the NUL at the end of kern.geom.conf{xml,dot}. | Poul-Henning Kamp | 2002-10-17 | 1 | -2/+2 |
| * | NUL terminate sysctl kern.disks | Poul-Henning Kamp | 2002-10-17 | 1 | -1/+1 |
| * | Return an error if the drive reports heads/sectors that do not make sense. | Nate Lawson | 2002-10-15 | 1 | -0/+8 |
| * | Constification ? Yes, out that door, row on the left, one patch each. | Poul-Henning Kamp | 2002-10-15 | 2 | -10/+10 |
| * | Remove a bogus local variable. | Poul-Henning Kamp | 2002-10-14 | 1 | -2/+0 |
| * | Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO. | Jake Burkholder | 2002-10-14 | 1 | -1/+1 |
| * | Implement the GEOMCONFIGGEOM ioctl which can be used to manually create | Poul-Henning Kamp | 2002-10-14 | 3 | -41/+168 |
| * | Add more KASSERTS. | Poul-Henning Kamp | 2002-10-14 | 2 | -2/+8 |
| * | Add the outline of the "/dev/geom.ctl" handling code. | Poul-Henning Kamp | 2002-10-13 | 2 | -1/+201 |
| * | Give GEOM modules a chance to specify their own init routine, in case they | Poul-Henning Kamp | 2002-10-13 | 1 | -1/+4 |
| * | The CAM system has it's own ideas of what locks are to be held by whom. | Poul-Henning Kamp | 2002-10-11 | 1 | -19/+24 |
| * | Add support g_clone_bio() and g_std_done() to spawn multiple children | Poul-Henning Kamp | 2002-10-09 | 2 | -4/+7 |
| * | For now, don't wait for drives to stop returning EBUSY. There is too | Poul-Henning Kamp | 2002-10-08 | 1 | -35/+26 |
| * | Correctly deal with non-DEVBSIZE drives. | Poul-Henning Kamp | 2002-10-07 | 1 | -4/+9 |
| * | Put a printf under #ifdef DIAGNOSTIC. | Poul-Henning Kamp | 2002-10-07 | 1 | -0/+2 |
| * | Copyin and copyout are only possible from a process-native thread, | Poul-Henning Kamp | 2002-10-07 | 3 | -42/+25 |
| * | This patch got lost in my trees: Pass setattr down to device drivers | Poul-Henning Kamp | 2002-10-05 | 1 | -0/+8 |
| * | Fix argument order mistake when decoding disklabels from on-disk format. | Poul-Henning Kamp | 2002-10-05 | 1 | -1/+1 |
| * | NB: This commit does *NOT* make GEOM the default in FreeBSD | Poul-Henning Kamp | 2002-10-05 | 1 | -9/+5 |
| * | Properly isolate the locking domains of sysctl from the topology lock | Poul-Henning Kamp | 2002-10-04 | 4 | -34/+44 |
| * | Implement the "kern.disks" sysctl in GEOM. | Poul-Henning Kamp | 2002-10-04 | 1 | -1/+38 |
| * | Properly conditionalize a debugging printf. | Poul-Henning Kamp | 2002-10-04 | 1 | -1/+4 |
| * | Move GEOM's sysctls under kern.geom. | Poul-Henning Kamp | 2002-10-02 | 1 | -9/+11 |
| * | Put some failing ioctl related printfs under a suitable debug flag. | Poul-Henning Kamp | 2002-10-02 | 1 | -12/+14 |