index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
geom
/
geom_mbr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't pass error value pointer to g_read_data(9) at all if we don't
sobomax
2005-11-30
1
-2
/
+2
*
Check for g_read_data(9) errors properly:
sobomax
2005-11-30
1
-2
/
+2
*
Implement a gctl handler and the verb "write MBR" which can be used to
phk
2005-07-15
1
-5
/
+55
*
Do not attach MBR on top of an MBR. This removes some confusing
phk
2005-03-14
1
-0
/
+2
*
Protect against recursive slices creation in simlar way as it is done
pjd
2005-01-20
1
-7
/
+33
*
Pass the file->flags down to geom ioctl handlers.
phk
2004-12-12
1
-1
/
+4
*
Fix a long standing bug in geom_mbr which is only now exposed by the
phk
2004-11-28
1
-4
/
+14
*
Stop dumping the MBR entries under bootverbose
phk
2004-11-03
1
-2
/
+2
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-0
/
+2
*
Use default method initialization on geoms.
phk
2004-08-08
1
-3
/
+3
*
Allow slice creation on providers from MIRROR class.
pjd
2004-07-31
1
-0
/
+1
*
Allow to create slices on providers from class LABEL and class NOP.
pjd
2004-07-30
1
-1
/
+5
*
Remove the absolute count g_access_abs() function since experience has
phk
2004-02-12
1
-2
/
+2
*
Simplify the ioctl handling in GEOM.
phk
2003-09-01
1
-53
/
+21
*
Implement DOSPTYP_EXTLBA more completely: loop until we find no more
phk
2003-07-29
1
-1
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Remove unused variable.
phk
2003-05-31
1
-6
/
+0
*
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
phk
2003-05-31
1
-2
/
+0
*
Use g_slice_spoiled().
phk
2003-05-02
1
-3
/
+5
*
Back out all the stuff that didn't belong in the last commit.
phk
2003-05-02
1
-5
/
+3
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
1
-3
/
+5
*
Rename g_call_me() to g_post_event(), and give it a flag
phk
2003-04-23
1
-1
/
+1
*
Time has run from the "run GEOM in userland" harness, and the new regression
phk
2003-04-13
1
-9
/
+0
*
Retire the "frontstuff" record keeping, it was no match for the
phk
2003-04-12
1
-2
/
+0
*
Move the functions for encoding decoding struct dos_partition into
phk
2003-04-12
1
-18
/
+2
*
Only be verbose if (bootverbose)
phk
2003-04-09
1
-3
/
+6
*
Correctly split cyl/sects bytes when we print them.
phk
2003-04-09
1
-2
/
+5
*
Style issue: use do {...} while(0); for multi-exit section.
phk
2003-04-09
1
-4
/
+4
*
Retire the DIOCGMBR ioctl before anybody starts to use it.
phk
2003-04-03
1
-5
/
+0
*
Update the initializer for GEOM_MBREXT, I overlooked it previously.
phk
2003-04-03
1
-3
/
+2
*
Add #define for DOSPTYP_PMBR, and use it.
phk
2003-04-03
1
-1
/
+1
*
Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.
phk
2003-04-03
1
-2
/
+3
*
Add handling for cancelled events in the g_call_me() methods.
phk
2003-04-02
1
-2
/
+5
*
Change events to have an array of "void *" references, and give the
phk
2003-04-02
1
-2
/
+2
*
Premptively change initializations of struct g_class to use C99
phk
2003-03-24
1
-3
/
+2
*
Wrap a long line.
phk
2003-02-11
1
-1
/
+2
*
Remove commented out g_enc_dos_partition(). We won't be needing it.
phk
2003-01-31
1
-18
/
+0
*
Don't restrict MBR sectorsize to 512 bytes.
phk
2003-01-11
1
-20
/
+23
*
Implement ioctls for tampering with sector0.
phk
2002-12-29
1
-27
/
+84
*
Don't forget our topology lock in the MBREXT case.
phk
2002-12-19
1
-0
/
+1
*
Remember to hold topology lock when we change things.
phk
2002-12-17
1
-0
/
+2
*
Get rid of g_slice_addslice() and use g_slice_config() instead.
phk
2002-12-16
1
-71
/
+82
*
Constification and some s/int/u_int/ changes.
phk
2002-12-16
1
-9
/
+9
*
Remove clause 3 in the license with NAI's consent.
phk
2002-11-04
1
-6
/
+6
*
Remove the GEOM_GPT hack. We now check for partition type 0xEE and
marcel
2002-11-02
1
-25
/
+23
*
Spruce up bootverbose output a bit.
phk
2002-10-31
1
-17
/
+8
*
Add more compatibility junk.
phk
2002-10-28
1
-3
/
+16
*
Reduce the GEOM verbosity under bootverbose to something more sufferable.
phk
2002-10-25
1
-3
/
+4
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
1
-6
/
+2
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
1
-2
/
+4
[next]