| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix visibility of empty variable -- it should be static. | Alexey Zelkin | 2001-02-24 | 1 | -1/+1 |
| * | Adapt libkvm_getswapinfo() to make use of recently committed vm and swap | Robert Watson | 2001-02-23 | 1 | -60/+254 |
| * | Correctly handle the race itself, too (don't leave it locked). | Brian Feldman | 2001-02-23 | 1 | -0/+1 |
| * | Use the right names to call pthread_mutex_{,un}lock so that things | Brian Feldman | 2001-02-23 | 1 | -2/+2 |
| * | Fix the problems I (and others, undoubtedly) have been having for a | Brian Feldman | 2001-02-23 | 1 | -3/+12 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-02-22 | 1 | -2/+2 |
| * | Correct the prototype for pager_output(). | Daniel C. Sobral | 2001-02-22 | 1 | -1/+1 |
| * | Correct comment typos | Kris Kennaway | 2001-02-20 | 1 | -4/+4 |
| * | Place some hooks (__stdin, __stdout, __stderr) into libc for a future | Peter Wemm | 2001-02-20 | 1 | -0/+23 |
| * | cleanup commentaries | Alexey Zelkin | 2001-02-19 | 1 | -10/+14 |
| * | Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some | Hajimu UMEMOTO | 2001-02-19 | 1 | -5/+0 |
| * | Deal properly with "0" | Andrey A. Chernov | 2001-02-19 | 1 | -1/+5 |
| * | Preceed/preceeding are not english words. Use precede or preceding. | Jeroen Ruigrok van der Werven | 2001-02-18 | 1 | -1/+1 |
| * | Silence -Wnon-const-format | Kris Kennaway | 2001-02-18 | 1 | -1/+1 |
| * | Back out snprintf -> sprintf change until I have time to look at it. | Kris Kennaway | 2001-02-18 | 1 | -1/+1 |
| * | CRNCYSTR: determine '.' too | Andrey A. Chernov | 2001-02-17 | 1 | -9/+15 |
| * | Implement CRNCYSTR | Andrey A. Chernov | 2001-02-17 | 1 | -3/+20 |
| * | Extra needs to be initialized for our usual pool of FILEs. This was | Warner Losh | 2001-02-16 | 1 | -3/+14 |
| * | Fix the current libc breakage in current: | Warner Losh | 2001-02-16 | 6 | -18/+39 |
| * | Don't depend on lcl_mutex being a recursive mutex. | Tor Egge | 2001-02-15 | 1 | -5/+5 |
| * | Remove freelists managed by Balloc/Bfree. | Tor Egge | 2001-02-15 | 3 | -69/+41 |
| * | Correct 2nd argument of getnameinfo(3) to socklen_t. | Hajimu UMEMOTO | 2001-02-15 | 1 | -1/+1 |
| * | List the SA_RESTART flag rather than burying it in another paragraph. | Peter Wemm | 2001-02-14 | 1 | -0/+2 |
| * | Only build the compat libs appropiate for the target machine. | David E. O'Brien | 2001-02-14 | 1 | -0/+8 |
| * | Add include <sys/time.h> because kevent uses struct timespec | Guido van Rooij | 2001-02-14 | 1 | -0/+1 |
| * | Commit a libc fix going by the current state of the version numbering | Peter Wemm | 2001-02-14 | 2 | -10/+11 |
| * | Return {YES,NO}STR from locale | Andrey A. Chernov | 2001-02-13 | 1 | -2/+2 |
| * | catch up to __part_load_locale() interface change | Alexey Zelkin | 2001-02-13 | 4 | -19/+14 |
| * | add additional function parameter: bufsize_min. it's possible | Alexey Zelkin | 2001-02-13 | 2 | -4/+7 |
| * | mdoc(7) cleanup. | Ruslan Ermilov | 2001-02-12 | 1 | -90/+86 |
| * | Sort PROT_* and MAP_* lists, logically and alphabetically respectively. | Ruslan Ermilov | 2001-02-12 | 1 | -44/+68 |
| * | Make comparsions more clear (per style(9)) | Alexey Zelkin | 2001-02-12 | 3 | -4/+4 |
| * | Assume that "" passed as parameter also means "no grouping" | Alexey Zelkin | 2001-02-12 | 1 | -3/+4 |
| * | Rewrite __time_load_locale() using ldpart.c::__part_load_locale() | Alexey Zelkin | 2001-02-12 | 2 | -153/+15 |
| * | Use .Rv macro instead of hardcoded message | Alexey Zelkin | 2001-02-12 | 1 | -6/+1 |
| * | "Cross references in the SEE ALSO section should be sorted by section | Ruslan Ermilov | 2001-02-12 | 1 | -2/+2 |
| * | mmap(3) -> mmap(2). | Ruslan Ermilov | 2001-02-12 | 1 | -2/+2 |
| * | It sounded like a good idea at the time. The previous change breaks | Peter Wemm | 2001-02-12 | 1 | -4/+0 |
| * | Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and | Peter Wemm | 2001-02-12 | 1 | -0/+4 |
| * | o Fix build of libc broken in revision 1.2. offsetof() requires the | Robert Watson | 2001-02-12 | 1 | -0/+2 |
| * | Catch up to new priority interface. | Jake Burkholder | 2001-02-12 | 1 | -4/+1 |
| * | Remove (int) file descriptor locking. It should be up to the | Daniel Eischen | 2001-02-11 | 11 | -512/+59 |
| * | libc MT-safety, part 2. | Daniel Eischen | 2001-02-11 | 22 | -104/+261 |
| * | Mention PROT_NONE in the list of possible protections. | Nik Clayton | 2001-02-11 | 1 | -0/+2 |
| * | Include mmap(2) in the list of memory allocation functions. | Nik Clayton | 2001-02-11 | 1 | -2/+10 |
| * | .Xr to mmap. | Nik Clayton | 2001-02-11 | 1 | -1/+2 |
| * | Note that mmap(2) can allocate memory, as well as mapping existing files, | Nik Clayton | 2001-02-11 | 1 | -1/+1 |
| * | Add a man page for the dbm_* functions, and update the Makefile to link | Nik Clayton | 2001-02-11 | 2 | -1/+211 |
| * | Don't use hardcoded struct size, use offsetof() instead (make size calculations | Alexey Zelkin | 2001-02-11 | 1 | -5/+7 |
| * | Don't try to convert grouping strings in case if C or POSIX locale | Alexey Zelkin | 2001-02-11 | 2 | -2/+2 |