summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Replace the threaded locking with spinlock calls for both threadedjb1998-04-291-18/+10
* Reference an external variable in threaded programs so that thejb1998-04-291-0/+6
* Use signal() in both the threaded and non-threaded cases.jb1998-04-291-2/+1
* Stubs are required in libc so that it can be used with libpthreadjb1998-04-291-1/+5
* Oops, revert part of a diff that wasn't supposed to have been committed.dg1998-04-281-2/+2
* Cache the results of the ps_strings sysctl so that it doesn't have to bedg1998-04-281-10/+12
* `sigprocmask()' man page references `sigmask()' in synopsis.phk1998-04-261-1/+0
* Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution andache1998-04-251-0/+7
* Improve description.rnordier1998-04-221-5/+6
* indentdima1998-04-201-1/+1
* Add a #ifdef _THREAD_SAFE around ctime_rphk1998-04-201-0/+2
* Describe timegm()ache1998-04-202-5/+16
* Backed out lseek changes.des1998-04-191-1/+1
* ctime_r and asctime_r are not implemented.phk1998-04-192-3/+21
* Return EINVAL and do not changefile pointer if resulting offset is negative.des1998-04-181-2/+2
* Typo policebrian1998-04-171-1/+1
* Fix a nasty flaw as a result of using the arc4random() pre-seeding ofpeter1998-04-141-2/+4
* Add FILE locking stubs for libc.jb1998-04-1128-337/+211
* Remove a nolonger implented "BUGS" description.phk1998-04-111-14/+0
* Add a global variable called __isthreaded that can be tested throughoutjb1998-04-111-0/+9
* Add a private header file for libc/libc_r/libpthread to containjb1998-04-111-0/+66
* Change in name of the static initializer define.jb1998-04-043-7/+7
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-286-54/+586
* For 1.3, NetBSD replaced the swapon() syscall with swapctl() and movedjb1998-03-232-2/+46
* (Ab)use .Vt instead of .Fd for a variable declaration.bde1998-03-231-2/+2
* Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.bde1998-03-231-6/+7
* For 1.3, NetBSD walloped the msync syscall and replaced it withjb1998-03-232-2/+59
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-198-28/+32
* <sys/errno.h> -> <errno.h>eivind1998-03-161-1/+1
* Fixed disordering and inconsistent style in previous commit.bde1998-03-121-3/+2
* Nearly missed this one.jb1998-03-092-2/+40
* Add #include <unistd.h> to get the prototype for __syscall().jb1998-03-091-1/+2
* Yikes, this is the worst of the lot. Bruce suggested doing this (!).jb1998-03-091-58/+47
* Function to return a pointer to the non-threaded errno. This is declaredjb1998-03-091-0/+47
* Compatibility functions for use when __NETBSD_SYSCALLS is defined.jb1998-03-092-0/+222
* Oops, we don't need NetBSD's malloc 'cause we can turn off utracejb1998-03-092-438/+2
* NetBSD doesn't have a utrace syscall, so don't define that ifjb1998-03-091-2/+4
* Added #include <string.h> to get prototypes.jb1998-03-092-1/+3
* Change MACHINE to MACHINE_ARCH.jb1998-03-091-12/+4
* Stub functions for thread locking with weak symbols so that they arejb1998-03-091-0/+60
* This commit was generated by cvs2svn to compensate for changes in r34375,jb1998-03-0952-0/+3391
|\
| * Import sources from NetBSD, tweaked for building in FreeBSD.jb1998-03-0952-0/+3391
| * This commit was manufactured by cvs2svn to create branch 'JB'.cvs2svn1998-01-10989-184756/+0
* | MACHINE -> MACHINE_ARCHjb1998-03-091-2/+2
* | Define empty variables in case no names are added to them. This avoidsjb1998-03-091-2/+23
* | Add an include path to private linc/libc_r/libpthread header files.jb1998-03-091-2/+7
* | Add a private (to libc, libc_r and libpthread) header file containingjb1998-03-091-0/+52
* | These files are very specific to FreeBSD kernels, so silently compilejb1998-03-092-1/+6
* | NetBSD implements semctl using a __semctl syscall instead of thejb1998-03-091-0/+4
* | getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiledjb1998-03-091-1/+5
OpenPOWER on IntegriCloud