minoura
f2ff44241e
Add new boot programs.
2001-12-02 10:05:45 +00:00
minoura
1cf5c38da0
Descend to new boot programs.
2001-12-02 09:59:39 +00:00
minoura
99978cf934
Install as installboot.new.
2001-12-02 09:58:56 +00:00
manu
ef711afc33
Added enough of prctl emulation so that program do not crash on exit
2001-12-02 09:23:58 +00:00
manu
427b57c20e
Added SGI_USE_FP_BCOPY and SGI_TOSSTSAVE commands that are also needed
...
for dynamic linking
2001-12-02 09:22:39 +00:00
blymn
c84d91aad5
* Major change to add support for the newterm/set_term functions.
...
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
2001-12-02 09:14:20 +00:00
blymn
76a99ffa0a
Our libcurses now has the newterm function, make vi use it.
2001-12-02 09:05:53 +00:00
manu
cfcac1c4fb
Uses svr4_mmap for mmap32 emulation. This will not implement all the
...
IRIX functionnality, but it should be enough to get dynamic linking working
2001-12-02 08:47:17 +00:00
jmc
720f41ede6
Force makeerrnos.sh to be run with sh instead of depending on it being
...
executable
2001-12-02 08:41:14 +00:00
wiz
a4f2821180
Drop a space, and mark-up EINVAL.
2001-12-02 08:40:27 +00:00
manu
e2898fe96b
Added a bit of sysmp() emulation necessary for dynamic linking.
2001-12-02 08:30:10 +00:00
manu
fd6a281221
Added twomissing SYSCALL_SHIFT for indirect syscall through SYS_syscall
2001-12-02 08:28:18 +00:00
blymn
b49b6e823b
stop t_freent freeing the same memory all the time.
2001-12-02 06:38:51 +00:00
jmc
dad5e6ef6d
Add ${CONFIG_SHELL-/bin/sh} in front of all calls to $ac_config_sub.
...
Makes sure things don't break when execute permission doesn't exist
2001-12-02 04:52:41 +00:00
jmc
e134e4e037
Add sh in front of all calls to move-if-change as it might no have execute
...
permission turned on
2001-12-02 04:10:11 +00:00
mbw
4133cc1aef
Mention tlp0 as possible built-in ethernet option
...
Mention how to manually create /dev entries, since the suggested "Re-install
sets" option doesn't automatically do this (leaving the user without
/dev/console)
2001-12-02 03:59:41 +00:00
yamt
ad37337699
add a line for cardbus attachment.
2001-12-02 03:20:52 +00:00
jmc
c824ed1c04
Forgot a word
2001-12-02 03:13:10 +00:00
yamt
7a6838c92e
add "function ?" forgotton in the previous commit.
2001-12-02 03:12:44 +00:00
yamt
a187b01a11
note pcmcia and isapnp attachments.
2001-12-02 03:07:53 +00:00
jmc
464af2efd9
Provide writeup and install steps for getting a working awk before building
...
on sparc64
2001-12-02 03:07:29 +00:00
jmc
3508f7583d
Need -msoft-quad-float on sparc64 as double->int promote to quad math.
2001-12-02 03:06:55 +00:00
jmc
1bcf4d49b2
Make sure and run sh configure as it may not have execute permissions.
2001-12-02 03:03:12 +00:00
jmc
23e8627939
Fix test -r to test -x typo.
2001-12-02 02:58:51 +00:00
gmcgarry
5585cbd30c
Allow sd15, to remain consistent throughout.
2001-12-02 02:51:28 +00:00
augustss
051c7d6423
Prototype for config_makeroom(), the routine that expands the cd_devs array.
2001-12-02 02:42:25 +00:00
augustss
d845d14a6c
Move the code that expands the cd_devs array into a subroutine.
2001-12-02 02:40:57 +00:00
gmcgarry
796fcac29a
Documentation for itimerfix(9), from Christos Zoulas.
2001-12-02 02:26:26 +00:00
jmc
0a04168b5e
Change to use utils/x_ed
2001-12-02 01:44:08 +00:00
jmc
ce9f4d2c00
Fix VND device for unconfig
2001-12-02 01:43:38 +00:00
jmc
de9d0f2c64
Tweak newfs params and fix VND device for unconfig
2001-12-02 01:43:12 +00:00
gmcgarry
6baa42f8ce
Don't use dev/cninit.c, since we have our own custom implementation.
2001-12-02 01:28:54 +00:00
gmcgarry
72dc6ccf2b
Type cast for bus_space_vaddr()
2001-12-02 01:20:33 +00:00
tsutsui
0ba0d05efe
Use pmap_kenter_pa() rather than pmap_enter() for msgbufaddr.
2001-12-02 01:17:52 +00:00
gmcgarry
adb908503d
Add identifiers for HP devices.
2001-12-02 01:17:51 +00:00
ross
43fe22fed0
Revert previous; the _e003U definition is used elsewhere.
2001-12-02 01:04:26 +00:00
jdolecek
ed1e2f54e9
add 'lkm' to SUBDIR - it got mistakely got removed in last revision
2001-12-02 00:47:21 +00:00
jdolecek
2ff8a38d00
nuke the #include "opt_compat_irix.h", too
2001-12-02 00:46:03 +00:00
tsutsui
1011f9fbcc
Don't define COMPAT_SUNOS here. It is defined in opt_compat_sunos.h
...
and <sys/ioctl.h> and <sys/tty.h> include it properly.
XXX Is this needed for LKM?
2001-12-02 00:35:25 +00:00
tsutsui
babc971829
#ifdef'ed out debug printf.
2001-12-01 23:39:11 +00:00
tsutsui
163114ab3c
Implement pmap_kenter_pa() and pmap_kremove() properly.
...
This should fix `kernel diagnostic assertion "rv" failed' panic
and the problem was tracked down by tsubai.
Also add small optimization in pmap_enter() and pmap_remove(), from tsubai.
2001-12-01 23:34:52 +00:00
thorpej
72dee19a8c
Reset the i80200 ICU and PMU to a pristine state very early.
2001-12-01 23:06:45 +00:00
jmcneill
fa0a465c3f
Added myself.
2001-12-01 22:44:37 +00:00
manu
0e18d4c1b0
Fixed a typo
2001-12-01 22:19:38 +00:00
manu
11ea5b82d7
Fixed a bug in vmcmdset reuse. IRIX binaries seems to pass syssgi(ELFMAP)
...
without crashing now.
2001-12-01 22:14:15 +00:00
chuck
00168f4ce0
fix bug in amap_wiperange() detected by enami tsugutomo.
...
loop control was wrong in one case.
2001-12-01 22:11:13 +00:00
thorpej
a5a8439141
Make the snake slither in a slightly more interesting pattern that
...
also happens to have 8 positions (and thus has a slightly more efficient
implementation).
2001-12-01 21:23:17 +00:00
wiz
a9f8e2d2fa
Sort sections.
2001-12-01 20:45:20 +00:00
wiz
5a6fae6674
Punctuation nit, sort SEE ALSO.
2001-12-01 20:44:29 +00:00
wiz
d2d0c78429
Use standard headers.
2001-12-01 20:43:39 +00:00