| Commit message (Expand) | Author | Age | Files | Lines |
* | In g_dev_strategy(), when failing an IO request with EINVAL due to | simon | 2006-06-18 | 1 | -0/+1 |
* | Avoid null pointer dereference. | phk | 2005-03-18 | 1 | -3/+2 |
* | Add placeholder mutex argument to new_unrhdr(). | phk | 2005-03-07 | 1 | -2/+1 |
* | Pass the file->flags down to geom ioctl handlers. | phk | 2004-12-12 | 1 | -1/+1 |
* | Don't set si_bsize_phys, nobody cares. | phk | 2004-10-29 | 1 | -2/+0 |
* | Give dev_strategy() an explict cdev argument in preparation for removing | phk | 2004-10-29 | 1 | -2/+2 |
* | Use unit number allocation functions for GEOM minor numbers. | phk | 2004-10-25 | 1 | -3/+18 |
* | Retire si_stripesize and si_stripeoffset they will not be needed in cdev | phk | 2004-10-25 | 1 | -2/+0 |
* | Don't call g_waitidle(), it happens automagically now. | phk | 2004-10-23 | 1 | -3/+0 |
* | Deny invalid I/O requests which comes from userland here, because later | pjd | 2004-09-27 | 1 | -0/+6 |
* | Assert topology is held in g_dev_getprovider(). | phk | 2004-09-24 | 1 | -3/+5 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Use default method initialization on geoms. | phk | 2004-08-08 | 1 | -1/+1 |
* | Duplicate the securelevel check from spec_vnops.c here. | phk | 2004-06-19 | 1 | -0/+11 |
* | Reduce the thaumaturgical level of root filesystem mounts: Instead of using | phk | 2004-06-17 | 1 | -43/+0 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -10/+10 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -1/+2 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -3/+3 |
* | Add missing newline in printf. | phk | 2004-01-23 | 1 | -1/+1 |
* | Remove KASSERT check for negative bio_offsets, add "normal" EIO | phk | 2003-10-19 | 1 | -3/+0 |
* | Assume that bp->bio_offset is correctly initialized. | phk | 2003-10-12 | 1 | -1/+0 |
* | Make sure to return ENOIOCTL if the ioctl is not handled. | phk | 2003-09-04 | 1 | -2/+2 |
* | Simplify the ioctl handling in GEOM. | phk | 2003-09-01 | 1 | -40/+5 |
* | Add the new g_dev_getprovider() function, the swap_pager needs it now. | phk | 2003-08-30 | 1 | -0/+14 |
* | Replace a panic with a .1Hz retry loop. | phk | 2003-08-13 | 1 | -1/+10 |
* | Kick Giant compatibility one layer up. | phk | 2003-08-02 | 1 | -9/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Improve the root-dev prompt facility for printing devices which could | phk | 2003-06-07 | 1 | -8/+6 |
* | Wait for everything to settle before we try to print the list of | phk | 2003-06-07 | 1 | -0/+1 |
* | Remove unused variables. | phk | 2003-05-31 | 1 | -6/+1 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | When a GEOM (/dev-)device is closed and we find that I/O requests are | phk | 2003-05-09 | 1 | -3/+15 |
* | Back out all the stuff that didn't belong in the last commit. | phk | 2003-05-02 | 1 | -3/+3 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 1 | -3/+3 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -1/+1 |
* | Properly handle races between open/close and orphan. | phk | 2003-04-02 | 1 | -10/+34 |
* | Premptively change initializations of struct g_class to use C99 | phk | 2003-03-24 | 1 | -3/+2 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Remove unneeded #include of geom_stats.h | phk | 2003-03-09 | 1 | -1/+0 |
* | When a DEV class consumer is orphan'ed we need to wait for all the | phk | 2003-03-09 | 1 | -11/+20 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -14/+9 |
* | NO_GEOM cleanup: | phk | 2003-03-02 | 1 | -14/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Advertise MAXPHYS upwards, we will split as necessary before we get to the | phk | 2003-02-11 | 1 | -1/+1 |
* | Better names for struct disk elements: d_maxsize, d_stripeoffset | phk | 2003-02-11 | 1 | -0/+2 |
* | Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flag | phk | 2003-02-11 | 1 | -1/+3 |
* | Move the g_stat struct to its own .h file, we will export it to other code. | phk | 2003-02-08 | 1 | -1/+2 |
* | Move #defines of major/minor to internal header file so other bits can | phk | 2003-02-08 | 1 | -4/+2 |
* | Commit the correct copy of the g_stat structure. | phk | 2003-02-07 | 1 | -1/+1 |