aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* connect() returns -1 on error - not 0.Brian Somers1998-05-011-7/+7
* Fix the incremental priority increment.John Birrell1998-04-303-6/+6
* Add reference to setlocale(3)Andrey A. Chernov1998-04-301-2/+3
* Add reference to catopen(3)Andrey A. Chernov1998-04-301-1/+4
* Return -1 for invalid descriptor in catcloseAndrey A. Chernov1998-04-301-2/+2
* If passed catgets descriptor is NULL or -1, return default string immediatelyAndrey A. Chernov1998-04-301-1/+3
* Force loadType to 0Andrey A. Chernov1998-04-301-5/+4
* Implement NL_CAT_LOCALEAndrey A. Chernov1998-04-304-12/+33
* Prototypes/typedefs cleanupAndrey A. Chernov1998-04-302-21/+22
* Oops, backout the previous change having confused my underscores.John Birrell1998-04-302-6/+4
* Change the description of errno to match the thread-aware implementationJohn Birrell1998-04-301-32/+6
* Make cerror thread aware by calling __error() to get a pointer to theJohn Birrell1998-04-302-44/+10
* The syscall that creates a kernel thread is coming, but it doesn't use theJohn Birrell1998-04-302-8/+6
* Build __error.c into libc, but not libc_r. The weak symbol in theJohn Birrell1998-04-301-2/+7
* Change the name of this source file so that libc_r builds it insteadJohn Birrell1998-04-306-6/+106
* Resurrect exit.cJean-Marc Zucconi1998-04-292-1/+38
* Basic support for LC_MESSAGESAndrey A. Chernov1998-04-292-12/+13
* Add spinlock.John Birrell1998-04-293-9/+12
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-29142-3763/+2745
* Don't need wrappers for longjmp/setjmp anymore.John Birrell1998-04-292-89/+0
* Remove empty files that were renamed some time ago.John Birrell1998-04-293-0/+0
* Atomic lock source.John Birrell1998-04-293-0/+165
* Stop renaming these in libc_r because wrappered versions don't make sense.John Birrell1998-04-296-60/+12
* Replace the threaded locking with spinlock calls for both threadedJohn Birrell1998-04-291-18/+10
* Reference an external variable in threaded programs so that theJohn Birrell1998-04-291-0/+6
* Use signal() in both the threaded and non-threaded cases.John Birrell1998-04-291-2/+1
* Stubs are required in libc so that it can be used with libpthreadJohn Birrell1998-04-291-1/+5
* Oops, revert part of a diff that wasn't supposed to have been committed.David Greenman1998-04-282-4/+4
* Cache the results of the ps_strings sysctl so that it doesn't have to beDavid Greenman1998-04-282-20/+24
* `sigprocmask()' man page references `sigmask()' in synopsis.Poul-Henning Kamp1998-04-261-1/+0
* Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution andAndrey A. Chernov1998-04-251-0/+7
* Back out last changePaul Traina1998-04-231-2/+2
* Improve description.Robert Nordier1998-04-221-5/+6
* Fix cabs and cabsf definitions to be prototypes.Paul Traina1998-04-221-3/+3
* indentDima Ruban1998-04-201-1/+1
* Add a #ifdef _THREAD_SAFE around ctime_rPoul-Henning Kamp1998-04-201-0/+2
* Describe timegm()Andrey A. Chernov1998-04-202-5/+16
* Backed out lseek changes.Dag-Erling Smørgrav1998-04-191-1/+1
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-194-4/+23
* ctime_r and asctime_r are not implemented.Poul-Henning Kamp1998-04-192-3/+21
* Return EINVAL and do not changefile pointer if resulting offset is negative.Dag-Erling Smørgrav1998-04-181-2/+2
* Allow a thread dump to report the thread's sigmask when in theJohn Birrell1998-04-173-0/+12
* When in PS_SIGWAIT state, still call signal handlers and set errnoJohn Birrell1998-04-173-39/+6
* Backup out the last commit, it was already there.Poul-Henning Kamp1998-04-171-3/+1
* Manpages not installedPoul-Henning Kamp1998-04-171-1/+3
* Typo policeBrian Somers1998-04-171-1/+1
* Add some easy to implement XSI macros including attr_getAndrey A. Chernov1998-04-151-1/+10
* Fix a nasty flaw as a result of using the arc4random() pre-seeding ofPeter Wemm1998-04-141-2/+4
* Change the FILE locking to be by FILE, not by the underlying fd asJohn Birrell1998-04-1113-81/+399
* Add FILE locking stubs for libc.John Birrell1998-04-1128-337/+211