summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_getcwd.c
AgeCommit message (Expand)Author
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2021-03-12linux(4): make getcwd(2) return ERANGE instead of ENOMEMEdward Tomasz Napierala
2020-08-24cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik
2020-02-01cache: replace kern___getcwd with vn_getcwdMateusz Guzik
2019-05-13Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-05-24Where possible we will use M_LINUX malloc(9) type.Dmitry Chagin
2015-04-23Simplify linux_getcwd(), removing code that was longer used.Edward Tomasz Napierala
2015-04-21Modify kern___getcwd() to take max pathlen limit as an additionalEdward Tomasz Napierala
2015-01-04Indeed, instead of hiding the kern___getcwd() bug by bogus castDmitry Chagin
2015-01-02Cast *path to silence clang -Wpointer-sign warning.Dmitry Chagin
2015-01-02Remove Giant from linux_getcwd() due to VFS is MPSAFE now.Dmitry Chagin
2010-03-01The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2009-06-05Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson
2009-02-13Use shared vnode locks when invoking VOP_READDIR().John Baldwin
2008-10-28Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala
2008-08-28Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao
2008-01-10vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao
2007-10-24Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson
2006-11-18Add missed ")". Fix the build.Konstantin Belousov
2006-11-18Use standard debugging facilities in linux_getcwd().Konstantin Belousov
2006-10-22Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson
2006-03-19Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov
2006-03-18Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger
2006-03-18Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger
2006-01-30 - vn_lock with LK_RETRY can not return an error. The code that handled thisJeff Roberson
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-07-09Add Giant around linux_getcwd_common() in linux_getcwd().John Baldwin
2005-04-13 - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson
2005-03-29 - Initial cn_lkflags to LK_EXCLUSIVE.Jeff Roberson
2005-01-14Match the LINUX32's style with existing styleDavid E. O'Brien
2004-08-16Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins
2003-11-17Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.Robert Watson
2003-06-10Use __FBSDID().David E. O'Brien
2003-03-20Backout the getcwd changes, a more comprehensive effort will be needed.Poul-Henning Kamp
2003-03-17(This commit certainly increases the need for a wash&clean of vfs_cache.c,Poul-Henning Kamp
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-09-02Use the new kern_*() functions to avoid using the stack gap inIan Dowse
2002-08-04 - Replace v_flag with v_iflag and v_vflagJeff Roberson
2002-08-01Introduce support for Mandatory Access Control and extensibleRobert Watson
2002-03-20Remove __P.Alfred Perlstein
2002-02-27Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin
2001-11-17Fix warning in debug printf. This is a long on alpha, and int on i386,Peter Wemm
2001-09-12KSE Milestone 2Julian Elischer
2001-08-29Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails),Andrew Gallatin