aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_apple.c
Commit message (Expand)AuthorAgeFilesLines
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-071-263/+0
* Don't pass error value pointer to g_read_data(9) at all if we don'tMaxim Sobolev2005-11-301-4/+4
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-3/+3
* 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
* Move the name attribute to the end of the conftxt line to simplifyPeter Grehan2004-04-011-4/+6
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
* Remove unused variable.Poul-Henning Kamp2003-05-311-8/+1
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0
* Use g_slice_spoiled() rather than g_std_spoiled().Poul-Henning Kamp2003-05-021-1/+2
* 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-6/+0
* Style issue: use do {...} while(0); for multi-exit section.Poul-Henning Kamp2003-04-091-2/+2
* #include <sys/endian.h> as needed.Poul-Henning Kamp2003-04-031-0/+1
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.Poul-Henning Kamp2003-04-031-6/+6
* Premptively change initializations of struct g_class to use C99Poul-Henning Kamp2003-03-241-3/+2
* Drop down Apple Partition Map code that has been in use by somePeter Grehan2003-02-231-83/+167
* Add a rudimentary class for slicing Apple partitioned disks.Poul-Henning Kamp2003-01-311-0/+198