Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minimize #includes, particularly to avoid thread_private.h | 2017-08-12 | 1 | -3/+1 | |
| | | | | ok tedu@ | ||||
* | Eliminate userspace caching by getlogin_r/setlogin; make the getlogin | 2016-03-30 | 1 | -53/+8 | |
| | | | | | | | | syscall behave exactly like userspace getlogin_r() and rename it to match. Eliminate the reduced-to-no-op wrappers of the syscalls. Eliminate the unnecessary per-thread static buffering by getlogin(). ok kettenis@ deraadt@ | ||||
* | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | 2015-09-12 | 1 | -1/+2 | |
| | | | | Delete unused 'fd' argument from internal function oldttyname() | ||||
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | 2013-09-30 | 1 | -6/+7 | |
| | | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@ | ||||
* | once again: library routines should not check pointers and what errno | 2005-10-19 | 1 | -4/+1 | |
| | | | | | | with EFAULT. programmers ignore the error returns. please, please, please -- we want to crash so that the programmer will become aware of the bug and fix it instead. ok otto | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansification; checked by pval | 2003-06-11 | 1 | -7/+4 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -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. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | _THREAD_PRIVATE_MUTEX_UNLOCK() on error before returning; millert@ ok. | 2002-01-23 | 1 | -2/+4 | |
| | |||||
* | _THREAD_PRIVATE_* macros changed | 2000-01-06 | 1 | -3/+3 | |
| | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 1 | -8/+57 | |
| | | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | ||||
* | Clean up some -Wall complaints. | 1997-07-09 | 1 | -1/+2 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+64 | |