Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2013-06-01 | Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. | Stefan Sperling | |
Catalogs had an arbitrary character set which was used regardless of locale. Add UTF-8-encoded catalogs for libc error messages, and rename existing ones to indicate their character sets. catopen(3) now chooses a catalog which matches the locale's encoding, if available. help & ok matthew, man page bits ok jmc, input from naddy and bluhm | |||
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-06-15 | Fix typos. | Matthew Dempsky | |
ok pig(6) | |||
2011-07-12 | Don't call munmap(2) if mmap(2) failed. | Matthew Dempsky | |
ok deraadt@, tedu@ | |||
2010-01-28 | Update translations: fix EREMOTE and add a bunch of error codes too. | Philip Guenthe | |
From Vadim Zhukov (persgray at gmail.com) | |||
2009-11-27 | sync german translations with recent C.msg changes | Stefan Sperling | |
"Reads ok" mk@ | |||
2009-11-25 | Italian translations | giovanni | |
"syntax looks good" guenther@ | |||
2009-11-24 | Danish translations. | Michael Knudsen | |
(If anyone can suggest a translation for e.g. `breakpoint' that doesn't make me cringe, let me know.) | |||
2009-11-24 | - sync with latest additions | Jasper Lievisse Adriaanse | |
feedback & ok otto@ | |||
2009-11-24 | Change ENOTSUP's strerror() to "Not supported" | Philip Guenthe | |
Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUP ok millert@, mk@, go aheads from others who have other translations in the works | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-03-15 | spelling, jon@vexed.se | Theo de Raadt | |
2006-03-14 | add italian nls; from jwk@xtf.it | Theo de Raadt | |
2006-03-14 | missing newline | Theo de Raadt | |
2005-08-05 | zap rcsid | Marc Espie | |
2005-07-22 | - sync prototypes and header excerpts to reality | Jared Yanovich | |
- punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc | |||
2005-03-23 | ansify. ok deraadt@ millert@ | Otto Moerbeek | |
2002-04-02 | Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me. | Camiel Dobbelaar | |
ok wvdputte@, deraadt@ | |||
2002-04-01 | better translations by Paul Weissman | Jan-Uwe Finck | |
deraadt@ okay. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2000-08-09 | Remove trailing blank lines. | Aaron Campbell | |
1999-08-31 | Consistify naming of RETURN VALUES section. | Aaron Campbell | |
1999-07-05 | repairs | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-04-22 | spelling | Marc Espie | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-11-04 | availiable -> available | Aaron Campbell | |
1998-08-08 | add russian messages support | Oleg Safiullin | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
1997-06-18 | french fix from matthieu | Theo de Raadt | |
1997-06-18 | catalogs from netbsd | Theo de Raadt | |
1997-06-17 | fixed some typos; netbsd | Niels Provos | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-09-05 | 1 char oflow; bitblt & deraadt | Theo de Raadt | |
1996-08-26 | use issetugid() to protect against bad getenv | Theo de Raadt | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-19 | No longer used | Thorsten Lockert | |
1996-06-23 | from jtc; Ensure user can't make us overrun fixed sized buffers. | Theo de Raadt | |
Merged in changes from branch (make sure all memory, file descriptors, mappings, etc. are freed and return (nl_catd) -1 on error). Also fix one minor bug and clean up NLSPATH parsing a bit more. | |||
1996-06-10 | exit nicely, error out nicely | Theo de Raadt | |
1996-05-22 | svr4-style gencat | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es> | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |