summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Check the access mode in the flags before waiting on a read or a writejb1998-06-1012-12/+156
* Remove SA_RESTART from the signal dispatch in user-space since thisjb1998-06-103-276/+117
* When doing a F_SETFL, read the flags back so that the ones storedjb1998-06-103-9/+93
* Move ftok() from libcompat to libc, so that it can be closer to itsjdp1998-06-104-141/+4
* Fix grammar, "null" -> "NUL"danny1998-06-101-5/+5
* Spelling fixes.phk1998-06-101-1/+1
* This is a null commit to log the fact that I have done a repositoryjdp1998-06-102-2/+2
* Quieten gcc 2.8.1brian1998-06-101-2/+2
* Cast pid_t to int for sprintf.brian1998-06-101-2/+2
* Add a commented out CFLAGS entry that can be uncommented to compile threadjb1998-06-093-3/+18
* Implement compile time debug support instead of tracking file name andjb1998-06-0962-321/+342
* Add compile time debug instead of doing this all the time. Reduce thejb1998-06-091-46/+333
* Add support for compile time debug. This is enabled if libc_r is builtjb1998-06-093-60/+156
* POSIX says that pthread_exit() is not allowed to be called from ajb1998-06-093-0/+30
* Add compile time thread lock debug support.jb1998-06-093-18/+63
* Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.jb1998-06-091-2/+3
* Rename calls when building libc_r.jb1998-06-091-3/+3
* Make this thread-safe in both libc as well as libc_r.jb1998-06-091-13/+2
* Rename when building libc_r.jb1998-06-095-9/+9
* Add rename support for libc_r.jb1998-06-091-1/+50
* Fix potential resource leak: when call to des_crypt_1() fails, rememberwpaul1998-06-091-2/+3
* Implement compile time thread lock debug.jb1998-06-092-4/+4
* Rename fstat as _thread_sys_fstat if being built into libc_r.jb1998-06-091-1/+5
* Implement thread support for libc_r. Make the lseek syscall directlyjb1998-06-091-2/+7
* Implement compile time debug mode for thread locks.jb1998-06-093-11/+11
* Add support for thread lock debug. No impact of the malloc code.jb1998-06-091-4/+4
* Implement compile time debug support for spinlocks.jb1998-06-091-5/+24
* Delete the atomic unlock function since it is no longer required.jb1998-06-093-45/+15
* Atomic lock asm code for the alpha version of libc_r.jb1998-06-092-0/+114
* Don't call PunchFWHole() ifdef NO_FW_PUNCHbrian1998-06-063-0/+6
* Fix this so that it compiles in the !__STDC__ case.steve1998-06-061-1/+5
* Add a warning message for a thread locking against itself. This isjb1998-06-063-9/+42
* Simplify the handling of thread specific data. Only track if a keyjb1998-06-063-135/+99
* Re-design the thread specific key structure.jb1998-06-063-9/+6
* I got the last commit back to front.jb1998-06-063-9/+9
* Spelling corrections.jkoshy1998-06-069-29/+29
* Spelling nits.jkoshy1998-06-062-4/+4
* Fix the signal behaviour for internal states which set the threadjb1998-06-053-18/+153
* Fix handling more than 1 char with non-C localeache1998-06-051-16/+4
* Mention that tftpd(8) also uses syslog(3).jkoshy1998-06-051-2/+3
* Add missing uu_lock_txfr() prototypeache1998-06-051-1/+2
* Fix a bunch of spelling errors.steve1998-06-0410-18/+18
* No longer need the architecture specific include from libc now thatjb1998-06-031-7/+0
* If using NetBSD syscalls the rtprio syscall doesn't exist, so justjb1998-06-031-1/+7
* Correct wrong claim about `telldir()' cookie lifetimes.jkoshy1998-06-031-16/+11
* Add a trivial mechanism for returning a useful default value if one ismsmith1998-06-011-1/+4
* Trim a domain part for wtmp as same as showed by "netstat -r".amurai1998-06-012-3/+42
* I shouldn't do things early in the morning.jb1998-06-015-152/+3
* send and recv are wrappered in libc, so they shouldn't appear here.jb1998-06-013-9/+9
* Remove some syscalls that should have been renamed (libc_r doesn't needjb1998-05-313-18/+18
OpenPOWER on IntegriCloud