aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix pthread_join so that it works if the target thread exits whileDaniel Eischen2001-11-1712-30/+96
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.Poul-Henning Kamp2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.Poul-Henning Kamp2001-11-161-0/+2
* Create link from directory.3 to readdir_r.3.Dima Dorfman2001-11-161-2/+2
* o Reflect repo-copy of extattr.[c3] from libutil to libc, movingRobert Watson2001-11-164-183/+7
* o Document 'nocheckmail' login capability.Robert Watson2001-11-161-0/+1
* Although the 'bool' type is referenced in the list of capabilities, itRobert Watson2001-11-161-0/+3
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-1513-12/+450
* Cross-reference the fdopen and fileno manpages.Murray Stokely2001-11-142-1/+3
* Cleanups after previous change:John Baldwin2001-11-132-18/+4
* The kernel already fixes up %eax for parents that return from fork, soJohn Baldwin2001-11-136-110/+4
* One more fix for sysinstall/libdisk to create a device fileMakoto Matsushita2001-11-111-6/+10
* Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation wasGregory Neil Shapiro2001-11-111-1/+6
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-116-7/+17
* Increment the loop counter.Dag-Erling Smørgrav2001-11-101-0/+1
* - Put missing prototype for rcmd() in <unistd.h>.Ruslan Ermilov2001-11-092-58/+66
* The algorithm that computes the tables used in the BM search algorithm sometimesDaniel C. Sobral2001-11-091-1/+2
* Note that the manpage is incorrect about the vector argument.Peter Wemm2001-11-091-0/+3
* kern.ps_arg_max_cache is a long, not an int. I believe this is half ofPeter Wemm2001-11-081-1/+1
* Fix vendor ID's.David E. O'Brien2001-11-0712-36/+60
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-0755-248/+95
* Don't ignore unknown characters. The previous code treated a line like:Bill Fenner2001-11-072-3/+5
* - Change the f_isdir field of struct file to be a flags field and twoJohn Baldwin2001-11-061-13/+54
* - Add a simple SUSP parser.John Baldwin2001-11-061-8/+154
* Switch to using ANSI function declarations and add missing functionJohn Baldwin2001-11-061-31/+15
* 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