summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an implementation of fabs() (which is quite trivial).tmm2002-09-132-1/+38
* Correct type of second argument: it is wchar_t ** restrict,tjr2002-09-121-2/+2
* Update to reflect reality.archie2002-09-112-31/+8
* Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),archie2002-09-114-5/+331
* Add an implementation of wcsftime() (wide character version of strftime()).tjr2002-09-113-2/+152
* Add `restrict' type-qualifier.mike2002-09-113-6/+6
* Adjust to reflect reality, which is that sigaltstack() takes stack_t *'s.archie2002-09-101-6/+6
* Implement C99's _Exit() interface.wollman2002-09-106-55/+158
* Add wcstol() and wcstoul(), based on strtol() and strtoul().tjr2002-09-084-4/+314
* Replace a stray reference to strtok() with one to wcstok().tjr2002-09-081-1/+1
* Fix a syntax error which causes an annoying warning.wollman2002-09-081-0/+1
* Add an implementation of wcstok(), based on strtok_r().tjr2002-09-073-3/+213
* Two arrays were born from the same seeds, both grew into complementary setsjmallett2002-09-071-1/+1
* Sync prototypes with <wchar.h> with respect to the restrict qualifier.tjr2002-09-071-6/+6
* Add restrict qualifiers where C99 permits them. All of these already hadtjr2002-09-076-12/+12
* Call strtok_r() via a libc private name from within strtok().tjr2002-09-071-2/+6
* Include some verbage about not calling exit() from functions registeredwollman2002-09-062-2/+24
* Style: One space between "restrict" qualifier and "*".tjr2002-09-0659-92/+92
* Install the userland signal trampoline when sigaction is first called,jake2002-09-032-1/+50
* Fix a nasty bug exposed by mktime() when time_t is significantly biggerpeter2002-09-031-0/+6
* Set errno to EILSEQ when invalid multibyte sequences are detectedtjr2002-09-033-3/+14
* Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ).jake2002-09-021-3/+3
* - Let their manual pages show the reader that the bzero(3) androbert2002-09-014-22/+33
* Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist).tjr2002-09-011-1/+1
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andtjr2002-09-014-9/+9
* Fix a memory leak.mike2002-09-011-1/+3
* Implement the XSI extension which allows the destination string to betjr2002-08-312-6/+48
* Split ansi.c into a separate source file for each function.tjr2002-08-316-85/+253
* Use ntohl() to read cnains number in new formatache2002-08-311-2/+4
* Add the 'restrict' type qualifier to the function prototyperobert2002-08-301-1/+1
* - Update the manual page of bcmp(3) by replacingrobert2002-08-302-7/+12
* Style fixache2002-08-301-3/+3
* - Convert the function definition to declare its argumentsrobert2002-08-301-8/+4
* Prepare for switching to unlimited chains format.ache2002-08-302-23/+46
* - Update the manual pages of index() and rindex() to showrobert2002-08-304-17/+38
* - Update the manual page to show that the associated header filerobert2002-08-302-4/+10
* - Update strcasecmp(3)/strncasecmp(3) to reflect the fact thatrobert2002-08-302-2/+9
* Print a '-' sign for negative zero. Tested withschweikh2002-08-271-7/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-253-3/+3
* Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attemptsjdp2002-08-241-5/+5
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-248-8/+0
* We cannot use an alloc with only inputs and/or locals. The kernelmarcel2002-08-231-11/+16
* Fixed getaddrinfo to honor sortlist in /etc/resolv.confpirzyk2002-08-211-0/+82
* s/EDOFUS/EDOOFUS/phk2002-08-213-5/+5
OpenPOWER on IntegriCloud