summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_getcwd.c
AgeCommit message (Expand)Author
2004-08-03the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@Todd T. Fries
2004-06-22Replace a whole bunch of scary uses of strncpy() with strlcpy() andJean-Francois Brousseau
2002-03-14First round of __P removal in sysTodd C. Miller
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2000-03-27Implement getcwd.jasoni