| Commit message (Expand) | Author | Age | Files | Lines |
| * | Partial MFC of r189131: | David Schultz | 2009-03-14 | 2 | -2/+2 |
| * | MFC r186887: | David Schultz | 2009-01-28 | 1 | -0/+1 |
| * | MFC: Fix fread() to return a correct value on platforms where sizeof(int) != | Ruslan Ermilov | 2008-12-13 | 1 | -1/+1 |
| * | MFC r181281: Make swprintf("%s", "") not fail randomly depending on | Colin Percival | 2008-08-30 | 1 | -1/+3 |
| * | MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(), | John Baldwin | 2008-08-04 | 1 | -11/+26 |
| * | MFC r178921 to stable/7: | Antoine Brodin | 2008-07-28 | 1 | -4/+0 |
| * | MFC: Fix a resource leak in the recent fixes for file descriptors > | John Baldwin | 2008-04-29 | 1 | -0/+1 |
| * | MFC: Fail attempts to use file descriptors larger than SHRT_MAX. | John Baldwin | 2008-03-17 | 3 | -0/+42 |
| * | Add rewind() to the list of functions which may fail and set errno | Andrey A. Chernov | 2007-06-18 | 1 | -1/+2 |
| * | Add mbstate clear missed in one of the cases. | Andrey A. Chernov | 2007-06-18 | 1 | -5/+6 |
| * | We should never zero-pad INF or NaN (yielding silly strings like "00inf") | David Schultz | 2007-05-08 | 1 | -0/+1 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -3/+5 |
| * | Grammer correction from: emaste | Poul-Henning Kamp | 2007-04-19 | 1 | -1/+1 |
| * | Loosen return value spec for fputs to be standards compliant so people | Poul-Henning Kamp | 2007-04-19 | 1 | -5/+2 |
| * | o Add ENVIRONMENT section and mention there that TMPDIR is ignored | Maxim Konovalov | 2007-03-16 | 1 | -1/+14 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 1 | -4/+1 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 100 | -400/+0 |
| * | Fix rounding of 0xf for hex fp formats. | David Schultz | 2007-01-03 | 1 | -2/+2 |
| * | Revert the rev. 1.4, it causes breakage on most arches except i386. | Konstantin Belousov | 2006-10-23 | 1 | -4/+1 |
| * | Workaround for (what seems to be) compiler error for gcc 3.4.6. On | Konstantin Belousov | 2006-10-21 | 1 | -1/+4 |
| * | file == NULL: | Andrey A. Chernov | 2006-10-16 | 1 | -9/+14 |
| * | Honor errno obtained from __sflags | Andrey A. Chernov | 2006-10-16 | 1 | -1/+3 |
| * | Back out ftruncate error handling. There can some file tipes | Andrey A. Chernov | 2006-10-16 | 1 | -9/+2 |
| * | Do real seek | Andrey A. Chernov | 2006-10-15 | 1 | -3/+11 |
| * | Use correct type in va_arg argument. | Alexander Kabaev | 2006-09-21 | 2 | -2/+2 |
| * | Markup fixes. | Ruslan Ermilov | 2006-09-17 | 1 | -1/+1 |
| * | Remove alpha left-overs. | Ruslan Ermilov | 2006-08-22 | 1 | -1/+1 |
| * | Oops, correct the weak reference (s/fclose/fcloseall). | Daniel Eischen | 2006-04-22 | 1 | -1/+1 |
| * | Now that libc has fcloseall(), remove _cleanup() from the list | Daniel Eischen | 2006-04-22 | 1 | -1/+0 |
| * | Add fcloseall() to libc. This removes the need to export _cleanup(). | Daniel Eischen | 2006-04-22 | 5 | -4/+60 |
| * | Add missing #if's for NO_FLOATING_POINT | Poul-Henning Kamp | 2006-04-01 | 5 | -4/+16 |
| * | Add __collate_load_error and __collate_range_cmp to the list of | Daniel Eischen | 2006-03-30 | 1 | -0/+1 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+144 |
| * | Fix the %Q printf extension to behave as expected | Poul-Henning Kamp | 2006-03-02 | 1 | -19/+9 |
| * | Remove spurious "union arg" from printf.h | Poul-Henning Kamp | 2006-02-04 | 1 | -2/+3 |
| * | Add missing 's' suffix on alternate rendition of time. | Poul-Henning Kamp | 2006-01-31 | 1 | -1/+1 |
| * | Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" | Poul-Henning Kamp | 2006-01-25 | 5 | -1/+187 |
| * | Explicitely use a "signed char" instead of a "char", for those archs where | Olivier Houchard | 2005-12-22 | 1 | -2/+2 |
| * | Add an extensible version of our *printf(3) implementation to libc | Poul-Henning Kamp | 2005-12-16 | 9 | -0/+2054 |
| * | With current pthread implementations, a mutex initialization will | David Xu | 2005-12-16 | 3 | -9/+19 |
| * | /* You're not supposed to hit this problem */ | Poul-Henning Kamp | 2005-12-13 | 1 | -2/+2 |
| * | Fix prototype. | Ruslan Ermilov | 2005-11-23 | 2 | -2/+2 |
| * | Use the correct function name as .Nm argument. | Christian Brueffer | 2005-09-18 | 1 | -1/+1 |
| * | Move the declaration of __cleanup to libc_private.h as it is used in both | Stefan Farfeleder | 2005-09-12 | 2 | -2/+3 |
| * | Remove references to nonexistent "FreeBSD Security Architecture" document. | Tim J. Robbins | 2005-09-05 | 3 | -15/+0 |
| * | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | Stefan Farfeleder | 2005-08-20 | 2 | -0/+2 |
| * | Speed up __wcsconv() (and hence the printf() %ls format): | Tim J. Robbins | 2005-07-24 | 1 | -34/+30 |
| * | The header glue.h should provide just a declaration for the variable | Stefan Farfeleder | 2005-05-13 | 1 | -1/+2 |
| * | The correct description for mode "w" is | Dag-Erling Smørgrav | 2005-05-04 | 1 | -1/+1 |