| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -2/+0 |
* | Add interleaving root hold tokens from the CAM probe to disk_create and geom | thompsa | 2009-04-03 | 1 | -0/+2 |
* | Revert r184136. Instead, push the check for crashdumpmap overflow into the | kib | 2008-10-31 | 1 | -1/+1 |
* | Do not overflow crashdumpmap. | kib | 2008-10-21 | 1 | -1/+1 |
* | Add sbuf_new_auto as a shortcut for the very common case of creating a | des | 2008-08-09 | 1 | -1/+1 |
* | Teach the dump and minidump code to respect the maxioszie attribute of | scottl | 2008-02-15 | 1 | -0/+1 |
* | Allow to use ':' in d_ident, which is quite handy character. | pjd | 2007-05-05 | 1 | -1/+2 |
* | Because there are many strange hardware out there, allow to use only | pjd | 2007-05-05 | 1 | -0/+39 |
* | - Extend disk structure to allow to store disk's serial number, which can be | pjd | 2007-05-05 | 1 | -1/+3 |
* | Reduce the noise when plugging in (USB) mass storage devices, like a 4 port | n_hibma | 2007-02-21 | 1 | -1/+1 |
* | Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk | pjd | 2006-10-31 | 1 | -1/+21 |
* | Add g_wither_provider() to abstract the details of destroying a | marcel | 2006-04-10 | 1 | -1/+1 |
* | Fix a bug that caused some /dev entries to continue to exist after | jdp | 2005-11-18 | 1 | -0/+12 |
* | Move some devstat collection to below where large IO operations are chopped | tegge | 2005-09-30 | 1 | -3/+3 |
* | After rejecting the bio request early, return instead of panicing. | phk | 2005-03-18 | 1 | -1/+3 |
* | Make various random things static | phk | 2005-02-10 | 1 | -1/+1 |
* | When dumping to a unpartitioned disk, make sure to chop the | phk | 2005-01-29 | 1 | -0/+2 |
* | CAM will sometimes remove a disk again even before it finished being | phk | 2005-01-14 | 1 | -2/+4 |
* | Pass the file->flags down to geom ioctl handlers. | phk | 2004-12-12 | 1 | -2/+2 |
* | 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 | -4/+7 |
* | Fix regression in last commit. | phk | 2004-06-29 | 1 | -1/+1 |
* | Make sure to kill the devstat entry for disappearing disks. | phk | 2004-06-27 | 1 | -1/+3 |
* | Zap a redundant NULL | phk | 2004-05-30 | 1 | -1/+1 |
* | Dont try to finish devstat's if the disk pointer is NULL, this can happen | sos | 2004-05-11 | 1 | -2/+2 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 1 | -23/+31 |
* | don't call sbuf_clear() right after sbuf_new(), it is not necessary. | phk | 2004-02-10 | 1 | -1/+0 |
* | Allow decreasing access count even if there is no disk anymore. | pjd | 2004-02-06 | 1 | -3/+11 |
* | Remove no longer necessary debug printfs | phk | 2004-01-23 | 1 | -6/+0 |
* | Correct usage of mtx_init() API. This is not a functional change since | truckman | 2003-12-07 | 1 | -1/+1 |
* | Retire bio_blkno entirely. | phk | 2003-10-18 | 1 | -1/+0 |
* | Return ENODEV in case the driver has no dump routine. | phk | 2003-09-29 | 1 | -0/+4 |
* | Be more careful in dumpconf: softc may be NULL for departing devices. | phk | 2003-09-23 | 1 | -3/+6 |
* | Simplify the ioctl handling in GEOM. | phk | 2003-09-01 | 1 | -10/+20 |
* | Try to close the race between disk_destroy() and a subsequent disk_create(). | phk | 2003-09-01 | 1 | -19/+17 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Introduce a init and fini member functions on a class. | phk | 2003-05-31 | 1 | -5/+14 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | Don't do silly thing if the disk_create() event gets canceled. | phk | 2003-05-25 | 1 | -1/+3 |
* | Return ENXIO if the softc pointer is NULL, in all likelyhood the | phk | 2003-05-21 | 1 | -0/+4 |
* | When a disk disappears, destroy the class from the event thread | phk | 2003-05-12 | 1 | -1/+10 |
* | Use g_wither_geom() for cleanup. | phk | 2003-05-02 | 1 | -2/+1 |
* | Introduce a g_waitfor_event() function which posts an event and waits for | phk | 2003-04-23 | 1 | -5/+1 |
* | Rename g_call_me() to g_post_event(), and give it a flag | phk | 2003-04-23 | 1 | -5/+4 |
* | Remove all references to BIO_SETATTR. We will not be using it. | phk | 2003-04-03 | 1 | -3/+0 |
* | Add handling for cancelled events in the g_call_me() methods. | phk | 2003-04-02 | 1 | -2/+15 |
* | Change events to have an array of "void *" references, and give the | phk | 2003-04-02 | 1 | -4/+4 |
* | Include <geom/geom_disk.h> not <sys/disk.h> | phk | 2003-04-01 | 1 | -1/+1 |
* | Check return value of g_call_me() | phk | 2003-03-27 | 1 | -4/+5 |
* | Premptively change initializations of struct g_class to use C99 | phk | 2003-03-24 | 1 | -3/+1 |