Christopher Faylor
24515d6563
* cygtls.h (_local_storage::unknown_thread_name): New buffer.
...
* tlsoffsets.h: Regenerate.
* cygthread.cc (cygthread::name): Use new thread-local buffer.
* exceptions.cc (handle_exceptions): Avoid unnecessary initialization of static
variables to zero.
* fork.cc (slow_pid_reuse) Ditto.
2005-05-18 23:30:02 +00:00
Corinna Vinschen
692fccabfb
* mmap.cc (mmap64): Avoid compiler warning.
...
* ntea.cc (NTReadEA): Ditto.
* hires.h (hires_base): Remove useless usecs function.
2005-05-18 17:23:17 +00:00
Brian Dessent
022e11fb49
2005-05-18 Brian Dessent <brian@dessent.net>
...
* install.texinfo ("How do I uninstall..."): Rewrite to cover
removing services, dealing with permissions, and other common
tasks for removing Cygwin completely.
2005-05-18 11:56:27 +00:00
Corinna Vinschen
49cc728adc
* fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it's
...
equivalent to fhandler_virtual::telldir now anyway.
* fhandler.h (class fhandler_netdrive): Remove telldir.
2005-05-18 10:32:37 +00:00
Corinna Vinschen
bffaf54d76
* fhandler_netdrive.cc (fhandler_netdrive::telldir): Implement.
...
(fhandler_netdrive::seekdir): Implement.
(fhandler_netdrive::closedir): Call rewinddir to have only one point
of calling WNetCloseEnum.
2005-05-18 10:23:40 +00:00
Brian Dessent
7f21d805a3
2005-05-17 Brian Dessent <brian@dessent.net>
...
* winsup.api/signal-into-win32-api.c (main): Use 'NULL' instead of '0'
in argument list to avoid compiler warning with gcc4.
* winsup.api/ltp/execle01.c (main): Ditto.
* winsup.api/ltp/execlp01.c (main): Ditto.
* winsup.api/ltp/fcntl07.c (do_exec): Ditto.
* winsup.api/ltp/fcntl07B.c (do_exec): Ditto.
2005-05-18 01:10:06 +00:00
Corinna Vinschen
5b59a2cc0d
* fhandler.h (class fhandler_netdrive): Add method rewinddir.
...
* fhandler_netdrive.cc (struct netdriveinf): New structure to
store thread arguments.
(thread_netdrive): Thread handling all potentially blocking
WNet... calls.
(create_thread_and_wait): Start and wait for above thread.
(fhandler_netdrive::exists): Change to call create_thread_and_wait
instead of calling WNet... function.
(fhandler_netdrive::readdir): Ditto. Fix error handling.
(fhandler_netdrive::rewinddir): New method.
2005-05-17 20:34:15 +00:00
Corinna Vinschen
0d5ba26ccd
* external.cc (cygwin_internal): Avoid compiler warning.
2005-05-17 08:46:41 +00:00
Christopher Faylor
dce0c241ef
white space
2005-05-17 01:29:27 +00:00
Christopher Faylor
4f7544bc97
* dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded since
...
the state of fds is unknown at this point.
2005-05-17 01:27:31 +00:00
Christopher Faylor
ac674bc896
* cygcheck.cc (cygwin_internal): Define as a "C" function.
...
* strace.cc (cygwin_internal): Ditto.
* cygpath.cc (print_version): Update copyright.
2005-05-17 01:26:16 +00:00
Christopher Faylor
5c8e6fbd8c
* include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.
...
* external.cc (cygwin_internal): Implement CW_DEBUG_SELF.
* init.cc (dll_entry): Minor rearrangement of code.
2005-05-17 01:21:06 +00:00
Christopher Faylor
b55ba2f3da
* path.cc (path_conv::check): Remove embedded dots before slashes.
2005-05-17 01:08:58 +00:00
Corinna Vinschen
451c738bef
* environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.
...
It doesn't belong here.
2005-05-16 15:48:36 +00:00
Christopher Faylor
41dcb6199c
* cygcheck.cc (load_cygwin): Avoid calling putenv with a NULL path.
2005-05-16 03:18:29 +00:00
Corinna Vinschen
90253b8276
* cygcheck.cc (load_cygwin): Don't touch $PATH for now.
...
(print_version): Fix copyright.
* strace.cc (print_version): Ditto.
2005-05-15 12:29:47 +00:00
Corinna Vinschen
1f7b9e8bc6
* environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.
2005-05-15 12:04:13 +00:00
Corinna Vinschen
dad546a5eb
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Check
...
return code from GetFileSize and set file size to 0 if necessary.
* fhandler_netdrive.cc (fhandler_netdrive::fstat): Set permissions
to read/execute for all.
2005-05-14 21:12:10 +00:00
Christopher Faylor
84778b9d8c
really fix typo.
2005-05-13 22:40:19 +00:00
Christopher Faylor
9156326733
fix typo
2005-05-13 22:09:32 +00:00
Christopher Faylor
17e5c6a8f0
* path.cc (normalize_posix_path): Do normalization on . and .. after a '//'.
2005-05-13 21:05:46 +00:00
Corinna Vinschen
1402b12a09
Add missing ChangeLog entry.
2005-05-13 21:01:32 +00:00
Corinna Vinschen
50361e07d1
* fhandler.h (fhandler_netdrive::readdir): Remove useless comment.
2005-05-13 20:29:31 +00:00
Corinna Vinschen
b4d72bae47
* include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
...
(WNetGetResourceParentW): Ditto.
* include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
2005-05-13 20:28:00 +00:00
Christopher Faylor
180cd17fa1
* mount.cc (mount_commands): Display "-X" option when appropriate.
2005-05-13 20:24:20 +00:00
Corinna Vinschen
e01eac68ed
* autoload.cc (WNetGetResourceParentA): Import.
...
(WNetOpenEnumA): Import.
(WNetEnumResourceA): Import.
(WNetCloseEnum): Import.
* fhandler.h (fhandler_netdrive::telldir): Add declaration.
(fhandler_netdrive::seekdir): Ditto.
(fhandler_netdrive::closedir): Ditto.
* fhandler_netdrive.cc: Drop explicit including windows.h. Include
winnetwk.h instead of shlwapi.h. Include dirent.h.
(fhandler_netdrive::readdir): Implement.
(fhandler_netdrive::telldir): New method.
(fhandler_netdrive::seekdir): New method.
(fhandler_netdrive::closedir): Ditto.
2005-05-13 20:20:02 +00:00
Christopher Faylor
063f1df2aa
Remove PC_FULL from path_conv usage throughout.
...
* path.h (enum pathconv_arg): Change PC_FULL to PC_NOUILL.
* path.cc (path_conv::check): Test for PC_NOFULL rather than !PC_FULL.
(cygwin_conv_to_win32_path): Use PC_NOFULL to force non-absolute path.
2005-05-13 15:46:07 +00:00
Christopher Faylor
eb6cd95fec
* fhandler_netdrive.cc (fhandler_netdrive::exists): Assert that "//" exists.
2005-05-13 13:23:38 +00:00
Christopher Faylor
66582dd6e7
* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
...
* dir.cc (mkdir): Check path for writability.
(rmdir): Ditto. Remove check for special directories.
* path.cc (path_conv::check): Set PATH_RO for virtual devices. Set error if
read-only and asked for writability.
* path.h (pathconv_arg): Add PC_WRITABLE.
(path_types): Add PATH_RO.
(path_conv::isro): Add (currently unused) check for read-only filesystem.
Return "ENOSHARE" when we know a share doesn't exist.
* include/sys/mount.h: Add MOUNT_RO flag.
* autoload.cc (WNetGetResourceInformationA): Import.
* fhandler_netdrive.cc (fhandler_netdrive::exists): Detect actual existence of
remote system rather than always assuming that it exists.
2005-05-13 03:21:39 +00:00
Christopher Faylor
3ac78fd612
* dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.
...
(__main): Reinstate atexit of do_global_dtors.
(cygwin_exit): Call dll_global_dtors here.
(do_exit): And here.
2005-05-11 21:53:54 +00:00
Christopher Faylor
8ad65ff049
* cygtls.cc (_cygtls::remove): Clear exitsock after close.
...
* fhandler_console.cc (fhandler_console::write_normal): Store character in a
local variable for potential future inspection.
2005-05-11 03:33:38 +00:00
Corinna Vinschen
13505ca8fc
* Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.
...
* devices.h (FH_KMSG): Define new device.
* devices.in: Add "/dev/kmsg" entry.
* devices.cc: Regenerate.
* dtable.cc (build_fh_pc): Handle case FH_KMSG.
* fhandler.h (class fhandler_mailslot): New class.
(class select_stuff): Add device_specific_mailslot pointer.
* fhandler_mailslot.cc: New file.
* select.cc (peek_mailslot): New function.
(verify_mailslot): Ditto.
(struct mailslotinf): New stuct to handle select on mailslots.
(thread_mailslot): New function.
(start_thread_mailslot): Ditto.
(mailslot_cleanup): Ditto.
(fhandler_mailslot::select_read): New method.
* syslog.cc (klog_guard): New muto.
(dev_kmsg): Local mailslot for kernel message device.
(vklog): New function.
(klog): Ditto.
* winsup.h (vklog): Declare.
(klog): Ditto.
* include/sys/syslog.h: Define _PATH_KLOG.
2005-05-10 20:56:07 +00:00
Christopher Faylor
a586e5b6ae
* dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors are
...
handled correctly.
2005-05-10 16:08:46 +00:00
Corinna Vinschen
94fed6a1f3
* path.cc (path_conv::check): Set correct file attributes for socket
...
files.
2005-05-10 09:08:20 +00:00
Danny Smith
96c837f0ca
* mingwex/math/nexttoward.c: New file.
...
* mingwex/math/nexttowardf.c: New file.
* mingwex/math/nextafterl.c: Add nexttowardl aliaa.
* mingwex/Makefile.in (MATH_DISTFILES): Add nexttoward.c,
mexttowardf.c,
(MATH_OBJS): Add nexttoward.o, mexttowardf.o,
* include/math.h (nexttoward, nextowardf, nexttowardl): Add
prototypes.
2005-05-10 08:39:07 +00:00
Danny Smith
5b91f0a6ef
* mingwex/math/nextafterf.c (nextafterf): Correct
...
handling of -0.0.
* mingwex/math/nextafterl.c: New file.
* mingwex/Makefile.in (MATH_DISTFILES): Add nextafterl.c.
(MATH_OBJS): Add nextafterl.o.
* include/math.h (nextafterl): Uncomment prototype.
2005-05-09 09:36:10 +00:00
Pierre Humblet
adef8db0ae
2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>
...
* fhandler.h (class fhandler_netdrive): New class.
* fhandler_netdrive.cc (fhandler_netdrive::fhandler_netdrive): New constructor.
(fhandler_netdrive::exists): New method.
(fhandler_netdrive::fstat): Ditto.
(fhandler_netdrive::readdir): Ditto.
(fhandler_netdrive::open): Ditto.
* dtable.cc (build_fh_pc): Handle case FH_NETDRIVE.
* path.cc (isvirtual_dev): Add FH_NETDRIVE.
(mount_info::conv_to_win32_path): Detect netdrive device and bypass mount
search for network paths.
2005-05-09 02:39:34 +00:00
Christopher Faylor
f991d0e53e
* cygcheck.cc (nuke): New function.
...
(load_cygwin): New function.
(main): Use load_cygwin to load argv/envp from cygwin environment, if
appropriate.
2005-05-09 01:56:34 +00:00
Christopher Faylor
26c07f704b
* strace.cc (attach_process): Don't call load_cygwin(). Assume that it's
...
already happened.
(dotoggle): Ditto.
(main): Set argv from cygwin environment, if it exists.
2005-05-09 01:21:43 +00:00
Christopher Faylor
1cd8ccec87
* dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.
...
(dll_crt0_0): Use get_cygwin_startup_info to retrieve cygwin-specific startup
pointer.
* external.cc (cygwin_internal): Implement CW_ARGV and CW_ENVP.
* include/sys/cygwin.h: Implement CW_ARGV and CW_ENVP.
2005-05-09 01:19:38 +00:00
Joshua Daniel Franklin
61931ed5dc
* how-programming.texinfo: Replace MAKE_MODE entry with FAQ about execvp errors and cygexec.
2005-05-08 19:43:35 +00:00
Danny Smith
02626f616d
* mingwex/math/erfl.c: New file.
...
* mingwex/Makefile.i (MATH_DISTFILES): Add erfl.c.
(MATH_OBJS): Add erfl.o.
* include/math.h (erfl, erfcl): Uncomment prototypes.
2005-05-08 08:07:18 +00:00
Christopher Faylor
3f6494e216
* path.cc (normalize_posix_path): Don't treat '//' specially since newer
...
versions of bash now get this right.
2005-05-07 21:06:08 +00:00
Christopher Faylor
bbb3381289
* devices.cc: Regenerate with correct name for dev_netdrive_storage.
2005-05-07 20:20:51 +00:00
Christopher Faylor
bcd1a9b6d1
move comment
2005-05-06 21:09:58 +00:00
Christopher Faylor
e73f487b3c
fix breakpoint example
2005-05-06 21:09:35 +00:00
Christopher Faylor
8cdcc8803a
* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.
...
* fhandler_netdrive.cc: Placeholder file for future development.
* devices.h (FH_NETDRIVE): Define new virtual device type.
(netdrive_dev): Define.
* devices.in (dev_netdrive_storage): Define.
* devices.cc: Regenerate.
2005-05-06 04:06:17 +00:00
Corinna Vinschen
56f235345d
* cygerrno.h (__set_errno): Remove useless parentheses.
2005-05-04 11:05:11 +00:00
Corinna Vinschen
5d4750a996
* cygerrno.h (__set_errno): Define as inline function here.
...
(set_errno): Always define as call to __set_errno.
* debug.cc (__set_errno): Move to cygerrno.h.
2005-05-04 11:00:22 +00:00
Danny Smith
f3b0036304
* include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessor
...
#if (WCHAR_MAX <= WCHAR_MIN) is false.
* include/stdint.h (WCHAR_MAX): Likwise.
(WINT_MAX): Likewise.
2005-05-04 09:29:09 +00:00