summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplified by using new yacc rules.bde1998-05-081-9/+6
* This is a hack to workaround source that is coded to use long variablesjb1998-05-082-2/+2528
* Remote the NetBSD kludge for vfprintf.cjb1998-05-081-9/+2
* Don't assign the va_list variable 'ap' directly to the argtable becausejb1998-05-081-19/+18
* Use the thread-aware errno definition all the time.jb1998-05-052-44/+6
* Build the syscalls (in libc, not libc_r) with weak symbols so thatjb1998-05-052-6/+18
* Remove extern int errno and #include <errno.h> to get the proper definition.jb1998-05-051-1/+1
* Remove leading underscores from the FILE lock functions that POSIXjb1998-05-051-3/+3
* Remove leading underscores for the functions (weak symbols here) thatjb1998-05-051-4/+7
* The __set_ospeed() function is coded against the speed_t type declaredjb1998-05-052-3/+3
* Treat the lock value as volatile.jb1998-05-053-6/+6
* In a threaded library, expect the lock field to be declared volatile,jb1998-05-051-5/+5
* Fix a few nits in quoted code fragments and elsewhere.rnordier1998-05-041-5/+4
* Force BOOTSTRAP mode all the time while the headers are broken on alphajb1998-05-041-1/+5
* Typo fixesjraynard1998-05-032-4/+6
* Typo fix.jraynard1998-05-031-2/+2
* Pedantry (NULL -> NUL).jraynard1998-05-031-1/+1
* Don't imply sigset_t == int.jraynard1998-05-031-1/+1
* Add libbindpeter1998-05-031-2/+2
* Build libbind for named and friends (not installed in /usr/lib)peter1998-05-031-0/+42
* Resolve some unexpected differences when comparing with the 2.2 version.peter1998-05-021-2/+10
* Update libc dns code to 4.9.7-T1B level. This involved chopping out largepeter1998-05-023-249/+753
* Cleanup in the child, not the parent.jb1998-05-023-6/+6
* Go back to version 1.16 - it was correct the way it was.brian1998-05-011-6/+6
* 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
OpenPOWER on IntegriCloud