aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_getcwd.c
Commit message (Expand)AuthorAgeFilesLines
* Where possible we will use M_LINUX malloc(9) type.Dmitry Chagin2015-05-241-2/+2
* Simplify linux_getcwd(), removing code that was longer used.Edward Tomasz Napierala2015-04-231-395/+18
* Modify kern___getcwd() to take max pathlen limit as an additionalEdward Tomasz Napierala2015-04-211-3/+4
* Indeed, instead of hiding the kern___getcwd() bug by bogus castDmitry Chagin2015-01-041-4/+4
* Cast *path to silence clang -Wpointer-sign warning.Dmitry Chagin2015-01-021-1/+1
* Remove Giant from linux_getcwd() due to VFS is MPSAFE now.Dmitry Chagin2015-01-021-3/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-011-7/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-02-131-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-3/+3
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-2/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Add missed ")". Fix the build.Konstantin Belousov2006-11-181-1/+1
* Use standard debugging facilities in linux_getcwd().Konstantin Belousov2006-11-181-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+1
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-1/+0
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-2/+0
* - vn_lock with LK_RETRY can not return an error. The code that handled thisJeff Roberson2006-01-301-10/+4
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* Add Giant around linux_getcwd_common() in linux_getcwd().John Baldwin2005-07-091-0/+2
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-2/+2
* - Initial cn_lkflags to LK_EXCLUSIVE.Jeff Roberson2005-03-291-0/+1
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-4/+4
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-0/+7
* Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.Robert Watson2003-11-171-1/+5
* Use __FBSDID().David E. O'Brien2003-06-101-2/+4
* Backout the getcwd changes, a more comprehensive effort will be needed.Poul-Henning Kamp2003-03-201-2/+409
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,Poul-Henning Kamp2003-03-171-409/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Use the new kern_*() functions to avoid using the stack gap inIan Dowse2002-09-021-21/+16
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-1/+8
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-4/+4
* Fix warning in debug printf. This is a long on alpha, and int on i386,Peter Wemm2001-11-171-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-23/+23
* Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),Andrew Gallatin2001-08-291-0/+466