| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
rev. 1.12 : use socklen_t where appropriate
rev. 1.13 : Set txrx_error to 1 when we reach abort. This makes the program correctly set the exit code.
The PR has further details on this. [2]
PR: bin/103206 [2]
Approved by: re@ (bmah@)
Notes:
svn path=/stable/6/; revision=162971
|
| |
|
|
|
|
|
| |
socklen_t * argument.
Notes:
svn path=/head/; revision=141918
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140420
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131491
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129435
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121015
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add the optional port argument to SYNOPSIS.
main.c:
- Sync usage with the manual page.
Approved by: trhodes (main.c part)
Obtained from: OpenBSD (jmc)
MFC after: 2 weeks
Notes:
svn path=/head/; revision=120647
|
| |
|
|
|
|
|
|
|
|
|
| |
Reported by: Gary W. Swearingen <underway@comcast.net>
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net> (original version)
Reviewed by: ru
PR: docs/36459
MFC after: 3 weeks
Notes:
svn path=/head/; revision=120042
|
| |
|
|
|
|
|
|
|
| |
ignored.
MFC after: 1 week
Notes:
svn path=/head/; revision=112582
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107276
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97546
|
| |
|
|
|
|
|
|
|
|
|
| |
indicates that not everything worked as expected. Exit non-zero if we
timed out while transmitting or receiving a file or if the file did
not exist, etc.
MFC After: 3 days (re@ willing)
Notes:
svn path=/head/; revision=96433
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95495
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95124
|
| |
|
|
| |
Notes:
svn path=/head/; revision=94605
|
| |
|
|
|
|
|
|
| |
Obtained from: KAME
MFC after: 2 weeks
Notes:
svn path=/head/; revision=94443
|
| |
|
|
|
|
|
| |
We now seem to include <arpa/inet.h> to get ntoh*.
Notes:
svn path=/head/; revision=93428
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92922
|
| |
|
|
|
|
|
|
|
| |
2) Cast some numbers we know to be positive to size_t before we MIN them
with the result of a sizeof.
3) Compare result of inet_addr to INADDR_NONE, not -1.
Notes:
svn path=/head/; revision=91387
|
| |
|
|
| |
Notes:
svn path=/head/; revision=90416
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88883
|
| |
|
|
|
|
|
| |
issued without an argument.
Notes:
svn path=/head/; revision=88882
|
| |
|
|
|
|
|
| |
signed/unsigned comparisons. Use __FBSDID().
Notes:
svn path=/head/; revision=87708
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85155
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85152
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85120
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79535
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79454
|
| |
|
|
|
|
|
|
|
|
| |
(about 31 MB - 32 MB).
Submitted (partially)
by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
Notes:
svn path=/head/; revision=71926
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48792
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40765
|
| |
|
|
|
|
|
| |
Submitted by: J. Assange a long time ago.
Notes:
svn path=/head/; revision=36792
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33645
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=28202
|
| |
|
|
|
|
|
|
|
| |
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
Notes:
svn path=/head/; revision=18286
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13068
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|