Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a possible reference to a broken memory | suz | 2005-05-02 | 1 | -1/+1 |
| | | | | MFC after: 1 day | ||||
* | plugged memory leak | suz | 2005-04-21 | 1 | -1/+3 |
| | | | | | Obtained from: KAME MFC after: 2 days | ||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Reapply some local fixes that got lost with another NetBSD merge, | ru | 2004-06-04 | 1 | -27/+20 |
| | | | | fix some more. | ||||
* | Fixed the fatal bug: CFLAGS should be added to, not overridden. | ru | 2004-01-17 | 1 | -1/+1 |
| | | | | This prevented CPU and optimization flags to be added here. | ||||
* | - poll(2) support. | ume | 2003-11-14 | 10 | -757/+439 |
| | | | | | | | | | | | | | - simplify by strdup. - set ai_protocol in hints to TCP. - g/c FAITH_NS (no description, not maintained for years) - warn if connection from IPv4 mapped is reached. - IPV6_V6ONLY if possible. - unifdef -UFAITH4. - drop rsh/rlogin support. - deal with negative return value from wait3. Obtained from: KAME | ||||
* | stop use of NI_WITHSCOPEID. it was deprecated. | ume | 2003-10-21 | 1 | -4/+0 |
| | | | | Obtained from: KAME | ||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
| | | | | especially in troff files. | ||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -11/+19 |
| | |||||
* | mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation. | ru | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | sysctl -w -> sysctl | dd | 2002-05-11 | 1 | -1/+1 |
| | | | | Approved by: ume | ||||
* | handle ECONNABORTED. | ume | 2002-04-24 | 1 | -1/+3 |
| | | | | | | Submitted by: morito@double-fault.net Obtained from: KAME MFC after: 3 days | ||||
* | typo in connect(2) error handling. | ume | 2002-04-24 | 1 | -2/+2 |
| | | | | | | Submitted by: Yukiyo Akisada <Yukiyo.Akisada@jp.yokogawa.com> Obtained from: KAME MFC after: 3 days | ||||
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 9 | -184/+78 |
| | | | | | | | (based on freebsd4-snap-20020128) Reviewed by: ume MFC after: 1 week | ||||
* | s/sysctl -w/sysctl/ | ru | 2001-12-11 | 1 | -3/+3 |
| | |||||
* | Handle ftp_copycommand() and ftp_copyresult() potentially returning < -1. | brian | 2001-08-20 | 1 | -12/+4 |
| | |||||
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 1 | -43/+35 |
| | | | | MFC after: 2 weeks | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -6/+4 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -1/+3 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+0 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: eliminate warnings, fix markup. | ru | 2001-07-10 | 1 | -10/+6 |
| | |||||
* | Sync with recent KAME. | ume | 2001-06-11 | 10 | -120/+713 |
| | | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks | ||||
* | NetBSD's inetd uses different syntex from FreeBSD's in faith support. | ume | 2001-05-24 | 1 | -3/+3 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Make enumerated list for flags. Spelling. | charnier | 2000-11-28 | 3 | -14/+12 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: fix errors uncovered by the new feature of the Nm macro. | ru | 2000-11-18 | 1 | -1/+0 |
| | |||||
* | cope with the following reply on PASV (without paren). need more tests. | ume | 2000-09-17 | 1 | -4/+8 |
| | | | | | | 227 Entering Passive Mode x,x,x,x,x,x,x Obtained from: KAME (1.8->1.9) | ||||
* | Remove libutil - setproctitle() is now in libc | brian | 2000-09-02 | 2 | -5/+0 |
| | |||||
* | Correct setproctitle() call | brian | 2000-07-06 | 1 | -1/+1 |
| | | | | Obtained from: OpenBSD | ||||
* | Correct style bugs | kris | 2000-07-06 | 1 | -2/+2 |
| | |||||
* | Sync with latest KAME. | kris | 2000-07-05 | 7 | -149/+388 |
| | | | | Obtained from: KAME | ||||
* | . clear `.Os' macro value since this tool is not KAME specific anymore | phantom | 2000-05-06 | 1 | -36/+40 |
| | | | | | | | | . compact some macros (.Oo/.Oc -> .Op, .Po/.Pc -> .Pq) . use .Tn . avoid using duplicated arguments for .Nm macro . correct KAME kit pathes (/usr/local/v6 -> /usr) . add integration note | ||||
* | Wording fixes | shin | 2000-02-10 | 5 | -15/+15 |
| | | | | Submitted by: charnier | ||||
* | another tcp apps IPv6 updates.(should be make world safe) | shin | 2000-01-27 | 9 | -0/+3288 |
ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project |