| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a note explaining why CLOCKS_PER_SEC isn't 1000000. | dwmalone | 2001-11-05 | 1 | -1/+10 |
* | - There is no such thing as a socket structure. sockets are integers. | jhb | 2001-11-05 | 1 | -2/+2 |
* | gamma(x) actually returns \log(|\Gamma(x)|), so correct the man | dwmalone | 2001-11-05 | 1 | -16/+28 |
* | Describe handling of NULLs passed to pthread_setcancelstate(). | murray | 2001-11-05 | 2 | -4/+20 |
* | Document ENETDOWN. | dd | 2001-11-05 | 1 | -0/+2 |
* | malloc and calloc do not free memory. | dd | 2001-11-05 | 1 | -2/+3 |
* | Mark up NULL in .Dv. | dd | 2001-11-04 | 2 | -2/+6 |
* | Make strtod.c work on Alpha as well. strtod.c has got locale support, | peter | 2001-11-04 | 1 | -11/+8 |
* | Slightly closer to netbsd_strtod.c: | peter | 2001-11-04 | 1 | -11/+12 |
* | Implement fpsetmask() and fpgetmask(). | dfr | 2001-11-03 | 3 | -1/+83 |
* | cmott@scientech.com -> cm@linktel.net | brian | 2001-11-03 | 9 | -10/+10 |
* | Do not fail doing rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a if the | peter | 2001-11-03 | 1 | -1/+1 |
* | Put in an attempt at stack trace/unwind records. | peter | 2001-11-03 | 1 | -0/+8 |
* | Do not ``build'' (ie remove, and put in stub libraries) for libresolv | peter | 2001-11-03 | 1 | -3/+8 |
* | Dont fail if ${DESTDIR}${LIBDIR}/ or any of its components dont | peter | 2001-11-03 | 1 | -1/+2 |
* | Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/* | peter | 2001-11-03 | 1 | -1/+1 |
* | phkmalloc->evilchecks++; | phk | 2001-11-02 | 1 | -3/+13 |
* | Add notice about early use from malloc.c forbidding malloc use from | phk | 2001-11-02 | 1 | -0/+5 |
* | Add a long-overdue nail to the deprecated /dev/urandom interface | markm | 2001-10-30 | 2 | -2/+2 |
* | Mostly cosmetic. Use indentation that is reasonably close to other | peter | 2001-10-29 | 2 | -20/+20 |
* | Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_ | peter | 2001-10-29 | 1 | -1/+8 |
* | Make the output from assert() look more like the example in the C99 | mike | 2001-10-29 | 2 | -6/+6 |
* | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | dillon | 2001-10-28 | 1 | -0/+40 |
* | Add routines to convert time_t to/from fixed-bit fields. These routines | dillon | 2001-10-28 | 2 | -1/+62 |
* | sparc64 verions of the crt initialization and finalization files required | obrien | 2001-10-28 | 2 | -0/+100 |
* | Only provide function information in compile environments that support | mike | 2001-10-27 | 2 | -9/+17 |
* | Restore K&R prototype. Fix other style bugs. | mike | 2001-10-27 | 1 | -2/+3 |
* | Add missing crti.S and crtn.S files. I have tested these with -static | peter | 2001-10-27 | 2 | -0/+92 |
* | Sync with other platforms. | obrien | 2001-10-27 | 1 | -2/+3 |
* | minor style updating | obrien | 2001-10-27 | 3 | -13/+9 |
* | Update for reality and syncing with other FreeBSD platforms. | obrien | 2001-10-27 | 1 | -6/+5 |
* | Feh, it helps to include a file other than yourself... wonder how | obrien | 2001-10-27 | 1 | -1/+1 |
* | Explicitly use int32_t for on-disk records for pw_change and pw_expire, | peter | 2001-10-27 | 1 | -2/+5 |
* | Remove the -I../libc/${MACHINE_ARCH} that was there solely for | peter | 2001-10-26 | 1 | -3/+0 |
* | Make libc_r check the kern.usrstack sysctl instead of using internal | peter | 2001-10-26 | 9 | -18/+60 |
* | Style: sort __sys_foo() prototypes, tabs -> spaces, etc. | ru | 2001-10-26 | 3 | -234/+234 |
* | Removed: | ru | 2001-10-26 | 10 | -250/+30 |
* | Remove the internal implementation details of wrapping syscalls, | ru | 2001-10-26 | 19 | -505/+0 |
* | Compensate for the way that _setjmp aligns the start of jmp_buf. | dfr | 2001-10-26 | 2 | -5/+23 |
* | Fix nit in copyright. | obrien | 2001-10-26 | 1 | -2/+2 |
* | Use the new machine-independent versions of crtbegin and crtend | obrien | 2001-10-26 | 2 | -108/+0 |
* | Minimal libc for sparc64. | jake | 2001-10-26 | 19 | -0/+874 |
* | In > LONG_MAX test use sseek return value and not _offset which can be not | ache | 2001-10-25 | 1 | -3/+4 |
* | Don't put an extra space after password prompts, because it violates POLA, | sobomax | 2001-10-25 | 2 | -7/+7 |
* | Implement va->pa translation for kernel virtual addresses. This is | dfr | 2001-10-25 | 1 | -30/+59 |
* | Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token | archie | 2001-10-25 | 1 | -2/+2 |
* | Change #include "DEFS.h" to <machine/asm.h>. | peter | 2001-10-25 | 4 | -4/+4 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 42 | -82/+35 |
* | Add __FBSDID. | asmodai | 2001-10-24 | 1 | -3/+5 |
* | Add __FBSDID. | asmodai | 2001-10-24 | 1 | -5/+10 |