summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_getcwd.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: match the LINUX32 style with existing style.David E. O'Brien2005-03-011-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