summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2007-02-19from hubertf@netbsd:Jason McIntyre
2007-02-18strlen(3) returns size_t, not int.Ray Lai
2007-02-18strlen(3) returns size_t.Ray Lai
2007-02-17Remove duplicate code. No functional change.Ray Lai
2007-02-15Remove two mutexes by replacing getservbyname() and getservbyport()Ray Lai
2007-02-14correct a mistake concerning ifa_data;Jason McIntyre
2007-02-14remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31.Jun-ichiro itojun Hagino
2007-02-14Remove int pretending to be a size_t.Ray Lai
2007-02-12get cheaper random bytes, less waste and no getpid() calls, which areOtto Moerbeek
2007-02-12provide an libc internal interface to get random bytes, to be used by mallocOtto Moerbeek
2007-02-12from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox()Jason Wright
2007-02-09The buffer passed to getdirentries() must be at least as large asTodd C. Miller
2007-02-09improve example by showing how to skip invalid entries; ok millert@Otto Moerbeek
2007-02-09grammar;Jason McIntyre
2007-02-08g/c __DTF_READALL. It was a flag to the internal __opendir2() butTodd C. Miller
2007-02-07tweaks; ok millertJason McIntyre
2007-02-07sys/swap.h needs sys/param.h and sort while hereNikolay Sturm
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06Update to tzcode2007a. This adds support for 64bit time_t in caseTodd C. Miller
2007-02-03fix NAME, ok jmc@Marc Espie
2007-01-30Remove and simplify an impossible case (if *p = memchr(cp, 0, prec),Ray Lai
2007-01-29add an ENVIRONMENT section for TMPDIR;Jason McIntyre
2007-01-25Move paragraphs unrelated to bfname out of this list item.Alexander Bluhm
2007-01-16Fix potential int overflow for printf(3) when passing in very largeTodd C. Miller
2007-01-16sync with the code: int -> intmax_tSteven Mestdagh
2007-01-08advertising clauses that can be droppedTheo de Raadt
2007-01-08fix mem leak, from NetBSD; ok miod@ kettenis@Otto Moerbeek
2006-12-30RFC4291 declares that IPv6 numeric representation must have no more thanJun-ichiro itojun Hagino
2006-12-28reword a sentence and kill some trailing whitespace;Jason McIntyre
2006-12-23please gccTheo de Raadt
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-21make more correct and less confusing; noted by David Madore;Otto Moerbeek
2006-12-19a failed mmap returns MAP_FAILED, not NULL. found while exercising paxOtto Moerbeek
2006-12-15Nuke GEMDOSFS. Unused part of unused atari port. SimplifiesKenneth R Westerback
2006-12-09tweak the text on deprecated functions, after some help from tom;Jason McIntyre
2006-12-09various tweaks;Jason McIntyre
2006-12-09various tweaks; my apologies to itojun for forgetting toJason McIntyre
2006-12-09switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).Jun-ichiro itojun Hagino
2006-12-08return is not a function. (cosmetic)Jun-ichiro itojun Hagino
2006-12-04confstr() should return 0, not (size_t)-1, on errors; from Guy Harris.Otto Moerbeek
2006-11-26try first mmap() allocation at pagesize, no need to re-mmap at every powerTheo de Raadt
2006-11-21introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).Jun-ichiro itojun Hagino
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-11-14Adjust ktrace(2) man page to recent changes in struct ktr_header.Moritz Jodeit
2006-11-14Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundOtto Moerbeek
2006-11-13missing ;Otto Moerbeek
2006-11-12fix infinity, taking into account endianess. ok drahn@ miod@Otto Moerbeek
2006-11-10bump minor, for void set_rpc_maxgrouplist(int);Alexander von Gernler
2006-11-10add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -gAlexander von Gernler
2006-11-07Load the syscall number into the scratch register (r12) so that we dontDale Rahn