| Commit message (Expand) | Author | Age | Files | Lines |
| * | Must link strerror manpage to strerror_r. | Wes Peters | 2001-11-27 | 1 | -0/+1 |
| * | Add strerror_r function per Posix prototype. | Wes Peters | 2001-11-27 | 2 | -23/+107 |
| * | Be more explicit about the fact that realloc() might return a | Giorgos Keramidas | 2001-11-24 | 1 | -0/+4 |
| * | mdoc(7) police: markup cleanup. | Ruslan Ermilov | 2001-11-22 | 1 | -15/+26 |
| * | mdoc(7) police: add missing comma. | Ruslan Ermilov | 2001-11-22 | 1 | -1/+1 |
| * | fix compilation (include -> #include) | Max Khon | 2001-11-21 | 1 | -1/+1 |
| * | mdoc(7) police: fixed typos and minor markup nits. | Ruslan Ermilov | 2001-11-21 | 4 | -17/+21 |
| * | mdoc(7) police: general cleanup. | Ruslan Ermilov | 2001-11-21 | 1 | -40/+55 |
| * | Should also include namespace.h | Brian Feldman | 2001-11-21 | 1 | -1/+3 |
| * | Change certain syscalls from x to _x. | Brian Feldman | 2001-11-21 | 1 | -7/+7 |
| * | Introduce readpassphrase(3), a superset of getpass(3). This | Brian Feldman | 2001-11-20 | 5 | -101/+256 |
| * | mdoc(7) police: minor markup and spelling fixes. | Ruslan Ermilov | 2001-11-20 | 1 | -4/+7 |
| * | mdoc(7) police: sort xrefs. | Ruslan Ermilov | 2001-11-20 | 1 | -2/+2 |
| * | mdoc(7) police: consistently use the .Ux macro. | Ruslan Ermilov | 2001-11-20 | 1 | -4/+4 |
| * | mdoc(7) police: remove whitespace at EOL. | Ruslan Ermilov | 2001-11-20 | 1 | -1/+1 |
| * | Actually build new files. | Jake Burkholder | 2001-11-19 | 1 | -1/+2 |
| * | Need .type and .size here too. | Jake Burkholder | 2001-11-18 | 7 | -4/+15 |
| * | Add more libc stuff. | Jake Burkholder | 2001-11-18 | 11 | -0/+843 |
| * | Catch up to jmpbuf changes. Define offsets used from assmebly language | Jake Burkholder | 2001-11-18 | 2 | -24/+39 |
| * | Remove fork and vfork wrappers. The kernel does the right thing. | Jake Burkholder | 2001-11-18 | 3 | -127/+1 |
| * | Add .type and .size pseudo-ops to system call macros so that dynamic binaries | Jake Burkholder | 2001-11-18 | 1 | -7/+15 |
| * | Remove a sentence from the BUGS section that claims non page-aligned | Ian Dowse | 2001-11-18 | 1 | -3/+1 |
| * | If 'VX' is given, realloc(foo,0) will bail, it shouldn't. | Poul-Henning Kamp | 2001-11-17 | 1 | -2/+5 |
| * | Correctly call THREAD_UNLOCK() if the recursive call trap is sprung. | Poul-Henning Kamp | 2001-11-16 | 1 | -0/+2 |
| * | Create link from directory.3 to readdir_r.3. | Dima Dorfman | 2001-11-16 | 1 | -2/+2 |
| * | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | Robert Watson | 2001-11-16 | 1 | -2/+6 |
| * | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | Mike Barcroft | 2001-11-15 | 13 | -12/+450 |
| * | Cross-reference the fdopen and fileno manpages. | Murray Stokely | 2001-11-14 | 2 | -1/+3 |
| * | Cleanups after previous change: | John Baldwin | 2001-11-13 | 2 | -18/+4 |
| * | The kernel already fixes up %eax for parents that return from fork, so | John Baldwin | 2001-11-13 | 6 | -110/+4 |
| * | Fixed namespace pollution related to `err' in libc in the same way as for | Bruce Evans | 2001-11-11 | 6 | -7/+17 |
| * | Increment the loop counter. | Dag-Erling Smørgrav | 2001-11-10 | 1 | -0/+1 |
| * | - Put missing prototype for rcmd() in <unistd.h>. | Ruslan Ermilov | 2001-11-09 | 2 | -58/+66 |
| * | The algorithm that computes the tables used in the BM search algorithm sometimes | Daniel C. Sobral | 2001-11-09 | 1 | -1/+2 |
| * | Note that the manpage is incorrect about the vector argument. | Peter Wemm | 2001-11-09 | 1 | -0/+3 |
| * | Fix vendor ID's. | David E. O'Brien | 2001-11-07 | 12 | -36/+60 |
| * | rcsid[]->__FBSDID | David E. O'Brien | 2001-11-07 | 55 | -248/+95 |
| * | Don't ignore unknown characters. The previous code treated a line like: | Bill Fenner | 2001-11-07 | 2 | -3/+5 |
| * | Add a note explaining why CLOCKS_PER_SEC isn't 1000000. | David Malone | 2001-11-05 | 1 | -1/+10 |
| * | - There is no such thing as a socket structure. sockets are integers. | John Baldwin | 2001-11-05 | 1 | -2/+2 |
| * | Document ENETDOWN. | Dima Dorfman | 2001-11-05 | 1 | -0/+2 |
| * | malloc and calloc do not free memory. | Dima Dorfman | 2001-11-05 | 1 | -2/+3 |
| * | Make strtod.c work on Alpha as well. strtod.c has got locale support, | Peter Wemm | 2001-11-04 | 1 | -11/+8 |
| * | Slightly closer to netbsd_strtod.c: | Peter Wemm | 2001-11-04 | 1 | -11/+12 |
| * | Implement fpsetmask() and fpgetmask(). | Doug Rabson | 2001-11-03 | 3 | -1/+83 |
| * | phkmalloc->evilchecks++; | Poul-Henning Kamp | 2001-11-02 | 1 | -3/+13 |
| * | Add notice about early use from malloc.c forbidding malloc use from | Poul-Henning Kamp | 2001-11-02 | 1 | -0/+5 |
| * | Add a long-overdue nail to the deprecated /dev/urandom interface | Mark Murray | 2001-10-30 | 2 | -2/+2 |
| * | Make the output from assert() look more like the example in the C99 | Mike Barcroft | 2001-10-29 | 1 | -2/+2 |
| * | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | Matthew Dillon | 2001-10-28 | 1 | -0/+40 |