Commit Graph

12845 Commits

Author SHA1 Message Date
cgd d9ac18eda0 MID 143 -> ARM6 for ws. 1995-03-18 03:24:53 +00:00
mycroft 451c744306 If we get an EOF on stdin, close the write side of the TCP connection, but
wait for the remote host to close the connection before exiting.
1995-03-17 18:03:06 +00:00
jtc 9ef98cf188 Changed clean target so that all index files generated by texindex
are removed.
Changed amdref.dvi target so that proper source file is run through
tex.
1995-03-17 06:10:14 +00:00
jtc 49ca19bb69 Removed. This is a leftover index file generated by texindex. 1995-03-17 06:04:10 +00:00
jtc 7203f50d95 Removed header files from V8 regular expression routines that were
originally distributed with amd.  The regex code itself is long gone.
1995-03-17 06:02:49 +00:00
jtc 63cf6913d7 Link with -lcompat to get V8 regular expression routines. 1995-03-17 05:55:49 +00:00
jtc da08b16c49 Changed to accept ``kill -0 pid'' (PR #842). 1995-03-17 05:48:48 +00:00
gwr 9567db4c9a Make the "removing wired pmeg" Debugger call conditional. 1995-03-17 05:00:31 +00:00
briggs a6f94aae0e Let's do leave the RAW_PART alone... 1995-03-17 03:40:41 +00:00
jtc 3924aee202 Added comment explaining why we are using a different algorithm than
what was adopted in tzcode95c to solve the problem of the first char
detzcode() extracts requiring sign extention (this is needed for
machines with 64 bit longs).

Our implementation is a bit more efficent, but requires a new macro,
SIGN_EXTEND_CHAR(), and a conditional to set it appropriately).

One minor enhancement for machines without ANSI compilers that have 32
bit longs would be to define SIGN_EXTEND_CHAR() to be the identity
macro.
1995-03-16 19:14:16 +00:00
glass 15642dad87 update 1995-03-16 16:37:41 +00:00
pk a63744d63c Speed up getgrnam() and getgrpid() by using yp_match(). 1995-03-16 11:48:01 +00:00
glass 7145a4fd92 add chimera; minor cleanup 1995-03-16 08:07:31 +00:00
glass 5f63d71c17 remove NOOP 1995-03-16 08:06:11 +00:00
jtc e30cf6de92 Cpp is in /usr/bin. 1995-03-16 00:15:27 +00:00
brezak 8193ffc379 Add support for PAS 16 basic 1995-03-15 18:45:58 +00:00
glass af46d07f24 fix compilation error. don't bother checking for IRQ2 1995-03-15 16:43:09 +00:00
mycroft 23f31f5bcd The `D' command should only input a new line if the pattern space becomes empty. 1995-03-15 12:12:16 +00:00
mycroft c92e174d74 Fix the P command, and optimize D slightly. 1995-03-15 11:25:10 +00:00
mycroft 9a90db1e8e Remove an old #ifndef of little value. 1995-03-15 11:13:30 +00:00
mycroft 8f96feada8 Correct call to coff_load_shlib(), and prototype it. 1995-03-15 08:14:28 +00:00
jtc 990d7c70e0 Added some #defines for NetBSD's defaults. 1995-03-14 18:49:49 +00:00
brezak 36fa07bde5 Fixes defect port-i386/860 from John Woods (jfw@jfwhome.funhouse.com) with
supplied patch. Kernel will not link with only ProAudio Spectrum driver
specified.
1995-03-14 18:43:19 +00:00
brezak f3226ad49e Fixes defect port-i386/864 from John Woods (jfw@jfwhome.funhouse.com) with
supplied patch. pas.c doesn't recognize ProAudio Spectrum 16 Basic card.
1995-03-14 18:41:36 +00:00
scottb 6e5f98b553 updated existing files to use new system call interface.
added new code to support socket interface.
borrowed code from linux/svr4 to use /emul pathnames.
split ibcs2_misc.c into more managable files.
1995-03-14 15:12:17 +00:00
scottb fc0e015f22 added code to remap BSD errno to iBCS2 errno 1995-03-14 14:43:59 +00:00
scottb 02083108db added entries for new ibcs2 files 1995-03-14 14:42:09 +00:00
pk 4df02dd0c1 Make use of the new kernel event counters; from Theo. 1995-03-14 07:35:49 +00:00
mycroft 37c67f3481 Turn off two diagnostic printfs by default. 1995-03-14 02:35:11 +00:00
pk 9ad457b5d1 One dot too many in cgfour rule. Noticed by David Brownlee. 1995-03-13 23:28:37 +00:00
brezak 7ce1465911 Fix SB8 playback. From David Gluss <david@pure.com> 1995-03-13 14:37:12 +00:00
brezak 1c9582b63e Add IRQ 9 as a valid IRQ 1995-03-13 14:29:11 +00:00
jtc 13a588d992 Bump minor number. The new time code has added a few more functions to
its API.
1995-03-13 05:27:51 +00:00
jtc 37c28a9b5b .include ${.CURDIR}/time/Makefile.inc 1995-03-13 05:26:07 +00:00
mycroft 1eece09a70 Make libpcap. 1995-03-12 20:49:52 +00:00
pk cb5b3d7700 Add a pmap_pa_exists() in the non MACHINE_NONCONTIG case too. 1995-03-12 18:56:57 +00:00
ws 6239f691c1 Fix off-by-one error in root directory length calculation 1995-03-12 16:27:34 +00:00
pk 36009bdf5f Move a comment back to appropriate place. 1995-03-12 12:25:16 +00:00
mycroft b83b02cc20 Remove unneeded variable. 1995-03-12 12:09:18 +00:00
cgd 17d1e137e0 punt on using int8 types for chars, at least for now. char is 8 byts anyway. 1995-03-12 04:19:08 +00:00
mycroft b9cb1cdd51 Update version number. 1995-03-12 00:13:47 +00:00
mycroft 40a71a0a2c Various minor cleanup. 1995-03-12 00:10:53 +00:00
glass f092d07ee7 fix transposed sentences in man page (bin/861). Tim Chase <tim@weasel.alpha.net> 1995-03-11 21:05:17 +00:00
pk 7aa7897748 Simplify. 1995-03-11 20:28:59 +00:00
ws 999d50b578 Initialize emulation in systems without NPX 1995-03-11 18:42:42 +00:00
briggs 5b07b9403e Nuke NEWCONFIG. It's not used anymore at all. 1995-03-11 13:56:36 +00:00
briggs 999ff6a003 Use M68030 and M68040 instead of MC... Thanks to Luke Mewburn for
pointing out this inconsistency.
1995-03-11 13:55:03 +00:00
glass fc2c13bcb4 add COMPAT_LINUX 1995-03-11 10:12:25 +00:00
mycroft aae5ebefc2 Add missing arguments to VOP_CLOSE() in some cases. From Frank van der
Linden.
1995-03-11 06:14:28 +00:00
jtc b781d165f2 Remove old version of zic. 1995-03-11 01:28:11 +00:00