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
*
Sleep on "-" in our normal state to simplify debugging.
phk
2003-06-18
2
-3
/
+5
*
Add "GEOM_FOX", a class which detects and selects between multiple
phk
2003-06-18
1
-0
/
+468
*
Use __FBSDID().
obrien
2003-06-11
23
-53
/
+64
*
Fix error handling for ENOMEM style issues.
phk
2003-06-09
1
-21
/
+9
*
Improve the root-dev prompt facility for printing devices which could
phk
2003-06-07
2
-9
/
+7
*
Wait for everything to settle before we try to print the list of
phk
2003-06-07
1
-0
/
+1
*
Make sure we return an error message if the geom parameter is not
phk
2003-06-07
1
-8
/
+8
*
Polishing and nitpicking.
phk
2003-06-07
1
-16
/
+19
*
Drop a memory-corruption debugging test-tool.
phk
2003-06-07
2
-17
/
+0
*
Add missing va_end() calls.
phk
2003-06-07
5
-7
/
+15
*
Introduce g_provider_by_name() function, and use it.
phk
2003-06-04
3
-10
/
+21
*
Make this a true GEOM class:
phk
2003-06-04
1
-751
/
+294
*
Add a KASSERT to prevent the same GEOM class from being processed loaded
phk
2003-06-04
1
-0
/
+6
*
Further devilification of CCD:
phk
2003-06-02
1
-86
/
+87
*
Begin deevilification of CCD:
phk
2003-06-02
1
-1
/
+56
*
Return an indicative error message.
phk
2003-06-02
1
-1
/
+3
*
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
[next]