newlib/winsup/cygwin
Christopher Faylor 7e24f1bf3a * path.cc (cwd_win32): Eliminate.
(cwd_posix): Eliminate.
(cwd_hash): Eliminate.
(cwdstuff::init): Rename from cwd_init.
(cwdstuff::fixup_after_exec): Rename from cwd_fixup_after_exec.
(cwdstuff::get): Rename from get_cwd_inner.
(normalize_posix_path): Eliminate cwd argument.  Just calculate when necessary.
(normalize_win32_path): Ditto.
(mount_info::conv_to_win32_path): Eliminate cwd retrieval here.
(mount_info::conv_to_posix_path): Ditto.
(hash_path_name): Accomodate additional methods in cwdstuff.
(get_cwd_win32): Eliminate.
(getcwd): Use cwdstuff methods.  Properly handle case where buf == NULL and len
< 0.
(cwdstuff::get_hash): New method.
(cwdstuff::get_initial): New method.
(cwdstuff::set): New method.
(cwdstuff::get): New method.
(cwdstuff::copy): New method.
* path.h: Move cwdstuff struct here.  Add a bunch of stuff to cwdstuff.  Make
cygcwd an extern.
* spawn.cc (spawn_guts): Use copy method to get copies of cwd info to pass to
execed process.
* dcrt0.cc (dll_crt0_1): Use cygcwd methods for cwd initialization.
2000-09-05 03:16:28 +00:00
..
config/i386
include * dcrt0.cc (dll_crt0_1): Move set_os_type. 2000-08-26 01:36:20 +00:00
lib
regexp add winsup.h 2000-08-02 20:13:18 +00:00
acconfig.h
ansi.sgml
assert.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
autoload.h
binmode.c
ChangeLog * path.cc (cwd_win32): Eliminate. 2000-09-05 03:16:28 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
child_info.h * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
config.h.in
configure
configure.in
cygerrno.h * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
cygheap.cc * path.cc (cwd_win32): Eliminate. 2000-09-05 03:16:28 +00:00
cygheap.h * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
cygrun.c
CYGWIN_LICENSE
cygwin.din
dcrt0.cc * path.cc (cwd_win32): Eliminate. 2000-09-05 03:16:28 +00:00
debug.cc * debug.h: Allow some debug defines for use in header files. 2000-08-24 16:33:03 +00:00
debug.h
delqueue.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
dir.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
dlfcn.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
dll_init.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
dll_init.h
dll_init.sgml
dtable.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
dtable.h * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
dtable.sgml
environ.cc * environ.cc (environ_init): Don't free the new environment table after we've 2000-09-03 04:45:52 +00:00
errno.cc * errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf. 2000-08-31 20:07:53 +00:00
exceptions.cc * signal.cc (_raise): New function. 2000-08-29 02:06:49 +00:00
exec.cc * exec.cc (_execve): Change definition according to declaration in 2000-08-25 19:52:04 +00:00
external.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
external.sgml
fcntl.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
fhandler_console.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
fhandler_floppy.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
fhandler_random.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
fhandler_raw.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
fhandler_serial.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
fhandler_tape.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
fhandler_termios.cc * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists". 2000-09-01 20:54:22 +00:00
fhandler_tty.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
fhandler_windows.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
fhandler_zero.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
fhandler.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
fhandler.h * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
fork.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
gcrt0.c
glob.c
gmon.c
gmon.h
grp.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
heap.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
heap.h * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
init.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
ioctl.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
localtime.c
Makefile.in * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
malloc_wrapper.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
mcount.c
misc-std.sgml
mkvers.sh * mkvers.sh: Properly trap exit removal of temp file. Remove debugging 2000-08-12 05:48:51 +00:00
mmap.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
net.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
ntea.cc
passwd.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
path.cc * path.cc (cwd_win32): Eliminate. 2000-09-05 03:16:28 +00:00
path.h * path.cc (cwd_win32): Eliminate. 2000-09-05 03:16:28 +00:00
path.sgml
perthread.h * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
pinfo.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
pinfo.h * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
pipe.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
poll.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
posix.sgml
profil.c
profil.h
pthread.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
registry.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
resource.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
ROADMAP hinfo -> dtable 2000-08-18 19:51:02 +00:00
scandir.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
security.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
select.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
select.h
shared.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
shared.h * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists". 2000-09-01 20:54:22 +00:00
shared.sgml
signal.cc * signal.cc (_raise): New function. 2000-08-29 02:06:49 +00:00
sigproc.cc * sigproc.cc (mychild): New function. 2000-09-02 01:19:58 +00:00
sigproc.h * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists". 2000-09-01 20:54:22 +00:00
smallprint.c
spawn.cc * path.cc (cwd_win32): Eliminate. 2000-09-05 03:16:28 +00:00
strace.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
strsep.cc
sync.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
sync.h
syscalls.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
sysconf.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
syslog.cc * select.cc (cygwin_select): Correct logic for "always_ready" fds or when there 2000-08-24 21:19:14 +00:00
termios.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
test.c
textmode.c
thread.cc * path.cc (readlink): Check if buffer length is positive. Truncate output to 2000-09-04 17:52:42 +00:00
thread.h * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
times.cc * times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid a 2000-08-30 22:37:24 +00:00
tty.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
tz_posixrules.h
uinfo.cc * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
uname.cc
wait.cc * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files 2000-08-22 05:10:20 +00:00
window.cc * cygerrno.h: New file. Use this throughout whenever errno manipulation is 2000-08-22 03:58:47 +00:00
winsup.h * Makefile.in: Add cygheap.o. 2000-09-03 04:16:35 +00:00
winver.rc