augustss
e4e7996be0
Reflect bba(4) move.
2000-05-03 22:58:39 +00:00
augustss
b8119742d5
Move bba(4) man page since it works for both alpha and pmax.
2000-05-03 22:56:55 +00:00
thorpej
d3d81e3ad6
Make varargs and stdarg work with GCC 2.96 and later.
2000-05-03 21:54:06 +00:00
thorpej
33e0776eda
Remove junk after #undef.
2000-05-03 21:41:43 +00:00
mycroft
468985f608
Adjust asm statement for newer GCCs.
2000-05-03 21:32:59 +00:00
mycroft
319d44bfb1
Adjust asm patterns for newer versions of GCC.
2000-05-03 21:20:07 +00:00
thorpej
5a5c88dc4e
`typedef void ifnet_ret_t;' isn't valid C -- use #define, instead. Also,
...
don't abuse the C preprocessor.
2000-05-03 21:08:02 +00:00
thorpej
081e7cbdaf
`typedef void ifnet_ret_t;' isn't valid C -- use #define, instead.
2000-05-03 20:52:29 +00:00
mycroft
f73803d1ce
Fix printf() format.
2000-05-03 20:17:37 +00:00
mycroft
3afc302a93
ctob() -> ptoa(), to fix sign-extension issues when using >2GB. A more
...
comprehensive change will be necessary for >4GB, but that's a bigger issue.
2000-05-03 20:02:08 +00:00
thorpej
b29178acf3
Remove unnecessary junk on #undef line that some C preprocessors
...
get cranky about.
2000-05-03 19:19:04 +00:00
thorpej
e37397c2e8
`typedef void ifnet_ret_t;' isn't valid C -- use #define, instead.
2000-05-03 19:17:54 +00:00
thorpej
ab635a46d3
Slight change to previous.
2000-05-03 19:15:27 +00:00
thorpej
2d66ccbd13
Don't return an uninitialized error code.
2000-05-03 18:58:37 +00:00
thorpej
01e8438aa8
Fill in ccb->ccb_req.sgcount with the value that's guaranteed to
...
be initialized.
2000-05-03 18:58:15 +00:00
jdolecek
02710dee26
Make the ntfs entry in fscknames NULL - there is no fsck_ntfs.
...
Pointed out by Andy Doran in private e-mail.
2000-05-03 18:28:46 +00:00
mycroft
d0d92c23d0
Use USBD_NORMAL_COMPLETION in the previous.
2000-05-03 18:21:36 +00:00
mycroft
ffe599486c
When emulating UHF_PORT_POWER for the internal hub, make sure to initialize
...
the status return value.
2000-05-03 18:14:49 +00:00
itojun
cca383c204
fix sendmail.cf file path.
2000-05-03 17:12:16 +00:00
itojun
79099a85c3
change sendmail.cf path in "postinstall".
...
sync "main" with reality. rc.d/sendmail will die if there's /etc/sendmail.
2000-05-03 17:09:13 +00:00
itojun
78565052f1
do not cope with pre-8.10 configuration file. do not start sendmail.
...
From: hubert
2000-05-03 17:03:10 +00:00
matt
b5db9f5e6e
Implement my MKLINKLIB=yes fix a bit differently. Don't include ${OBJS}
...
in ${ALLOBJS} if MKLINKLIB=yes. This allows Makefiles to continue to
modify ${OBJS}.
2000-05-03 15:15:50 +00:00
ad
cd1719f273
Remove obsolete comment.
2000-05-03 14:53:15 +00:00
joda
dc09e9637e
xntpd -> ntpd
2000-05-03 14:40:39 +00:00
sommerfeld
4d573016ed
Let MULTIPROCESSOR && LOCKDEBUG case compile again
2000-05-03 13:53:59 +00:00
veego
cf189f1d7e
Add ipfs(8).
2000-05-03 11:45:28 +00:00
veego
43cea5b587
Add /usr/sbin/ipfs
2000-05-03 11:44:31 +00:00
veego
7134832d9a
Update for IP Filter 3.4.1
2000-05-03 11:40:53 +00:00
veego
6a6c8edcab
Resolve conflicts and remove some files.
2000-05-03 11:40:15 +00:00
kleink
bd2d21b5d1
Display the VPD's PrintableModel item on startup.
2000-05-03 11:39:54 +00:00
itojun
14e9ff0043
correct typo (sendmail upgrade)
2000-05-03 11:37:16 +00:00
itojun
ebf1723e60
listen to IPv6 smtp socket.
2000-05-03 11:23:16 +00:00
itojun
debc4ca3f3
correct more sendmail upgrade issue.
2000-05-03 11:22:28 +00:00
veego
21dea2100c
Resolve conflicts.
2000-05-03 11:12:03 +00:00
itojun
fcc5dc7faf
correct a post 8.10.1 bug - stock 8.10.1 starts with listening IPv6 socket
...
by default, and crushes old configuration files when sendmail gets IPv6
connection. by default listen to IPv4 socket only for backward compatibility.
turn on IPv6 support.
IPv6 socket can be enabled by the following sendmail.cf directive:
O DaemonPortOptions=Family=inet,address=0.0.0.1
O DaemonPortOptions=Family=inet6,address=::
2000-05-03 11:07:58 +00:00
itojun
e0e97ce83d
$Id$ -> Id
2000-05-03 11:02:48 +00:00
itojun
9ea68ca773
one more removal of $Id$.
2000-05-03 11:01:47 +00:00
veego
4b794f4520
Import IP Filter 3.4.1
2000-05-03 10:57:43 +00:00
itojun
9a24a3ec5b
sync with sendmail upgrade.
2000-05-03 10:57:29 +00:00
veego
ba17d31cd0
Import IP Filter 3.4.1
2000-05-03 10:56:46 +00:00
itojun
24ff0c6e1f
mention sendmail upgrade twists (/etc -> /etc/mail)
2000-05-03 10:56:45 +00:00
veego
4a7aefb42e
Import IP Filter 3.4.1
2000-05-03 10:55:27 +00:00
itojun
366bbade5a
sync with sendmail upgrade.
...
- sendmail configuration files are in /etc/mail, not /etc.
- src/etc/aliases will be installed into /etc/mail/aliases (confusing)
- rc.d/sendmail warns if /etc/sendmail.cf exists.
2000-05-03 10:55:19 +00:00
itojun
b723212dfd
for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.
...
supply sendmail2netbsd for future imports.
remove 8.9.x files.
populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03 10:50:04 +00:00
veego
f737a9e1df
Use find with -type f.
2000-05-03 10:50:03 +00:00
itojun
ec8cc6ac34
for gnu/dist/sendmail, prevent rewrite of $Id$, $Revision$ and $Date$.
...
supply sendmail2netbsd for future imports.
remove 8.9.x files.
populate sendmail 8.10.1 build tree under gnu/usr.sbin/sendmail.
2000-05-03 10:49:07 +00:00
itojun
081aaedb27
sendmail 8.10.1
2000-05-03 09:27:16 +00:00
itojun
94dc65714b
add /etc/mail, which will be used with sendmail 8.10.x.
2000-05-03 09:24:23 +00:00
shin
9d63410108
use TARGET_DEFAULT to generate PIC code.
...
closes PR 8574.
2000-05-03 08:23:12 +00:00
itojun
17424fe1fe
sync with rc.d/network, about IPv6 prefix filters
...
(since we still ship it, we need to make it up-to-date)
2000-05-03 07:04:22 +00:00