Andrey A. Chernov
c5e15878bd
Back out incorrect jkh's fix and apply correct one
...
(POSIX_SAVED_IDS,POSIX_JOB_CONTROL)
1995-05-02 13:14:59 +00:00
Jordan K. Hubbard
72574b4219
The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no value
...
to assign this way!
1995-05-02 12:32:30 +00:00
Andrey A. Chernov
2fae339c22
Fix handling of POSIX_JOB_CONTROL and POSIX_SAVED_IDS,
...
pointed out by Bruce.
1995-04-30 11:30:12 +00:00
Joerg Wunsch
fa74aea62d
Some long-waiting fixes for the COFF module. They silence compiler
...
warnings and are cosmetic only. Poul once requested them, but neither
Sean nor Søren commented on them, so i commit it now before it's
getting lost some day.
1995-04-08 15:52:30 +00:00
Nate Williams
19b72402c7
emoved redundant definition of imcs2_close() since it already exists in
...
ibcs2_file.c
Reviewed by: Sean and S'oren
1995-03-03 15:44:44 +00:00
David Greenman
91ee94544a
Use of vm_allocate and vm_deallocate has been deprecated.
1995-02-20 23:52:39 +00:00
Bruce Evans
125bd0c85c
Don't depend on namespace pollution in <machine/limits.h> for the
...
definition of CLK_TCK. Use _BSD_CLK_TCK_ instead of CLK_TCK so that
we don't have to include the user header <time.h>.
1995-02-03 21:31:35 +00:00
Søren Schmidt
45d04cf11f
Fix bug around VOP_READDIR, now takes 6 parameters not 4.
...
The MAXBSIZE has changed, so use DEFAULT_PAGE_SIZE instead.
1994-12-14 22:03:48 +00:00
Søren Schmidt
6897ce2e56
First shot README file for iBCS support
...
Reviewed by: sef@kithrup.com
1994-10-23 19:20:57 +00:00
Søren Schmidt
a2c74e0ab5
Fixed some video returns.
1994-10-23 19:19:42 +00:00
Søren Schmidt
e33700d2b0
Got a little closer with socksys emulation.
1994-10-17 22:13:10 +00:00
Søren Schmidt
69b770e238
iBCS2 emulator core files.
...
This is the main files for the iBCS2 emulator. It can be use
compiled into the kernel by using:
options IBCS2
options COMPAT_IBCS2
or as a lkm module using:
options COMPAT_IBCS2
and then loading it via the ibcs2 script in /usr/bin
REMEMBER: this code is still experimental ! NO WARRENTY !
Submitted by: sef@kithrup.com , mostyn@mrl.com , sos@kmd-ac.dk
1994-10-14 08:53:16 +00:00
Søren Schmidt
6e542db138
Main iBCS2 include file. First part of iBCS2 emulator.
1994-10-13 21:08:11 +00:00