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
*
Close the right consumers if we run into trouble opening them all.
phk
2003-10-24
1
-1
/
+1
*
Fix two old/new consumer confusions.
phk
2003-10-24
1
-2
/
+2
*
Fix a braino memory leak.
phk
2003-10-22
1
-1
/
+1
*
Forgotten commit: If a provider has zero sectorsize, it is an
phk
2003-10-22
1
-6
/
+3
*
Remove KASSERT check for negative bio_offsets, add "normal" EIO
phk
2003-10-19
2
-4
/
+3
*
Retire bio_blkno entirely.
phk
2003-10-18
1
-1
/
+0
*
Assume that bp->bio_offset is correctly initialized.
phk
2003-10-12
1
-1
/
+0
*
Destroy providers maked with G_PF_WITHER when the last consumer has detached.
phk
2003-10-12
1
-0
/
+2
*
Interior decoration changes.
phk
2003-10-07
2
-42
/
+39
*
Allow our bio tools to be used for local bio-chopping by not mandating
phk
2003-10-06
1
-2
/
+7
*
Introduce a per provider wither flag
phk
2003-10-06
2
-0
/
+3
*
Return ENODEV in case the driver has no dump routine.
phk
2003-09-29
1
-0
/
+4
*
The present defaults for the open and close for device drivers which
phk
2003-09-27
1
-2
/
+0
*
Add more KASSERTS().
phk
2003-09-26
1
-0
/
+6
*
Be more careful in dumpconf: softc may be NULL for departing devices.
phk
2003-09-23
1
-3
/
+6
*
Reorder a couple of KASSERTS to give more sensible messages.
phk
2003-09-11
1
-2
/
+2
*
Correct bzero length so we clear the entire key structure.
phk
2003-09-08
1
-1
/
+1
*
Bzero the right number of bytes.
phk
2003-09-06
1
-1
/
+1
*
Make sure to return ENOIOCTL if the ioctl is not handled.
phk
2003-09-04
1
-2
/
+2
*
Simplify the ioctl handling in GEOM.
phk
2003-09-01
6
-309
/
+146
*
Try to close the race between disk_destroy() and a subsequent disk_create().
phk
2003-09-01
1
-19
/
+17
*
Add the new g_dev_getprovider() function, the swap_pager needs it now.
phk
2003-08-30
2
-0
/
+15
*
Change the the size fields to daddr_t to support greater than 2TB ccd volumes.
ps
2003-08-22
1
-5
/
+5
*
Make CCD unloadable.
phk
2003-08-22
1
-8
/
+11
*
Don't panic over the fact that unloading failed if we already knew that.
phk
2003-08-22
1
-3
/
+5
*
Block all GETATTR calls hitting the CCD, we wouldn't know which child
phk
2003-08-22
1
-0
/
+10
*
Check for null softc pointers, these happens when a ccd is withering.
phk
2003-08-22
1
-2
/
+2
*
Replace a panic with a .1Hz retry loop.
phk
2003-08-13
1
-1
/
+10
*
In case we encounter a zero sectorsize provider in g_io_check(), fail
phk
2003-08-13
1
-0
/
+6
*
Kick Giant compatibility one layer up.
phk
2003-08-02
1
-9
/
+1
*
Fix a memory leak in CCD's mirror code.
phk
2003-07-29
1
-0
/
+2
*
Implement DOSPTYP_EXTLBA more completely: loop until we find no more
phk
2003-07-29
1
-1
/
+2
*
Handle geoms which are withering away specially in the dump functions.
phk
2003-07-08
1
-3
/
+11
*
Only dump 512 bytes of debugging.
phk
2003-07-02
1
-1
/
+2
*
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
[next]