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
/
label
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
3
-6
/
+6
*
Check for g_read_data(9) errors properly:
sobomax
2005-11-30
3
-3
/
+3
*
We do nothing with returned error value, so just remove it.
pjd
2005-11-29
1
-3
/
+2
*
Check value returned by g_read_data(9), otherwise we can end in panic(9)
sobomax
2005-11-29
1
-0
/
+3
*
Add checking for File record magic.
takawata
2005-10-26
1
-0
/
+6
*
Verify length of the data to read as well.
pjd
2005-08-28
1
-0
/
+2
*
Verify offset before reading.
pjd
2005-08-26
1
-1
/
+5
*
Add NTFS labeling function.
takawata
2005-08-26
3
-0
/
+115
*
Verify if we can actually read the data at given offset.
pjd
2005-08-23
2
-6
/
+13
*
Back-out the change from revision 1.14 and allow for '/' in labels again.
pjd
2005-08-20
1
-8
/
+0
*
Provide more complete "How to add a new file system to glabel." list.
pjd
2005-08-12
1
-3
/
+7
*
Add code for Ext2FS and ReiserFS labels recognition.
pjd
2005-08-12
4
-0
/
+206
*
Avoid creating directories in devfs by changing all '/' in labels to '_'.
pjd
2005-08-12
1
-0
/
+8
*
The size of a filesystem may be less than the size of the provider it
wollman
2005-04-19
1
-2
/
+2
*
- Add md_provsize field to metadata, which will help with
pjd
2005-02-27
2
-3
/
+25
*
merge from geom_vol_ffs.c rev 1.14 (avoid unaligned I/O requests)
des
2005-02-08
1
-0
/
+10
*
Only allow for unloading when there are no geoms in LABEL GEOM class.
pjd
2004-10-14
1
-1
/
+16
*
This is not needed anymore, it is forced in GEOM now.
pjd
2004-09-20
1
-3
/
+0
*
Allow to configure debug level from /boot/loader.conf.
pjd
2004-08-30
1
-0
/
+1
*
Skip providers with not defined sector size.
pjd
2004-08-26
1
-0
/
+3
*
Do not use g_wither_geom(9). I doesn't work in the way which is expected
pjd
2004-08-09
1
-12
/
+8
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-0
/
+1
*
Remove unused macro.
pjd
2004-07-13
1
-9
/
+0
*
Decrease log level of one debug message, so there is no hole (level 2
pjd
2004-07-13
1
-1
/
+1
*
Add missing argument.
pjd
2004-07-06
1
-1
/
+1
*
Properly free resources if g_access() fails.
pjd
2004-07-06
1
-1
/
+3
*
- Add 'stop' command, which works just like 'destroy' command, but sounds
pjd
2004-07-05
2
-2
/
+3
*
Introduce GEOM_LABEL class.
pjd
2004-07-02
5
-0
/
+785