freebsd-nq/sys/geom
Pawel Jakub Dawidek 969ff54d70 - Fix unloading by the same way it is done in my other classes:
set gp->softc to NULL and return ENXIO when it is NULL, so GEOM
  will not panic or hang, but unload one device on every 'unload'.
  This make 'unload' command usable, but it have to be executed
  <number of devices> + 1 times.
- Made use of 'pp' variable.
2004-08-02 00:37:40 +00:00
..
bde
concat Improve geom(8)'s 'list' command to show geoms and their providers and 2004-07-26 17:14:47 +00:00
gate Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
label Remove unused macro. 2004-07-13 12:01:29 +00:00
mirror Typo. 2004-08-01 20:41:58 +00:00
nop - Fix unloading by the same way it is done in my other classes: 2004-08-02 00:37:40 +00:00
stripe Improve geom(8)'s 'list' command to show geoms and their providers and 2004-07-26 17:14:47 +00:00
vinum Propagate size changes upwards. 2004-07-31 21:34:21 +00:00
geom_aes.c
geom_apple.c
geom_bsd_enc.c
geom_bsd.c
geom_ccd.c
geom_ctl.c
geom_ctl.h
geom_dev.c
geom_disk.c
geom_disk.h
geom_dump.c
geom_event.c Make withering water tight. 2004-07-08 16:17:14 +00:00
geom_fox.c
geom_gpt.c
geom_int.h Make withering water tight. 2004-07-08 16:17:14 +00:00
geom_io.c
geom_kern.c
geom_mbr_enc.c
geom_mbr.c Allow slice creation on providers from MIRROR class. 2004-07-31 01:17:20 +00:00
geom_pc98_enc.c
geom_pc98.c
geom_slice.c Check for a NULL pointer before dereferencing it. 2004-07-25 09:41:31 +00:00
geom_slice.h
geom_subr.c Only detach consumers which are attached when we wither stuff away. 2004-07-09 14:06:17 +00:00
geom_sunlabel_enc.c
geom_sunlabel.c
geom_vol_ffs.c
geom.h
notes