| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
they get a whole page and go right at the end of it. ok deraadt tdeval
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to the proxy instead of resolving them locally and sending IPv4 addresses.
This improves privacy, e.g. when using nc with OpenSSH DynamicForward tunnels,
and gives us better IPv6 support; ok beck@
|
| | | |
| | | |
| | | |
| | | | |
spurious error if the lookup fails. from Ray; ok markus@
|
| | | |
| | | |
| | | |
| | | | |
originally from ray; help/ok djm@
|
| | | |
| | | |
| | | |
| | | | |
ok dtucker@ markus@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
to the strerror() test.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
environment stuff originates from AT&T or BSD. ok ok deraadt@
millert@ ian@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* introduce the mbstate_t typedef.
impacts gnu libiconv, which has already been taken care of.
* Prepare for mb stuff to really exist, replace macro MB_CUR_MAX with
an external variable __mb_cur_max (impacts libX11 and various ports).
* use mbstate in all the mb <-> wchar functions with state.
* add a stub iswctype function allowing some ports to compile.
bash and gdiff are missing wcscoll, and need to be told there's no i18n
until this is fixed.
Discussed and matthieu, otto, millert, kettenis, deraadt.
Major libc bump
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
appropriate error number. ok miod@, millert@ on an earlier version;
ok jaredey@
|
| | | | |
|