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
/
sbin
/
bsdlabel
/
bsdlabel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
It seems that libdisk(3) incorrectly sets d_secperunit value.
ae
2012-04-11
1
-1
/
+2
*
Spelling fixes for sbin/
uqs
2012-01-07
1
-5
/
+5
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-2
/
+2
*
Use in-label sectorsize to determine position of the label when
sobomax
2011-12-31
1
-2
/
+2
*
Add missing static keyword.
ed
2011-12-11
1
-1
/
+1
*
Fix multi-line comment formatting.
ae
2011-11-07
1
-1
/
+2
*
Add recommendation to use gpart(8) when user tries write disklabel
ae
2011-11-06
1
-4
/
+15
*
Remove unneeded checks.
ae
2011-11-06
1
-3
/
+2
*
bsdlabel(8) could automatically fill many of disklabel's deprecated
ae
2011-11-06
1
-11
/
+35
*
To be in sync with GEOM_PART_BSD limit the maximum number of supported
ae
2011-11-06
1
-1
/
+1
*
Widen fields that display partition offset/length.
uqs
2011-03-10
1
-5
/
+5
*
Remove dead code in bsdlabel depending on __alpha__
uqs
2011-03-10
1
-35
/
+1
*
Closing file descriptors when it's done
kevlo
2010-12-01
1
-0
/
+2
*
Fix some more warnings found by clang.
brucec
2010-11-22
1
-1
/
+1
*
Don't attempt to write label with GEOM_BSD based method if the class is
jh
2010-08-27
1
-1
/
+32
*
- Check that strtoul(3) succeeds to convert the entire string in a few
jh
2010-08-15
1
-7
/
+14
*
- Don't assign the return value from read(2) to a variable of type
jh
2010-06-30
1
-6
/
+8
*
Use setresuid/setresgid to drop privileges
kevlo
2010-05-16
1
-2
/
+8
*
Remove the dependency on the kernel -- in particular the gctl request to
marcel
2009-08-19
1
-18
/
+23
*
- A call to close(2) might overwrite errno and thus give a wrong error message
lulf
2008-09-30
1
-1
/
+2
*
- Improve error message given on g_providername call failure.
lulf
2008-09-30
1
-1
/
+1
*
- Make bsdlabel use libgeom to determine provider name, device path, the media
lulf
2008-09-18
1
-22
/
+40
*
Remove comment about "-r" flag from readlabel. "-r" is a no-op.
rodrigc
2008-03-23
1
-1
/
+0
*
Allow bsdlabel to operate on labels that have at most 26 partitions
marcel
2007-12-09
1
-3
/
+5
*
o '-s' flag was killed in rev. 1.75. Clean getopt(3).
maxim
2006-10-20
1
-1
/
+1
*
Attempt to improve the logic for automatically sizing partitions
iedowse
2005-08-14
1
-5
/
+62
*
Fix the derivation of the GEOM name from the specified device name by
rse
2005-01-07
1
-0
/
+3
*
The disk labels generated by bsdlabel can no address more than
brooks
2004-09-09
1
-0
/
+3
*
The multiplier prefix is actually a multiplier suffix.
des
2004-08-09
1
-1
/
+1
*
Use fallthrough to simplify the multiplier logic; optimistically add
des
2004-08-08
1
-9
/
+14
*
Fix some whitespace issues, and move a curly brace out of an #ifdef to
des
2004-08-08
1
-13
/
+14
*
Implement a '-f' flag to teach bsdlabel to work on files instead of
luigi
2004-03-30
1
-6
/
+33
*
When installing boot blocks into an Alpha BSD label, setup the location,
jhb
2004-03-15
1
-0
/
+10
*
Only automatically create an 'a' partition when there is nothing
phk
2003-10-18
1
-4
/
+22
*
Remove the hardcoded default block/frag/cpg values from bsdlabel
iedowse
2003-10-05
1
-44
/
+5
*
When we initialize a disk with a virgin label, create also an 'a'
phk
2003-08-27
1
-0
/
+4
*
Augh! Fix the sparc64 build:
phk
2003-06-07
1
-0
/
+8
*
Sanitize setting of labeloffset and labelsector.
phk
2003-06-07
1
-11
/
+4
*
Give ia64 the exact same semantics as i386 with respect to non-512
phk
2003-06-04
1
-1
/
+2
*
Unbreak ia64. 'nuff said.
marcel
2003-06-04
1
-0
/
+4
*
Fix sectorsize != 512 on i386 and pc98. Add test cases for same.
phk
2003-06-02
1
-6
/
+19
*
Simplify the GEOM OAM api: Drop the request type, and let everything
phk
2003-06-01
1
-6
/
+6
*
Protext copyright[].
obrien
2003-05-31
1
-3
/
+2
*
Add pc98 archtecture entry.
phk
2003-05-13
1
-0
/
+4
*
Before reading an ascii label, initialize with defaults so that
phk
2003-05-09
1
-0
/
+1
*
Sigh, this shows just how much one can be conditioned my the environment:
phk
2003-05-09
1
-9
/
+7
*
Add transparent handling of mbroffset for backwards compatibility.
phk
2003-05-04
1
-1
/
+25
*
More axe-work:
phk
2003-05-03
1
-102
/
+115
*
Some minor remodelling with a large axe.
phk
2003-05-03
1
-279
/
+171
*
Use new geom.ctl based OAM instead of ioctls.
phk
2003-05-03
1
-95
/
+94
[next]