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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Drop the silly notion that i386 has two bootstrap files now that sys/boot
phk
2003-01-26
2
-163
/
+35
*
Remove #if checks for NUMBOOT==0, it's not relevant for any architecture
phk
2003-01-26
1
-30
/
+0
*
Offer better advice in #error.
phk
2003-01-26
1
-5
/
+3
*
Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code.
phk
2003-01-26
1
-3
/
+3
*
Remove #ifdef __sparc64__ code. GEOM uses native SUN labels on this arch,
phk
2003-01-26
1
-59
/
+2
*
Fix typo in last commit.
phk
2003-01-26
1
-84
/
+87
*
Remember to remove -N and -W from usage.
phk
2003-01-26
1
-2
/
+0
*
Don't fiddle write-protect status of disklabel, it's a discontinued feature.
phk
2003-01-26
1
-8
/
+0
*
Retire the "-N" and "-W" options which implemented write-protection
phk
2003-01-26
2
-49
/
+3
*
Clear part_set, part_size_type and part_offset_type before parsing the
des
2003-01-16
1
-0
/
+3
*
Rename the dos_partition structure for pc98 to pc98_partition.
nyan
2003-01-04
1
-1
/
+11
*
mdoc(7) police: Deal with self-xrefs.
ru
2002-12-24
1
-1
/
+1
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-1
/
+1
*
Relax partition overlap check to allow Vinum partitions to overlap
grog
2002-12-02
1
-3
/
+6
*
mdoc(7) police: Added missing markup bit.
ru
2002-11-25
1
-1
/
+3
*
Everything in the disklabel is unsigned so make all the input routines
julian
2002-11-18
1
-57
/
+52
*
Document that write(2) et al can return EROFS for attempts to write the
schweikh
2002-10-10
1
-1
/
+4
*
Fix to support pc98.
nyan
2002-10-08
1
-0
/
+4
*
Don't be noisy if DIOCWLABEL fails, it's probably because we're writing
phk
2002-10-05
1
-2
/
+1
*
Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
phk
2002-10-01
1
-0
/
+1
*
Construct new disklabels based on the medias stated parameters in
phk
2002-09-20
1
-20
/
+47
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
3
-28
/
+28
*
Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.
bmilekic
2002-08-16
1
-0
/
+1
*
The .Nm utility
charnier
2002-07-06
1
-4
/
+14
*
Apply __FBSDID(); fix local variable(names) that stomp on global
markm
2002-07-03
1
-23
/
+28
*
Oops, unbreak parsing of the `type' field in getasciilabel(). I had
iedowse
2002-06-05
1
-1
/
+3
*
correct comment (replace i386 with __i386__)
alfred
2002-05-30
1
-2
/
+2
*
Fix some serious brain damage in the default block/frag/cpg parameters
iedowse
2002-05-30
1
-9
/
+7
*
Split out the code for parsing the partition specification lines
iedowse
2002-05-30
1
-129
/
+134
*
Spread the word of PowerPC.
benno
2002-05-21
1
-1
/
+1
*
more file system > filesystem
trhodes
2002-05-16
2
-9
/
+9
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
1
-7
/
+1
*
disklabel(8) manual page:
trhodes
2002-04-15
1
-27
/
+25
*
Don't set WARNS to 2, we're default compatible now.
phk
2002-04-08
1
-1
/
+0
*
Get us to WARNS=2 with a bit of constification and some printf fiddling.
phk
2002-04-07
2
-26
/
+19
*
Nuke a totally pointless optional debug option
phk
2002-04-07
1
-15
/
+0
*
Remove remaining traces of d_boot[01]
phk
2002-04-04
2
-21
/
+1
*
Kill only usage of the undocumnted and unuse d_boot[01] fields of
phk
2002-04-03
1
-28
/
+0
*
Remove stray register
imp
2002-03-19
1
-1
/
+1
*
De-__P the man page, but I suspect that we need to freshly import
imp
2002-03-19
1
-13
/
+13
*
o remove __P
imp
2002-03-18
1
-72
/
+48
*
Add complete Sparc64 support.
obrien
2002-03-11
1
-17
/
+64
*
* Support the Sparc64.
obrien
2002-03-11
1
-7
/
+5
*
Remove inappropriate .Op calls in examples.
dd
2002-03-10
1
-2
/
+2
*
A bit of premptive GEOM POLA magic: If we don't get a virgin disklabel
phk
2002-03-03
1
-6
/
+16
*
In the words of the submitter:
dd
2002-01-07
1
-1
/
+1
*
Default to WARNS=2.
obrien
2001-12-04
1
-0
/
+1
*
-r is implied with -B.
ru
2001-10-10
1
-2
/
+1
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
1
-1
/
+1
*
The defaults for bsize and fsize were interchanged.
ru
2001-09-05
1
-4
/
+4
[prev]
[next]