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