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
/
g_label.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix off-by-one error in fstyp(8) and geom_label(4) that made them use
trasz
2015-06-18
1
-0
/
+15
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-2
/
+1
*
Revert r267961, r267973:
gjb
2014-06-27
1
-1
/
+2
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-2
/
+1
*
An all-or-nothing approach to labels isn't flexible enough. Embedded
marcel
2014-04-06
1
-2
/
+6
*
Fix build with gcc by spelling unused format string as "unused" instead of NULL.
trasz
2013-10-19
1
-1
/
+1
*
Make geom_label(4) resize-aware. This fixes a situation when "gpart resize"
trasz
2013-10-18
1
-0
/
+12
*
Introduce glabel labels based on GEOM ident attributes. In this initial
ivoras
2013-04-15
1
-1
/
+2
*
Mangle label names containing spaces, non-printable characters '%' or
jh
2012-12-22
1
-0
/
+23
*
- Don't pass geom and provider names as format strings.
jh
2012-11-20
1
-1
/
+1
*
It seems that it is preferable to keep support for glabel also for
attilio
2012-10-18
1
-0
/
+1
*
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
attilio
2012-10-17
1
-1
/
+0
*
When checking existence of providers skip those which are orphaned.
ae
2011-05-04
1
-0
/
+2
*
Add some FEATURE macros for various GEOM classes.
netchild
2011-02-25
1
-0
/
+2
*
- Report an error when a label with invalid name is attempted to be
jh
2010-12-01
1
-4
/
+6
*
g_label: fix possible NULL pointer dereference
avg
2010-05-31
1
-4
/
+2
*
Provide a set of sysctls and tunables to disable device node creation
trasz
2009-11-28
1
-1
/
+2
*
If provider is open for writing when we taste it, skip it for classes that
pjd
2009-10-09
1
-0
/
+4
*
Add support for labels derived from GPT metadata.
ivoras
2009-06-13
1
-0
/
+2
*
Crank the debug level necessary to display the "Label foo is removed"
dougb
2009-05-30
1
-4
/
+4
*
Create GEOM labels from UFS IDs, e.g. /dev/ufsid/49c97b1faa2adc43. UFS IDs
ivoras
2009-03-25
1
-1
/
+2
*
Verify if a label doesn't point to the parent directory.
pjd
2006-08-12
1
-0
/
+24
*
Inform when label disappears.
pjd
2006-02-18
1
-16
/
+36
*
Remove trailing spaces.
pjd
2006-02-01
1
-6
/
+6
*
Add NTFS labeling function.
takawata
2005-08-26
1
-0
/
+1
*
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
1
-0
/
+2
*
Avoid creating directories in devfs by changing all '/' in labels to '_'.
pjd
2005-08-12
1
-0
/
+8
*
- Add md_provsize field to metadata, which will help with
pjd
2005-02-27
1
-1
/
+15
*
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
*
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
1
-1
/
+2
*
Introduce GEOM_LABEL class.
pjd
2004-07-02
1
-0
/
+405