| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a syntax error which causes an annoying warning. | wollman | 2002-09-08 | 1 | -0/+1 |
* | Add an implementation of wcstok(), based on strtok_r(). | tjr | 2002-09-07 | 3 | -3/+213 |
* | Two arrays were born from the same seeds, both grew into complementary sets | jmallett | 2002-09-07 | 1 | -1/+1 |
* | Sync prototypes with <wchar.h> with respect to the restrict qualifier. | tjr | 2002-09-07 | 1 | -6/+6 |
* | Add restrict qualifiers where C99 permits them. All of these already had | tjr | 2002-09-07 | 6 | -12/+12 |
* | Call strtok_r() via a libc private name from within strtok(). | tjr | 2002-09-07 | 1 | -2/+6 |
* | Fix a bug where calling MD5File(3) with a zero-length file generated an | bmah | 2002-09-06 | 1 | -0/+1 |
* | Include some verbage about not calling exit() from functions registered | wollman | 2002-09-06 | 2 | -2/+24 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 59 | -92/+92 |
* | Don't need to install the signal trampoline here anymore. | jake | 2002-09-03 | 1 | -1/+0 |
* | Install the userland signal trampoline when sigaction is first called, | jake | 2002-09-03 | 2 | -1/+50 |
* | Fix a nasty bug exposed by mktime() when time_t is significantly bigger | peter | 2002-09-03 | 1 | -0/+6 |
* | Set errno to EILSEQ when invalid multibyte sequences are detected | tjr | 2002-09-03 | 3 | -3/+14 |
* | Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ). | jake | 2002-09-02 | 1 | -3/+3 |
* | - Let their manual pages show the reader that the bzero(3) and | robert | 2002-09-01 | 4 | -22/+33 |
* | Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist). | tjr | 2002-09-01 | 1 | -1/+1 |
* | Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and | tjr | 2002-09-01 | 4 | -9/+9 |
* | Fix a memory leak. | mike | 2002-09-01 | 1 | -1/+3 |
* | Implement the XSI extension which allows the destination string to be | tjr | 2002-08-31 | 2 | -6/+48 |
* | Split ansi.c into a separate source file for each function. | tjr | 2002-08-31 | 6 | -85/+253 |
* | Use ntohl() to read cnains number in new format | ache | 2002-08-31 | 1 | -2/+4 |
* | Add the 'restrict' type qualifier to the function prototype | robert | 2002-08-30 | 1 | -1/+1 |
* | - Update the manual page of bcmp(3) by replacing | robert | 2002-08-30 | 2 | -7/+12 |
* | Style fix | ache | 2002-08-30 | 1 | -3/+3 |
* | - Convert the function definition to declare its arguments | robert | 2002-08-30 | 1 | -8/+4 |
* | Prepare for switching to unlimited chains format. | ache | 2002-08-30 | 2 | -23/+46 |
* | - Update the manual pages of index() and rindex() to show | robert | 2002-08-30 | 4 | -17/+38 |
* | - Update the manual page to show that the associated header file | robert | 2002-08-30 | 2 | -4/+10 |
* | - Update strcasecmp(3)/strncasecmp(3) to reflect the fact that | robert | 2002-08-30 | 2 | -2/+9 |
* | Hopefully unbreak world. ke_slptime is gone. It should really have been | peter | 2002-08-30 | 1 | -1/+1 |
* | Remove much of the dereferencing of the fd table entries to look | deischen | 2002-08-29 | 39 | -77/+115 |
* | Make the libc_r version of select() set the readable or writable | archie | 2002-08-29 | 3 | -12/+18 |
* | When poll(2)'ing for readability or writability of a file descriptor | archie | 2002-08-29 | 3 | -6/+18 |
* | Allow one to grab the definition of struct ucred by defining _WANT_UCRED | alfred | 2002-08-28 | 1 | -2/+1 |
* | Print a '-' sign for negative zero. Tested with | schweikh | 2002-08-27 | 1 | -7/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 9 | -9/+9 |
* | Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts | jdp | 2002-08-24 | 1 | -5/+5 |
* | &x is not a format string | kris | 2002-08-24 | 1 | -1/+1 |
* | Note that <sys/types.h> in no longer a prerequisite for <utime.h> and | mike | 2002-08-24 | 8 | -8/+0 |
* | We cannot use an alloc with only inputs and/or locals. The kernel | marcel | 2002-08-23 | 1 | -11/+16 |
* | Wrap the header to prevent multiple inclusion, and mark the DECLS section. | jmallett | 2002-08-22 | 1 | -0/+9 |