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_ctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish r210923, 210926. Mark some devices as eternal.
kib
2011-01-04
1
-1
/
+1
*
Add sbuf_new_auto as a shortcut for the very common case of creating a
des
2008-08-09
1
-1
/
+1
*
- Be more verbose when saying "foo" not found.
delphij
2007-03-30
1
-10
/
+10
*
Change gctl_set_param() to return an error instead of setting an
marcel
2006-04-07
1
-12
/
+28
*
o Don't cause a panic when the control request lacks a verb.
marcel
2005-09-18
1
-5
/
+9
*
remove stale comments
phk
2005-08-16
1
-2
/
+0
*
Fix a long-standing bug. Error string has to be copyied from the user
pjd
2005-04-08
1
-5
/
+9
*
Discontinue zero-length g_ctl arguments as "just give him this pointer"
phk
2005-01-17
1
-6
/
+1
*
Don't call g_waitidle(), it happens automagically now.
phk
2004-10-23
1
-2
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-2
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
The present defaults for the open and close for device drivers which
phk
2003-09-27
1
-2
/
+0
*
Only dump 512 bytes of debugging.
phk
2003-07-02
1
-1
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Make sure we return an error message if the geom parameter is not
phk
2003-06-07
1
-8
/
+8
*
Add missing va_end() calls.
phk
2003-06-07
1
-0
/
+1
*
Introduce g_provider_by_name() function, and use it.
phk
2003-06-04
1
-10
/
+3
*
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
1
-253
/
+185
*
Add gctl_set_param() function.
phk
2003-05-04
1
-0
/
+25
*
Plug memory leaks.
phk
2003-05-02
1
-0
/
+16
*
Back out all the stuff that didn't belong in the last commit.
phk
2003-05-02
1
-4
/
+0
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
1
-0
/
+4
*
Introduce gctl_get_paraml() which gets a parameter only if it has the
phk
2003-04-23
1
-0
/
+17
*
Make gctl_error() take printfline varargs.
phk
2003-04-23
1
-6
/
+21
*
Implement handling of CONFIG_GEOM OAM request.
phk
2003-04-22
1
-0
/
+39
*
Collapse meta arguments into regular arguments, the distinction is
phk
2003-04-22
1
-10
/
+2
*
Make sure we don't ignore error codes.
phk
2003-04-03
1
-32
/
+24
*
Remove the old config interface, the new OAM is sufficiently functional
phk
2003-04-01
1
-50
/
+0
*
Remove some debugging in the new OAM[*] and add a debug flag for other
phk
2003-03-31
1
-5
/
+2
*
Run a revision on the OAM api.
phk
2003-03-27
1
-53
/
+255
*
Turn /dev/geom.ctl from a GEOM class into a plain character device driver
phk
2003-03-24
1
-94
/
+15
*
Marshalling stuff for OAM API.
phk
2003-03-23
1
-0
/
+185
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Straighten up the geom.ctl config interface definitions.
phk
2002-11-06
1
-28
/
+10
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
1
-0
/
+1
*
Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.
phk
2002-10-20
1
-3
/
+9
*
Implement the GEOMCONFIGGEOM ioctl which can be used to manually create
phk
2002-10-14
1
-1
/
+35
*
Add the outline of the "/dev/geom.ctl" handling code.
phk
2002-10-13
1
-0
/
+193