| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -5/+5 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+2 |
* | Simplify the GEOM OAM api: Drop the request type, and let everything | phk | 2003-06-01 | 1 | -18/+15 |
* | Remove unused variables. | phk | 2003-05-31 | 1 | -7/+4 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | Style improvement. | phk | 2003-05-02 | 1 | -4/+3 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+1 |
* | Plug some memory-leaks. | phk | 2003-05-01 | 1 | -2/+7 |
* | 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 | -9/+7 |
* | Implement CONFIG_GEOM verbs "write label" and "write bootcode". | phk | 2003-04-23 | 1 | -0/+83 |
* | Change the locking so that the _modify function is called with topology | phk | 2003-04-22 | 1 | -8/+2 |
* | We don't need to have a slice->start() function. | phk | 2003-04-22 | 1 | -14/+1 |
* | Implement a hotspot for the sunlabel. | phk | 2003-04-21 | 1 | -3/+38 |
* | Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.c | phk | 2003-04-21 | 1 | -45/+16 |
* | Time has run from the "run GEOM in userland" harness, and the new regression | phk | 2003-04-13 | 1 | -9/+0 |
* | Retire the "frontstuff" record keeping, it was no match for the | phk | 2003-04-12 | 1 | -1/+0 |
* | Style issue: use do {...} while(0); for multi-exit section. | phk | 2003-04-09 | 1 | -1/+1 |
* | Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification. | phk | 2003-04-03 | 1 | -24/+25 |
* | Premptively change initializations of struct g_class to use C99 | phk | 2003-03-24 | 1 | -3/+2 |
* | Move configuration of geom/providers into its own function in preparation | phk | 2003-02-01 | 1 | -36/+65 |
* | Get rid of g_slice_addslice() and use g_slice_config() instead. | phk | 2002-12-16 | 1 | -8/+7 |
* | Constification and some s/int/u_int/ changes. | phk | 2002-12-16 | 1 | -1/+1 |
* | Add support for the new libdisk interaction. | phk | 2002-10-28 | 1 | -2/+15 |
* | Now that the sectorsize and mediasize are properties of the provider, | phk | 2002-10-20 | 1 | -12/+4 |
* | Make the sectorsize a property of providers so we can include it in the XML | phk | 2002-10-20 | 1 | -0/+1 |
* | Style, whitespace and lint fixes. | phk | 2002-09-28 | 1 | -1/+0 |
* | Add the new g_slice_config() call, which can add/delete/change a slice, | phk | 2002-09-27 | 1 | -0/+2 |
* | Remove "magicspace". It looks good on paper, it doesn't work in practice. | phk | 2002-09-06 | 1 | -3/+1 |
* | Improve some on the naming. | phk | 2002-06-09 | 1 | -1/+1 |
* | Change the registration of magic spaces so it does its own memory management. | phk | 2002-06-05 | 1 | -2/+1 |
* | Introduce the concept of "magic spaces", and implement them in most of | phk | 2002-05-21 | 1 | -1/+4 |
* | Remove the "-class" suffix from classes, they will not be ambiguous. | phk | 2002-05-21 | 1 | -1/+1 |
* | Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start | phk | 2002-04-09 | 1 | -5/+6 |
* | Various stylistic nit picking. | phk | 2002-04-09 | 1 | -6/+6 |
* | Move access and orphan member functions from class to geom. | phk | 2002-04-04 | 1 | -2/+0 |
* | Complete an incomplete cut&paste operation. | phk | 2002-03-28 | 1 | -3/+3 |
* | Eliminate some thread pointers which do not make sense anymore. | phk | 2002-03-26 | 1 | -3/+3 |
* | Cave in to tradition and rename "methods" to "classes". | phk | 2002-03-26 | 1 | -7/+7 |
* | Be more systematic about conversion of on-disk formats in a endian/width | phk | 2002-03-24 | 1 | -32/+19 |
* | Teach GEOM about Sun disklabel formats. | phk | 2002-03-15 | 1 | -0/+209 |