aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a note explaining why CLOCKS_PER_SEC isn't 1000000.David Malone2001-11-051-1/+10
* - There is no such thing as a socket structure. sockets are integers.John Baldwin2001-11-051-2/+2
* gamma(x) actually returns \log(|\Gamma(x)|), so correct the manDavid Malone2001-11-051-16/+28
* Describe handling of NULLs passed to pthread_setcancelstate().Murray Stokely2001-11-052-4/+20
* Document ENETDOWN.Dima Dorfman2001-11-051-0/+2
* malloc and calloc do not free memory.Dima Dorfman2001-11-051-2/+3
* Mark up NULL in .Dv.Dima Dorfman2001-11-042-2/+6
* Make strtod.c work on Alpha as well. strtod.c has got locale support,Peter Wemm2001-11-041-11/+8
* Slightly closer to netbsd_strtod.c:Peter Wemm2001-11-041-11/+12
* Implement fpsetmask() and fpgetmask().Doug Rabson2001-11-033-1/+83
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-039-10/+10
* Do not fail doing rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a if thePeter Wemm2001-11-031-1/+1
* Put in an attempt at stack trace/unwind records.Peter Wemm2001-11-031-0/+8
* Do not ``build'' (ie remove, and put in stub libraries) for libresolvPeter Wemm2001-11-031-3/+8
* Dont fail if ${DESTDIR}${LIBDIR}/ or any of its components dontPeter Wemm2001-11-031-1/+2
* Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/*Peter Wemm2001-11-031-1/+1
* phkmalloc->evilchecks++;Poul-Henning Kamp2001-11-021-3/+13
* Add notice about early use from malloc.c forbidding malloc use fromPoul-Henning Kamp2001-11-021-0/+5
* Add a long-overdue nail to the deprecated /dev/urandom interfaceMark Murray2001-10-302-2/+2
* Mostly cosmetic. Use indentation that is reasonably close to otherPeter Wemm2001-10-292-20/+20
* Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_Peter Wemm2001-10-291-1/+8
* Make the output from assert() look more like the example in the C99Mike Barcroft2001-10-292-6/+6
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().Matthew Dillon2001-10-281-0/+40
* Add routines to convert time_t to/from fixed-bit fields. These routinesMatthew Dillon2001-10-282-1/+62
* sparc64 verions of the crt initialization and finalization files requiredDavid E. O'Brien2001-10-282-0/+100
* Only provide function information in compile environments that supportMike Barcroft2001-10-272-9/+17
* Restore K&R prototype. Fix other style bugs.Mike Barcroft2001-10-271-2/+3
* Add missing crti.S and crtn.S files. I have tested these with -staticPeter Wemm2001-10-272-0/+92
* Sync with other platforms.David E. O'Brien2001-10-271-2/+3
* minor style updatingDavid E. O'Brien2001-10-273-13/+9
* Update for reality and syncing with other FreeBSD platforms.David E. O'Brien2001-10-271-6/+5
* Feh, it helps to include a file other than yourself... wonder howDavid E. O'Brien2001-10-271-1/+1
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,Peter Wemm2001-10-271-2/+5
* Remove the -I../libc/${MACHINE_ARCH} that was there solely forPeter Wemm2001-10-261-3/+0
* Make libc_r check the kern.usrstack sysctl instead of using internalPeter Wemm2001-10-269-18/+60
* Style: sort __sys_foo() prototypes, tabs -> spaces, etc.Ruslan Ermilov2001-10-263-234/+234
* Removed:Ruslan Ermilov2001-10-2610-250/+30
* Remove the internal implementation details of wrapping syscalls,Ruslan Ermilov2001-10-2619-505/+0
* Compensate for the way that _setjmp aligns the start of jmp_buf.Doug Rabson2001-10-262-5/+23
* Fix nit in copyright.David E. O'Brien2001-10-261-2/+2
* Use the new machine-independent versions of crtbegin and crtendDavid E. O'Brien2001-10-262-108/+0
* Minimal libc for sparc64.Jake Burkholder2001-10-2619-0/+874
* In > LONG_MAX test use sseek return value and not _offset which can be notAndrey A. Chernov2001-10-251-3/+4
* Don't put an extra space after password prompts, because it violates POLA,Maxim Sobolev2001-10-252-7/+7
* Implement va->pa translation for kernel virtual addresses. This isDoug Rabson2001-10-251-30/+59
* Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong tokenArchie Cobbs2001-10-251-2/+2
* Change #include "DEFS.h" to <machine/asm.h>.Peter Wemm2001-10-254-4/+4
* De-orbit DEFS.h - the other arches do not use it, and it got replacedPeter Wemm2001-10-2442-82/+35
* Add __FBSDID.Jeroen Ruigrok van der Werven2001-10-241-3/+5
* Add __FBSDID.Jeroen Ruigrok van der Werven2001-10-241-5/+10