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
*
BSD disklabels expose the controling label though the 'c' partition, and
phk
2003-01-06
1
-12
/
+26
*
In userland case include <errno.h>, not <err.h>. This is needed to make
phk
2003-01-06
1
-1
/
+1
*
Rename the dos_partition structure for pc98 to pc98_partition.
nyan
2003-01-04
1
-8
/
+8
*
Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.
phk
2003-01-03
1
-21
/
+4
*
MFMBR: Add ioctls for writing an IPL and a boot menu.
nyan
2003-01-03
1
-70
/
+160
*
Remove unused second argument from BIO_STRATEGY()
phk
2003-01-03
1
-5
/
+5
*
Optimize the size of the work-items by letting the mapping function
phk
2003-01-02
3
-48
/
+66
*
Update si_bsize_phys on open.
phk
2003-01-02
1
-0
/
+1
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Implement ioctls for tampering with sector0.
phk
2002-12-29
1
-27
/
+84
*
Remove the "ascii" attribute from the sysctls so that "sysctl -a" will
phk
2002-12-27
1
-3
/
+3
*
white-space changes
phk
2002-12-26
1
-2
/
+4
*
Use a mutex assert to document our locking circumstances.
phk
2002-12-26
1
-0
/
+3
*
We should not need to hold Giant for sbuf operations any more.
phk
2002-12-26
1
-4
/
+0
*
Add an XXX comment to explain the predicament.
phk
2002-12-26
1
-1
/
+7
*
Don't forget our topology lock in the MBREXT case.
phk
2002-12-19
1
-0
/
+1
*
Solve another bug in the mapping code: correctly skip lock sectors.
phk
2002-12-18
1
-2
/
+2
*
Fix two blunders in the mapping functions which can lead to corrupt data,
phk
2002-12-18
3
-44
/
+15
*
Balk at unaligned requests.
phk
2002-12-18
1
-0
/
+10
*
Add a check for negative offset locations and return EINVAL for them.
phk
2002-12-17
1
-0
/
+5
*
Don't mangle geometry for pc98, this will happen in the ata driver.
phk
2002-12-17
1
-4
/
+0
*
Remember to hold topology lock when we change things.
phk
2002-12-17
1
-0
/
+2
*
Constify the dumpconf() function.
phk
2002-12-17
1
-1
/
+1
*
Get rid of g_slice_addslice() and use g_slice_config() instead.
phk
2002-12-16
6
-130
/
+101
*
Constification and some s/int/u_int/ changes.
phk
2002-12-16
11
-84
/
+85
*
Add a couple of KASSERTS, just in case.
phk
2002-12-13
1
-0
/
+4
*
Don't interpret the hotspots relative to all slices on a slicer, but
phk
2002-12-13
2
-3
/
+7
*
Fix spelling in comment.
phk
2002-12-13
1
-1
/
+1
*
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
[next]