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
/
geom_slice.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a check for negative offset locations and return EINVAL for them.
phk
2002-12-17
1
-0
/
+5
*
Get rid of g_slice_addslice() and use g_slice_config() instead.
phk
2002-12-16
1
-32
/
+0
*
Constification and some s/int/u_int/ changes.
phk
2002-12-16
1
-34
/
+35
*
Don't interpret the hotspots relative to all slices on a slicer, but
phk
2002-12-13
1
-2
/
+3
*
Add a simplified version of the hot-spot code to enable us to protect
phk
2002-12-02
1
-4
/
+86
*
Remember to update the providers idea of its size when we reconfigure
phk
2002-11-20
1
-0
/
+1
*
Add the remaning part of the new libdisk interaction.
phk
2002-10-28
1
-0
/
+6
*
Reduce the GEOM verbosity under bootverbose to something more sufferable.
phk
2002-10-25
1
-5
/
+20
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
1
-6
/
+5
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
1
-3
/
+8
*
Use %jd instead of %lld now that we have it.
phk
2002-10-20
1
-10
/
+11
*
Remove a bogus local variable.
phk
2002-10-14
1
-2
/
+0
*
Retire g_io_fail() and let g_io_deliver() take an error argument instead.
phk
2002-09-30
1
-7
/
+6
*
Style, whitespace and lint fixes.
phk
2002-09-28
1
-1
/
+1
*
First confirmed kill from my Flexelint license: Check return value
phk
2002-09-28
1
-0
/
+4
*
Add the new g_slice_config() call, which can add/delete/change a slice,
phk
2002-09-27
1
-2
/
+57
*
Add checks for g_clone_bio() returning NULL, it will be possible RSN.
phk
2002-09-27
1
-1
/
+6
*
Improve some on the naming.
phk
2002-06-09
1
-3
/
+3
*
Include needed #include for regression tests.
phk
2002-05-19
1
-2
/
+1
*
Implement the GEOMGETCONF ioctl which returns vital stats for the
phk
2002-04-23
1
-1
/
+1
*
All in a days work: make a function static.
phk
2002-04-23
1
-1
/
+1
*
Introduce some serious paranoia to try to catch a memory overwrite problem
phk
2002-04-23
1
-0
/
+2
*
Make kernel dumps work with GEOM.
phk
2002-04-19
1
-0
/
+9
*
Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start
phk
2002-04-09
1
-3
/
+26
*
Centralize EOF handling and improve access controls for bio scheduling.
phk
2002-04-04
1
-0
/
+1
*
Move access and orphan member functions from class to geom.
phk
2002-04-04
1
-3
/
+9
*
In the absense of any smarter way to do this, cast various printf
phk
2002-03-28
1
-7
/
+7
*
Eliminate some thread pointers which do not make sense anymore.
phk
2002-03-26
1
-1
/
+1
*
Cave in to tradition and rename "methods" to "classes".
phk
2002-03-26
1
-1
/
+1
*
Forgot to remove the old g_malloc() call when I split it.
phk
2002-03-17
1
-2
/
+0
*
Try to get used to architectures which are picky about alignment.
phk
2002-03-15
1
-11
/
+4
*
First commit of the GEOM subsystem to make it easier for people to
phk
2002-03-11
1
-0
/
+278