aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with the definition of HUGE_VAL causing the gcc warningArchie Cobbs2002-09-196-7/+10
* Implement the %ls and %lc conversions for printing wide character stringsTim J. Robbins2002-09-192-14/+110
* Add forgotten newlines in debug messages.Jacques Vidrine2002-09-191-2/+2
* reconnect libc_rJulian Elischer2002-09-191-1/+1
* Part of a bandaid to get libc_r on air again.Julian Elischer2002-09-191-0/+4
* Return the correct environment name for 64-bit platforms in theGarrett Wollman2002-09-191-1/+2
* Welcome the sem_ API to libc!Alfred Perlstein2002-09-193-1/+709
* add a stub for pthread_cond_destroy.Alfred Perlstein2002-09-191-0/+7
* Add a missing file into the CLEANFILES variable.Maxime Henrion2002-09-182-2/+2
* Optimise the common case where no special encoding is in use (LC_CTYPE is "C"Tim J. Robbins2002-09-182-8/+48
* Logic error in previous: don't exit the loop when an incomplete multibyteTim J. Robbins2002-09-181-1/+1
* Deprecate the rest of the rune interface.Tim J. Robbins2002-09-182-0/+22
* Mark mbmb(), mbrune(), and mbrrune() as deprecated functions. We want toTim J. Robbins2002-09-182-0/+19
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()Tim J. Robbins2002-09-185-25/+61
* Fixed editing error in previous commit (*blush*).Bruce Evans2002-09-172-2/+2
* Fixed unsorting of SRCS.Bruce Evans2002-09-172-4/+4
* Fix vsnprintf(3) memory leak for size == 0.Maxim Konovalov2002-09-171-0/+6
* Add i386 to the list of architectures that libc_r is broken on. ThisPeter Wemm2002-09-171-1/+1
* Bandaid to stop failing on non-i386 platforms.Peter Wemm2002-09-171-0/+5
* Make _fetch_connect() always set the error code.Bill Fenner2002-09-172-4/+5
* Use a weak symbol for signalcontext().Jonathan Mini2002-09-171-1/+3
* Add signalcontext(), which adds a signal frame to a ucontext_t.Jonathan Mini2002-09-171-0/+80
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-1711-228/+10
* Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} toBill Fenner2002-09-161-4/+4
* Make libpthread KSE aware.Jonathan Mini2002-09-1652-4790/+270
* Mechanically change all libc_r references to libpthread.Jonathan Mini2002-09-1656-62/+62
* Save and restore FPU state properly in ucontext_t's.Jonathan Mini2002-09-164-36/+29
* Add signalcontext(), which lays down a signal frame onto a ucontext_t.Jonathan Mini2002-09-161-12/+15
* Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-09-161-27/+48
* Convert eight space indents to tabs in the "*" format handling code.Tim J. Robbins2002-09-161-43/+43
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-16190-466/+384
* Fixed messes involving $FreeBSD$ starting with one left in the copyrightBruce Evans2002-09-161-21/+5
* Don't depend on <sys/types.h> pollution in <fcntl.h>.Mike Barcroft2002-09-161-0/+2
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.Julian Elischer2002-09-151-12/+45
* Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-09-151-20/+45
* Check for truncation in calls to res_send/res_query/res_search.Jacques Vidrine2002-09-156-12/+42
* Add wcstod() as a wrapper around strtod(). It does not handle any charactersTim J. Robbins2002-09-153-2/+162
* Use the heap instead of the stack to store temporary multibyte stringTim J. Robbins2002-09-151-10/+28
* Backout the increase of MAXPACKET from 1024 to 65536: itJacques Vidrine2002-09-156-7/+26
* Use the macros from machine/fsr.h; some minor cleanups.Thomas Moestl2002-09-141-5/+6
* Add implementations of fpgetmask(), fpgetround(), fpgetsticky(),Thomas Moestl2002-09-146-1/+126
* Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.Hajimu UMEMOTO2002-09-141-0/+2
* When using res_send/res_query/res_search, the caller must eitherJacques Vidrine2002-09-136-26/+7
* Add an implementation of fabs() (which is quite trivial).Thomas Moestl2002-09-132-1/+38
* Correct type of second argument: it is wchar_t ** restrict,Tim J. Robbins2002-09-121-2/+2
* Update to reflect reality.Archie Cobbs2002-09-112-31/+8
* Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),Archie Cobbs2002-09-114-5/+331
* In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec.Jacques Vidrine2002-09-111-0/+12
* Add an implementation of wcsftime() (wide character version of strftime()).Tim J. Robbins2002-09-113-2/+152
* Completely redo thread states.Julian Elischer2002-09-111-21/+24