| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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;
|
| | | |
| | | |
| | | |
| | | | |
exceeded the happy number - use a display instead.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- correct syntax for retrieving an http page. this example further
corrected by ian darwin (thanks!)
- the -v flag is relatively useless when port scanning, so remove it
from the example, and reword the description appropriately
- udp port scans always report ports as open (i.e. are useless) so
remove example claiming it works, and add CAVEATS to note that -uz is
relatively useless
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Prodded by art@ and fgsch@, ok deraadt@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
is what is used in /etc/services.
ok jmc@ henning@ millert@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
code would dereference NULL for mixed letter and number args.
OK deraadt@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
APIWARN
okay millert@, otto@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
getnameinfo(3). POSIX doesn't require this and it breaks code that
doesn't handle it.
"I think this is safe" millert@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
no longer needs initializing (we use mmap for malloc entirely now)
noticed by kjell, ok dhartmei, tested by me
|
| | | |
| | | |
| | | |
| | | | |
libc major bump by espie in a few
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
unsigned but there is no ABI change. OK deraadt@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
should be generally usable, split this out into option 'P'. ok deraadt
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
from original author (David Mazieres)
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
stir after eating 400000 words. ok + input deraadt
|
| | | |
| | | |
| | | |
| | | | |
ok mcbride@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
on the local network support them.
This adds a new socket option, SO_JUMBO, and a new route flag,
RTF_JUMBO. If _both_ the socket option is set and the route for the host
has RTF_JUMBO set, ip_output will fragment the packet to the largest
possible size for the link, ignoring the card's MTU.
The semantics of this feature will be evolving rapidly; talk to us
if you intend to use it.
ok deraadt@ marius@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
ok jaredy@ miod@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
feedback & ok avsm@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
0 to signal errors. should be no functional change in nc apart from
different error messages.
"groovy", said deraadt@
|