| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix pthread_join so that it works if the target thread exits while | Daniel Eischen | 2001-11-17 | 12 | -30/+96 |
| * | 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 | 4 | -183/+7 |
| * | o Document 'nocheckmail' login capability. | Robert Watson | 2001-11-16 | 1 | -0/+1 |
| * | Although the 'bool' type is referenced in the list of capabilities, it | Robert Watson | 2001-11-16 | 1 | -0/+3 |
| * | 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 |
| * | One more fix for sysinstall/libdisk to create a device file | Makoto Matsushita | 2001-11-11 | 1 | -6/+10 |
| * | Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was | Gregory Neil Shapiro | 2001-11-11 | 1 | -1/+6 |
| * | 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 |
| * | kern.ps_arg_max_cache is a long, not an int. I believe this is half of | Peter Wemm | 2001-11-08 | 1 | -1/+1 |
| * | 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 |
| * | - Change the f_isdir field of struct file to be a flags field and two | John Baldwin | 2001-11-06 | 1 | -13/+54 |
| * | - Add a simple SUSP parser. | John Baldwin | 2001-11-06 | 1 | -8/+154 |
| * | Switch to using ANSI function declarations and add missing function | John Baldwin | 2001-11-06 | 1 | -31/+15 |
| * | 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 |
| * | gamma(x) actually returns \log(|\Gamma(x)|), so correct the man | David Malone | 2001-11-05 | 1 | -16/+28 |
| * | Describe handling of NULLs passed to pthread_setcancelstate(). | Murray Stokely | 2001-11-05 | 2 | -4/+20 |
| * | 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 |
| * | Mark up NULL in .Dv. | Dima Dorfman | 2001-11-04 | 2 | -2/+6 |
| * | 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 |
| * | cmott@scientech.com -> cm@linktel.net | Brian Somers | 2001-11-03 | 9 | -10/+10 |
| * | Do not fail doing rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a if the | Peter Wemm | 2001-11-03 | 1 | -1/+1 |
| * | Put in an attempt at stack trace/unwind records. | Peter Wemm | 2001-11-03 | 1 | -0/+8 |
| * | Do not ``build'' (ie remove, and put in stub libraries) for libresolv | Peter Wemm | 2001-11-03 | 1 | -3/+8 |
| * | Dont fail if ${DESTDIR}${LIBDIR}/ or any of its components dont | Peter Wemm | 2001-11-03 | 1 | -1/+2 |
| * | Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/* | Peter Wemm | 2001-11-03 | 1 | -1/+1 |
| * | 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 |
| * | Mostly cosmetic. Use indentation that is reasonably close to other | Peter Wemm | 2001-10-29 | 2 | -20/+20 |
| * | Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_ | Peter Wemm | 2001-10-29 | 1 | -1/+8 |
| * | Make the output from assert() look more like the example in the C99 | Mike Barcroft | 2001-10-29 | 2 | -6/+6 |
| * | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | Matthew Dillon | 2001-10-28 | 1 | -0/+40 |
| * | Add routines to convert time_t to/from fixed-bit fields. These routines | Matthew Dillon | 2001-10-28 | 2 | -1/+62 |
| * | sparc64 verions of the crt initialization and finalization files required | David E. O'Brien | 2001-10-28 | 2 | -0/+100 |