2
0
Fork 0
Commit graph

537 commits

Author SHA1 Message Date
jaggy fc2540cfd0 Added missing use of mmap_sem around do_mmap calls. 2001-08-28 12:11:58 +00:00
jaggy 7a5f0bea03 Change namei/dput to user_path_walk/path_release for
compatibility with 2.3.99 and later.
2001-08-28 11:34:07 +00:00
jaggy c2c8ee5553 Possible problem with SCO ls. 2001-08-28 11:22:38 +00:00
jaggy 3bcd375598 Minor fixes to support up 2.2.19 kernels. 2001-08-28 09:30:23 +00:00
mike 1159e06814 Added a guess at SCO's getcwd call. 2000-01-04 11:54:27 +00:00
jaggy 485c61f886 Changes for 2.3.21+ compatibility. 1999-10-12 19:44:01 +00:00
jaggy d184e5c2f1 Documentation updates. 1999-09-27 20:53:29 +00:00
jaggy b0149fd074 Added the 990210 version of David Bruce's x286emul. 1999-09-27 20:48:10 +00:00
jaggy 44aac9640f Further 2.3.x changes. 1999-09-27 20:14:08 +00:00
jaggy 8314a28532 Changes for 2.3.x compatibility. 1999-09-27 19:19:30 +00:00
jaggy 670b56d78a Added mapping for flags to SCO sigaction calls. 1999-09-01 19:55:09 +00:00
jaggy aa7ec9f6db Added memcntl().
Added support for large file descriptor arrays.
1999-09-01 19:30:07 +00:00
jaggy faa2ac35f2 Clean up some minor warnings 1999-07-11 22:32:03 +00:00
jaggy f91c49c396 SCO OS5 has truncate/ftruncate as SVR4. 1999-01-22 20:47:58 +00:00
jaggy 62b8091abb Default to SMP=auto since SMP is now a kernel config option. 1999-01-15 21:12:49 +00:00
jaggy 46d7e202c2 Added run time options.
New utssys handling.
1999-01-14 22:37:19 +00:00
jaggy e190dfa9b4 Treat bogus flags value to getmsg as zero.
Fudge the open file access modes for Xenix locking.
1999-01-14 21:39:42 +00:00
jaggy e2c9159a9d Fleshed out xnx_sigpending 1998-11-24 19:57:35 +00:00
jaggy 65fe9eb433 Trim excessively large sockaddr buffers back to something
that Linux won't discard out of hand.
1998-11-13 21:11:47 +00:00
jaggy d4281112e6 Missing KERN_DEBUG in printk. 1998-11-13 21:11:08 +00:00
jaggy 1cade04608 Fixed the bug that let read/write on /dev/socksys kill the kernel.
Allow for the possibility of byte swapped sa_family.
1998-11-05 21:50:32 +00:00
jaggy 8e3841c945 Documentation update. 1998-10-31 14:30:40 +00:00
jaggy 7026019f50 Ignore the connection backlog when binding to null. 1998-10-31 14:19:23 +00:00
jaggy 71f9823b51 Changed the debug messages on exec(). 1998-10-20 19:37:22 +00:00
jaggy 113db0a903 Documentation update for today's release. 1998-10-17 19:25:39 +00:00
jaggy c007fa8dfa When checking personality only look at the base personality
and ignore any flags.
1998-10-15 21:20:47 +00:00
jaggy c19a7ec093 Added the location of the kernel source as an option in CONFIG. 1998-10-15 20:48:37 +00:00
jaggy 422becc828 Set SO_BSDCOMPAT on sockets. 1998-10-15 20:40:43 +00:00
jaggy a881e15955 Reduced user stack usage when using scratch space. 1998-10-14 21:54:27 +00:00
jaggy 75b80e2b4d make install now installs mkmnttab in /usr/bin/mkmnttab. 1998-10-11 11:00:18 +00:00
jaggy 956a067110 More changes for Informix Dynamic Server. 1998-10-11 10:56:55 +00:00
jaggy 7e2f166265 More bulk changes in the pursuit of Informix Dynamic Server. 1998-10-10 15:17:10 +00:00
jaggy 1b398dbd1c Many changes, mostly due to attempts to get Informix Dynamic
Server installed and working. See the ChangeLog for details.
1998-10-08 21:32:57 +00:00
jaggy f325f809a8 If we are only given the _used_ bytes in an address we need
to call the underlying socket functions with the _total_
bytes.
1998-10-08 19:50:34 +00:00
jaggy 7e9e8929d7 Changed socksys.c to handle new file_operations struct
in kernel 2.1.119 and later.
1998-08-30 20:50:55 +00:00
jaggy f9b11ed03b Changed some more KERN_ERRs to KERN_DEBUGs in the STREAMS
ioctl support.
Fixes and additions to the user pointer checking in ipc.c.
1998-08-22 18:58:57 +00:00
jaggy 2e60586f5f Added fchdir to the main iBCS call map. 1998-08-21 19:25:34 +00:00
jaggy 1fc11c0188 Alpha 2.1 release number 2. 1998-08-19 22:13:15 +00:00
jaggy ca8d973353 Avoid calling rt_sigaction if the mapped signal number is -1. 1998-08-19 20:03:03 +00:00
jaggy be9515451d More x286emul changes from David. 1998-08-19 19:54:38 +00:00
jaggy 4006a20816 Added David Bruce's updated x286emul. 1998-08-19 19:44:12 +00:00
jaggy c95abda2ad Avoid calling fput with a NULL file pointer. 1998-08-17 20:30:53 +00:00
jaggy 4820d3dbfe Fixes to copy_{to,from}_user return checking. 1998-08-16 16:34:10 +00:00
jaggy 836c34082f Changed flock handling to avoid use of magic in line assembly. 1998-08-15 22:52:41 +00:00
jaggy aa008aa035 Changed flock handling to avoid use of magic in line assembly. 1998-08-15 22:44:11 +00:00
jaggy 7e77cd6892 Signal changes. Now use rt_sig* and new sigsets only. 1998-08-15 21:35:29 +00:00
jaggy 28f61e5f45 Documentation update for alpha 2.1 release. 1998-07-20 21:23:48 +00:00
jaggy 235ffff2b8 Added I_FDINSERT support.
Use TIOINQ instead of FIONREAD in STREAMS ioctl handler.
Do MOD_INC, MOD_DEC in inherit, release respectively on sockets.
1998-07-20 20:05:36 +00:00
jaggy 96a6a926d7 Added GNU CopyLeft. 1998-07-16 21:47:04 +00:00
jaggy 174f4ded71 Exported inherit_socksys_funcs since this is now used to set
up the TEP data as well.
1998-07-16 21:45:33 +00:00