| Age | Commit message (Expand) | Author |
| 2000-11-29 | This is for completeness only (to make fdopen symmetric with fopen and freopen) | christos |
| 2000-11-29 | Add checks for O_NDELAY [which indicates that we only want plain files], | christos |
| 2000-11-29 | make sure we preserve errno. | christos |
| 2000-11-29 | Add -${MAKEFLAGS} so that make options (like -m) get used for the submake | matt |
| 2000-11-28 | Alloc the keys structure with A_K_NKEYS as the multiplier rather than a | jmc |
| 2000-11-28 | Another change by Hiroshi Horimoto. | is |
| 2000-11-28 | Add missing register prefixes. | scw |
| 2000-11-28 | Add a missing `%' register prefix. | scw |
| 2000-11-27 | Use dbeq loops, code submitted by Hiroshi Horimoto in PR 3223, integrated | is |
| 2000-11-26 | Be SUS-conformant regarding return value when option argument is missing. | wiz |
| 2000-11-26 | Reorder sections to conform more to mdoc.samples; remove non-mdoc | wiz |
| 2000-11-24 | sync with latest openbsd. | itojun |
| 2000-11-24 | strictly conform to RFC2553 (specifically ENXIO case). sync with KAME | itojun |
| 2000-11-21 | fix typo | wiz |
| 2000-11-19 | back out majority of rev 1.5, left stuff from rev. 1.5 is: | jdolecek |
| 2000-11-19 | re-introduce netbsd fix 1.5 -> 1.6, which was mistakenly removed. | itojun |
| 2000-11-19 | Backout parts of rev 1.5. | veego |
| 2000-11-17 | document SWAP_DUMPDEV & SWAP_GETDUMPDEV. | mrg |
| 2000-11-17 | Put back `${SRCS}: asn1.h', so a `make depend' is not obligatory. | pk |
| 2000-11-16 | Add forgotten initialization. | msaitoh |
| 2000-11-16 | english fixup | lukem |
| 2000-11-16 | The prototype for fmtcheck is in <stdio.h> so we'd better include it. | matt |
| 2000-11-13 | clean up depends a little, add stuff to force compilation of | jdolecek |
| 2000-11-13 | make a bit more silent and avoid 'compile_et is up to date' message | jdolecek |
| 2000-11-11 | - add support for home and end keys. | christos |
| 2000-11-10 | Install html documentation for libbz2/bzip2. | wiz |
| 2000-11-08 | Install (lib)bzip2 info file, as requested by NAKAJIMA Yoshihiro in PR 7402. | wiz |
| 2000-11-08 | improve description of line syntax | lukem |
| 2000-11-07 | Added libform specific error code. | blymn |
| 2000-11-07 | fix up various .Nm abuses: | lukem |
| 2000-11-06 | add missing ' is ' in regerror() explanation | jdolecek |
| 2000-11-05 | add a lint comment. | christos |
| 2000-11-04 | always build libintl (don't check MKNLS). | itojun |
| 2000-11-03 | update bindtextdomain() handling to be conformant to spec. we need to | itojun |
| 2000-11-02 | supply _nl_msg_cat_cntr, just to make gettext.m4 happy. sync with citrus. | itojun |
| 2000-11-01 | Fix modf() (I hope. Can't be any worse than the old version.) | eeh |
| 2000-11-01 | make the following behavior compatible with GNU gettext. | itojun |
| 2000-11-01 | do not build libintl if MKNLS=no | itojun |
| 2000-11-01 | fmtcheck() should be declared as fmtcheck(), not __fmtcheck(). | briggs |
| 2000-10-31 | we do not allow relative pathname | itojun |
| 2000-10-31 | less warnings on lint. be more friendly with align-picky arch. | itojun |
| 2000-10-31 | fix default domain name handling. why textdomain() and bindtextdomain() | itojun |
| 2000-10-31 | declare .Lb symbol for libintl. | itojun |
| 2000-10-31 | Don't getenv $HESIOD_CONFIG or $HES_DOMAIN if issetugid(). | lukem |
| 2000-10-31 | remove confusing goto. sync with citrus | itojun |
| 2000-10-31 | fix read(2) return value validation. sync with citrus | itojun |
| 2000-10-31 | bind_textdomain_codeset() always fails. sync with citrus | itojun |
| 2000-10-31 | enable lib/libintl. | itojun |
| 2000-10-31 | BSD-licensed libintl, fully compatible with GNU libintl (in GNU gettext). | itojun |
| 2000-10-27 | be consistent in the use of u_long. eventually they should be uintptr_t. | matt |