deraadt
69943c6c35
update
1994-11-26 00:00:11 +00:00
deraadt
e24c51929f
a few other things which work
1994-11-25 23:59:31 +00:00
dean
aa7c33ed7d
{get,set}rlimit functions (From Jonathan Stone)
1994-11-23 22:34:58 +00:00
dean
d401f2494f
changes for new sysent structure (from J. Stone)
1994-11-23 17:49:06 +00:00
deraadt
66aea4d8d2
m68k does not have PT_{SET,GET}FPREGS
1994-11-23 07:05:20 +00:00
deraadt
52bf7567d8
new syscalls
1994-11-20 21:31:32 +00:00
deraadt
5677e59c0a
ptrace from chs+@CS.cmu.edu, poll from christos
1994-11-20 21:31:10 +00:00
deraadt
7eb1e52253
sunos ptrace & poll emulation
1994-11-20 21:30:03 +00:00
deraadt
2e57b94fb7
improve VMIN/VTIME emulation (from chs+@CS.cmu.edu)
1994-11-20 21:29:33 +00:00
christos
153d76736d
syscalls.master was changed; added a couple of new header files.
1994-11-18 02:56:09 +00:00
christos
2859b1c634
Rework streams emulation so that it does not rely on non portable hacks.
...
We keep streams state in so->so_ptcb; this field is unused in all the kernel.
Fix poll(2) timeout computation; add hrtsys and waitsys syscalls.
1994-11-18 02:53:37 +00:00
deraadt
b56463b6db
syscalls.master changed
1994-11-14 07:34:26 +00:00
deraadt
de1d09dd2a
fix sunos_mmap
1994-11-14 07:33:48 +00:00
christos
0d5c2ddb90
new files
1994-11-14 06:13:11 +00:00
christos
25ef6e1436
More functionality and bug fixes
1994-11-14 06:10:37 +00:00
deraadt
930c2dade2
fix CS[5678] code
1994-10-31 05:18:10 +00:00
cgd
6ac2bbfc35
be more careful with types, also pull in headers where necessary.
1994-10-30 21:43:03 +00:00
christos
f46f498d53
Changed code to KNF, removed global variable per cgd's request.
1994-10-29 00:43:14 +00:00
mycroft
ed0f09279e
Reran makesyscalls.sh, to update SYS_* constants and fix truncated line.
1994-10-28 20:46:17 +00:00
mycroft
4e9c2720e2
Clean up deleted files.
1994-10-26 11:58:32 +00:00
christos
afffe1aaf8
Fixed Charles suggestions:
...
1. always do the stackgap_init()/CHECKALT first in syscalls that need it.
2. svr4_emul_find() uses malloc for the buf, does not use copyoutstr, but
copyout().
Removed makesyscalls.sh; it was really old and we don't need a separate copy.
1994-10-26 11:58:24 +00:00
cgd
69d2deb545
new RCS ID format.
1994-10-26 05:27:43 +00:00
cgd
0974859697
new RCS ID format.
1994-10-26 02:57:08 +00:00
cgd
6b7c260753
new RCS ID format.
1994-10-26 02:45:11 +00:00
deraadt
734a6bf4d5
update
1994-10-26 01:04:28 +00:00
deraadt
63d1852163
whoops
1994-10-26 01:03:43 +00:00
deraadt
c4fba0ee57
and we update these
1994-10-25 23:05:28 +00:00
deraadt
1784f27584
and these
1994-10-25 23:04:53 +00:00
mycroft
e5877200d7
Clean up deleted files.
1994-10-25 23:03:35 +00:00
deraadt
019f48332c
rename, new syscall interface, etc.
1994-10-25 23:03:22 +00:00
deraadt
dca2741d28
make SYS_* macros unique
1994-10-24 23:26:02 +00:00
mycroft
f3c9ca2e05
Make the termios convul^H^Hersion a little less ugly, and convert CSIZE correctly.
1994-10-24 22:01:35 +00:00
deraadt
b415eb1d1d
new from christos
1994-10-24 17:37:34 +00:00
cgd
74d7436a91
pay a small amount of lip service to the new syscall args mechanism.
...
In reality, none of these will compile.
1994-10-20 04:47:31 +00:00
deraadt
042d2d08a1
use STACKGAPBASE
1994-09-28 00:41:17 +00:00
mycroft
3e334ba9a6
New iBCS2 code from Scott.
1994-09-05 01:28:57 +00:00
mycroft
c639e40d5b
iBCS2 emulation code, written by Scott Bartram.
1994-08-24 19:13:39 +00:00
mycroft
9db57a0aa0
Fix typo.
1994-08-17 11:03:07 +00:00
mycroft
da534b691a
Reran makesyscalls.sh.
1994-08-15 23:49:28 +00:00
mycroft
e8b01ef8dc
Add missing line.
1994-08-15 23:48:41 +00:00
mycroft
2b2c64b4e2
Need prototype of exec_svr4_elf_makecmds().
1994-08-15 22:54:51 +00:00
mycroft
a82f727857
Clean up deleted files.
1994-08-15 22:47:27 +00:00
mycroft
ea999cdda2
Rename this for consistency.
1994-08-15 22:47:24 +00:00
mycroft
e2122143e9
Don't reread the blasted header.
1994-08-15 22:47:00 +00:00
mycroft
b0d890f90a
EMUL_IBCS2 --> EMUL_IBCS2_ELF
1994-08-15 22:03:12 +00:00
glass
7ea51310a8
add ultrix_{get,set}sysinfo() from Arne H Juul <arnej@dsl.unit.no>
1994-08-01 14:16:24 +00:00
glass
32d2a27836
ultrix_{get,set}info from Arne H Juul <arnej@dsl.unit.no>
1994-08-01 14:15:06 +00:00
gwr
ba188a61a0
Avoid some macro redefinitions that have appeared since exec.h
...
now includes exec_aout.h
1994-07-12 00:34:31 +00:00
cgd
a2e313bd42
gen syscall fiels from new syscalls.master
1994-06-30 17:01:45 +00:00
cgd
19f726e77f
fix a botch, and gen syscall files
1994-06-30 17:00:13 +00:00