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
...
*
Simplify the GEOM OAM api: Drop the request type, and let everything
phk
2003-06-01
7
-432
/
+289
*
constify g_sanity()
phk
2003-06-01
2
-2
/
+2
*
Use bcmp() to compare hash strings.
phk
2003-06-01
1
-1
/
+1
*
Remove unused variable.
phk
2003-05-31
1
-4
/
+0
*
Remove unused variables.
phk
2003-05-31
1
-6
/
+1
*
Remove unused variables.
phk
2003-05-31
1
-7
/
+4
*
Remove unused variables.
phk
2003-05-31
1
-23
/
+2
*
Remove unused variable.
phk
2003-05-31
1
-6
/
+0
*
Remove unused variable.
phk
2003-05-31
4
-24
/
+2
*
Add a destroy_geom method to the slice "library".
phk
2003-05-31
2
-2
/
+13
*
Don't use & in front of arrays.
phk
2003-05-31
1
-2
/
+2
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
Introduce a init and fini member functions on a class.
phk
2003-05-31
3
-40
/
+126
*
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
phk
2003-05-31
13
-21
/
+2
*
Use le_uuid_dec() since GPT UUID's are always in LE format.
phk
2003-05-31
1
-2
/
+4
*
Don't do silly thing if the disk_create() event gets canceled.
phk
2003-05-25
1
-1
/
+3
*
Return ENXIO if the softc pointer is NULL, in all likelyhood the
phk
2003-05-21
1
-0
/
+4
*
When a disk disappears, destroy the class from the event thread
phk
2003-05-12
1
-1
/
+10
*
When a GEOM (/dev-)device is closed and we find that I/O requests are
phk
2003-05-09
1
-3
/
+15
*
Hide the "ENOMEM" notice messages behind bootverbose. They are still
phk
2003-05-07
1
-1
/
+2
*
Fix the WARNING for wrong rawoffset, I tested incompatible units.
phk
2003-05-06
1
-2
/
+2
*
Avoid double-free panic.
phk
2003-05-05
1
-1
/
+0
*
Re-order the the initialization slightly to improve structure.
phk
2003-05-05
1
-22
/
+22
*
Use a dedicated malloc(9) bucket for sector storage.
phk
2003-05-05
1
-7
/
+9
*
Don't warn if the rawoffset is zero, that is actually the best value it
phk
2003-05-05
1
-1
/
+1
*
Turn the check that rawoffset == mbroffset into a warning instead.
phk
2003-05-05
1
-3
/
+5
*
Only accept a rawoffset if it is identical to the mbroffset.
phk
2003-05-04
1
-0
/
+4
*
Add a way to read the current mbroffset from a BSD label class.
phk
2003-05-04
1
-1
/
+7
*
Add gctl_set_param() function.
phk
2003-05-04
2
-0
/
+26
*
Remove debugging printfs which should not have been committed.
phk
2003-05-04
2
-7
/
+0
*
Add a OAM interface for changing the label and writing the boot code.
phk
2003-05-03
1
-26
/
+126
*
remove unused variables.
phk
2003-05-03
1
-2
/
+0
*
Make bsd_disklabel_le_enc calculate the checksum and fill it in.
phk
2003-05-02
2
-268
/
+149
*
Pull in bcopy() prototype from <string.h> when compiled in userland.
phk
2003-05-02
1
-0
/
+2
*
Considering that I did cast the arguments to (intmax_t) I must have
phk
2003-05-02
1
-4
/
+4
*
Style improvement.
phk
2003-05-02
1
-4
/
+3
*
Use g_wither_geom() and plug memory leaks.
phk
2003-05-02
1
-4
/
+4
*
Plug memory leaks.
phk
2003-05-02
1
-0
/
+16
*
Use an uma-zone for allocation bio requests.
phk
2003-05-02
1
-13
/
+10
*
Use g_slice_spoiled() instead of g_std_spoiled().
phk
2003-05-02
1
-1
/
+2
*
Use g_slice_spoiled() instead of g_std_spoiled().
phk
2003-05-02
1
-1
/
+1
*
Use g_slice_spoiled().
phk
2003-05-02
1
-3
/
+5
*
Back out all the stuff that didn't belong in the last commit.
phk
2003-05-02
8
-45
/
+27
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
9
-28
/
+47
*
Use g_slice_spoiled() not g_std_spoiled()
phk
2003-05-02
1
-1
/
+1
*
Use g_slice_spoiled() rather than g_std_spoiled()
phk
2003-05-02
1
-2
/
+2
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
1
-1
/
+1
*
Use a more tailored spoil routine for slices, and take advantage of
phk
2003-05-02
2
-15
/
+20
*
Style improvement.
phk
2003-05-02
1
-4
/
+2
[prev]
[next]