summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_apple.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-111-3/+3
* Remove unused variable.phk2003-05-311-8/+1
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-021-1/+2
* 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-6/+0
* Style issue: use do {...} while(0); for multi-exit section.phk2003-04-091-2/+2
* #include <sys/endian.h> as needed.phk2003-04-031-0/+1
* Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.phk2003-04-031-6/+6
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* Drop down Apple Partition Map code that has been in use by somegrehan2003-02-231-84/+168
* Add a rudimentary class for slicing Apple partitioned disks.phk2003-01-311-0/+198
OpenPOWER on IntegriCloud