summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_file.c
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+2
* Replace ffind_* with fget calls.alfred2002-01-141-7/+9
* Remove unused variable.alfred2002-01-131-1/+0
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-11/+23
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-0/+42
* Whitespace fix.jhb2001-09-121-1/+1
* KSE Milestone 2julian2001-09-121-107/+108
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-387/+558
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),gallatin2001-08-291-28/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+6
* Reviewed by: jlemonadrian2001-03-011-16/+17
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-41/+48
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-161-0/+89
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-8/+1
* Lock access to proc members.jhb2000-12-151-2/+12
* Don't auto-generate the syscalls.marcel2000-12-031-4/+0
* Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIOmarcel2000-11-131-5/+19
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-0/+4
* Sync with Alpha:marcel2000-11-091-4/+0
* Fix getdents syscall.marcel2000-11-051-1/+4
* The MI/MD split wasn't perfect and the MI files need hacks for theobrien2000-11-011-3/+15
* Update include directives and remove linux_execve.marcel2000-08-221-23/+3
* Implement pread and pwrite.marcel2000-07-171-0/+28
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundmarcel2000-07-151-49/+7
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-0/+11
* simplify check for device.phk1999-11-081-1/+1
* Fix the duplicate filenames that are the result of using getdents.marcel1999-10-211-1/+1
* This patch clears the way for removing a number of tty relatedphk1999-09-251-4/+5
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-1/+1
* Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-171-6/+19
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix bug in the fcntl syscall where 'arg' was not set properly.marcel1999-08-151-2/+4
* Implementation of the linux_getcwd syscall.marcel1999-08-141-1/+16
* In doing lock type conversion (struct flock), make sure that carbage in resultsmarcel1999-08-131-2/+5
* Use a wrapper for the link syscall that does name translations.marcel1999-08-121-1/+20
* Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-181-7/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-3/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* Use truncate() instead of otruncate() - step on the way to stoppingeivind1999-01-101-3/+3
* Make async I/O on a socket work.jfieber1998-10-051-1/+4
* Fixed print format errors.bde1998-07-291-5/+5
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-291-1/+22
* sigh....forgot to update the DEBUG printfjmb1998-01-051-3/+3
* length argument to truncate() in linux emulationjmb1998-01-051-1/+2
* Make hidden COMPAT_43 dependencies explict. Options in headers is aeivind1997-12-161-1/+3
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-58/+59
* Remove dependancy on UFS' DIRBLKSIZ definition.dfr1997-04-061-6/+2
OpenPOWER on IntegriCloud