Hartmut Brandt
62b6414d73
This commit was generated by cvs2svn to compensate for changes in r121663,
...
which included commits to RCS files with non-trunk default branches.
2003-10-29 10:26:38 +00:00
Hartmut Brandt
f0be771edd
Virgin import of the NgATM SSCOP tool v0.9.
2003-10-29 10:26:38 +00:00
Hajimu UMEMOTO
f95d46333d
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
...
(aka RFC2292bis). Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.
Obtained from: KAME
2003-10-24 18:26:30 +00:00
Hajimu UMEMOTO
37b3e94167
EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493
...
(aka RFC2553bis). Now, getaddrinfo(3) returns EAI_NONAME
instead of EAI_NODATA. Our getaddrinfo(3) nor getnameinfo(3)
didn't use EAI_ADDRFAMILY.
Obtained from: KAME
2003-10-23 13:55:36 +00:00
Hartmut Brandt
477b11e5a6
Some upgrade instructions.
2003-10-22 09:28:49 +00:00
Hartmut Brandt
e869973eec
Virgin import of the NgATM SAAL layer user part v0.9.
2003-10-22 08:09:00 +00:00
Hartmut Brandt
552b83803a
This commit was generated by cvs2svn to compensate for changes in r121330,
...
which included commits to RCS files with non-trunk default branches.
2003-10-22 08:09:00 +00:00
Gregory Neil Shapiro
1f9b7c9633
Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc given
...
the number of broken DNS servers out there in the world. Since we are
diverging from the sendmail.org submit.mc, it's time to make our own
freebsd.submit.mc.
PR: conf/57733
Reviewed by: nork
MFC after: 2 weeks
2003-10-19 00:03:13 +00:00
Daniel Eischen
0fa21a585c
The ports freeze may take longer than anticipated. Instead of
...
waiting for it to be delayed, temporarily back out the -pthread
removal until the freeze is lifted.
Freeze possibly taking longer than necessary: will
Requested by: kris
2003-09-21 07:59:16 +00:00
Ruslan Ermilov
641e45f5da
Sync with FSF branch.
2003-09-20 21:20:01 +00:00
Ruslan Ermilov
5249fed37f
This commit was generated by cvs2svn to compensate for changes in r120297,
...
which included commits to RCS files with non-trunk default branches.
2003-09-20 21:13:43 +00:00
Ruslan Ermilov
cd060126ad
Keep up with recent mdoc(7) changes, that include:
...
- If no .Os call is made, don't print the OS info at all.
- Allow for multiple .Lb calls in the LIBRARY section.
- Improved documentation on punctuation characters.
2003-09-20 21:13:43 +00:00
Gregory Neil Shapiro
5902aa9498
Update for 8.12.10 import
2003-09-19 23:20:46 +00:00
Gregory Neil Shapiro
7660b554bc
Fix sendmail 8.12.10 import conflicts
2003-09-19 23:14:57 +00:00
Gregory Neil Shapiro
2baeb480ca
This commit was generated by cvs2svn to compensate for changes in r120256,
...
which included commits to RCS files with non-trunk default branches.
2003-09-19 23:11:30 +00:00
Gregory Neil Shapiro
a7ec597c92
Import sendmail 8.12.10
2003-09-19 23:11:30 +00:00
Jacques Vidrine
58fec67565
Correct address parsing bug that is believed to be remotely exploitable.
...
Submitted by: Michal Zalewski <lcamtuf@dione.ids.pl>
2003-09-17 15:10:36 +00:00
Jacques Vidrine
148aa75197
This commit was generated by cvs2svn to compensate for changes in r120169,
...
which included commits to RCS files with non-trunk default branches.
2003-09-17 15:10:36 +00:00
Martin Blapp
51adeba1aa
The previous fix (rev 1.25) is only needed in the second place.
2003-09-15 15:48:12 +00:00
Martin Blapp
2d5e32058b
Only kill the default route in the release mode if the interface
...
where the default route is bound to is the same device. Keep it
working for the single user or sysinstall mode, where we just do
what we did before.
Suggested by: dougb
2003-09-15 04:47:41 +00:00
David E. O'Brien
b62fd55fde
Bump __FreeBSD_cc_version for (1) 5.1 (post-mortem) (2) -pthread changes.
2003-09-12 19:19:10 +00:00
Martin Blapp
864ce58afa
Restore behaviour from rev. 1.9. Only log when there is a real change
...
to the configuration state.
Noticed by: obrien
2003-09-09 16:19:46 +00:00
Ruslan Ermilov
9d1be4e42e
Unbreak Russian KOI8-R support.
2003-09-08 17:46:33 +00:00
Josef Karthauser
43bf41ebf5
This commit was generated by cvs2svn to compensate for changes in r119743,
...
which included commits to RCS files with non-trunk default branches.
2003-09-04 18:06:16 +00:00
Josef Karthauser
b12bc0029b
This file was missing in the snap, but it ought to be updated in the
...
vendor branch.
2003-09-04 18:06:16 +00:00
Daniel Eischen
7231b5a661
Remove the -pthread option (in FreeBSD versions 500016 and greater) as
...
threatened over 2 years ago.
Why? -pthread was a hack to prevent linking to both libc and libc_r
and became unecessary when libc_r became free of libc. Now that we
have multiple thread libraries from which to choose, it is more confusing
because you can't link to more than one threads library at a time.
Things like autoconf and libtool sometimes detect -pthread and
also -lc_r, and in conjunction with ports usage of ${PTHREAD_LIBS},
really wacky things ensue when PTHREAD_LIBS is set to another
threads library. This might not be so bad if the build broke
when this happens, but it doesn't and you don't know it until
funny things happen when you run the application (or use an
affected library).
Reviewed by: obrien
2003-09-03 15:44:34 +00:00
Martin Blapp
0ac36f0019
Add notice about deleting .cvsignore
2003-09-03 00:46:21 +00:00
Martin Blapp
461dd2f69e
Apparently these slipped through the import procedure.
...
Kill them again.
2003-09-03 00:44:27 +00:00
Martin Blapp
5d2a431778
Sync with 6.0.9 import. Add my email.
2003-09-02 20:09:55 +00:00
Martin Blapp
0974e17d43
Resolve conflicts.
2003-09-02 15:42:57 +00:00
Martin Blapp
7a56a737a5
Virgin import of AMD (am-utils) 20030828 (6.0.9)
2003-09-02 15:27:38 +00:00
Martin Blapp
6935adfc2f
This commit was generated by cvs2svn to compensate for changes in r119679,
...
which included commits to RCS files with non-trunk default branches.
2003-09-02 15:27:38 +00:00
Martin Blapp
a4b3bf5b8c
Import ISC DHCP 3.0.1 RC12 client.
...
- s/include/includes
- remove already merged files
2003-09-02 11:15:03 +00:00
Martin Blapp
fb26c675fb
Resolve conflicts.
2003-09-02 11:13:21 +00:00
Martin Blapp
c262a571d1
Resolve conflicts.
...
* rev. 1.22
2003-09-02 11:10:29 +00:00
Martin Blapp
09f775bd13
Resolve conflicts:
...
* rev. 1.33/1.25
2003-09-02 11:09:45 +00:00
Martin Blapp
cc55dd3ffa
This commit was generated by cvs2svn to compensate for changes in r119669,
...
which included commits to RCS files with non-trunk default branches.
2003-09-02 11:01:27 +00:00
Martin Blapp
92633f6fc8
Import ISC DHCP 3.0.1 RC12 client.
2003-09-02 11:01:27 +00:00
Martin Blapp
a26181dca1
Sync with ISC repo. Use SIGTERM instead of SIGKILL, make oldpid a long and
...
cast it into a pid_t.
2003-09-02 09:09:53 +00:00
Daniel Eischen
ee6e0476d2
Backout rev 1.10.
...
Requested by: obrien
2003-09-01 05:31:33 +00:00
Daniel Eischen
d489dec95c
Remove -pthread as a compiler option. It was deprecated 2.5 years
...
ago, but not removed.
No reply from: threads, kan, obrien
2003-08-31 22:38:52 +00:00
Andrey A. Chernov
84e0a946b5
Merge local changes
2003-08-31 18:47:12 +00:00
Andrey A. Chernov
8940778706
Merge local changes
2003-08-31 18:29:38 +00:00
Andrey A. Chernov
d9a84bf203
This commit was generated by cvs2svn to compensate for changes in r119610,
...
which included commits to RCS files with non-trunk default branches.
2003-08-31 17:55:46 +00:00
Andrey A. Chernov
19eab8b8e4
Virgin import of GNU Readline 4.3
2003-08-31 17:55:46 +00:00
Andrey A. Chernov
d85d259173
Merge local fixes
2003-08-30 14:19:09 +00:00
Andrey A. Chernov
b14bc0052c
Remove file no longer in the dist
2003-08-30 14:08:22 +00:00
Andrey A. Chernov
252be7b9c3
This commit was generated by cvs2svn to compensate for changes in r119582,
...
which included commits to RCS files with non-trunk default branches.
2003-08-30 14:05:55 +00:00
Andrey A. Chernov
906227327c
Virgin import (trimmed) of GNU Sort, textutils 2.1
2003-08-30 14:05:55 +00:00
Eivind Eklund
c898f3db07
Replace a reference to /kernel with /boot/kernel/kernel
2003-08-26 15:37:19 +00:00