| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
Remove an extraneous check for dtoa returning Inf/Nan
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Decimal point was missing for some exponential output
Only divide sign by 10 once per loop
Add a missing NUL terminator for one case
If there is no whole number portion, print a leading zero (e.g. 0.1 not .1)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
the list of necessary includes. Now the manpages match reality.
OK mpf@ millert@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt otto.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and remove fallback code. If somebody is dumb enough to make the
sysctl fail using systrace, he deserves what he gets. Saves 7 syscalls
on process startup.
looks good miod@ ok deraadt@ tedu@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
From form@ via mpech@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
it has already been defined by previous includes. While this
is true at the moment, it will no longer be true after a pending
includes cleanup. OK marc@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
okay deraadt@, otto@
Minor bump (nobody stepped forward with other changes, so let's do this one)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
tweaked by tedu@ and myself;
|
| | | |
| | | |
| | | |
| | | | |
from ray lai;
|
| | | |
| | | |
| | | |
| | | |
| | | | |
from andreas schweitzer (pr #4566);
ok dtucker@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(http://www.openssl.org//news/secadv_20051011.txt)
from http://www.openssl.org/news/patch-CAN-2005-2969.txt
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- use err() for error handling
- add lint hints
- spacing nits and missing braces
ok otto
|
| | | |
| | | |
| | | |
| | | | |
okay otto@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br>
Thanks.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
libc manpage of the same name; reported and ok jmc@
|
| | | |
| | | |
| | | |
| | | | |
and remove its entry from the .Nm list;
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Kill old files that are no longer compiled.
okay theo
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make sure tolower/toupper use the whole 8 bits.
okay deraadt@
thanks to everyone who tested
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
relevant anyway;
ok jaredy@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
split functions off res_debug.c so that getnetnamadr.c does not pull it
all when it's used.
okay deraadt@, krw@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- avoid first person.
ok jmc
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
from netbsd pr #30872 (anonymous post);
ok deraadt@ krw@
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- break long lines
ok jmc
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- use `$' for command prompts
- clean up: use a bullet list instead of adding junk to denote list
items
ok jmc
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
we only ignored it if host.h_addrtype was AF_UNSPEC. Set host.h_length
to 0 in _gethtbyname2() since that function does not take a length
argument. Problem found by jaredy@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Make _gethtent() static
- _gethtbyname() is dead code (succeeded by _gethtbyname2), kill it
- _gethtent() requires setting the address family field of the
file-scope variable `host' to that of the desired type of the entry
being searched for. Change the behavior to enforce this if it is not
AF_UNSPEC, which will now allow stepping through entries, and set it
to specific values everywhere else.
help & ok millert
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- typos/spelling, punctuation, rewording, macro, and layout fixes.
help & ok jmc
|
| | | |
| | | |
| | | |
| | | | |
from ray lai;
|
| | | | |
|