summaryrefslogtreecommitdiffstats
path: root/sys/compat/netbsd/netbsd_getcwd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Maintaining a broken compatibility layer for a broken OS is not a productivebeck2007-05-281-536/+0
| | | | | activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room.
* Instrumentation for an in-kernel getcwd() implementation.pedro2006-04-281-50/+1
| | | | | Not yet activated. Diff by marius@ long ago, from NetBSD. Okay miod@ and krw@.
* 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
|
* First round of __P removal in sysmillert2002-03-141-9/+9
|
* Will need netbsd_types.h very soon.art2001-09-051-1/+2
|
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-3/+1
|
* s/memcpy/bcopy/kstailey1999-09-261-2/+2
|
* signalskstailey1999-09-141-1/+2
|
* Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey1999-09-121-0/+606