| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed a last-minute editing error in previous commit. nfs and/or cvs | Bruce Evans | 2002-10-01 | 1 | -0/+0 |
| * | Merged all interesting difference between the old math.h and the current | Bruce Evans | 2002-10-01 | 1 | -0/+0 |
| * | Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1: | Poul-Henning Kamp | 2002-10-01 | 4 | -0/+4 |
| * | Fix typo, should zero the kinfo_proc's siglist, not the real one's - the real | Juli Mallett | 2002-10-01 | 1 | -1/+1 |
| * | The list of queued signals is not, can not, and will not be exported to the | Juli Mallett | 2002-09-30 | 1 | -1/+7 |
| * | bzero() allocations. | Matthew N. Dodd | 2002-09-30 | 1 | -0/+2 |
| * | Install library-installed signal handlers with the SA_RESTART flag | Daniel Eischen | 2002-09-30 | 3 | -3/+3 |
| * | Add back the i386-specific hack to save and restore the FP state | Daniel Eischen | 2002-09-30 | 2 | -4/+4 |
| * | Align the stack suitably for the version of gcc in FreeBSD-4 (provided | Bruce Evans | 2002-09-29 | 2 | -0/+66 |
| * | Add getopt_long(3). | Eric Melville | 2002-09-29 | 3 | -2/+771 |
| * | Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). | Tim J. Robbins | 2002-09-28 | 4 | -12/+4 |
| * | Zap now-unused SHLIB_MINOR | Peter Wemm | 2002-09-28 | 31 | -31/+1 |
| * | Use size_t instead of int for len variables passed in/out of sysctl. | Robert Watson | 2002-09-27 | 2 | -3/+4 |
| * | Back out previous, free the buffer when __vfprintf() fails and don't bother | Tim J. Robbins | 2002-09-26 | 1 | -19/+13 |
| * | Back out previous and solve the problems a different way: move va_start/ | Tim J. Robbins | 2002-09-26 | 1 | -20/+13 |
| * | Simplify by removing unneeded local variables and explicit null termination. | Tim J. Robbins | 2002-09-26 | 1 | -12/+8 |
| * | Simplify by removing useless local variables and explicit null termination. | Tim J. Robbins | 2002-09-26 | 1 | -9/+5 |
| * | Correctly handle the case where __vfwprintf() fails because it runs out | Tim J. Robbins | 2002-09-26 | 1 | -1/+7 |
| * | Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it | Tim J. Robbins | 2002-09-26 | 2 | -24/+39 |
| * | Enhance TACACS+ library to fully support authorization requests in | Paul Traina | 2002-09-25 | 5 | -63/+484 |
| * | Update compat3x libc and libc_r from RELENG_3. This fixes the buffer | Akinori MUSHA | 2002-09-25 | 3 | -17509/+17610 |
| * | <sys/types.h> is no longer needed. | Mike Barcroft | 2002-09-25 | 1 | -1/+0 |
| * | Try not to lint(1) contrib'ed sources. This Is Very Messy. | Mark Murray | 2002-09-25 | 2 | -0/+4 |
| * | Disqualify UID/GID with non-numeric character. | Maxim Konovalov | 2002-09-25 | 1 | -3/+13 |
| * | Use the standardized CHAR_BIT constant instead of NBBY in userland. | Mike Barcroft | 2002-09-25 | 2 | -3/+5 |
| * | Set _POSIX2_VERSION=199209 before calling MKkey_defs.sh as workaround of | Andrey A. Chernov | 2002-09-24 | 2 | -2/+2 |
| * | Warn when setinvalidrune() is referenced for consistency with the rest | Tim J. Robbins | 2002-09-24 | 1 | -0/+1 |
| * | Add cross-references between wide character and single-byte character | Tim J. Robbins | 2002-09-24 | 3 | -2/+6 |
| * | Remove an unneeded call to _sfrefill() that was missed in the conversion | Tim J. Robbins | 2002-09-24 | 1 | -6/+0 |
| * | Use the new va_copy macro to copy variable argument lists instead of | Tim J. Robbins | 2002-09-24 | 2 | -2/+2 |
| * | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | Tim J. Robbins | 2002-09-23 | 9 | -6/+1530 |
| * | Implement the %lc, %ls and %[ conversions, which read sequences of wide | Tim J. Robbins | 2002-09-23 | 2 | -16/+137 |
| * | The character argument for __ungetwc() should be wint_t instead of wchar_t. | Tim J. Robbins | 2002-09-23 | 1 | -1/+1 |
| * | Add the remaining C99 wide character string to integer conversion functions. | Tim J. Robbins | 2002-09-22 | 6 | -16/+550 |
| * | Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf() | Tim J. Robbins | 2002-09-22 | 2 | -9/+22 |
| * | Style cleanup: | Jonathan Mini | 2002-09-21 | 1 | -14/+11 |
| * | Delete stray reference to vsnprintf(). | Tim J. Robbins | 2002-09-21 | 1 | -3/+2 |
| * | Add implementations of the wprintf() family of functions, which perform | Tim J. Robbins | 2002-09-21 | 10 | -4/+2434 |
| * | Initiate deorbit burn sequence for sysctl CTL_USER MIB branch. | Garrett Wollman | 2002-09-21 | 1 | -105/+351 |
| * | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 4 | -34/+184 |
| * | Remove unnecessary #include <assert.h>; it was used to bring in the | Tim J. Robbins | 2002-09-21 | 20 | -20/+0 |
| * | Remove a prototype for a function that is no longer called. | Mark Murray | 2002-09-20 | 1 | -1/+0 |
| * | Fix an infinite loop when _fetch_read() can return 0 (if the | Alfred Perlstein | 2002-09-20 | 1 | -1/+5 |
| * | Revert previous commit to unbreak world until we figure out the | Archie Cobbs | 2002-09-20 | 6 | -10/+7 |
| * | Lock the file once per call and use the unlocked fgetwc()/fputwc() variants. | Tim J. Robbins | 2002-09-20 | 2 | -9/+20 |
| * | Lock and unlock the file once per call and use the unlocked version of | Tim J. Robbins | 2002-09-20 | 1 | -7/+11 |
| * | Introduce unlocked versions of fputwc() and fgetwc() called __fputwc() | Tim J. Robbins | 2002-09-20 | 3 | -18/+44 |
| * | Add restrict type-qualifier. | Mike Barcroft | 2002-09-20 | 2 | -2/+3 |
| * | Don't peek into MD structures from MI code. The getcontext(3) and | Jonathan Mini | 2002-09-20 | 1 | -9/+1 |
| * | Expose the new kernel data structures to libdevinfo: | Warner Losh | 2002-09-20 | 4 | -6/+41 |