grehan
83a5e8246c
Move the name attribute to the end of the conftxt line to simplify
...
libdisk parsing (the name may be empty, or contain spaces).
Submitted by: Suleiman Souhlal <refugee@segfaulted.com>
2004-04-01 01:33:37 +00:00
phk
1dd409d2a5
Remove the absolute count g_access_abs() function since experience has
...
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.
2004-02-12 22:42:11 +00:00
obrien
0289d82db2
Use __FBSDID().
...
Approved by: phk
2003-06-11 06:49:16 +00:00
phk
673ed3c3ef
Remove unused variable.
...
Found by: FlexeLint
2003-05-31 19:28:53 +00:00
phk
fe52944f51
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
2003-05-31 16:59:27 +00:00
phk
0e58ed9482
Use g_slice_spoiled() rather than g_std_spoiled().
...
Remember to free the buffer we got from g_read_data().
2003-05-02 06:36:14 +00:00
phk
fc2c7e81b5
Time has run from the "run GEOM in userland" harness, and the new regression
...
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.
2003-04-13 09:02:06 +00:00
phk
5bbc5c1bc1
Retire the "frontstuff" record keeping, it was no match for the
...
in-band meta-data of BSD labels and a more complex solution will be needed.
2003-04-12 08:41:26 +00:00
phk
d460e9c72e
Style issue: use do {...} while(0); for multi-exit section.
2003-04-09 08:56:26 +00:00
phk
a6e880d4f3
#include <sys/endian.h> as needed.
2003-04-03 11:56:10 +00:00
phk
f186970d51
Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.
2003-04-03 11:36:53 +00:00
phk
d62ac2f9bc
Premptively change initializations of struct g_class to use C99
...
sparse struct initializations before we extend the struct with
new OAM related member functions.
2003-03-24 19:30:15 +00:00
grehan
7a310d9cda
Drop down Apple Partition Map code that has been in use by some
...
ppc developers for a while.
OK'd by: phk
2003-02-23 01:25:35 +00:00
phk
6caa240bd4
Add a rudimentary class for slicing Apple partitioned disks.
...
More work is needed on this, stakeholders please contact me.
Not quite asked for by: rwatson
2003-01-31 16:27:07 +00:00