index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
freebsd
/
freebsd_file.c
Age
Commit message (
Expand
)
Author
2005-11-30
No need for vfs_busy() and vfs_unbusy() to take a process pointer
Pedro Martelletto
2004-07-13
Change mode_t and nlink_t from 16bit to 32bit. This allows us to
Todd C. Miller
2004-07-09
Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.
Todd C. Miller
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2002-08-23
Cleanup change. Since almost all callers (except one) of getvnode did a FREF
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-13
Ooops. unbreak after last.
Artur Grabowski
2002-02-13
More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...
Artur Grabowski
2002-02-12
More FREF/FRELE protection. This time all users of getvnode.
Artur Grabowski
2001-10-26
- every new fd created by falloc() is marked as larval and should not be used
Artur Grabowski
2001-02-03
make it compile
Michael Shalayeff
2000-05-01
s/netbsd_mount_type/freebsd_mount_type/g
Todd C. Miller
1999-10-27
Provide FreeBSD fcntl emulation that handles F[GS]ETOWN on pipes.
Niklas Hallqvist
1999-05-31
New struct statfs with mount options. NOTE: this replaces statfs(2),
Todd C. Miller
1997-06-17
careful with stackgap handling in execve()
Theo de Raadt
1996-08-02
Added Makefiles to build stuff from syscalls.master in some emulations.
Niklas Hallqvist
1996-05-07
sync with 0504; mostly proto changes (some svr4 ioctl changes)
Theo de Raadt
1995-12-14
update from netbsd
Theo de Raadt
1995-11-13
ufs ==> ffs
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt