kleink
36e329cd5b
Define FP as a synonym for A6.
1999-04-19 21:19:08 +00:00
perry
ed50b0305d
add # comment character in front of RCS Id.
1999-04-19 21:09:59 +00:00
kleink
6a9c669828
Move linux_reenter_syscall() to a common location and rename it to
...
reenter_syscall() - it's going to be shared with COMPAT_SVR4 and soon be
used by native code.
1999-04-19 20:58:37 +00:00
ross
4b0326d939
Get rid of delay() in com_common_putc() because the Shark delay() is borked
...
and can't be called until after the timers are setup. (It should not use
a timer, or it should have a fallback algorithm.)
1999-04-19 19:27:31 +00:00
scw
cc712cde63
Make the memory sizing code *really* work on mvme167.
1999-04-19 19:15:50 +00:00
mycroft
0e603b27d7
+LFS +MFS
1999-04-19 16:57:06 +00:00
ragge
d9010c853c
Don't try to init the L2 cache if there is no L2 cache. (KA640)
1999-04-19 14:50:57 +00:00
kleink
6954ab0ad7
Take a stab at making SVR4_MAKEDEV more flexible towards multiple architectures.
1999-04-19 14:46:27 +00:00
chs
69ead14e9b
in uvm_map_extract(), handle the case where the map entry being extracted
...
is large enough to cause the end address of the new entry to overflow.
1999-04-19 14:43:46 +00:00
ws
aded74faa1
Update the set split counts for floppy installation to match reality.
1999-04-19 13:17:09 +00:00
ross
3bfdbeb280
Add MLINKS-generated entries for pool_*.9 and resort pool_*.0 entries.
1999-04-19 04:56:18 +00:00
ross
b51089597f
Really really really say goodbye to old wscons. I mean it this time.
1999-04-19 04:20:13 +00:00
simonb
6c1e99c770
Add a NetBSD RCS tag to each distrib list file.
1999-04-19 03:11:31 +00:00
simonb
d727686794
Ignore lines starting with a ``#'' in the set list files.
1999-04-19 02:33:40 +00:00
simonb
8d5192534f
Include the symlink from /usr/X11R6/bin/X to Xpmax.
...
Delete the preceding directories - they exist in xbase.
1999-04-19 02:26:11 +00:00
simonb
17d18eb235
NetBSD/pmax now uses the X11R6 X server.
1999-04-19 02:03:27 +00:00
thorpej
44672d5287
Simplify _rtld_start() a little, and shave some cycles. Spefically, there's
...
no need to save the stack pointer. Just push the space for the cleanup
and obj_main pointers before calling _rtld(), and pop it after loading those
pointers into the appropriate argument registers for the program entry point.
1999-04-19 00:05:00 +00:00
thorpej
80deb5d223
Tidy this up a little.
1999-04-18 23:12:59 +00:00
ad
08168561e3
Correct omission made during last fix of HISTORY section.
1999-04-18 22:36:46 +00:00
ad
5083f44876
Fix HISTORY section (somebody hacked the end off it).
1999-04-18 22:35:19 +00:00
thorpej
552465011e
Revert revision 1.159. The correct answer was not to re-break the
...
serial console support, but rather to fix the Shark delay().
1999-04-18 22:02:47 +00:00
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