summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_apple.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass error value pointer to g_read_data(9) at all if we don'tsobomax2005-11-301-4/+4
| | | | | | have any use of it. Suggested by: pjd
* Check for g_read_data(9) errors properly:sobomax2005-11-301-3/+3
| | | | | | | | | | o The only indication of error condition is NULL value returned by the function; o value pointed to by error argument is undefined in the case when operation completes successfully. Discussed with: phk
* 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
|
* Move the name attribute to the end of the conftxt line to simplifygrehan2004-04-011-4/+6
| | | | | | libdisk parsing (the name may be empty, or contain spaces). Submitted by: Suleiman Souhlal <refugee@segfaulted.com>
* Remove the absolute count g_access_abs() function since experience hasphk2004-02-121-1/+1
| | | | | | | | | | | | shown that it is not useful. Rename the relative count g_access_rel() function to g_access(), only the name has changed. Change all g_access_rel() calls in our CVS tree to call g_access() instead. Add an #ifndef BURN_BRIDGES #define of g_access_rel() for source code compatibility.
* Use __FBSDID().obrien2003-06-111-3/+3
| | | | Approved by: phk
* Remove unused variable.phk2003-05-311-8/+1
| | | | Found by: FlexeLint
* 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
| | | | Remember to free the buffer we got from g_read_data().
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-9/+0
| | | | | | | test is built to test GEOM as running in the kernel. This commit is basically "unifdef -D_KERNEL" to remove the mainly #include related code to support the userland-harness.
* Retire the "frontstuff" record keeping, it was no match for thephk2003-04-121-6/+0
| | | | in-band meta-data of BSD labels and a more complex solution will be needed.
* 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
| | | | | sparse struct initializations before we extend the struct with new OAM related member functions.
* Drop down Apple Partition Map code that has been in use by somegrehan2003-02-231-84/+168
| | | | | | ppc developers for a while. OK'd by: phk
* Add a rudimentary class for slicing Apple partitioned disks.phk2003-01-311-0/+198
More work is needed on this, stakeholders please contact me. Not quite asked for by: rwatson
OpenPOWER on IntegriCloud