Commit Graph

51250 Commits

Author SHA1 Message Date
eeh
df102fbcb5 Deprecate `findzs()' and try to map in the zs registers if they're not mapped
by the prom.
1999-04-24 21:08:12 +00:00
thomas
21c19e9e8e Atari specific file list to xbase 1999-04-24 20:03:45 +00:00
dbj
51a0d74d06 fixed syntax for using an nfs mounted mfs partition 1999-04-24 19:57:11 +00:00
dbj
9e14da1db9 change default console terminal type to "unknown" instead of "dumb" 1999-04-24 19:20:46 +00:00
dbj
018f256ee3 Added example mfs /tmp in fstab
Added wscons entries in ttys, but leave default "console" enabled
since some hardware still uses the serial port console
1999-04-24 19:19:48 +00:00
eeh
96b63fc788 Don't defopt COMPAT_NETBSD32 here; it's done in sys/conf/files. 1999-04-24 19:17:33 +00:00
dbj
2b52f90af2 install documentation for the next68k port, contributed by Matt Debergalis 1999-04-24 18:47:14 +00:00
dbj
2474822860 add lmcctl.8 1999-04-24 18:13:19 +00:00
dbj
9176bfee30 add nextkbd flag to nextcons.c so that kernel can be cleanly
configured without a video console
patch submitted by Matt Debergalis
1999-04-24 17:55:10 +00:00
dbj
65e0c2152b add ".include <bsd.info.mK>" so that grep.info will be built and installed. 1999-04-24 17:40:33 +00:00
ross
28ef22871e Copy isdn4bsd cdevsw hooks from i386 conf.c. 1999-04-24 17:01:15 +00:00
simonb
f676307241 Include "px.h" - rcons_connect_native is only compiled in of NPX > 0.
Fixes PR port-pmax/7456 from Jason Thorpe.
1999-04-24 15:22:45 +00:00
simonb
b7c062102c Oops, deleted a register_t instead of register in previous. 1999-04-24 15:04:32 +00:00
simonb
dc1d3940db Nuke register and remove trailling white space. 1999-04-24 08:01:01 +00:00
cgd
45a020863e substantial cleanup, including:
* do more flags conversions, using the table driven converter.
* check for alternate (emulation) path in lots more places.
1999-04-24 07:23:54 +00:00
cgd
ed106195ea cleanup: kill syscall args comments 1999-04-24 07:13:23 +00:00
cgd
d081124ca2 cleanup: nuke register 1999-04-24 07:09:49 +00:00
cgd
d7c211e583 cleanup: kill syscall args comments 1999-04-24 07:06:35 +00:00
cgd
dd4d52e331 slight hdr inclusion cleanup, get ioctl-related def'ns from osf1.h 1999-04-24 06:59:11 +00:00
cgd
8b1bcd5e9c pull in osf1.h, not osf1_errno.h 1999-04-24 06:58:26 +00:00
cgd
2fc0019c7a Collected OSF/1 definitions and structures, sorted by OSF/1 header.
Error numbers (errno.h) aren't here, since they're likely to change
(additions) more often.
1999-04-24 06:56:25 +00:00
cgd
5b217baeb1 implement a simple function, emul_flags_translate() to do table-based
flags translation.
1999-04-24 02:56:06 +00:00
abs
9ce6dc617d Add bsd-family-tree - Wolfram Schneider's FreeBSD work with NetBSD and OpenBSD
entries updated.
1999-04-24 00:41:39 +00:00
ross
2aa563c6ba * Don't use fancy mdoc features that don't yet have good HTML mappings.
* Fix typos
* Tweak style
* Edit scheduler enhancements bullet item
1999-04-23 23:09:03 +00:00
ross
fa6ffabd98 Fix header inversion caused by untracked macro package change. 1999-04-23 22:47:16 +00:00
kristerw
c0021573ef Fixed an off-by-one bug when trying to look up a line given an address.
This could cause segmentation fault for ld when writing messages from
warning symbols.
1999-04-23 21:34:53 +00:00
tv
eb66267d81 Allow rpaths in setuid binaries, noticed by tron. This is already done
for ELF systems; make it uniform for a.out.
1999-04-23 19:29:30 +00:00
ross
944dc00f76 * Umm, the installboot(8) run is important. Don't ignore errors!
* Use the current boot program schema.
1999-04-23 19:10:54 +00:00
ross
1c98ea4e2a +ttyEcfg 1999-04-23 18:45:50 +00:00
ross
5a6330ac23 typo 1999-04-23 18:14:29 +00:00
cgd
f023a00cd1 clean up multiple inclusion protection def'ns 1999-04-23 18:01:05 +00:00
cgd
1c19c07f42 clean up multiple inclusion protection def'ns and whitespace 1999-04-23 18:00:34 +00:00
abs
4a22f0e03d Fix entry point parsing if output file specified to modload (PR7352) 1999-04-23 17:47:02 +00:00
perry
d9a5400fdc add cjs to releng, rm cgd from releng for 1.4, move hpeyerl to contributors. 1999-04-23 15:25:41 +00:00
kleink
6bfc84fa5c Harmless signed/unsigned botch. 1999-04-23 14:43:05 +00:00
leo
1c0011369f Remove Waldi Ravens from the contributors list. 1999-04-23 12:33:13 +00:00
leo
ce26a3ede3 Add a list of devices that are 'New' for 1.4. Don't pretend that all
devices supported are listed.
1999-04-23 12:17:27 +00:00
mark
9a56e04261 Fix microtime() to sanely handle calls before the clocks have been
initialized. This is the DC21285 version of the IOMD fix for PR7357.
1999-04-23 09:09:04 +00:00
kleink
357a0baaf8 Get rid of old-style chown operands. 1999-04-23 08:20:28 +00:00
cgd
cc6809bffa regen for 'const poisoning for strings, and minor cleanup' 1999-04-23 06:20:33 +00:00
cgd
c95f8f86c1 const poisoning for strings, and minor cleanup 1999-04-23 06:19:51 +00:00
cgd
c470144d55 use the errno mapping array 1999-04-23 06:15:35 +00:00
cgd
8ca456cbb3 add osf1_errno.c 1999-04-23 06:07:55 +00:00
cgd
f0f87c5554 finish updating this for signal changes, as was started in the
mis-labeled ("const poisoning"?!??!) rev 1.6.
1999-04-23 05:56:28 +00:00
cgd
f33ddea5c4 add an OSF1_CHECK_ALT_CREAT, similar to OSF1_CHECK_ALT_EXIST 1999-04-23 05:55:13 +00:00
cgd
575e9f8dfd support emulation-specified errno mapping tables 1999-04-23 05:43:02 +00:00
cgd
4a84f3545a OSF/1 errno definitions, and a NetBSD -> OSF/1 errno mapping table. 1999-04-23 05:37:41 +00:00
cgd
f12f795592 a quick hack to make generating errno conversion tables from our and other
systems' headers a bit easier.  leaves much to be desired, but it's better
than nothing.
1999-04-23 05:31:33 +00:00
thorpej
83f9ab3c87 Implement asynchronous autonegotiation when driven by the MII tick
(one-second clock).  Prevents .5s delays every 5 seconds when the interface
is up but there is no link.  Fixes PR 7361.
1999-04-23 04:24:32 +00:00
tsubai
9751244932 md_post_newfs() should return int. 1999-04-23 01:38:35 +00:00