summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2006-11-07Build the correct arch softfloat code.Dale Rahn
2006-11-07forgot to commit the new files for sh softfloat support.Dale Rahn
2006-11-06Move (back) to softfloat on sh for now.Dale Rahn
2006-11-06Copy MI softfloat bits from arm to here, so that they can be shared.Dale Rahn
2006-11-03Dont double fork, and since the assembles the same, use -1, instead of 0xffDale Rahn
2006-11-02columns for underflow and overflow were swapped, noticed by Mathieu OlivierAlexander von Gernler
2006-10-31+.Xr fhstat 2Jason McIntyre
2006-10-30must pull in sys/types.h unconditionaly, because it is needed my pthreadsTheo de Raadt
2006-10-30suceed -> succeed; from chad doughertyJason McIntyre
2006-10-29make __dtoa & strtod() thread-safe useing the same method as newer gdtoaTheo de Raadt
2006-10-26various fixes from wiz@netbsdJason McIntyre
2006-10-24evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down!Henning Brauer
2006-10-24add rthread syscalls and bump minor.Ted Unangst
2006-10-24respond to ben hawkes's ruxcon presentation.Ted Unangst
2006-10-21remove calls to abort(3) that can't happen anyway; fromOtto Moerbeek
2006-10-16s/ip/ip6/Ryan Thomas McBride
2006-10-16Document net.inet.ip.multipath and net.inet6.ip6.multipath.Ryan Thomas McBride
2006-10-15mark up `>';Jason McIntyre
2006-10-14Add a CAVEAT section that describes how to properly trim a newline fromChad Loder
2006-10-14Make fgets description much clearer with respect to its exact behavior.Chad Loder
2006-10-14freebsd -r1.21:Jason McIntyre
2006-10-14sync with <sys/stat.h>;Jason McIntyre
2006-10-13__mips64__ handling too.. sighTheo de Raadt
2006-10-12sparc64 should be in the #ifdefTheo de Raadt
2006-10-12use __amd64__ instead, until lint is fixedTheo de Raadt
2006-10-12reorder #if tests because apparently on amd64 cpp proceeds to blow it'sTheo de Raadt
2006-10-11SIGCONT may be sent to any process with the same session ID as the caller,Jason McIntyre
2006-10-11be specific about what we mean by a "slow device";Jason McIntyre
2006-10-11and I forgot ldexp.cDale Rahn
2006-10-11build modf.cDale Rahn
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2006-10-10Teach'em about cpus in spandexMiod Vallat