summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-07-25Store the whole 64-bit pointer...mycroft
2000-07-25Use cpp comment style.mycroft
2000-07-25typo. s/Fa getaddrinfo/Fn getaddrinfo/. sync with kame.itojun
2000-07-25move pitfall example to downwards. wording fixes. sync with kame.itojun
2000-07-25Make __dtoul() actually DTRT. The calling convention was totally wrong, andmycroft
2000-07-25give pitfall examples.itojun
2000-07-24Offset the %i2 stack slot from %sp, not %fp. Otherwise we may modify themycroft
2000-07-24There's no good reason not to assume a 64-bit stack here.mycroft
2000-07-24correct malloc() size computation mistake. bug from bsdi, founditojun
2000-07-24Don't bother saving %f16-%f31, since we don't use them.mycroft
2000-07-24_errno -> __errnomycroft
2000-07-23Just use a store/load pair to get the pattern into the FP reg. This eliminatesmycroft
2000-07-23Fix stack BIAS issues.eeh
2000-07-21Update some more assembly code for PIC issues.eeh
2000-07-20Add a description of strtok_r(3), and rip out the obsoleteness claim.kleink
2000-07-18Fix PIC bugs.eeh
2000-07-17fix a bug in the NOIEEE (aka VAX) case.matt
2000-07-16v*scanf() are hardly 'new to this release' when they havejdolecek
2000-07-16correct delint mistake (missing "&").itojun
2000-07-15Revert previous change -- turned out I'd got my build environment in a twist.bjh21
2000-07-15Add fixunssfsi and fixunsdfsi. These are provided by libgcc2.c in GCC 2.95,bjh21
2000-07-14Use rpcvers_t, not long, for some variables holding version numbers. Theyfvdl
2000-07-14Use explicit int32 get/put macros. Needed for 64bit big-endian systems.fvdl
2000-07-14KNF.kleink
2000-07-11Xr passwd.confad
2000-07-10* Use standard interval notation for struct tm members.kleink
2000-07-10document sysctl variable "net.inet.icmp.errppslimit".itojun
2000-07-10Add a name description as well.kleink
2000-07-09add desription for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}.itojun
2000-07-09reject empty scopeid/numeric portname explicitly. sync with kame.itojun
2000-07-09use strtoul() to check for all-digit string, not isdigit(). sync with kame.itojun
2000-07-08Block align pointer *AFTER* fixing up possible stack bias.eeh
2000-07-08Correct format mismatch for field widthssommerfeld
2000-07-08Attach __format__ attributes to local __sbprintf functionsommerfeld
2000-07-08Elaborate a bit on fseeko() and ftello().kleink
2000-07-08Bump date for fseeko() and ftello().kleink
2000-07-08In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoidkleink
2000-07-08XCU5: Add fseeko() and ftello() functions which provide the functionality ofkleink
2000-07-08De-delint previous: svc_vc_rendezvous_ops() isn't unused unless the singlekleink
2000-07-08%-format pedant (always pass %s, don't use variable alone).itojun
2000-07-08Create link to lchflags.[02].enami
2000-07-07Add special treatment of shmat(2).itohy
2000-07-07Passing "char" values to ctype(3) functions is problematic.itohy
2000-07-07to get (f)lex output to go to stdout, use -t (a flag supported bycgd
2000-07-07Add a proper DESCRIPTION to the man page, per PR 10072.fair
2000-07-06Note that localtime_r() does not imply tzset(); inspired by a conversationkleink
2000-07-06Improve description for tm_year and some other fields.hubertf
2000-07-06add explicit casts to avoid parameter conversion warnings.christos
2000-07-06avoid losing precision warningschristos
2000-07-06add __RPC_GETXID macrochristos