fvdl
|
10101d52ba
|
Only define some vars (one of pcvt-specific type) when pcvt is configured.
Fixes PR #1424 (from Mike Long)
|
1995-08-31 09:33:10 +00:00 |
|
fvdl
|
0324e91dae
|
Remove VT-switch disabling hack now that pcvt handles this.
|
1995-08-30 00:32:51 +00:00 |
|
fvdl
|
9ca2821d22
|
A couple of definitions added for previous changes.
|
1995-08-27 20:57:18 +00:00 |
|
fvdl
|
040bcc367d
|
Add some yucky code to emulate Linux VTs well enough to make svgalib
stuff work reasonably well.
|
1995-08-27 20:56:38 +00:00 |
|
fvdl
|
a7459f5321
|
syscalls.master changed
|
1995-08-27 20:53:31 +00:00 |
|
fvdl
|
d308963c5d
|
Add a hook for MD ioctl calls, plus a couple of more changes to make
svgalib binaries work on the i386
|
1995-08-27 20:51:48 +00:00 |
|
fvdl
|
72e901b9ff
|
syscalls.master changed
|
1995-08-23 20:19:15 +00:00 |
|
fvdl
|
28d9d64235
|
Emulate some syscalls that appear in Linux 1.3: a select() with normal args,
getdents() and flock().
|
1995-08-23 20:17:28 +00:00 |
|
fvdl
|
7cd62a508c
|
Check for status NULL argument in wait4 and waitpid. From PR #1392
by Thomas EberHardt.
|
1995-08-21 23:15:51 +00:00 |
|
mycroft
|
7f01d32fb3
|
syscalls.master changed.
|
1995-08-21 03:42:35 +00:00 |
|
mycroft
|
9a0cd13442
|
Implement the old and older uname(2) calls.
|
1995-08-21 03:42:09 +00:00 |
|
mycroft
|
2c03307168
|
If updating the timeval would make it negative, zero it instead.
|
1995-08-16 04:50:17 +00:00 |
|
mycroft
|
dc41c4257e
|
Allow bogus timevals, per Linux.
|
1995-08-16 04:29:49 +00:00 |
|
mycroft
|
54c148fda5
|
Convert 230400 baud.
|
1995-08-16 04:14:51 +00:00 |
|
fvdl
|
02b3c95be6
|
Implement the rest of the sysv ipc calls ({sem,msg}*())
|
1995-08-15 21:14:32 +00:00 |
|
mycroft
|
e9d68a777e
|
Export bsd_to_linux_sig[], and use it.
|
1995-08-14 02:58:29 +00:00 |
|
mycroft
|
9b899c17cd
|
Export bsd_to_linux_sig[], and use it.
|
1995-08-14 02:19:08 +00:00 |
|
mycroft
|
baaaba9bc5
|
Rearrange #includes.
|
1995-08-14 01:38:24 +00:00 |
|
mycroft
|
283f211782
|
Sort.
|
1995-08-14 01:34:09 +00:00 |
|
mycroft
|
01fa87477a
|
syscalls.master changed.
|
1995-08-14 01:29:05 +00:00 |
|
mycroft
|
88b8e43a80
|
Rearrange #includes.
|
1995-08-14 01:27:43 +00:00 |
|
mycroft
|
eba2f2e81a
|
Move signal types into signal.h.
|
1995-08-14 01:11:52 +00:00 |
|
mycroft
|
fef558efaa
|
Convert SA_NOMASK and SA_ONESHOT.
Clean up this code a bit.
|
1995-08-13 22:55:28 +00:00 |
|
mycroft
|
ad35618e1e
|
Linux doesn't allow select(2) to be restarted.
|
1995-08-13 17:51:40 +00:00 |
|
fvdl
|
64b54f62f4
|
syscalls.master changed
|
1995-07-24 06:39:38 +00:00 |
|
fvdl
|
83ed983d47
|
mkdir() has 2 arguments.. fixes PR 1248 (from Brad Spencer)
|
1995-07-24 06:35:28 +00:00 |
|
fvdl
|
059661a991
|
Fix totally bogus implementation of a few fcntl() calls. I think I'll go
live on a deserted island now..
|
1995-07-03 21:33:59 +00:00 |
|
christos
|
fc741845e6
|
Stackgap_init() now takes an p->p_emul argument.
|
1995-06-24 20:36:28 +00:00 |
|
christos
|
6b95b513b0
|
Use compat_util.[ch].
|
1995-06-24 20:20:04 +00:00 |
|
fvdl
|
1634acc3e4
|
Include file change.
|
1995-06-22 21:35:42 +00:00 |
|
fvdl
|
c4aaa6000c
|
* Changed to use generic ELF code from kern/exec_elf.c (which was taken
from the svr4 exec code plus the linux compat mods)
* Include file change
* Add multicast sockopts (from John Brezak)
|
1995-06-22 21:34:27 +00:00 |
|
fvdl
|
769310e81d
|
Linux select() returns the amount of time left before a timeout would have
occured in the timeval structure. Emulate this behavior. Reported by
Theo de Raadt.
|
1995-06-11 21:51:38 +00:00 |
|
fvdl
|
fb777788b1
|
Don't forget to acknowledge that all the ELF stuff was taken from
Christos' svr4 code.
|
1995-06-11 15:15:09 +00:00 |
|
fvdl
|
bfc9b29ab2
|
Remade these after syscalls.master had changed.
|
1995-06-11 14:57:56 +00:00 |
|
fvdl
|
fc7cfb5f0b
|
* Make Linux ELF binaries work. Lots of code duplication, but it will have to do
for now.
* Add a sanity check in linux_uselib
|
1995-06-11 14:56:47 +00:00 |
|
mycroft
|
1e1e52e395
|
Rename the dirent fields to match Linux. Make sure the requested buffer
is no larger than MAXBSIZE.
|
1995-06-10 22:19:06 +00:00 |
|
mycroft
|
cc8da4254d
|
Need netinet/tcp.h.
|
1995-05-28 10:20:46 +00:00 |
|
mycroft
|
32659780f6
|
Convert TCP socket options.
|
1995-05-28 10:16:32 +00:00 |
|
mycroft
|
00569bf574
|
Fill in `name' argument to getsockopt() correctly.
|
1995-05-28 09:39:45 +00:00 |
|
mycroft
|
116c7de730
|
Fix typo.
|
1995-05-28 08:52:07 +00:00 |
|
mycroft
|
e89504670f
|
Convert IP socket options.
|
1995-05-28 08:50:17 +00:00 |
|
mycroft
|
fbc3ef234b
|
Get rid of damned `static's.
|
1995-05-28 08:09:51 +00:00 |
|
mycroft
|
bfd22ffde8
|
Generate the new ps_strings format.
|
1995-05-16 14:19:03 +00:00 |
|
mycroft
|
dbaa7014ef
|
Turn off a debugging printf().
|
1995-05-07 03:27:37 +00:00 |
|
mycroft
|
4e9f66f9ca
|
Improve Linux signal emulation, and emulate the modify_ldt() call.
|
1995-05-07 02:59:30 +00:00 |
|
mycroft
|
e97a07b5a4
|
Add stub for linux_modify_ldt().
|
1995-05-06 18:17:15 +00:00 |
|
mycroft
|
2b0696ff3c
|
Add linux_modify_ldt(), if __i386__.
|
1995-05-06 18:16:35 +00:00 |
|
mycroft
|
73fead01fc
|
Fix typos.
|
1995-05-01 19:45:42 +00:00 |
|
mycroft
|
8792c8e284
|
Save and restore %fs and %gs across signals.
|
1995-05-01 14:15:07 +00:00 |
|
mycroft
|
17dd9534bf
|
Update to match include files. Eliminate _ucodesel, _udatasel, and IdlePTD.
|
1995-05-01 08:06:22 +00:00 |
|