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
/
growfs
/
growfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicated assignment.
stefanf
2006-07-17
1
-1
/
+0
*
Remove \n at the end of err(3) strings
charnier
2005-01-16
1
-7
/
+5
*
3 important fixes for growfs:
scottl
2004-10-09
1
-22
/
+42
*
Catch up with recent gcc changes and introduce a DIP_SET macro
le
2004-07-29
1
-2
/
+8
*
Include <time.h> instead of depending on namespace pollution in <sys/stat.h>
bde
2004-04-04
1
-0
/
+1
*
Fix the remaining warnings of growfs(8) on my sparc64 box with
mux
2004-04-03
1
-4
/
+4
*
- Don't abuse caddr_t when what we really want is a void *.
mux
2004-04-03
1
-4
/
+5
*
Make growfs WARNS=6 clean.
le
2004-04-03
1
-34
/
+38
*
Don't read an inode which isn't used to avoid problems on UFS2 where not
le
2004-03-26
1
-0
/
+8
*
Remove a few unused variables.
trhodes
2003-10-30
1
-3
/
+2
*
Understand GEOM. This makes growfs work again, but it really needs rewriting.
grog
2003-05-12
1
-28
/
+57
*
Fix typos in comments; some style(9) fixes; no code changes.
schweikh
2003-04-26
1
-121
/
+117
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
1
-2
/
+1
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
1
-4
/
+5
*
s/filesystem/file system/g as discussed on -developers
trhodes
2002-08-21
1
-19
/
+19
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-395
/
+316
*
more file system > filesystem
trhodes
2002-05-16
1
-8
/
+8
*
Remove 'register' keyword.
obrien
2002-03-20
1
-1
/
+1
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
1
-1
/
+0
*
fixing a bug in test mode (growfs -N)
chm
2001-08-08
1
-0
/
+15
*
cleanup to get rid of most warnings on alpha
tomsoft
2001-06-07
1
-83
/
+95
*
fix a bug of a only partitally initialization which could result
tomsoft
2001-06-05
1
-1
/
+2
*
corrected spelling mistakes in comments
tomsoft
2000-12-12
1
-110
/
+144
*
added growfs(8) including ffsinfo(8) to the freebsd base system
tomsoft
2000-12-09
1
-0
/
+2476