summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/irixioctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-081-6/+4
| | | | -Werror clean.
* Merge with 2.3.10.Ralf Baechle1999-09-281-9/+10
|
* Got it to build.Alex deVries1999-02-061-1/+2
| | | | - Alex
* From Alexander Viro: In the irix_fstatfs, irix_fstatvfs we did an extraRalf Baechle1999-02-011-2/+2
| | | | | | | | | | | | | dput(). Removed. If, by any chance, current->files->fd[fd] will contract NULL f_dentry we are screwed anyway - mmap, close, lseek, etc. will choke on it. Any such case is bug in kernel and deserves oops. Removed tests for NULL f_dentry from sysirix.c (and IMHO someday it should be done in fs/open.c). Better die early and give better chance to find the reason of screwup; process wouldn't survive anyway. Pretty cosmetical change in irixioctl.c
* And one final dose of tasteless hacks and everything else ...Ralf Baechle1998-03-041-2/+3
|
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-2/+2
|
* Pass the ioctls down to the Linux kernel when the irix_ioctl does notMiguel de Icaza1997-09-211-1/+5
| | | | know about it.
* Initial revisionRalf Baechle1997-06-011-0/+2
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-1/+2
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-0/+254