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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the PC98 platform to the ATA driver.
sos
2002-12-03
1
-0
/
+4
*
Use the hotspot code to prevent people from overwriting their disklabel
phk
2002-12-02
1
-11
/
+90
*
Add a simplified version of the hot-spot code to enable us to protect
phk
2002-12-02
2
-8
/
+95
*
Use more mnemonic argument names in the access functions.
phk
2002-12-01
1
-2
/
+2
*
Fix a cut&past-o.
phk
2002-12-01
1
-1
/
+1
*
Conceiveably, there may exist an algorithm which can tell if a sequence of bytes
phk
2002-12-01
1
-0
/
+7
*
Use unsigned for an index.
phk
2002-12-01
1
-6
/
+7
*
Remember to update the providers idea of its size when we reconfigure
phk
2002-11-20
1
-0
/
+1
*
Do not call the dumpconf method unless there is one.
phk
2002-11-20
1
-4
/
+5
*
Save a slice name on the disk and print it at g_pc98_dumpconf().
nyan
2002-11-17
1
-14
/
+26
*
Remove harmless but irritating printf.
phk
2002-11-08
1
-2
/
+0
*
Always recalculate the SRM checksum if the label is at 64 bytes offset.
phk
2002-11-08
1
-3
/
+13
*
Fix to support pc98.
nyan
2002-11-07
2
-52
/
+120
*
Straighten up the geom.ctl config interface definitions.
phk
2002-11-06
4
-46
/
+84
*
Polish a bit here and there.
phk
2002-11-04
2
-10
/
+18
*
Run a revision on the GBDE encryption facility.
phk
2002-11-04
5
-244
/
+429
*
Reject slices where begin == end.
phk
2002-11-04
1
-11
/
+11
*
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
*
Fix dumpconf so libdisk can grok its output. We weren't checking
marcel
2002-11-02
1
-2
/
+6
*
malloc(9) with M_NOWAIT seems to return NULL a lot more than I would have
phk
2002-11-02
1
-0
/
+14
*
Make this compile in the userland shims again.
phk
2002-11-01
1
-0
/
+1
*
Add KASSERT for bio_cmd validity here as well. Various hacks still
phk
2002-11-01
1
-0
/
+4
*
Spruce up bootverbose output a bit.
phk
2002-10-31
1
-17
/
+8
*
Change the kkey generation cherry-picker to use MD5.
phk
2002-10-30
3
-42
/
+26
*
Add the remaning part of the new libdisk interaction.
phk
2002-10-28
5
-2
/
+79
*
Add support for the new libdisk interaction.
phk
2002-10-28
1
-2
/
+15
*
Fix a bug in the cherry-picker kkey generator routine.
phk
2002-10-28
1
-0
/
+1
*
Add more compatibility junk.
phk
2002-10-28
2
-11
/
+34
*
Don't truncate on large disks.
phk
2002-10-27
1
-1
/
+6
*
Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it.
phk
2002-10-26
1
-0
/
+6
*
Reduce the GEOM verbosity under bootverbose to something more sufferable.
phk
2002-10-25
5
-11
/
+26
*
Add a g_dev_print() function which prints all the /dev entries GEOM
phk
2002-10-25
2
-0
/
+17
*
Loose the g_dev_clone() noise.
phk
2002-10-25
1
-1
/
+0
*
Use a better test to prevent tasting geom.ctl so we don't screw the
phk
2002-10-24
1
-1
/
+1
*
Don't taste the first provider, it's /dev/geom.ctl and it's not going
phk
2002-10-24
1
-1
/
+2
*
No need to specify CTLTYPE_INT when we use SYSCTL_INT.
phk
2002-10-20
1
-7
/
+7
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
11
-87
/
+38
*
The g_id*() functions are not needed in the userland test-suite so
phk
2002-10-20
1
-0
/
+2
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
11
-7
/
+24
*
Use %jd instead of %lld now that we have it.
phk
2002-10-20
5
-19
/
+26
*
It makes more sense for the fwheads and fwsectors properties to be in
phk
2002-10-20
1
-1
/
+1
*
Include fwsectors and gfwheads in the XML output for the disks we know.
phk
2002-10-20
1
-0
/
+15
*
Be consistent about functions being static.
phk
2002-10-20
1
-2
/
+2
*
Constify input to the arc4 seed function.
phk
2002-10-20
2
-9
/
+52
*
Don't track bio allocation in debug output.
phk
2002-10-20
1
-5
/
+7
*
Style(9) and english(9) fixes.
phk
2002-10-20
1
-55
/
+54
*
Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.
phk
2002-10-20
2
-7
/
+11
*
Fix a missing initialization.
phk
2002-10-19
1
-0
/
+1
*
Add Geom Based Disk Encryption to the tree.
phk
2002-10-19
5
-0
/
+1830
[next]