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
/
sbin
/
geom
/
core
/
geom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing spaces.
pjd
2005-04-29
1
-1
/
+1
*
Empty error buffer is not an error.
pjd
2005-04-07
1
-1
/
+1
*
Fix use of uninitialized buf[0].
pjd
2005-03-22
1
-2
/
+2
*
Be sure that class name storaed in 'class_name' is lower case.
pjd
2005-03-14
1
-0
/
+3
*
- Add gc_usage field to g_command structure. This will allow to define
pjd
2005-03-14
1
-54
/
+49
*
Add '-s' option to 'status' subcommand. It produces script-friendly output:
pjd
2005-03-14
1
-26
/
+50
*
Use int instead of size_t (%*s needs int).
pjd
2005-03-14
1
-9
/
+9
*
printf(3) expects that %*s having an int parameter, which generates
delphij
2005-03-14
1
-5
/
+5
*
Add 'status' command which prints general information about devices.
pjd
2005-03-13
1
-0
/
+176
*
Update copyrights.
pjd
2005-03-13
1
-1
/
+1
*
Change function names related to 'list' command from 'show_one_*' to
pjd
2005-03-13
1
-7
/
+7
*
When listing all devices (geoms) from the given class, skip geoms without
pjd
2005-03-13
1
-0
/
+2
*
- Add GEOM_LIBRARY_PATH environment variable which allows to specify an
pjd
2005-02-27
1
-3
/
+19
*
Detect if class name is '-h' or 'help' and if it is, show general help
pjd
2004-12-28
1
-0
/
+6
*
- Show all commands in usage, even if those commands are not available.
pjd
2004-09-17
1
-19
/
+32
*
- If error string begins with "warning: ", don't exit, treat it as a warning
pjd
2004-08-28
1
-4
/
+6
*
Don't use version number in library name. The library version is checked
pjd
2004-08-02
1
-2
/
+1
*
After changing LIBDIR to SHLIBDIR, because of dependencies problems,
pjd
2004-08-01
1
-1
/
+2
*
Improve geom(8)'s 'list' command to show geoms and their providers and
pjd
2004-07-26
1
-46
/
+71
*
Print provider's size in human-readable form as well.
pjd
2004-05-26
1
-1
/
+5
*
Add standard command "help" to print usage.
pjd
2004-05-22
1
-3
/
+14
*
Bring in geom(8) utility. It is an universal utility for operating on
pjd
2004-05-20
1
-0
/
+755