summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_getcwd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* byebyetedu2007-05-291-542/+0
* Instrumentation for an in-kernel getcwd() implementation.pedro2006-04-281-50/+1
* Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@millert2005-06-181-3/+2
* RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@pedro2005-05-261-22/+2
* the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@todd2004-08-031-2/+2
* Replace a whole bunch of scary uses of strncpy() with strlcpy() andjfb2004-06-221-2/+3
* First round of __P removal in sysmillert2002-03-141-9/+9
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-3/+1
* Implement getcwd.jasoni2000-03-271-0/+613