summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_file.c
AgeCommit message (Expand)Author
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2003-08-13remove some copy and waste. from marius@monkey.orgTed Unangst
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-13More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...Artur Grabowski
2002-02-02Be more consistent about using fd_getfile where it matters.Artur Grabowski
2001-10-26 - every new fd created by falloc() is marked as larval and should not be usedArtur Grabowski
2001-07-03rename some syscalls to <syscall>16 to make room for new ones.jasoni
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-09-07common/compat_util.cEric Jackson
2000-07-23Use our own pread/pwrite.jasoni
2000-04-21O_FYNC -> O_SYNCTodd C. Miller
2000-04-19Change struct file interface methods read and write to pass file offset inConstantine Sapuntzakis
2000-04-04Implement Linux's pread(2) and pwrite(2).jasoni
2000-02-28Add missing system calls as unimplemented.jasoni
1997-11-13put mremap() in linux_misc.cTheo de Raadt
1997-09-05fix F_GETLK; tron@lyssa.owl.deTheo de Raadt
1997-07-27mremap non-emulation; tron@lyssa.owl.deTheo de Raadt
1997-01-27Nevermind, I looked at it wrong.Jason Downs
1997-01-27As of 2.1.14, Linux chown() doesn't follow symlinks either.Jason Downs
1996-10-16use variableTheo de Raadt
1996-05-22syncTheo de Raadt
1996-04-17Good fixes and changes from latest Net.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt