Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce some wchar functions (from citrus and an itojun@ diff) | 2005-04-14 | 4 | -5/+41 | |
| | | | | | okay deraadt@, cloder@, pvalchev@ thanks to everyone who commented on that. | ||||
* | The value of the Bxxx defines are not guaranteed to match their value. | 2005-04-14 | 1 | -4/+8 | |
| | | | | E.g. B9600 is not guaranteed to have a value of 9600 (on OpenBSD it does). | ||||
* | move return values to a seperate section, and split them out so that it | 2005-04-14 | 1 | -37/+49 | |
| | | | | is more clear which variants return which values; ok jmc otto | ||||
* | Explain what happens when len equals 0 for snprintf(). | 2005-04-14 | 1 | -1/+9 | |
| | | | | ok jmc@ millert@ | ||||
* | mark up NULL w/ .Dv; | 2005-04-14 | 1 | -2/+5 | |
| | |||||
* | make it crystal clear that errstr is NULL after success | 2005-04-14 | 1 | -1/+4 | |
| | |||||
* | - our pages do not have a LIBRARY section; | 2005-04-13 | 2 | -5/+5 | |
| | | | | | - attach rcs id - wording tweak | ||||
* | Import w* functions so that I can send smaller diffs around. | 2005-04-13 | 25 | -0/+1592 | |
| | | | | | | (Nothing activated yet, of course) okay deraadt@ | ||||
* | more snprintf return value sloppiness; ok otto | 2005-04-11 | 1 | -3/+7 | |
| | |||||
* | Make __syscall prototypes more consistent. Use register_t as the | 2005-04-06 | 9 | -70/+34 | |
| | | | | | return value for system calls that return size_t or ssize_t and quad_t for those that return off_t. | ||||
* | explain where type and class are defined; ok jmc@ | 2005-04-05 | 1 | -1/+8 | |
| | | | | CVS ---------------------------------------------------------------------- | ||||
* | Document PT_[GS]ETXMMREGS. | 2005-04-04 | 1 | -7/+27 | |
| | | | | ok jmc@ | ||||
* | Xr readlink(1). ok jmc@ | 2005-04-03 | 1 | -1/+2 | |
| | |||||
* | /bin/ksh is now in the builtin list; noticed by otto@ | 2005-04-02 | 1 | -3/+4 | |
| | |||||
* | Add /bin/ksh to builtin list of OK shells. | 2005-04-02 | 1 | -2/+2 | |
| | |||||
* | hppa64 bits cloned form hppa | 2005-04-01 | 33 | -0/+1694 | |
| | |||||
* | Fix typo in comment (_setjmp -> setjmp) | 2005-04-01 | 1 | -2/+2 | |
| | | | | ok deraadt | ||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 38 | -692/+326 | |
| | |||||
* | MMAP(2) malloc, here we go again. | 2005-03-31 | 1 | -222/+591 | |
| | |||||
* | make sure the implementation matches the prototype.. | 2005-03-31 | 12 | -25/+25 | |
| | | | | | | char const * -> const char * ok otto@ deraadt@ | ||||
* | ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@ | 2005-03-30 | 8 | -64/+45 | |
| | |||||
* | ansi | 2005-03-30 | 2 | -6/+4 | |
| | | | | ok otto moritz deraadt | ||||
* | ansi + de-register | 2005-03-30 | 36 | -399/+172 | |
| | | | | ok otto deraadt | ||||
* | Do not promise anything about the contents of resolved on failure. | 2005-03-30 | 1 | -4/+4 | |
| | | | | ok millert@ | ||||
* | strcasestr(3), a case-insensitive version of strstr(3). already in netbsd | 2005-03-30 | 3 | -17/+88 | |
| | | | | | | and freebsd, apparently written by torek, the man we never see anymore; submitted by jcs, but he is not around right now for the libc major crank so i sneak it in for him | ||||
* | welcome libc35.0 | 2005-03-30 | 1 | -2/+2 | |
| | |||||
* | make the resolver stat resolv.conf and update if it changes. | 2005-03-30 | 10 | -34/+68 | |
| | | | | useful feedback and ok deraadt@ | ||||
* | Make realpath() thread-safe. New implementation does not use chdir(2) at all. | 2005-03-29 | 2 | -124/+143 | |
| | | | | | | From: FreeBSD by Constantin S. Svintsoff <kostik (at) iclub.nsu.ru> ok otto@ millert@ | ||||
* | add const | 2005-03-28 | 1 | -4/+4 | |
| | |||||
* | add some const to ether_*. remove bonus prototypes this brought out. | 2005-03-28 | 1 | -7/+7 | |
| | | | | ok deraadt@ | ||||
* | Document that historic BSD getopt(3) set optopt for each char, not just | 2005-03-26 | 1 | -1/+14 | |
| | | | | on error. | ||||
* | - use .Cm rather than .Nm for kernel options | 2005-03-26 | 3 | -9/+9 | |
| | | | | - no space needed before full stops here | ||||
* | acct, ktrace, and ptrace are only available if the kernel option is there. | 2005-03-26 | 3 | -3/+15 | |
| | | | | say so. | ||||
* | Change wording of APIWARNs to match arch-independent code. | 2005-03-25 | 2 | -4/+4 | |
| | | | | ok deraadt@ | ||||
* | Fix APIWARNs. | 2005-03-25 | 2 | -6/+6 | |
| | | | | ok deraadt@ | ||||
* | deregister (and deauto!). ok millert@ marco@ | 2005-03-25 | 23 | -91/+90 | |
| | |||||
* | ansify. ok deraadt@ moritz@ | 2005-03-25 | 43 | -665/+348 | |
| | |||||
* | Document that perror() treats an empty string like NULL. | 2005-03-24 | 1 | -8/+6 | |
| | |||||
* | ansify. ok deraadt@ millert@ | 2005-03-23 | 9 | -43/+23 | |
| | |||||
* | ansify. ok deraadt@ moritz@ | 2005-03-23 | 28 | -548/+232 | |
| | |||||
* | deregister & ansify. ok deraad@ marco@ cloder@ | 2005-03-23 | 2 | -16/+13 | |
| | |||||
* | add missing "of" to make this a real sentence. | 2005-03-22 | 1 | -2/+2 | |
| | | | | ok henning mpf miod jmc | ||||
* | chown(8): mention that this utility clears setuid/setgid bits by default; | 2005-03-16 | 1 | -1/+7 | |
| | | | | | | | | | | from stuart henderson (pr #4149); chown(2)/chown(8): mention that sysctl variable fs.posix.setuid=0 overrides this behaviour; from millert and otto; ok deraadt@ otto@ millert@ | ||||
* | - correct include file (from david leonard, pr 4147) | 2005-03-15 | 1 | -4/+4 | |
| | | | | | | | - r_number is type int, not long - lessen display indent to avoid line split ok deraadt@ millert@ | ||||
* | There is no need to call freeaddrinfo() in case of an error. | 2005-03-12 | 1 | -1/+6 | |
| | | | | | getaddrinfo() does that already by itself. OK jmc@ beck@ | ||||
* | do not trash errno before using it, do not pass garbage args to getnameinfo | 2005-03-08 | 1 | -7/+10 | |
| | | | | ok henning andrushock@korovino.net | ||||
* | fix typo in comment. | 2005-03-08 | 1 | -2/+2 | |
| | |||||
* | handle snprintf() returning -1. | 2005-03-08 | 2 | -3/+7 | |
| | | | | ok cloder@ henning@ hshoexer@ | ||||
* | more macro simplification; | 2005-03-07 | 2 | -4/+4 | |
| | |||||
* | fd leak; andrushock@korovino.net | 2005-03-07 | 1 | -2/+4 | |
| |