summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_file.c
AgeCommit message (Expand)Author
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
2004-07-13Change mode_t and nlink_t from 16bit to 32bit. This allows us toTodd C. Miller
2004-07-09Rename ostat -> stat43 to disambiguate from upcoming struct stat changes.Todd C. Miller
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2002-08-23Cleanup change. Since almost all callers (except one) of getvnode did a FREFArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-13Ooops. unbreak after last.Artur Grabowski
2002-02-13More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...Artur Grabowski
2002-02-12More 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 usedArtur Grabowski
2001-02-03make it compileMichael Shalayeff
2000-05-01s/netbsd_mount_type/freebsd_mount_type/gTodd C. Miller
1999-10-27Provide FreeBSD fcntl emulation that handles F[GS]ETOWN on pipes.Niklas Hallqvist
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1996-08-02Added Makefiles to build stuff from syscalls.master in some emulations.Niklas Hallqvist
1996-05-07sync with 0504; mostly proto changes (some svr4 ioctl changes)Theo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-11-13ufs ==> ffsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt