summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_file.c
AgeCommit message (Expand)Author
2009-08-09Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functionshaad
2009-01-11merge christos-time_tchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-23- Use cdev_tty().ad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-02Fix the linux32 emulations of fcntl() locking.dsl
2008-01-15compat linux (and linux32) uid16 functions cleanup and fixes.njoly
2007-12-20Convert all the system call entry points from:dsl
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-11-16Cleanup. Remove a few linux syscalls definitions, now identical tonjoly
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-05-12Split the fcntl locking code out from its copyin/out.dsl
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-03-10Update all the compat stuff to not use the 'stackgap' for processingdsl
2007-03-09- Make the proclist_lock a mutex. The write:read ratio is unfavourable,ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17Acquire proclist_lock across the calls to p_find() and pg_find().dsl
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-25Replace homegrown tests for FIFO (... & S_IFIFO) by S_ISFIFO. The old codepavel
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-08-1964 bit inode changes.christos
2005-05-29- sprinkle const.christos
2005-05-16Add *xattr functions (they all return EOPNOTSUPP).fvdl
2005-05-03First work on COMPAT_LINUX/amd64manu
2005-03-10Add nanosecond handling on the stat and stat64 code for the i386.christos
2005-02-26nuke trailing whitespaceperry
2004-12-12Fix comments slighlyabs
2004-08-13on Linux, unlink() fails with EISDIR if the target is directory,jdolecek
2003-08-09fix linux_sys_p{read|write}() to actually call correct syscall afterjdolecek
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29properly FILE_USE/FILE_UNUSE descriptor in linux_sys_fcntl()jdolecek
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-03-19Alternative pid/proc allocater, removes all searches associated with piddsl
2003-02-27make compat_linux struct file interlock friendly.yamt
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-17Use the already-filled-in-but-not-used native syscall args insimonb
2002-12-11linux_sys_mknod(): if creating device file (i.e. !fifo case), maskjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-05-13Remove an unreachable "break" after a return statement.simonb
2002-04-10implement getdents64; my full java tree builds now.christos
2002-03-24add explicit comment a FILE_USE() is not needed herejdolecek
2002-03-24Fix problem with assumption non-socket == vnode in F_{G,S}ETOWN different wayjdolecek