| 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 | ${RPCGEN}, not hard-coded rpcgen | cgd |
| 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 | ".di Df" -> ".di\n.Df", to fix creation of paper.ps | hubertf |
| 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-22 | Ignore (to devnull) errors from ls when no libraries are installed. | erh |
| 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-20 | do not rely upon algorithm ordering in pfkey spec. sync with kame | itojun |
| 2000-07-18 | Fix PIC bugs. | eeh |
| 2000-07-18 | Handle dynamic binaries too. | eeh |
| 2000-07-17 | fix a bug in the NOIEEE (aka VAX) case. | matt |
| 2000-07-17 | bump libssl major | mrg |
| 2000-07-17 | Handle krb5_init_context() failure, rather than dumping core. | thorpej |
| 2000-07-17 | bump libcrypto minor | mrg |
| 2000-07-16 | v*scanf() are hardly 'new to this release' when they have | jdolecek |
| 2000-07-16 | update for openssl 0.9.5a | mrg |
| 2000-07-16 | correct delint mistake (missing "&"). | itojun |
| 2000-07-16 | revert part of previous; u_long -> uintptr_t now that uintptr_t is u_long. | christos |
| 2000-07-16 | de-lint. Most important problem was the cast from pointer to uintptr_t to | christos |
| 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 | Well, duh! Use indexed addressing since that's why it's there. That way | matt |
| 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-14 | Correct ctype(3) usage, just in case.... | itohy |
| 2000-07-14 | Clean up & prepare for ELF. Don't define isnan since it's in libc. Add a | matt |
| 2000-07-11 | Xr passwd.conf | ad |
| 2000-07-11 | PCVT hack is gone. | ad |
| 2000-07-11 | Correct ctype(3) usage. | itohy |
| 2000-07-10 | * Use standard interval notation for struct tm members. | kleink |
| 2000-07-10 | - More fixes. | ad |
| 2000-07-10 | `.Fn foo' -> `.Fn foo "void"' in SYNOPSIS. | ad |
| 2000-07-10 | Remove PCVT hack. | ad |
| 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 |