thorpej
d95d5b1488
Make this driver work on the Alpha. Apparently the receive DMA mechanism
...
has the same 4-byte alignment requirement that the transmit side does. This
causes the packet payload to be misaligned. So, on systems which require
strict alignment, we must copy the incoming frame to a new packet buffer,
suitably aligned.
1999-02-05 22:09:46 +00:00
lukem
00007d07d6
* actually commit the changes which add support for recognising RFC 2228
...
commands (even if we don't do anything with them)
* in logcmd(), syslog why realpath() failed (if it did).
1999-02-05 21:40:49 +00:00
christos
1666f88d5d
Fix the -c problem differently. We cannot just ignore SIGINT etc, otherwise
...
we cannot interrupt sh -c <command>
1999-02-05 21:21:27 +00:00
thorpej
b52d1e44d0
Fix the interrupt handler to actually acknowledge the interupt to the
...
dispatch code (!!!). How did this work even on the i386 before?
1999-02-05 21:20:31 +00:00
christos
571b899770
delint.
1999-02-05 20:53:49 +00:00
christos
84ee55f13e
Encode the history lines using strvis() before saving it. Fixes gdb history
...
problem with missing newlines.
1999-02-05 20:52:23 +00:00
christos
0d4dea9233
M-X:<enter> core-dumped.
1999-02-05 20:38:01 +00:00
thorpej
58beb19c16
Regen.
1999-02-05 20:20:04 +00:00
thorpej
53089c1ade
Add oui for Davicom Semiconductor, and add Davicom DM9101 10/100 PHY.
1999-02-05 20:19:44 +00:00
tv
1c2f0f6682
Implement "-nostdlib" and LD_NOSTD_PATH in binutils-based ld.
1999-02-05 19:48:07 +00:00
perry
24f0c2220e
enable mailwrapper
1999-02-05 19:25:10 +00:00
perry
52f97825ea
1) Move sendmail to /usr/libexec/sendmail/sendmail from /usr/sbin/sendmail
...
mailwrapper now sits in /usr/sbin/sendmail
2) the symlinks being built here are now built by the mailwrapper
makefile. Comment out the ones here.
1999-02-05 19:22:50 +00:00
perry
3c931ccd09
add postfix config and spool directories
1999-02-05 18:51:47 +00:00
perry
8109fa540a
We shouldn't count on the user building sendmail. Update the make
...
file so that it does the symlinking of newaliases and mailq to
/usr/sbin/mailwrapper directly.
1999-02-05 18:23:25 +00:00
thorpej
be28226520
On second thought, don't use atexit(3). Instead, invoke cleanup() directly
...
from catch_sigterm() before calling exit(). This follows the style of
the rest of the code.
1999-02-05 18:17:27 +00:00
perry
536ca3b1a2
update example to new sendmail location
1999-02-05 18:15:59 +00:00
perry
3f8da8212c
Sendmail will be in libexec/sendmail/sendmail
1999-02-05 18:11:23 +00:00
perry
d93b2ea892
Add libexec/postfix and libexec/sendmail
1999-02-05 18:06:41 +00:00
tv
91e2afddb6
Back out some changes from `nop' to `unop' in .align fills that crept in
...
between 2.8.1 and 2.9.1. This fixes the Alpha lossage.
1999-02-05 17:35:35 +00:00
tv
856bab6a1a
No, it's the assembler that is outputting something bogus still on alpha.
...
Turn off until this is fully analyzed and fixed.
1999-02-05 17:14:27 +00:00
bouyer
ca083f6095
Sync with libc version.
1999-02-05 16:34:13 +00:00
minoura
3cd6b4425d
There is no installboot for x68k port.
1999-02-05 15:50:51 +00:00
kleink
f83935c8e4
Make protection against multiple inclusion non-invasive wrt. name space.
1999-02-05 15:16:33 +00:00
minoura
379e966207
Add keymaps.
1999-02-05 14:10:01 +00:00
tv
3a65add00f
Search only /usr/lib by default.
1999-02-05 13:53:34 +00:00
simonb
f88a59dce9
_Don't_ use -O2 on mips, libc/stdlib/strtod.c breaks
1999-02-05 13:50:09 +00:00
tv
4888046be5
Make "cc -shared" work properly on a.out, and have it link in c++rt0
...
automatically (such that C++ shlibs will work).
1999-02-05 13:29:51 +00:00
tv
82c5de77a5
Remove duplicate TYPE_OPERAND_FORMAT define, so that it uses the `#'
...
instead of `%' character. Also remove the LINK_SPEC - no other NetBSD
platform sends `-X' to the linker by default, so make it uniform.
1999-02-05 13:20:48 +00:00
cjs
eded1c99ca
Tweak for various new and removed files.
1999-02-05 09:48:09 +00:00
thorpej
3771908e3d
Reinitialize leases on SIGHUP, and release leases and exit on SIGTERM.
1999-02-05 09:13:32 +00:00
thorpej
44e3c78cf9
Make sure the pidfile is gone upon exit.
1999-02-05 08:52:50 +00:00
thorpej
dde3694c4c
Fix some formatting nits.
1999-02-05 08:42:03 +00:00
thorpej
82a54250be
Remove some duplicate softc members, and comment some of the softc
...
fields.
1999-02-05 08:27:46 +00:00
thorpej
8bf66d3eb2
Remove some unnecessary splnet's.
1999-02-05 08:21:31 +00:00
thorpej
50faf19d7d
splimp -> splnet
1999-02-05 07:53:24 +00:00
christos
b4c9a78425
PR/5577: Craig M. Chase: sh does not build with PARALLEL set.
...
- Added YHEADER in Makefile, removed arith.h and adjusted the sources.
1999-02-05 07:52:51 +00:00
hubertf
f7367de849
remove extra "."
1999-02-05 03:28:17 +00:00
cjs
7d1e96cc2f
Update all this crap so that `make snapshot' makes snapshots in release(7)
...
format, rather than in some unknown format. Also clean up the code a bit,
remove some code duplication, and add documentation to the Makefile.
1999-02-05 03:01:49 +00:00
thorpej
adc9c40688
Use the generic MII support code, not our own.
1999-02-05 02:58:38 +00:00
thorpej
f9467ddb8e
Some PHYs are really braindead, and report incorrect IDs. Simplify the
...
test for this, and probe for PHYs based on media in the BMSR.
1999-02-05 02:46:34 +00:00
thorpej
ebf3a97519
Use MII command opcodes from <sys/dev/mii.h>
1999-02-05 01:17:24 +00:00
augustss
eade8dcad9
Don't use ess driver for ESS186[89], it doesn't work.
1999-02-05 01:15:01 +00:00
thorpej
909b90d2d4
Rename VR_MIICMD_DATAIN and VR_MIICMD_DATAOUT to actually match what the
...
data sheet says. (The names and their usage were exactly reversed in the
code.)
1999-02-05 01:10:30 +00:00
ross
1ad3689402
Make this work with groff. Regression tested on BTL (well, Solaris) troff.
1999-02-05 00:58:04 +00:00
jonathan
2d40554ce3
_setjmp.S needs OFFSETOF_SC_{FP,}REGS, so include <machine/signal.h>
...
even tho _setjmp()/_longjmp() don't manipulate signals. (more thought?)
1999-02-05 00:41:42 +00:00
oster
0014588545
Phase 2 of the RAIDframe cleanup. The source is now closer to KNF
...
and is much easier to read. No functionality changes.
1999-02-05 00:06:06 +00:00
tv
5652d9b7c7
Remove BFD_ASSEMBLER from Makefile.inc files. (Now in config.h.)
1999-02-04 23:25:07 +00:00
tv
9956df1a93
Fix EMULATION stuff. (Partly defined in config.h; once mipse[bl] is
...
completely split, will be defined completely in config.h.)
1999-02-04 23:24:51 +00:00
tv
c911c2546e
Add PowerPC platform support.
1999-02-04 23:24:14 +00:00
explorer
25d32ef34d
REALLY only update the window when we get an ACK. (the old code seemed broken)
1999-02-04 22:58:37 +00:00