ntohl() returns uint32_t so it cannot be < 0. Since we're storingthe result in an int check for > INT_MAX instead. OK bluhm@
Delete casts to off_t and size_t that are implied by assignmentsor prototypes. Ditto for some of the char* and void* casts too.verified no change to instructions on ILP32 (i386) and LP64 (amd64)
Delete casts to off_t and size_t that are implied by assignmentsor prototypes. Ditto for some of the char* and void* casts too.verified no change to instructions on ILP32 (i386) and LP64 (amd64)ok natano@ abluhm@ deraadt@ millert@
show more ...
After removing National Language Support (NLS) from base, stopcreating the directory /usr/share/nls. Having a non-existing defaultpath in catopen(3) does not make sense, so remove it. If the user
After removing National Language Support (NLS) from base, stopcreating the directory /usr/share/nls. Having a non-existing defaultpath in catopen(3) does not make sense, so remove it. If the userdoes not specify a NLS path, better fail early than fail becauseof an empty directory. Remove path form hier(7).OK stsp@ schwarze@ jmc@
The only thing that was translated into multiple languages in OpenBSDare the errno messages and signal names. Everything else is inEnglish. We are not planning to translate more text. Running a
The only thing that was translated into multiple languages in OpenBSDare the errno messages and signal names. Everything else is inEnglish. We are not planning to translate more text. Running amixed system with less than 1% of the text in native language makesno sense. So remove the NLS support from libc messages. Thecatopen(3) functions stay as they are.OK stsp@ mpi@
Unify all the errno names in- include comment- libc errlist- nls C msg- man pageOK tedu@
Verify that opened message catalog is valid, i.e. avoid integer overflowsand out of boundary accesses.with input by miod, ok stsp
Use new framework for wrapping cat{open,gets,close}(), eliminating_cat* in the process.ok kettenis@
Move to the <limits.h> universe.review by millert, binary checking process with doug, concept with guenther
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.Catalogs had an arbitrary character set which was used regardless of locale.Add UTF-8-encoded catalogs for libc error m
Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.Catalogs had an arbitrary character set which was used regardless of locale.Add UTF-8-encoded catalogs for libc error messages, and rename existing onesto indicate their character sets. catopen(3) now chooses a catalog whichmatches the locale's encoding, if available.help & ok matthew, man page bits ok jmc, input from naddy and bluhm
Remove excessive sys/cdefs.h inclusionok guenther millert kettenis
Fix typos.ok pig(6)
Don't call munmap(2) if mmap(2) failed.ok deraadt@, tedu@
Update translations: fix EREMOTE and add a bunch of error codes too.From Vadim Zhukov (persgray at gmail.com)
sync german translations with recent C.msg changes"Reads ok" mk@
Italian translations"syntax looks good" guenther@
Danish translations.(If anyone can suggest a translation for e.g. `breakpoint' that doesn'tmake me cringe, let me know.)
- sync with latest additionsfeedback & ok otto@
Change ENOTSUP's strerror() to "Not supported"Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUPok millert@, mk@, go aheads from others who have other translationsin the w
Change ENOTSUP's strerror() to "Not supported"Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUPok millert@, mk@, go aheads from others who have other translationsin the works
First pass at removing clauses 3 and 4 from NetBSD licenses.Not sure what's more surprising: how long it took for NetBSD tocatch up to the rest of the BSDs (including UCB), or the amount ofcode t
First pass at removing clauses 3 and 4 from NetBSD licenses.Not sure what's more surprising: how long it took for NetBSD tocatch up to the rest of the BSDs (including UCB), or the amount ofcode that NetBSD has claimed for itself without attributing to theactual authors.OK deraadt@
convert to new .Dd format;
spelling, jon@vexed.se
add italian nls; from jwk@xtf.it
missing newline
zap rcsid
123