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 |
bad
|
67b7e0e590
|
Do not create more then LFS_MAXNUMSB superblocks.
Do not modify superblock fields after computing its checksum.
Write the last two superblocks to disk, too.
|
1999-02-04 22:47:48 +00:00 |
bad
|
b86771c393
|
Use off_t where appropriate. Mostly from PR 5257 by Kazushi (Jam) Marukawa.
|
1999-02-04 22:25:22 +00:00 |
thorpej
|
8ef63cdb2c
|
Print some more info in pmap_alloc_physpage() if no pages are available,
and enhance some DIAGNOSTIC messages.
|
1999-02-04 19:49:22 +00:00 |
thorpej
|
390864a7a5
|
Define a macro which has human readable strings corresponding to PGU_*
constants.
|
1999-02-04 19:48:21 +00:00 |
is
|
2633b97c02
|
regenerate from template
|
1999-02-04 19:19:38 +00:00 |
is
|
c5e0224025
|
In the future, the AMIGA and DRACO example files will be generated from
GENERIC by make in this directory. This way, they hopefully will stay
up-to-date.
|
1999-02-04 19:01:37 +00:00 |
is
|
3cd96c2335
|
Fix typo in previous commit
|
1999-02-04 18:58:33 +00:00 |
is
|
4f995dc6d5
|
At least as of now, we don't support IEEE fp rounding and exceptions
on arm32.
|
1999-02-04 18:56:08 +00:00 |
kleink
|
0d5bfdd00f
|
Make argv construction code reentrant.
|
1999-02-04 18:17:16 +00:00 |