aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | If a thread is waiting on a child process to complete, the SIGCHLDJohn Birrell1998-06-173-3/+60
* | Don't compile in the use of poll() when building libc_r. This isn'tPeter Wemm1998-06-144-7/+21
* | If a short write, only loop if no error.John Birrell1998-06-146-12/+12
* | Document EINVAL return value.Bruce Evans1998-06-141-0/+7
* | Understand elf library naming rules for libtermlib alias.Peter Wemm1998-06-121-0/+9
* | Make nlist() understand elf unconditionallyPeter Wemm1998-06-122-5/+2
* | Add poll to the list of hidden syscalls so that it gets renamed. ThisJohn Birrell1998-06-123-6/+6
* | Update the caller's descriptor masks even if there are none ready forJohn Birrell1998-06-123-3/+3
* | Sigh, mkdep doesn't know about all the CFLAGS to pass during dependPeter Wemm1998-06-111-2/+3
* | Remove components that would duplicate those in libc now that thePeter Wemm1998-06-111-16/+7
* | Update the resolver parts to bind-8.1.2 level. I have not touched thePeter Wemm1998-06-1125-1733/+3219
* | Check the access mode in the flags before waiting on a read or a writeJohn Birrell1998-06-1012-12/+156
* | Remove SA_RESTART from the signal dispatch in user-space since thisJohn Birrell1998-06-103-276/+117
* | When doing a F_SETFL, read the flags back so that the ones storedJohn Birrell1998-06-103-9/+93
* | Move ftok() from libcompat to libc, so that it can be closer to itsJohn Polstra1998-06-104-141/+4
* | Fix grammar, "null" -> "NUL"Daniel O'Callaghan1998-06-101-5/+5
* | Spelling fixes.Poul-Henning Kamp1998-06-101-1/+1
* | This is a null commit to log the fact that I have done a repositoryJohn Polstra1998-06-102-2/+2
* | Quieten gcc 2.8.1Brian Somers1998-06-101-2/+2
* | Cast pid_t to int for sprintf.Brian Somers1998-06-101-2/+2
* | Add a commented out CFLAGS entry that can be uncommented to compile threadJohn Birrell1998-06-093-3/+18
* | Implement compile time debug support instead of tracking file name andJohn Birrell1998-06-0962-321/+342
* | Add compile time debug instead of doing this all the time. Reduce theJohn Birrell1998-06-091-46/+333
* | Add support for compile time debug. This is enabled if libc_r is builtJohn Birrell1998-06-093-60/+156
* | POSIX says that pthread_exit() is not allowed to be called from aJohn Birrell1998-06-093-0/+30
* | Add compile time thread lock debug support.John Birrell1998-06-093-18/+63
* | Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.John Birrell1998-06-091-2/+3
* | Rename calls when building libc_r.John Birrell1998-06-091-3/+3
* | Make this thread-safe in both libc as well as libc_r.John Birrell1998-06-091-13/+2
* | Rename when building libc_r.John Birrell1998-06-095-9/+9
* | Add rename support for libc_r.John Birrell1998-06-091-1/+50
* | Fix potential resource leak: when call to des_crypt_1() fails, rememberBill Paul1998-06-091-2/+3
* | Implement compile time thread lock debug.John Birrell1998-06-092-4/+4
* | Rename fstat as _thread_sys_fstat if being built into libc_r.John Birrell1998-06-091-1/+5
* | Implement thread support for libc_r. Make the lseek syscall directlyJohn Birrell1998-06-091-2/+7
* | Implement compile time debug mode for thread locks.John Birrell1998-06-093-11/+11
* | Add support for thread lock debug. No impact of the malloc code.John Birrell1998-06-091-4/+4
* | Implement compile time debug support for spinlocks.John Birrell1998-06-091-5/+24
* | Delete the atomic unlock function since it is no longer required.John Birrell1998-06-093-45/+15
* | Atomic lock asm code for the alpha version of libc_r.John Birrell1998-06-092-0/+114
* | Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-063-0/+6
* | Fix this so that it compiles in the !__STDC__ case.Steve Price1998-06-061-1/+5
* | Add a warning message for a thread locking against itself. This isJohn Birrell1998-06-063-9/+42
* | Simplify the handling of thread specific data. Only track if a keyJohn Birrell1998-06-063-135/+99
* | Re-design the thread specific key structure.John Birrell1998-06-063-9/+6
* | I got the last commit back to front.John Birrell1998-06-063-9/+9
* | Spelling corrections.Joseph Koshy1998-06-069-29/+29
* | Spelling nits.Joseph Koshy1998-06-062-4/+4
* | Fix the signal behaviour for internal states which set the threadJohn Birrell1998-06-053-18/+153
* | Fix handling more than 1 char with non-C localeAndrey A. Chernov1998-06-051-16/+4