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_dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the kern.geom.conftxt sysctl more usable by also dumping the
marcel
2005-11-12
1
-5
/
+4
*
Rearrange some of the GEOM debugging tools to be more structured.
phk
2004-03-10
1
-1
/
+0
*
Re-arrange and consolidate some random debugging stuff
scottl
2003-12-07
1
-31
/
+0
*
Handle geoms which are withering away specially in the dump functions.
phk
2003-07-08
1
-3
/
+11
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+2
*
Add missing va_end() calls.
phk
2003-06-07
1
-0
/
+1
*
Introduce a g_waitfor_event() function which posts an event and waits for
phk
2003-04-23
1
-3
/
+0
*
Time has run from the "run GEOM in userland" harness, and the new regression
phk
2003-04-13
1
-11
/
+0
*
Add handling for cancelled events in the g_call_me() methods.
phk
2003-04-02
1
-3
/
+6
*
Change events to have an array of "void *" references, and give the
phk
2003-04-02
1
-3
/
+3
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Commit the correct copy of the g_stat structure.
phk
2003-02-07
1
-2
/
+2
*
Constification and some s/int/u_int/ changes.
phk
2002-12-16
1
-1
/
+1
*
Do not call the dumpconf method unless there is one.
phk
2002-11-20
1
-4
/
+5
*
Remove harmless but irritating printf.
phk
2002-11-08
1
-2
/
+0
*
Make this compile in the userland shims again.
phk
2002-11-01
1
-0
/
+1
*
Add the remaning part of the new libdisk interaction.
phk
2002-10-28
1
-0
/
+44
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
1
-0
/
+1
*
Use %jd instead of %lld now that we have it.
phk
2002-10-20
1
-0
/
+3
*
Add more KASSERTS.
phk
2002-10-14
1
-1
/
+1
*
Properly isolate the locking domains of sysctl from the topology lock
phk
2002-10-04
1
-14
/
+12
*
Retire g_io_fail() and let g_io_deliver() take an error argument instead.
phk
2002-09-30
1
-8
/
+2
*
Remove "magicspace". It looks good on paper, it doesn't work in practice.
phk
2002-09-06
1
-19
/
+0
*
Introduce the concept of "magic spaces", and implement them in most of
phk
2002-05-21
1
-0
/
+19
*
Improve the cross-references in the XML output.
phk
2002-04-24
1
-12
/
+9
*
Introduce some serious paranoia to try to catch a memory overwrite problem
phk
2002-04-23
1
-0
/
+1
*
Make life easier for reference-vector generatorts in tools/regression/geom
phk
2002-04-19
1
-0
/
+3
*
s/classs/classes/ to fixup grammer after the previous global renaming.
phk
2002-04-04
1
-2
/
+2
*
In the absense of any smarter way to do this, cast various printf
phk
2002-03-28
1
-1
/
+1
*
Eliminate some thread pointers which do not make sense anymore.
phk
2002-03-26
1
-0
/
+1
*
Cave in to tradition and rename "methods" to "classes".
phk
2002-03-26
1
-13
/
+13
*
First commit of the GEOM subsystem to make it easier for people to
phk
2002-03-11
1
-0
/
+275