aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_sunlabel.c
Commit message (Expand)AuthorAgeFilesLines
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Mark geom classes as deprecated.Warner Losh2017-08-091-0/+8
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+3
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-1/+1
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-1/+1
* Protect against recursive labels creation in simlar way as it is donePawel Jakub Dawidek2005-04-121-6/+46
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Use default method initialization on geoms.Poul-Henning Kamp2004-08-081-1/+1
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-5/+5
* Use __FBSDID().David E. O'Brien2003-06-111-2/+2
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-011-18/+15
* Remove unused variables.Poul-Henning Kamp2003-05-311-7/+4
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0
* Style improvement.Poul-Henning Kamp2003-05-021-4/+3
* Use g_slice_spoiled() rather than g_std_spoiled().Poul-Henning Kamp2003-05-021-1/+1
* Plug some memory-leaks.Poul-Henning Kamp2003-05-011-2/+7
* Introduce a g_waitfor_event() function which posts an event and waits forPoul-Henning Kamp2003-04-231-5/+1
* Rename g_call_me() to g_post_event(), and give it a flagPoul-Henning Kamp2003-04-231-9/+7
* Implement CONFIG_GEOM verbs "write label" and "write bootcode".Poul-Henning Kamp2003-04-231-0/+83
* Change the locking so that the _modify function is called with topologyPoul-Henning Kamp2003-04-221-8/+2
* We don't need to have a slice->start() function.Poul-Henning Kamp2003-04-221-14/+1
* Implement a hotspot for the sunlabel.Poul-Henning Kamp2003-04-211-3/+38
* Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.cPoul-Henning Kamp2003-04-211-45/+16
* Time has run from the "run GEOM in userland" harness, and the new regressionPoul-Henning Kamp2003-04-131-9/+0
* Retire the "frontstuff" record keeping, it was no match for thePoul-Henning Kamp2003-04-121-1/+0
* Style issue: use do {...} while(0); for multi-exit section.Poul-Henning Kamp2003-04-091-1/+1
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.Poul-Henning Kamp2003-04-031-24/+25
* Premptively change initializations of struct g_class to use C99Poul-Henning Kamp2003-03-241-3/+2
* Move configuration of geom/providers into its own function in preparationPoul-Henning Kamp2003-02-011-36/+65
* Get rid of g_slice_addslice() and use g_slice_config() instead.Poul-Henning Kamp2002-12-161-8/+7
* Constification and some s/int/u_int/ changes.Poul-Henning Kamp2002-12-161-1/+1
* Add support for the new libdisk interaction.Poul-Henning Kamp2002-10-281-2/+15
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-201-12/+4
* Make the sectorsize a property of providers so we can include it in the XMLPoul-Henning Kamp2002-10-201-0/+1
* Style, whitespace and lint fixes.Poul-Henning Kamp2002-09-281-1/+0
* Add the new g_slice_config() call, which can add/delete/change a slice,Poul-Henning Kamp2002-09-271-0/+2
* Remove "magicspace". It looks good on paper, it doesn't work in practice.Poul-Henning Kamp2002-09-061-3/+1
* Improve some on the naming.Poul-Henning Kamp2002-06-091-1/+1
* Change the registration of magic spaces so it does its own memory management.Poul-Henning Kamp2002-06-051-2/+1
* Introduce the concept of "magic spaces", and implement them in most ofPoul-Henning Kamp2002-05-211-1/+4
* Remove the "-class" suffix from classes, they will not be ambiguous.Poul-Henning Kamp2002-05-211-1/+1
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startPoul-Henning Kamp2002-04-091-5/+6
* Various stylistic nit picking.Poul-Henning Kamp2002-04-091-6/+6
* Move access and orphan member functions from class to geom.Poul-Henning Kamp2002-04-041-2/+0
* Complete an incomplete cut&paste operation.Poul-Henning Kamp2002-03-281-3/+3
* Eliminate some thread pointers which do not make sense anymore.Poul-Henning Kamp2002-03-261-3/+3
* Cave in to tradition and rename "methods" to "classes".Poul-Henning Kamp2002-03-261-7/+7
* Be more systematic about conversion of on-disk formats in a endian/widthPoul-Henning Kamp2002-03-241-32/+19