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
/
usr.bin
/
fstat
Commit message (
Expand
)
Author
Age
Files
Lines
*
filedesc0 is an internal detail of the kernel, don't look at it.
phk
2004-11-07
1
-13
/
+9
*
Add -D_KVM_VNODE to indicate that despite being a userland program,
phk
2004-10-21
1
-0
/
+2
*
Introduce options list the standard way.
charnier
2004-07-26
1
-2
/
+2
*
Slide pipe.h include after the _KERNEL define in preparation for disallowing
silby
2004-07-21
1
-1
/
+1
*
Deal with double whitespace.
ru
2004-07-03
1
-1
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-7
/
+14
*
1) ANSIfy.
dwmalone
2004-06-29
5
-45
/
+21
*
Second half of the dev_t cleanup.
phk
2004-06-17
2
-7
/
+7
*
Teach fstat(1) about new location for socket state flags relating to
rwatson
2004-06-14
1
-2
/
+2
*
Correct the description of the -N option.
ru
2004-03-26
1
-2
/
+2
*
Do not cache and correctly free() dosmount entry in case of errors.
fjoe
2003-09-23
1
-3
/
+4
*
fix this code properly. msdosfs can't have device nodes on them.
jmg
2003-06-24
3
-3
/
+7
*
o Fix rev. 1.41, print a header. -STABLE is OK.
maxim
2003-06-23
1
-0
/
+1
*
correct spelling of struct cdev * from dev_t which is a 32bit type and
jmg
2003-06-19
2
-3
/
+3
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-4
/
+4
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-6
/
+4
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-6
/
+6
*
Rename struct specinfo to the more appropriate struct cdev.
phk
2002-09-27
1
-2
/
+2
*
Userland changes to go with vnode->v_tag change.
njl
2002-09-14
1
-23
/
+18
*
Unbreak building of fstat following version 1.23 of
bmilekic
2002-08-14
1
-1
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
3
-6
/
+8
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-0
/
+4
*
Factor out some code in preparation for un-kmeming fstat(1).
des
2002-06-06
1
-18
/
+43
*
Replace /kernel with /boot/kernel/kernel.
joe
2002-05-09
1
-1
/
+1
*
Use `The .Nm utility'
charnier
2002-04-20
1
-2
/
+3
*
.Ar filename ... is equivalent to .Ar.
charnier
2002-04-12
1
-2
/
+2
*
Fix constness warnings.
dwmalone
2002-03-30
2
-13
/
+14
*
Don't use gcc specific flags.
dwmalone
2002-03-30
1
-1
/
+0
*
Use a slightly less obscure title than "file status".
wollman
2002-03-27
1
-2
/
+2
*
remove __P
imp
2002-03-22
2
-15
/
+15
*
Add support for devfs. In other words, for -CURRENT, make work at all
green
2001-12-17
1
-0
/
+41
*
Anding the fsid with 0xffff was causing aliasing problems.
dwmalone
2001-11-05
3
-4
/
+4
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-1
/
+0
*
Userland part of nfs client/server split and cleanup.
peter
2001-09-18
1
-2
/
+2
*
SECURITY: Drop `setgid kmem' bit as early as possible.
ru
2001-08-31
1
-0
/
+1
*
Fix 64 bit issues so that sockstat && fstat work correctly on alpha.
mjacob
2001-07-25
1
-9
/
+8
*
Remove whitespace at EOL.
dd
2001-07-15
1
-1
/
+1
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Teach fstat(1) about FIFO's - it's OK to display them as regular files.
roam
2001-06-18
1
-3
/
+10
*
Remove MFS
phk
2001-05-29
1
-4
/
+0
*
- sys/msdosfs moved to sys/fs/msdosfs
ru
2001-05-25
1
-5
/
+5
*
define _KERNEL before including <sys/conf.h>
phk
2001-05-23
1
-1
/
+1
*
Removed -I${.CURDIR}/.../sys from CFLAGS.
ru
2001-05-18
1
-1
/
+0
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+1
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
2
-3
/
+0
*
Include correct header files, in preparation for fixing sys/mount.h.
grog
2001-04-23
2
-0
/
+3
*
Fix `fstat -m' (show memory-mapped files), which was broken by
iedowse
2001-02-15
1
-2
/
+2
*
Prepare for mdoc(7)NG.
ru
2000-12-19
1
-1
/
+1
*
Change the proc information returned from the kernel so that it
mckusick
2000-12-12
1
-20
/
+17
*
remove struct mount from useland visibility
alfred
2000-12-04
1
-1
/
+1
[next]