Page MenuHomeFreeBSD

Modify kern___getcwd() to take max pathlen limit as an additional argument. This will be used for the Linux emulation layer - for Linux, PATH_MAX is 4096 and not 1024.
ClosedPublic

Authored by trasz on Apr 20 2015, 5:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 26 2024, 7:05 AM
Unknown Object (File)
Apr 26 2024, 7:03 AM
Unknown Object (File)
Dec 20 2023, 12:03 AM
Unknown Object (File)
Dec 1 2023, 12:37 PM
Unknown Object (File)
Oct 25 2023, 1:57 AM
Unknown Object (File)
Jun 11 2023, 6:30 AM
Unknown Object (File)
Jan 2 2023, 1:23 AM
Unknown Object (File)
Apr 1 2017, 4:52 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

trasz retitled this revision from to Modify kern___getcwd() to take max pathlen limit as an additional argument. This will be used for the Linux emulation layer - for Linux, PATH_MAX is 4096 and not 1024..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)
kib edited edge metadata.
This revision is now accepted and ready to land.Apr 20 2015, 5:07 PM
trasz updated this revision to Diff 4939.

Closed by commit rS281829 (authored by @trasz).