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
*
Fix compilation of fstat.
ed
2009-02-28
1
-1
/
+1
*
Include param.h instead of types.h before mount.h so that the nested
rwatson
2008-12-29
1
-1
/
+1
*
Merge latest DTrace changes from Perforce.
rodrigc
2008-11-05
1
-0
/
+1
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-0
/
+52
*
Struct cdev is always the member of the struct cdev_priv. When devfs
kib
2008-06-16
1
-3
/
+2
*
Fix build of fstat after minor() changes.
ed
2008-06-12
1
-1
/
+1
*
Use _WANT_FILE to make struct file visible from userland. This is
pjd
2008-05-26
1
-1
/
+2
*
Use a sledgehammer cast (that was in the original patch to boot) to
jhb
2008-05-07
1
-1
/
+1
*
Fix reading the address of a znode_phys from a znode on 64-bit platforms
jhb
2008-05-07
1
-3
/
+3
*
The debug.sizeof.znode sysctl returns an int, not a size_t. This can cause
jhb
2008-05-07
1
-2
/
+3
*
Only output details about the current working directory of a process if
jhb
2008-05-07
1
-1
/
+2
*
Fix some section references.
pjd
2008-04-29
1
-1
/
+1
*
Don't depend on the modification time of the "zfs" subdir.
ru
2008-04-29
1
-2
/
+1
*
- Fix makefile so it doesn't break the build in some corner cases. [1]
ru
2008-04-29
2
-134
/
+3
*
The sources covered by Sun's CDDL have been repo copied below the
jb
2008-03-27
1
-8
/
+8
*
Flag a hack.
ru
2008-01-24
1
-1
/
+2
*
Style.
ru
2008-01-24
1
-2
/
+2
*
Remove _SOLARIS_C_SOURCE now that it doesn't do anything in FreeBSD
jb
2007-11-28
1
-1
/
+0
*
Use variable types which match the function prototypes.
jb
2007-11-17
2
-2
/
+4
*
- Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including in
lulf
2007-11-05
6
-0
/
+321
*
KERN_PROC_ALL produces a kinfo_proc for each thread in a process, which
emaste
2007-03-09
1
-1
/
+1
*
Add marker vnodes to ensure that all vnodes associated with the mount point are
tegge
2006-01-09
1
-0
/
+1
*
Un-break processing of device major/minor values with fstat -n. We do
csjp
2005-11-05
1
-3
/
+5
*
Introduce kdevtoname, which when given the kernel address of a
csjp
2005-07-30
1
-4
/
+16
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-05-21
1
-1
/
+1
*
Dike out another kvm indiscretion.
phk
2005-03-16
1
-0
/
+2
*
Dike out unwarranted si_udev fondling.
phk
2005-03-15
1
-1
/
+2
*
Expand *n't contractions.
ru
2005-02-13
1
-3
/
+3
*
Add text about jail root directory as well.
phk
2005-01-30
1
-5
/
+6
*
Report jail directory if set.
phk
2005-01-29
1
-0
/
+15
*
Sort sections.
ru
2005-01-18
1
-5
/
+5
*
Get the vnode from file.f_vnode instead of file.f_data.
ssouhlal
2005-01-11
1
-2
/
+2
*
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
[next]