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
/
compat
/
linux
/
linux_stats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.
anholt
2003-11-05
1
-4
/
+14
*
Add a f_vnode field to struct file.
phk
2003-06-22
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Initialize tbuf in newstat_copyout() too.
mbr
2003-04-29
1
-0
/
+1
*
Do the same thing for stat64_copyout() as we already
mbr
2003-04-29
1
-0
/
+19
*
Use td->td_ucred instead of td->td_proc->p_ucred.
jhb
2003-03-20
1
-4
/
+3
*
Clean up whitespace and remove register keyword.
des
2003-03-03
1
-6
/
+6
*
More caddr_t removal, in conjunction with copy{in,out}(9) this time.
des
2003-03-03
1
-4
/
+2
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-1
/
+1
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-1
/
+1
*
Include <sys/malloc.h> instead of depending on namespace pollution 2
bde
2002-09-05
1
-1
/
+2
*
Use the new kern_* functions to avoid the need to store arguments
iedowse
2002-09-01
1
-28
/
+27
*
Make similar changes to fo_stat() and fo_poll() as made earlier to
rwatson
2002-08-16
1
-6
/
+6
*
Another fix that wasn't pulled in from the MAC branch: the
rwatson
2002-08-12
1
-1
/
+2
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-0
/
+20
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Replace ffind_* with fget calls.
alfred
2002-01-14
1
-3
/
+2
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-6
/
+9
*
Fix abuse of vtagtype. In addition, after this the linux programs will be
sobomax
2001-09-19
1
-32
/
+20
*
KSE Milestone 2
julian
2001-09-12
1
-31
/
+31
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
1
-133
/
+203
*
S_IFCHR is not a bit mask, it's just a value in a field. The correct
paul
2001-06-04
1
-1
/
+1
*
Remove vestiges of MFS.
ru
2001-06-01
1
-1
/
+1
*
Remove MFS
phk
2001-05-29
1
-2
/
+0
*
- sys/n[tw]fs moved to sys/fs/n[tw]fs
ru
2001-05-26
1
-1
/
+1
*
A bogus check for a char device also matched symbolic links.
paul
2001-04-25
1
-1
/
+1
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
1
-8
/
+12
*
Instead of hard coding the major numbers for IDE and SCSI disks
joe
2001-01-14
1
-10
/
+17
*
Map FreeBSD character device hard disks to Linux block device hard disks.
paul
2000-12-29
1
-0
/
+14
*
Don't auto-generate the syscalls.
marcel
2000-12-03
1
-4
/
+0
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
1
-0
/
+4
*
Sync with Alpha:
marcel
2000-11-09
1
-4
/
+0
*
Fix linux_ustat syscall. We only have cdevs now, so looking
marcel
2000-11-02
1
-2
/
+2
*
The MI/MD split wasn't perfect and the MI files need hacks for the
obrien
2000-11-01
1
-9
/
+32
*
Update include directives.
marcel
2000-08-22
1
-4
/
+3
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Convert the filesystem type returned in struct statfs by syscalls
marcel
2000-01-08
1
-2
/
+51
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+5
*
Remove unused includes.
marcel
1999-12-10
1
-2
/
+0
*
Implement linux_ustat.
marcel
1999-11-27
1
-3
/
+56
*
Use fo_stat() rather than Yet Another duplication of kern_descrip.c's stat
peter
1999-11-08
1
-15
/
+1
*
Fix a braino: Linux minor device numbers are 8 bits wide and not 10.
marcel
1999-08-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix linux_newlstat in that it doesn't return the attributes of its containing
marcel
1999-08-25
1
-117
/
+104
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
Yet another place which knew too much. Still not sure how much
phk
1999-05-09
1
-2
/
+2
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-5
/
+9
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-7
/
+6
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
[next]