| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace a panic with a .1Hz retry loop. | Poul-Henning Kamp | 2003-08-13 | 1 | -1/+10 |
| * | Kick Giant compatibility one layer up. | Poul-Henning Kamp | 2003-08-02 | 1 | -9/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | Improve the root-dev prompt facility for printing devices which could | Poul-Henning Kamp | 2003-06-07 | 1 | -8/+6 |
| * | Wait for everything to settle before we try to print the list of | Poul-Henning Kamp | 2003-06-07 | 1 | -0/+1 |
| * | Remove unused variables. | Poul-Henning Kamp | 2003-05-31 | 1 | -6/+1 |
| * | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | Poul-Henning Kamp | 2003-05-31 | 1 | -1/+0 |
| * | When a GEOM (/dev-)device is closed and we find that I/O requests are | Poul-Henning Kamp | 2003-05-09 | 1 | -3/+15 |
| * | Back out all the stuff that didn't belong in the last commit. | Poul-Henning Kamp | 2003-05-02 | 1 | -3/+3 |
| * | Use g_slice_spoiled() rather than g_std_spoiled(). | Poul-Henning Kamp | 2003-05-02 | 1 | -3/+3 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |
| * | Properly handle races between open/close and orphan. | Poul-Henning Kamp | 2003-04-02 | 1 | -10/+34 |
| * | Premptively change initializations of struct g_class to use C99 | Poul-Henning Kamp | 2003-03-24 | 1 | -3/+2 |
| * | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
| * | Remove unneeded #include of geom_stats.h | Poul-Henning Kamp | 2003-03-09 | 1 | -1/+0 |
| * | When a DEV class consumer is orphan'ed we need to wait for all the | Poul-Henning Kamp | 2003-03-09 | 1 | -11/+20 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -14/+9 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-03-02 | 1 | -14/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Advertise MAXPHYS upwards, we will split as necessary before we get to the | Poul-Henning Kamp | 2003-02-11 | 1 | -1/+1 |
| * | Better names for struct disk elements: d_maxsize, d_stripeoffset | Poul-Henning Kamp | 2003-02-11 | 1 | -0/+2 |
| * | Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flag | Poul-Henning Kamp | 2003-02-11 | 1 | -1/+3 |
| * | Move the g_stat struct to its own .h file, we will export it to other code. | Poul-Henning Kamp | 2003-02-08 | 1 | -1/+2 |
| * | Move #defines of major/minor to internal header file so other bits can | Poul-Henning Kamp | 2003-02-08 | 1 | -4/+2 |
| * | Commit the correct copy of the g_stat structure. | Poul-Henning Kamp | 2003-02-07 | 1 | -1/+1 |
| * | Rename bio_linkage to the more obvious bio_parent. | Poul-Henning Kamp | 2003-02-07 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Now that we have non-geom_disk based drivers, we need to cover for those, | Poul-Henning Kamp | 2003-01-14 | 1 | -3/+4 |
| * | Always issue ioctls as BIO_GEATTR requests. The direction of data copies on | Poul-Henning Kamp | 2003-01-13 | 1 | -4/+6 |
| * | Remove g_silence(). It does not do anything anymore. | Poul-Henning Kamp | 2003-01-13 | 1 | -2/+0 |
| * | Update si_bsize_phys on open. | Poul-Henning Kamp | 2003-01-02 | 1 | -0/+1 |
| * | Add an XXX comment to explain the predicament. | Poul-Henning Kamp | 2002-12-26 | 1 | -1/+7 |
| * | Add a couple of KASSERTS, just in case. | Poul-Henning Kamp | 2002-12-13 | 1 | -0/+4 |
| * | Add KASSERT for bio_cmd validity here as well. Various hacks still | Poul-Henning Kamp | 2002-11-01 | 1 | -0/+4 |
| * | Add a g_dev_print() function which prints all the /dev entries GEOM | Poul-Henning Kamp | 2002-10-25 | 1 | -0/+14 |
| * | Loose the g_dev_clone() noise. | Poul-Henning Kamp | 2002-10-25 | 1 | -1/+0 |
| * | Now that the sectorsize and mediasize are properties of the provider, | Poul-Henning Kamp | 2002-10-20 | 1 | -9/+5 |
| * | Use %jd instead of %lld now that we have it. | Poul-Henning Kamp | 2002-10-20 | 1 | -5/+6 |
| * | The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int. | Thomas Moestl | 2002-10-19 | 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 |
| * | Copyin and copyout are only possible from a process-native thread, | Poul-Henning Kamp | 2002-10-07 | 1 | -18/+10 |
| * | Properly isolate the locking domains of sysctl from the topology lock | Poul-Henning Kamp | 2002-10-04 | 1 | -0/+4 |
| * | Put some failing ioctl related printfs under a suitable debug flag. | Poul-Henning Kamp | 2002-10-02 | 1 | -12/+14 |
| * | Use the canonical root:operator 0640 for GEOM disk devices. | Poul-Henning Kamp | 2002-10-01 | 1 | -1/+1 |
| * | Style, whitespace and lint fixes. | Poul-Henning Kamp | 2002-09-28 | 1 | -14/+15 |
| * | Various no-ops: | Poul-Henning Kamp | 2002-09-27 | 1 | -1/+1 |
| * | Retire now unused DIOCGDVIRGIN kludge. | Poul-Henning Kamp | 2002-09-20 | 1 | -5/+0 |
| * | Don't respect the O_EXCL flag, we don't get it back on close so we cannot | Poul-Henning Kamp | 2002-09-06 | 1 | -0/+8 |
| * | Improve some on the naming. | Poul-Henning Kamp | 2002-06-09 | 1 | -6/+6 |
| * | Remove the "-class" suffix from classes, they will not be ambiguous. | Poul-Henning Kamp | 2002-05-21 | 1 | -2/+2 |