summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/rewinddir.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in _telldir_unlocked function prototype, to avoid warning.chl2007-10-121-4/+2
| | | | | | while there, put all function prototypes in header file. ok kurt@
* fix a libpthread PANIC in seekdir(3) caused by a recursive mutex lock.kurt2007-10-021-3/+7
| | | | | | remove the recursive lock in __seekdir() and ensure all callers properly lock dd_lock prior to calling. reported and tested by bernd@ okay marc@ tedu@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify function definitions and zap some `register'jfb2004-05-181-3/+2
| | | | ok millert@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
|
* Clean up some -Wall complaints.millert1997-07-091-1/+3
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+54