is
f9b0d69d7d
use an async mount for building the miniroot filesystem
1999-04-18 21:01:57 +00:00
ws
bf9c27b80b
Add code to use the kernel provided page size.
...
Enable this on the powerpc only for now.
1999-04-18 19:40:06 +00:00
minoura
35d1114201
Add missing par0.
1999-04-18 15:43:21 +00:00
minoura
26b74e1082
Handle T_ILLINST in kernel mode.
...
This occurs in fpu_probe() when the FPU is not installed on the system.
Because of this, FPU_EMULATE wouldn't work at all.
1999-04-18 14:39:10 +00:00
minoura
4fcf23e9b0
Handle F line emulation correctly when FPU_EMULATE is enabled.
1999-04-18 14:37:09 +00:00
minoura
86417913a0
Which is the tmp_dir (the directory which contain CHANGES or that of
...
base.tgz) was a FAQ. Note more clearly.
1999-04-18 14:34:52 +00:00
ad
fe72ae262f
Rebuilt from 'isapnpdevs'.
1999-04-18 13:21:01 +00:00
mrg
a3b0c3845d
fix some comments.
1999-04-18 10:54:23 +00:00
mrg
8b70f01b60
use LINKFLAGS=-X to avoid stripping out per-file debugging info (idea from chuck@netbsd.org)
1999-04-18 10:52:31 +00:00
is
c723b88c83
Add the HyperCom 3+ and 4+ Zorro bus boards to the list of supported devices.
1999-04-18 10:50:17 +00:00
simonb
e491f2661b
Don't frob the interals of a WINDOW*, use the getmaxx() and getmaxy()
...
macros.
1999-04-18 04:09:27 +00:00
simonb
a2ed16d0dd
initscr() returns a pointer, compare return value with NULL and not
...
an int.
Compatible with other versions of curses.
1999-04-18 03:30:12 +00:00
simonb
9bdbe15263
Don't frob the interals of a WINDOW*, use the getmaxy() macro.
1999-04-18 03:29:18 +00:00
simonb
4e92840504
Don't frob the interals of a WINDOW*, use the mvinch() macro.
1999-04-18 03:29:01 +00:00
lukem
257ec2e899
specifically include stdarg/varargs.h
1999-04-18 02:27:53 +00:00
lukem
73e9ef01be
specifically include stdarg/varargs.h
1999-04-18 02:04:04 +00:00
lukem
6b9774ba41
use _BSD_VA_LIST_ from <machine/ansi.h> instead of using va_list from
...
<[stdarg,varargs}.h>. as recommended by Klaus Klein.
1999-04-18 01:53:15 +00:00
minoura
8eb1fd77e9
Do not memcpy to the bouncebuffer in datain.
1999-04-18 00:38:58 +00:00
minoura
aae9b1588b
Typo fix.
1999-04-18 00:36:36 +00:00
ad
690bd69d3e
Add Diamond Supra 336i to device list.
1999-04-18 00:35:30 +00:00
minoura
a6f74f04cc
Add Xwrapper.
1999-04-18 00:27:59 +00:00
minoura
79d966cf9c
Add ./usr/X11R6/lib/X11/xkb/symbols/sharp/jp.
1999-04-18 00:27:36 +00:00
kleink
ea8f9b570f
Inclusions are already relative to the root of the kernel source tree, no need
...
to traverse the path all the way up again.
1999-04-17 21:26:59 +00:00
ws
5423093850
Modify syncicache on PowerPC from an inline to a real function.
...
Support different cache line sizes with the same object code in userland.
While here, move the function to implementation name space.
1999-04-17 21:16:45 +00:00
kleink
17f5893b79
Indentiation oversight in previous.
1999-04-17 21:00:09 +00:00
kleink
9dc5fdfdf0
s/ushort/unsigned short/ as the former isn't available in an _XOPEN_SOURCE
...
environment. XXX should change the interface to use uid_t/gid_t/mode_t
1999-04-17 20:55:45 +00:00
chs
b3d919281a
update one last call to uvm_pagealloc().
1999-04-17 20:03:39 +00:00
mhitch
70d16931bd
Correct the way I was using the transfer length for ATAPI commands. ATAPI ZIP
...
drives are now usable.
1999-04-17 19:49:24 +00:00
is
3faf133984
Cut-down kernel for miniroot installation.
...
Leave everything out that isn't needed.
1999-04-17 19:05:19 +00:00
explorer
fb524f3e3b
one-line copyright message
1999-04-17 17:55:13 +00:00
drochner
a9f5848448
our curses has some more functions now
1999-04-17 17:48:23 +00:00
mhitch
46f5ce02e0
Do a REQUEST SENSE when ATAPI operation returns an error. This is needed to clear
...
the Unit Attention status, i.e. after a media change on a CDROM.
1999-04-17 17:08:12 +00:00
ragge
d80adac6a7
Only allocate QDSS memory if there is a QDSS as console.
...
QDSS should also work on KA650 now. (untested)
1999-04-17 17:02:49 +00:00
drochner
2519327c42
oops - forgot half of it
1999-04-17 16:52:06 +00:00
drochner
9684e9a613
disable the "aria" sound board per default until the problems with its
...
"probe" functions are solved (gives false positives)
1999-04-17 16:50:26 +00:00
augustss
be94008d5a
Fix misspelling.
1999-04-17 16:18:18 +00:00
ragge
765d11306b
Set infinity to the highest D-float possible.
...
XXX - infinity does not exist on vax...
1999-04-17 14:53:32 +00:00
drochner
7e87965b8a
Use TCP to register RPC services with the portmapper.
...
This has the advantage that we get an immediate error in case of
network problems (loopback, actually) instead of a nasty timeout.
1999-04-17 13:16:39 +00:00
drochner
7694cc18a5
wsconsio.h is gone
1999-04-17 13:00:04 +00:00
simonb
cbd32a724f
Sync with rev 1.9 of sys/arch/i386/stand/lib/loadfile.c:
...
another nit in error handling: don't try to print out a NULL
filename (which means "use default" and is dealt with properly
by open())
1999-04-17 11:24:16 +00:00
drochner
982c55e22c
another nit in error handling: don't try to print out a NULL filename
...
(which means "use default" and is dealt with properly by open())
1999-04-17 11:18:36 +00:00
simonb
b3073fc684
Disklabel prototype for a 2MB diskimage based on the ramdisk filesystem.
1999-04-17 11:03:52 +00:00
kleink
28904498f5
Fix incorrect reference in ERRORS section; from Paul Wain in PR misc/7405.
1999-04-17 10:15:34 +00:00
fvdl
48c1c25ba5
Make the bootselector configurable by fdisk. Add a -B flag to this
...
effect (i386 only of course). Also change one branch in the
bootselector code to an explicit 16 bit one, and check both
the boot menu and partition tables to see if the partition
requested by the user should be booted. This check just in case,
should the bootselector menu and partition table get out of sync
somehow. (mmm, bytesqueezing)
1999-04-17 01:38:00 +00:00
mjl
6299fb0813
Correct nokerninfo tty flag being left set in most error cases.
...
Closes PR/7388 by Dave Huang <khym@bga.com>.
1999-04-17 01:17:15 +00:00
ragge
e9689cc9bd
Use "access_type" in pmap_enter() more intelligent.
...
Allocate device register space bigger than the logical page size
from the kernel map, thus decreasing the pre-allocated page table memory.
1999-04-17 00:01:18 +00:00
explorer
8b4801d18a
change wording slightly.
1999-04-16 23:56:22 +00:00
explorer
a5ea794895
add lmcctl.8 to man page list
1999-04-16 23:45:27 +00:00
explorer
8920adf7b2
add lmcctl.8
1999-04-16 23:40:52 +00:00
lukem
6b9a96fb35
revert previous (creation of /usr/bin/pftp link);
...
* $FTPMODE is the documented way in ftp(1) to force passive, active,
gate-ftp, or autodetect.
* AFAIK, we haven't shipped any previous release with pftp in /usr/bin
* no link was made for gate-ftp (and i don't think that makes sense in
/usr/bin either)
* even though the link isn't made, the support for pftp, gate-ftp, and
the `-p' flag should remain since people may depend on having their
own link (e.g, ~/bin/pftp -> /usr/bin/ftp) or aliases which use
these things. it doesn't hurt to leave argv[0] checking in ftp's main().
1999-04-16 23:01:55 +00:00