summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed disordering and other style bugs in rev.1.50.bde1998-05-011-6/+4
* connect() returns -1 on error - not 0.brian1998-05-011-7/+7
* Fix the incremental priority increment.jb1998-04-303-6/+6
* Add reference to setlocale(3)ache1998-04-301-2/+3
* Add reference to catopen(3)ache1998-04-301-1/+4
* Return -1 for invalid descriptor in catcloseache1998-04-301-2/+2
* If passed catgets descriptor is NULL or -1, return default string immediatelyache1998-04-301-1/+3
* Force loadType to 0ache1998-04-301-5/+4
* Implement NL_CAT_LOCALEache1998-04-304-12/+33
* Prototypes/typedefs cleanupache1998-04-302-21/+22
* Oops, backout the previous change having confused my underscores.jb1998-04-302-6/+4
* Change the description of errno to match the thread-aware implementationjb1998-04-301-32/+6
* Make cerror thread aware by calling __error() to get a pointer to thejb1998-04-302-44/+10
* The syscall that creates a kernel thread is coming, but it doesn't use thejb1998-04-302-8/+6
* Build __error.c into libc, but not libc_r. The weak symbol in thejb1998-04-301-2/+7
* Change the name of this source file so that libc_r builds it insteadjb1998-04-306-6/+106
* Resurrect exit.cjmz1998-04-292-1/+38
* Basic support for LC_MESSAGESache1998-04-292-12/+13
* Add spinlock.jb1998-04-293-9/+12
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-29142-3772/+2754
* Don't need wrappers for longjmp/setjmp anymore.jb1998-04-292-89/+0
* Remove empty files that were renamed some time ago.jb1998-04-293-0/+0
* Atomic lock source.jb1998-04-293-0/+165
* Stop renaming these in libc_r because wrappered versions don't make sense.jb1998-04-296-60/+12
* 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-282-4/+4
* Cache the results of the ps_strings sysctl so that it doesn't have to bedg1998-04-282-20/+24
* `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
* Back out last changepst1998-04-231-2/+2
* Improve description.rnordier1998-04-221-5/+6
* Fix cabs and cabsf definitions to be prototypes.pst1998-04-221-3/+3
* 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
* o Support a compile-time -DNO_FW_PUNCH for portabilitybrian1998-04-194-4/+23
* 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
* Allow a thread dump to report the thread's sigmask when in thejb1998-04-173-0/+12
* When in PS_SIGWAIT state, still call signal handlers and set errnojb1998-04-173-39/+6
* Backup out the last commit, it was already there.phk1998-04-171-3/+1
* Manpages not installedphk1998-04-171-1/+3
* Typo policebrian1998-04-171-1/+1
* Add some easy to implement XSI macros including attr_getache1998-04-151-1/+10
* Fix a nasty flaw as a result of using the arc4random() pre-seeding ofpeter1998-04-141-2/+4
* Change the FILE locking to be by FILE, not by the underlying fd asjb1998-04-1113-81/+399
OpenPOWER on IntegriCloud