summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Use the new va_copy macro to copy variable argument lists instead oftjr2002-09-242-2/+2
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),tjr2002-09-239-6/+1530
* Implement the %lc, %ls and %[ conversions, which read sequences of widetjr2002-09-232-16/+137
* The character argument for __ungetwc() should be wint_t instead of wchar_t.tjr2002-09-231-1/+1
* Add the remaining C99 wide character string to integer conversion functions.tjr2002-09-226-16/+550
* Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf()tjr2002-09-222-9/+22
* Style cleanup:mini2002-09-211-14/+11
* Delete stray reference to vsnprintf().tjr2002-09-211-3/+2
* Add implementations of the wprintf() family of functions, which performtjr2002-09-2110-4/+2434
* Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.wollman2002-09-211-105/+351
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-214-34/+184
* Remove unnecessary #include <assert.h>; it was used to bring in thetjr2002-09-2120-20/+0
* Revert previous commit to unbreak world until we figure out thearchie2002-09-205-5/+5
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.tjr2002-09-202-9/+20
* Lock and unlock the file once per call and use the unlocked version oftjr2002-09-201-7/+11
* Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()tjr2002-09-203-18/+44
* Add restrict type-qualifier.mike2002-09-202-2/+3
* Don't peek into MD structures from MI code. The getcontext(3) andmini2002-09-201-9/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-195-5/+5
* Implement the %ls and %lc conversions for printing wide character stringstjr2002-09-192-14/+110
* Add forgotten newlines in debug messages.nectar2002-09-191-2/+2
* Return the correct environment name for 64-bit platforms in thewollman2002-09-191-1/+2
* Welcome the sem_ API to libc!alfred2002-09-193-1/+709
* add a stub for pthread_cond_destroy.alfred2002-09-191-0/+7
* Optimise the common case where no special encoding is in use (LC_CTYPE is "C"tjr2002-09-182-8/+48
* Logic error in previous: don't exit the loop when an incomplete multibytetjr2002-09-181-1/+1
* Deprecate the rest of the rune interface.tjr2002-09-182-0/+22
* Mark mbmb(), mbrune(), and mbrrune() as deprecated functions. We want totjr2002-09-182-0/+19
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()tjr2002-09-185-25/+61
* Fixed editing error in previous commit (*blush*).bde2002-09-172-2/+2
* Fixed unsorting of SRCS.bde2002-09-172-4/+4
* Fix vsnprintf(3) memory leak for size == 0.maxim2002-09-171-0/+6
* Bandaid to stop failing on non-i386 platforms.peter2002-09-171-0/+5
* Use a weak symbol for signalcontext().mini2002-09-171-1/+3
* Add signalcontext(), which adds a signal frame to a ucontext_t.mini2002-09-171-0/+80
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-175-169/+8
* Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} tofenner2002-09-161-4/+4
* Save and restore FPU state properly in ucontext_t's.mini2002-09-164-36/+29
* Add signalcontext(), which lays down a signal frame onto a ucontext_t.mini2002-09-161-12/+15
* Allocate 64K recieve buffer for DNS responses.ume2002-09-161-27/+48
* Convert eight space indents to tabs in the "*" format handling code.tjr2002-09-161-43/+43
* Allocate 64K recieve buffer for DNS responses.ume2002-09-151-20/+45
* Check for truncation in calls to res_send/res_query/res_search.nectar2002-09-156-12/+42
* Add wcstod() as a wrapper around strtod(). It does not handle any characterstjr2002-09-153-2/+162
* Use the heap instead of the stack to store temporary multibyte stringtjr2002-09-151-10/+28
* Backout the increase of MAXPACKET from 1024 to 65536: itnectar2002-09-156-7/+26
* Use the macros from machine/fsr.h; some minor cleanups.tmm2002-09-141-5/+6
* Add implementations of fpgetmask(), fpgetround(), fpgetsticky(),tmm2002-09-146-1/+126
* Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.ume2002-09-141-0/+2
* When using res_send/res_query/res_search, the caller must eithernectar2002-09-136-26/+7
OpenPOWER on IntegriCloud