aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_slice.h
Commit message (Expand)AuthorAgeFilesLines
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-1/+1
* Allow to use g_slice_orphan() from outside.Pawel Jakub Dawidek2006-02-181-0/+1
* Add a destroy_geom method to the slice "library".Poul-Henning Kamp2003-05-311-0/+2
* Use a more tailored spoil routine for slices, and take advantage ofPoul-Henning Kamp2003-05-021-0/+1
* Rename g_call_me() to g_post_event(), and give it a flagPoul-Henning Kamp2003-04-231-1/+1
* Make more of the "hotspot" stuff generic:Poul-Henning Kamp2003-04-191-1/+12
* Create a dedicated structure for holding hotspot information rather thanPoul-Henning Kamp2003-04-191-7/+12
* Retire the "frontstuff" record keeping, it was no match for thePoul-Henning Kamp2003-04-121-2/+0
* Get rid of g_slice_addslice() and use g_slice_config() instead.Poul-Henning Kamp2002-12-161-1/+0
* Constification and some s/int/u_int/ changes.Poul-Henning Kamp2002-12-161-3/+3
* Add a simplified version of the hot-spot code to enable us to protectPoul-Henning Kamp2002-12-021-4/+9
* Make the sectorsize a property of providers so we can include it in the XMLPoul-Henning Kamp2002-10-201-2/+3
* Add the new g_slice_config() call, which can add/delete/change a slice,Poul-Henning Kamp2002-09-271-0/+9
* All in a days work: make a function static.Poul-Henning Kamp2002-04-231-1/+0
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startPoul-Henning Kamp2002-04-091-0/+2
* Move access and orphan member functions from class to geom.Poul-Henning Kamp2002-04-041-4/+1
* Eliminate some thread pointers which do not make sense anymore.Poul-Henning Kamp2002-03-261-1/+1
* Cave in to tradition and rename "methods" to "classes".Poul-Henning Kamp2002-03-261-1/+1
* First commit of the GEOM subsystem to make it easier for people toPoul-Henning Kamp2002-03-111-0/+60