summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_sunlabel.c
Commit message (Expand)AuthorAgeFilesLines
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+3
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-301-1/+1
* Check for g_read_data(9) errors properly:sobomax2005-11-301-1/+1
* Protect against recursive labels creation in simlar way as it is donepjd2005-04-121-6/+46
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Use default method initialization on geoms.phk2004-08-081-1/+1
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-5/+5
* Use __FBSDID().obrien2003-06-111-2/+2
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-011-18/+15
* Remove unused variables.phk2003-05-311-7/+4
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Style improvement.phk2003-05-021-4/+3
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-021-1/+1
* Plug some memory-leaks.phk2003-05-011-2/+7
* Introduce a g_waitfor_event() function which posts an event and waits forphk2003-04-231-5/+1
* Rename g_call_me() to g_post_event(), and give it a flagphk2003-04-231-9/+7
* Implement CONFIG_GEOM verbs "write label" and "write bootcode".phk2003-04-231-0/+83
* Change the locking so that the _modify function is called with topologyphk2003-04-221-8/+2
* We don't need to have a slice->start() function.phk2003-04-221-14/+1
* Implement a hotspot for the sunlabel.phk2003-04-211-3/+38
* Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.cphk2003-04-211-45/+16
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-9/+0
* Retire the "frontstuff" record keeping, it was no match for thephk2003-04-121-1/+0
* Style issue: use do {...} while(0); for multi-exit section.phk2003-04-091-1/+1
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.phk2003-04-031-24/+25
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* Move configuration of geom/providers into its own function in preparationphk2003-02-011-36/+65
* Get rid of g_slice_addslice() and use g_slice_config() instead.phk2002-12-161-8/+7
* Constification and some s/int/u_int/ changes.phk2002-12-161-1/+1
* Add support for the new libdisk interaction.phk2002-10-281-2/+15
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-12/+4
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+1
* Style, whitespace and lint fixes.phk2002-09-281-1/+0
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-0/+2
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-061-3/+1
* Improve some on the naming.phk2002-06-091-1/+1
* Change the registration of magic spaces so it does its own memory management.phk2002-06-051-2/+1
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-211-1/+4
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-211-1/+1
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-5/+6
* Various stylistic nit picking.phk2002-04-091-6/+6
* Move access and orphan member functions from class to geom.phk2002-04-041-2/+0
* Complete an incomplete cut&paste operation.phk2002-03-281-3/+3
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-3/+3
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-7/+7
* Be more systematic about conversion of on-disk formats in a endian/widthphk2002-03-241-32/+19
* Teach GEOM about Sun disklabel formats.phk2002-03-151-0/+209
OpenPOWER on IntegriCloud