kato
2993d4030b
Sync with sys/i386/i386/userconfig.c revision up to 1.115.
1998-11-06 08:08:05 +00:00
kato
1f7a6675d0
Sync with sys/i386/i386/machdep.c revision up to 1.315.
1998-11-06 08:07:32 +00:00
kato
0050d4f63e
Sync with sys/i386/conf/options.i386 revision 1.91.
1998-11-06 08:07:00 +00:00
kato
5eb454064e
Sync with sys/i386/conf/Makefile.i386 revision 1.128.
1998-11-06 08:06:32 +00:00
jkh
f867ac1646
Use proper literal names.
1998-11-06 04:01:32 +00:00
msmith
49cc339a79
Ack. Create parseable command tail properly, and eat args out of the TIB.
1998-11-06 03:50:44 +00:00
msmith
f224c67907
Don't not print the prompt string; not doing this has funny side-effects.
...
Make the prompt an empty string instead.
1998-11-06 03:47:08 +00:00
msmith
8602321e78
Don't use the poxy vmGetString interface (who uses counted strings these
...
days?), get the input buffer ourselves. Add some debugging code.
1998-11-06 03:45:36 +00:00
peter
805ece8823
put a \n on an error message printf
1998-11-06 02:18:57 +00:00
peter
96449795b9
If this is going to have checks for kernel versions, it might as well
...
do it so that it works. This code should run on 2.2.x now.
1998-11-06 02:13:14 +00:00
peter
d9ae635b98
Remove machine/cputypes.h - it's an i386 only thing
1998-11-06 01:34:06 +00:00
rnordier
b975f40fac
Make use of BIOS int 0x13 extensions configurable, and disabled
...
by default.
1998-11-05 20:52:25 +00:00
dg
4a09196d8c
Document the new NSFBUFS option.
1998-11-05 14:36:37 +00:00
dg
b178f74f12
Implemented zero-copy TCP/IP extensions via sendfile(2) - send a
...
file to a stream socket. sendfile(2) is similar to implementations in
HP-UX, Linux, and other systems, but the API is more extensive and
addresses many of the complaints that the Apache Group and others have
had with those other implementations. Thanks to Marc Slemko of the
Apache Group for helping me work out the best API for this.
Anyway, this has the "net" result of speeding up sends of files over
TCP/IP sockets by about 10X (that is to say, uses 1/10th of the CPU
cycles) when compared to a traditional read/write loop.
1998-11-05 14:28:26 +00:00
jkh
33ecda9af6
Remember a bit more of my forth and do:
...
o Add fexists word to check for the presence of a file
o make fexists and fload immediate words which DTRT both interpreted
and compiled (doh!)
o add an init word which gets run at bootstrapping time to do extra
post-coldload initialization (in the default implementation, we
look for /boot/boot.4th and load it if found).
1998-11-05 08:39:43 +00:00
jkh
8d2ee599b0
1. rebuild all elements of testmain properly for safety.
...
2. add fload and key prims for doing simple file and terminal I/O, respectively
1998-11-05 07:27:55 +00:00
msmith
c9082bd8f6
Explicitly invoke perl to run the softwords.pl script in case the
...
script is not executable.
Submitted by: Don Lewis <Don.Lewis@tsc.tdk.com>
1998-11-05 04:54:05 +00:00
peter
b008a0c858
Build linux_genassym static, this should help aout-to-elf builds
1998-11-05 04:39:26 +00:00
peter
040d673b13
Do not overwrite the lkm versions of the install scripts for now. linux
...
works but ibcs2 has a load failure and joy doesn't look like it'll work.
1998-11-05 04:22:52 +00:00
peter
a912408d9c
Update to use kldload, no temporary files!
1998-11-05 04:19:26 +00:00
peter
71b3e0fe14
Do not add ${KMOD} to the CLEANFILES list. We want ${PROG} which is either
...
${KMOD}.o or ${KMOD}.ko. Otherwise we can delete the source shell script
for linux, joy and ibcs2.
1998-11-05 04:01:55 +00:00
nsouch
751db9697b
iicbus probe and attach deferred until root_bus_configure() call.
1998-11-04 22:09:17 +00:00
nsouch
4da751f9dd
Properly reset parent to get interface addr.
1998-11-04 22:07:24 +00:00
fenner
0b1ffe8fd6
Fix sbcheck() to check all packets on socket buffer.
...
Also fix data types and printf formats while I'm here.
PR: misc/8494
Panic instead of looping forever in sbflush(). If sb_mbcnt counts
more mbufs than sb_cc counts bytes, the original code can turn into an
infinite loop of removing 0 bytes from the socket buffer until it's empty.
1998-11-04 20:22:11 +00:00
ken
c2c9d2577f
Generalize the quirk entry that disables multi-lun probing for Sony CDROM
...
drives. It seems that quite a few (possibly all?) of their drives respond
to inquiries on multiple luns. Hopefully we can detect problems like this
in the probe phase at some point. For now, this is a pretty functional
solution.
1998-11-04 19:56:24 +00:00
jdp
1c295dbf02
Fix make world breakage: "$MACHINE_ARCH" -> "${MACHINE_ARCH}".
1998-11-04 18:25:23 +00:00
msmith
0e8da37687
Don't try to build i386-centric modules on non-i386 systems.
1998-11-04 17:15:07 +00:00
peter
61a53e2b63
Make a.out kernels kld compatable by default...
1998-11-04 15:27:41 +00:00
peter
abe415781a
The handle for the kernel is common. With this fix, ELF kernels can load
...
a.out kld modules, and a.out kernels can load ELF kld modules.
1998-11-04 15:20:58 +00:00
peter
7f0987e02d
Remove stray(?) debugging printf's and cngetc()'s that freeze boot several
...
times waiting for keypresses.
1998-11-04 13:37:43 +00:00
luigi
2842a92b36
Remove an error message from sb interrupt driver -- it
...
does not apply to all situations.
1998-11-04 09:13:20 +00:00
msmith
38c50ef266
Improve the assertion testing for successful softword compilation.
...
The excessive use of assert() vs. robust error checking is annoying.
1998-11-04 07:07:18 +00:00
peter
51a1d0307e
Simple update to make these work as kld and preload modules.
1998-11-04 03:49:39 +00:00
msmith
41affade8b
Turn off -g accidentally left in from testing.
1998-11-04 03:42:36 +00:00
msmith
4797b6fa60
Fix includes; we were still pulling in <stdlib.h> in some places.
...
Support building a standalone interpreter with 'make testmain', remove
win32 and egregious gets() in testmain.c
1998-11-04 03:42:16 +00:00
msmith
b5e4ddf831
Use a smaller default dictionary to waste less space.
1998-11-04 03:41:09 +00:00
peter
0b2613691d
General tidy up: remove more unused code, update comments, simplify some
...
routines a little.
1998-11-04 03:18:10 +00:00
jkh
0f99bfc6c0
Respect ${.OBJDIR} properly when looking for libficl.a
1998-11-04 02:36:18 +00:00
msmith
8c52bcabbc
Add required parts for BootForth building (currently disabled and
...
untested). Only suitable for i386 at the moment, as we are missing
setjmp/longjmp on the Alpha.
1998-11-04 00:30:47 +00:00
msmith
e8cf5aa8c5
Make this work in the libstand environment; don't use stdio/stdlib headers.
1998-11-04 00:29:33 +00:00
msmith
155c4cb295
Add BootForth hooks; if BOOT_FORTH is defined, pass every line read
...
to the Forth interpreter. Instantiate all of our inbuilt commands
as Forth words, and handle them being called from there.
Add my copyright to the bcache module (oops).
1998-11-04 00:29:01 +00:00
msmith
6043fe8061
Include "bootstrap.h" to get a definition for bcache_devdata.
...
Submitted by: jkh
1998-11-03 23:44:49 +00:00
des
d6ccde6698
Back out previous commit. The bpfilter -> bpf transition will have to be a
...
flag day unless we can hack config(8) to smooth things over.
1998-11-03 22:01:22 +00:00
des
b38e7f90e1
Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal
...
and will stick around for a while.
1998-11-03 21:12:20 +00:00
msmith
b120b000dd
Remove USERCONFIG_BOOT, add INTRO_USERCONFIG
1998-11-03 21:08:49 +00:00
msmith
90bdf0d597
Remove the USERCONFIG_BOOT option. Userconfig script data is searched
...
for in a loaded module of type "userconfig_script". The RB_CONFIG
flag will always result in the user being left inside userconfig at
the end of the script's execution, regardless of 'quit' commands in
the script. If the RB_CONFIG flag is not specified, the user will
never be left inside userconfig, even if the script does not have an
explicit exit command.
Add the INTRO_USERCONFIG option. This option forces the userconfig 'intro'
screen (after a script has optionally been executed). There is no longer
a need to queue an 'intro' command.
1998-11-03 21:07:51 +00:00
peter
43589c7042
make mount(2) automatically kldload modules if the requested filesystem
...
isn't present.
1998-11-03 14:29:09 +00:00
peter
2b6debf094
Have the in-kernel linker try a default extension of .ko. This means that
...
"kldload nfs" works. We use the same default extension in the /boot/loader
system.
1998-11-03 14:27:05 +00:00
peter
5e8da6440f
Initialize the a.out kld loader after elf, so that elf gets first shot at
...
a kldload attempt.
1998-11-03 14:25:21 +00:00
peter
cc3d9aafe5
Use the kvm space pathname that we copied in, not the one in user space.
1998-11-03 13:09:31 +00:00