pk
4162cf6459
Simplify update of r_addend field in relocation record if `-r' is on.
...
The old quirky code did strange things.
1995-12-28 18:04:59 +00:00
pk
2bb60e32ec
Make dlopen() search for libraries if given a name of the form
...
`lib<name>.so[.xx[.yy]]' (per Erik M. Theisen; PR#1763; patch from PR
used in simplified form).
1995-12-28 17:57:32 +00:00
jonathan
df51f8395d
Change MachEmulateBranch() to be able to read an insn from user space.
...
Kernel-debugger breakpoints in user space, or FP insns that cause
underflow in a delay slot, should now work properly. Single-stepping
of arbitrary user processes, from user level, should be added.
1995-12-28 16:22:41 +00:00
jonathan
f10a0c8931
Config file used to build pmax kernels in NetBSD/1.1
...
miniroots, from Arne Juul (arnej@pvv.unit.no ).
(like NEWCONF, except with options GENERIC)
1995-12-28 16:11:31 +00:00
jonathan
7d4de44572
Fix typo (two rz4s, no rz5) and add options KTRACE.
1995-12-28 16:08:20 +00:00
perry
74e1e47aeb
fixed my own pr 1758 -- the floppy drive motor was not being turned off
...
at halt time, especially if a floppy was mounted. Added a shutdown hook
to turn off the motor. Per a request by mycroft, the cookie from the hook
is saved in a new member I added to the fd_softc structure.
1995-12-28 15:48:57 +00:00
ragge
7c65ab14a0
Create libkern as a .a instead of a .o file.
1995-12-28 15:27:21 +00:00
thorpej
3ee815f0ce
Squish a couple of rogue old-style RCS ids.
1995-12-28 08:58:15 +00:00
thorpej
2ec75edc49
New-style RCS id.
1995-12-28 08:53:50 +00:00
thorpej
6dda330ef6
New-style RCS ids.
1995-12-28 08:51:55 +00:00
jonathan
a47c251d62
Use machine-independent TurboChannel include files from dev/tc.
...
Add machine-dependent TC definitions in pmax/include/tc_machdep.h.
1995-12-28 08:42:15 +00:00
jonathan
497e83e28c
Add untested, partial support for Decsystem 5100 (mipsfair).
1995-12-28 06:44:57 +00:00
jonathan
7e98ecaca9
*** empty log message ***
1995-12-28 06:41:07 +00:00
jtc
ef34ad8ea5
Add __dead qualifier to abort() and exit(); PR 1845
1995-12-27 21:19:08 +00:00
jtc
990dc3cb42
Fix grammar error pointed out by Peter Seebach in PR#1846
1995-12-27 21:17:02 +00:00
jtc
79a9fb367d
Sync with termcap 9.12.3
1995-12-27 21:11:27 +00:00
jonathan
c02f0114ff
Ultrix-compatible termios struct and ioctl() definitions.
1995-12-27 19:57:25 +00:00
chopps
4bf7b86bd1
rename grf_ul.gsp
1995-12-27 16:54:37 +00:00
chopps
d1d2589f0f
remove -fno-builtin (pr#1727) from Bernd Ernesti
1995-12-27 08:22:54 +00:00
chopps
7286a43eb4
cleanup for -Wall (pr#1559) from Ignatios Souvatzis
1995-12-27 08:09:51 +00:00
chopps
e2f3d531be
fix typos (pr#1680) from Thorsten Frueauf
1995-12-27 07:59:00 +00:00
chopps
c5620905dc
remove ref to non-existant special(8) (pr#1681 from Thorsten Frueauf)
1995-12-27 07:55:32 +00:00
chopps
fd9084650c
make changed from pr#1824 from Ignatios Souvatzis
1995-12-27 07:51:40 +00:00
chopps
ff82249d85
add vnd (pr#1744) from Robert Leland
1995-12-27 07:40:08 +00:00
chopps
38d473982a
fixup the table (pr#980) from Ignatios Souvatzis
1995-12-27 07:31:58 +00:00
chopps
7ecc586ed0
add support for GRFIOCBLANK (pr#1810) from Ignatios Souvatzis
1995-12-27 07:24:27 +00:00
chopps
05ab6375cc
fix initializtion (pr#1853) from Ignatios Souvatzis
1995-12-27 07:21:07 +00:00
chopps
dafae56a80
fix for newer boards (pr#1829) from Matthias Scheler
1995-12-27 07:15:53 +00:00
chopps
f7ea355074
remove uneeded routines (pr#1837) from Bernd Ernesti
1995-12-27 07:09:37 +00:00
chopps
33033862c7
fix option and add info on disable sync. fixes pr#1802
1995-12-27 07:01:56 +00:00
mycroft
813ecfb64a
Remove old workaround for a bug.
1995-12-27 06:30:38 +00:00
mycroft
3872a4ba45
Take a stab at implementing TCXONC and TCFLSH.
1995-12-26 17:56:36 +00:00
mycroft
b9c37470a0
Fix Ultrastor 24f probe, per Andrew Gillham.
1995-12-26 17:16:55 +00:00
mycroft
883fb8f0ca
Copy md_flags during fork.
1995-12-26 16:59:47 +00:00
jonathan
a44b6c74de
Add emulation of ultrix mount(2). Sufficient to NFS-mount filesystems
...
using a NetBSD kernel in an ultrix root filesystem.
Move wait emulation to the old (v7) wait syscall number, as that's
what the Ultrix ufs_mount binary uses.
1995-12-26 10:06:14 +00:00
jonathan
e9411cae99
Fix ultrix_sys_select() entry.
1995-12-26 04:46:08 +00:00
jonathan
6a363a1101
Add emulation of Ultrix select: before calling native sys_select(),
...
limit the number of FDs to select on to the maximum supported by NetBSD --
which is as many FDs as the emul_ultrix process can have open, anyway.
Add emulation of Ultrix getmnt(2) in ultrix_fs.c
Add partial emulation of Ultrix tty ioctl()s in ultrix_ioctl.c, derived
from compat/sunos/sunos_ioctl.c. Ultrix libc's ``isatty()'' now works
in compat_emul processes.
1995-12-26 04:44:37 +00:00
jonathan
0a1e90f900
Add emulation of Ultrix select: before calling native sys_select(),
...
limit the number of FDs to select on to the maximum supported by NetBSD --
which is as many FDs as the emul_ultrix process can have open, anyway.
Add emulation of Ultrix getmnt(2) in ultrix_fs.c
Add partial emulation of Ultrix tty ioctl()s in ultrix_ioctl.c, derived
from compat/sunos/sunos_ioctl.c. Ultrix libc's ``isatty()'' now works
in compat_emul processes.
1995-12-26 04:22:30 +00:00
mycroft
cd8fe86bcb
Make the type of __builtin_va_list a long.
1995-12-26 01:16:24 +00:00
mycroft
0c00214737
Use __builtin_va_alist.
1995-12-26 00:19:09 +00:00
mycroft
c098d54e0a
Stylistic changes.
1995-12-26 00:15:47 +00:00
mycroft
fa887628d8
Stylistic changes.
1995-12-25 23:15:31 +00:00
mycroft
72e24c3168
Update for GCC 2.7, and fix bugs.
1995-12-25 22:24:54 +00:00
mycroft
d1de691efb
Stylistic changes.
1995-12-25 22:22:02 +00:00
mycroft
0199e002ad
Update for GCC 2.7, and fix bugs.
1995-12-25 21:41:08 +00:00
leo
b46db7160c
- Remove an unwanted interference between the 2 channels.
...
- Allocate the ringbuffer on a channel's first open.
1995-12-25 14:16:50 +00:00
leo
608b4cc605
Fix possible integer overflow when allocating PT map.
1995-12-25 14:13:53 +00:00
leo
7682dd538b
Add doshutdownhooks
1995-12-25 14:09:13 +00:00
neil
c93761e267
Added ccd pseudo device.
1995-12-24 18:00:29 +00:00
mycroft
f597a53319
Remove the process from zombproc and its parent's child list before freeing
...
its resources.
1995-12-24 11:23:33 +00:00