newlib/winsup/cygwin
Christopher Faylor 55fc91b9d6 * exceptions.cc (interruptible): Allocate slightly more space for directory
name check.  Windows 95 seems to null-terminate the directory otherwise.
(interrupt_on_return): Issue a fatal error if we can't find the caller's stack.
* spawn.cc (find_exec): Accept a path_conv argument rather than a buffer so
that the caller can find things out about a translated path.
(perhaps_suffix): Ditto.
(spawn_guts): Allocate path_conv stuff here so that we can find out stuff about
the translated path (this is work in progress).
* environ.cc (environ_init): Accept an as-yet unused argument indicating
whether we were invoked from a cygwin parent or not.
(winenv): Ditto.
(posify): Accept an argument indicating whether the path has already been
translated.
* dlfcn.cc (check_access): Provide a path_conv buffer to find_exec.
* exec.cc (sexecvpe): Ditto.
* path.cc (path_conv::check): Rename from path_conv::path_conv.
(mount_item::getmntent): Recognize "Cygwin executable" bit.
(symlink_info::check): Remove debugging statements.
* path.h (class path_conv): Add iscygexec method.  Rewrite constructor to call
"check" method to allow multiple operations on a path_conv variable.
* pinfo.cc (pinfo_init): Pass argument to environ_init.
* shared.h: Bump PROC_MAGIC.
* winsup.h: Reflect above changes to function arguments.
* include/sys/mount.h: Add MOUNT_CYGWIN_EXEC type.
2000-04-26 05:13:32 +00:00
..
config/i386 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
include * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
libc import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
regexp Eliminate RCS stuff. 2000-02-24 20:59:30 +00:00
testsuite import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
ChangeLog-1995 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1996 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1997 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1998 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1999 Update. 2000-02-21 03:18:37 +00:00
Makefile.in * dcrt0.cc (insert_file): Avoid freeing previously allocated argument list. 2000-04-13 22:43:48 +00:00
ROADMAP import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
acconfig.h Remove obsolete setting. 2000-04-16 23:00:38 +00:00
ansi.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
assert.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
autoload.h * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
config.h.in import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
configure * configure.in: Remove --enable-strace-hhmmss option. 2000-02-28 05:10:23 +00:00
configure.in * configure.in: Remove --enable-strace-hhmmss option. 2000-02-28 05:10:23 +00:00
cygrun.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
cygwin.din * net.cc (cygwin_inet_network): new function. 2000-04-24 15:44:11 +00:00
dcrt0.cc * dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS path 2000-04-18 23:16:56 +00:00
debug.cc * fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seems 2000-04-15 03:52:24 +00:00
debug.h Fix final round of gcc warnings relating to unused parameters. 2000-02-24 06:45:32 +00:00
delqueue.cc * delqueue.cc (delqueue_list::queue_file): Add some debugging. 2000-03-18 06:26:14 +00:00
dir.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dlfcn.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
dll_entry.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
dll_init.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dll_init.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dll_init.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dll_main.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
dtable.cc Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
dtable.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
environ.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
errno.cc * errno.cc: Map ERROR_NOACCESS to EFAULT. 2000-03-15 20:40:07 +00:00
exceptions.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
exec.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
external.cc * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
external.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
external.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fcntl.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fhandler.cc * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsec 2000-04-25 16:31:14 +00:00
fhandler.h * fhandler.h (fhandler_base::hclose): New virtual method. 2000-04-20 04:38:10 +00:00
fhandler_console.cc * fhandler_console.cc (fhandler_console::read): Detect extended keycode 2000-04-24 21:41:11 +00:00
fhandler_floppy.cc * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
fhandler_raw.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fhandler_serial.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fhandler_tape.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fhandler_termios.cc Respond to a multitude of g++ warnings. 2000-02-21 05:20:38 +00:00
fhandler_tty.cc Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
fhandler_windows.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fhandler_zero.cc Respond to a multitude of g++ warnings. 2000-02-21 05:20:38 +00:00
fork.cc * exceptions.cc (sigsave): Copy on fork so that we can restore correct behavior 2000-04-08 04:13:12 +00:00
gcrt0.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
glob.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
gmon.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
gmon.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
grp.cc * grp.cc (parse_grp): Save empty array instead of 2000-04-03 18:08:13 +00:00
heap.cc * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
init.cc * init.cc (dll_entry): Use better check for determining when to set thread 2000-04-16 22:57:05 +00:00
ioctl.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
libccrt0.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
libcmain.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
localtime.c Throughout use strace class in place of individual functions and variables. 2000-03-07 05:33:09 +00:00
malloc_wrapper.cc Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
mcount.c * sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since it 2000-03-07 18:32:40 +00:00
misc-std.sgml clean up SGML for latest version of jade/docbook 2000-04-19 00:55:19 +00:00
mkvers.sh import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
mmap.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
net.cc * net.cc: Avoid a warning in declaration inet_network. 2000-04-25 08:50:22 +00:00
ntea.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
passwd.cc Respond to a multitude of g++ warnings. 2000-02-21 05:20:38 +00:00
path.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
path.h * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
path.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
pinfo.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
pipe.cc Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
posix.sgml clean up SGML for latest version of jade/docbook 2000-04-19 00:55:19 +00:00
profil.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
profil.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
pthread.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
registry.cc * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
resource.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
scandir.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
security.cc * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsec 2000-04-25 16:31:14 +00:00
select.cc Add a debugging line. 2000-04-11 21:22:53 +00:00
select.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
shared.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
shared.h * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
shared.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
signal.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
sigproc.cc * environ.cc: Add TMPDIR to the list of environment variables which are 2000-03-25 05:25:27 +00:00
sigproc.h * exceptions.cc (sigsave): Copy on fork so that we can restore correct behavior 2000-04-08 04:13:12 +00:00
smallprint.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
spawn.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
strace.cc Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
strsep.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
sync.cc Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
sync.h Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
syscalls.cc * syscalls.cc (stat_worker): Previous patch failed to stat 2000-04-25 19:39:05 +00:00
sysconf.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
syslog.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
termios.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
test.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
thread.cc Fix final round of gcc warnings relating to unused parameters. 2000-02-24 03:53:22 +00:00
thread.h * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
times.cc * times.cc: Fix extern declarations for variables that are exported but used by 2000-03-19 04:14:07 +00:00
tty.cc * fhandler.cc (fhandler_base::get_readahead_into_buffer): New function. 2000-03-12 06:29:54 +00:00
tz_posixrules.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
uinfo.cc * uinfo.cc (internal_getlogin): Use NetGetDCName() instead 2000-04-19 20:03:51 +00:00
uname.cc Fix sysname. 2000-02-28 06:21:07 +00:00
wait.cc * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
window.cc Throughout use strace class in place of individual functions and variables. 2000-03-07 05:33:09 +00:00
winsup.h * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
winver.rc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00