| Commit message (Expand) | Author | Age | Files | Lines |
* | Welcome the sem_ API to libc! | alfred | 2002-09-19 | 3 | -1/+709 |
* | add a stub for pthread_cond_destroy. | alfred | 2002-09-19 | 1 | -0/+7 |
* | Add a missing file into the CLEANFILES variable. | mux | 2002-09-18 | 2 | -2/+2 |
* | Optimise the common case where no special encoding is in use (LC_CTYPE is "C" | tjr | 2002-09-18 | 2 | -8/+48 |
* | Logic error in previous: don't exit the loop when an incomplete multibyte | tjr | 2002-09-18 | 1 | -1/+1 |
* | Deprecate the rest of the rune interface. | tjr | 2002-09-18 | 2 | -0/+22 |
* | Mark mbmb(), mbrune(), and mbrrune() as deprecated functions. We want to | tjr | 2002-09-18 | 2 | -0/+19 |
* | Reimplement the functionality of fgetrune(), fputrune(), and fungetrune() | tjr | 2002-09-18 | 5 | -25/+61 |
* | Fixed editing error in previous commit (*blush*). | bde | 2002-09-17 | 2 | -2/+2 |
* | Fixed unsorting of SRCS. | bde | 2002-09-17 | 2 | -4/+4 |
* | Fix vsnprintf(3) memory leak for size == 0. | maxim | 2002-09-17 | 1 | -0/+6 |
* | Add i386 to the list of architectures that libc_r is broken on. This | peter | 2002-09-17 | 1 | -1/+1 |
* | Bandaid to stop failing on non-i386 platforms. | peter | 2002-09-17 | 1 | -0/+5 |
* | Make _fetch_connect() always set the error code. | fenner | 2002-09-17 | 2 | -4/+5 |
* | Use a weak symbol for signalcontext(). | mini | 2002-09-17 | 1 | -1/+3 |
* | Add signalcontext(), which adds a signal frame to a ucontext_t. | mini | 2002-09-17 | 1 | -0/+80 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 11 | -228/+10 |
* | Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} to | fenner | 2002-09-16 | 1 | -4/+4 |
* | Make libpthread KSE aware. | mini | 2002-09-16 | 52 | -4790/+270 |
* | Mechanically change all libc_r references to libpthread. | mini | 2002-09-16 | 56 | -62/+62 |
* | Save and restore FPU state properly in ucontext_t's. | mini | 2002-09-16 | 4 | -36/+29 |
* | Add signalcontext(), which lays down a signal frame onto a ucontext_t. | mini | 2002-09-16 | 1 | -12/+15 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-09-16 | 1 | -27/+48 |
* | Convert eight space indents to tabs in the "*" format handling code. | tjr | 2002-09-16 | 1 | -43/+43 |
* | Make the changes needed for libpthread to compile in its new home. | mini | 2002-09-16 | 190 | -466/+384 |
* | Fixed messes involving $FreeBSD$ starting with one left in the copyright | bde | 2002-09-16 | 1 | -21/+5 |
* | Don't depend on <sys/types.h> pollution in <fcntl.h>. | mike | 2002-09-16 | 1 | -0/+2 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 1 | -12/+45 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-09-15 | 1 | -20/+45 |
* | Check for truncation in calls to res_send/res_query/res_search. | nectar | 2002-09-15 | 6 | -12/+42 |
* | Add wcstod() as a wrapper around strtod(). It does not handle any characters | tjr | 2002-09-15 | 3 | -2/+162 |
* | Use the heap instead of the stack to store temporary multibyte string | tjr | 2002-09-15 | 1 | -10/+28 |
* | Backout the increase of MAXPACKET from 1024 to 65536: it | nectar | 2002-09-15 | 6 | -7/+26 |
* | Use the macros from machine/fsr.h; some minor cleanups. | tmm | 2002-09-14 | 1 | -5/+6 |
* | Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), | tmm | 2002-09-14 | 6 | -1/+126 |
* | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | ume | 2002-09-14 | 1 | -0/+2 |
* | When using res_send/res_query/res_search, the caller must either | nectar | 2002-09-13 | 6 | -26/+7 |
* | Add an implementation of fabs() (which is quite trivial). | tmm | 2002-09-13 | 2 | -1/+38 |
* | Correct type of second argument: it is wchar_t ** restrict, | tjr | 2002-09-12 | 1 | -2/+2 |
* | Update to reflect reality. | archie | 2002-09-11 | 2 | -31/+8 |
* | Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), | archie | 2002-09-11 | 4 | -5/+331 |
* | In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec. | nectar | 2002-09-11 | 1 | -0/+12 |
* | Add an implementation of wcsftime() (wide character version of strftime()). | tjr | 2002-09-11 | 3 | -2/+152 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -21/+24 |
* | Add `restrict' type-qualifier. | mike | 2002-09-11 | 3 | -6/+6 |
* | Adjust to reflect reality, which is that sigaltstack() takes stack_t *'s. | archie | 2002-09-10 | 1 | -6/+6 |
* | Implement C99's _Exit() interface. | wollman | 2002-09-10 | 6 | -55/+158 |
* | Get this file closer to style(9). | phk | 2002-09-08 | 1 | -51/+55 |
* | Add wcstol() and wcstoul(), based on strtol() and strtoul(). | tjr | 2002-09-08 | 4 | -4/+314 |
* | Replace a stray reference to strtok() with one to wcstok(). | tjr | 2002-09-08 | 1 | -1/+1 |