68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
2005-01-11 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* environ.cc (build_env): Disallow empty strings and strings starting
|
|
with '=' in Win32 environment.
|
|
|
|
2005-01-08 Pierre Humblet <pierre.humblet@ieee.org>
|
|
|
|
* syscalls.cc (seteuid32): Only change the default dacl when
|
|
seteuid succeeds. Do not close HKCU.
|
|
|
|
2005-01-06 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* fhandler_process.cc: Use strcasematch instead of strcasecmp
|
|
throughout.
|
|
|
|
2005-01-06 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* syscalls.cc (rename): Fix behaviour in case of renaming directories
|
|
according to SUSv3.
|
|
|
|
2005-01-06 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* fhandler_disk_file.cc (fhandler_base::open_fs): Don't allow
|
|
opening directories for writing.
|
|
|
|
2005-01-06 Christopher Faylor <cgf@timesys.com>
|
|
|
|
* timer.cc (timer_thread): Pass sigev pointer value as per SuSv3 rather
|
|
than pointer to sigev.
|
|
|
|
2005-01-05 Christopher Faylor <cgf@timesys.com>
|
|
|
|
* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not
|
|
always talk about a "version" when it's not a version.
|
|
(dll_crt0_0): Change info passed to multiple_cygwin_problem to be a
|
|
little more precise.
|
|
* shared.cc (user_shared_initialize): Ditto.
|
|
(shared_info::initialize): Ditto.
|
|
|
|
2005-01-03 Christopher Faylor <cgf@timesys.com>
|
|
|
|
* pinfo.cc (_pinfo::dup_proc_pipe): Can't close proc pipe when execing
|
|
or we will suffer an exit code race.
|
|
|
|
2005-01-03 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* signal.cc (abort): Call _GLOBAL_REENT's __cleanup.
|
|
|
|
2005-01-03 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.
|
|
|
|
2005-01-01 Christopher Faylor <cgf@timesys.com>
|
|
|
|
* cygthread.cc (cygthread::stub): Set inuse to false when exiting.
|
|
(cygthread::cygthread): Actually pass name as argument to debugging
|
|
output to avoid SEGV when strace'ing.
|
|
(cygthread::release): Don't set stack_ptr to NULL, since it is only set
|
|
once on first entry to a stub not on each stub iteration.
|
|
(cygthead::exit_thread): Remove obsolete function.
|
|
* cygthread.h (cygthread::exit_thread): Ditto.
|
|
|
|
2005-01-01 Christopher Faylor <cgf@timesys.com>
|
|
|
|
* shared.cc (open_shared): Don't attempt VirtualAlloc magic if first
|
|
attempt to map memory fails.
|
|
|