summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * autoload.cc (CoInitialize): Remove.Corinna Vinschen2005-01-183-75/+163
* * pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor2005-01-174-11/+35
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-168-31/+51
* * sigproc.cc (sig_send): Don't complain if attempt to send signal to myselfChristopher Faylor2005-01-152-2/+7
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen2005-01-144-6/+58
* * fhandler.h (fhandler_disk_file::touch_ctime): Declare.Corinna Vinschen2005-01-133-14/+63
* * pinfo.cc (pinfo::exit): Don't access self after releasing it.Corinna Vinschen2005-01-133-3/+13
* * fhandler_serial.cc (fhandler_serial::dup): Call overlapped_setupCorinna Vinschen2005-01-132-1/+6
* * init.cc (dll_entry): Nuke attempt to set exit code since parent will useChristopher Faylor2005-01-133-6/+8
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-1223-32/+51
* Add missing changelog entry.Christopher Faylor2005-01-121-0/+4
* * pinfo.cc (pinfo::exit): Don't assume that this == myself.Christopher Faylor2005-01-123-6/+6
* * pinfo.cc (pinfo::init): Don't close input handle on temporary (?) failure.Christopher Faylor2005-01-112-1/+7
* revert previous erroneous checkin.Christopher Faylor2005-01-111-2/+2
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-1110-101/+150
* * ChangeLog: Split and create ChangeLog-2004.Corinna Vinschen2005-01-112-3848/+3848
* * environ.cc: Yes, yes, the copyright date, as usual.Corinna Vinschen2005-01-111-1/+1
* * environ.cc (build_env): Disallow empty strings and strings startingCorinna Vinschen2005-01-112-0/+13
* * fhandler_disk_file.cc: Fix copyright date.Corinna Vinschen2005-01-101-1/+2
* 2005-01-08 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-01-082-16/+18
* * fhandler_process.cc: Fix copyright date.Corinna Vinschen2005-01-071-1/+1
* * fhandler_process.cc: Use strcasematch instead of strcasecmpCorinna Vinschen2005-01-062-3/+8
* * syscalls.cc (rename): Fix behaviour in case of renaming directoriesCorinna Vinschen2005-01-062-11/+68
* * fhandler_disk_file.cc (fhandler_base::open_fs): Don't allowCorinna Vinschen2005-01-062-0/+13
* update copyrightChristopher Faylor2005-01-064-4/+6
* * timer.cc (timer_thread): Pass sigev pointer value as per SuSv3 rather thanChristopher Faylor2005-01-062-1/+6
* * dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not alwaysChristopher Faylor2005-01-053-9/+20
* * pinfo.cc (_pinfo::dup_proc_pipe): Can't close proc pipe when execing or weChristopher Faylor2005-01-042-2/+12
* Update copyrights.Christopher Faylor2005-01-033-3/+3
* * signal.cc: Fix copyright date.Corinna Vinschen2005-01-031-1/+2
* * signal.cc (abort): Call _GLOBAL_REENT's __cleanup.Corinna Vinschen2005-01-032-2/+6
* * syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.Corinna Vinschen2005-01-032-2/+7
* * cygthread.cc (cygthread::stub): Set inuse to false when exiting.Christopher Faylor2005-01-023-18/+20
* * shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt toChristopher Faylor2005-01-022-2/+8
* * path.sgml: Encode programming example with CDATA.Joshua Daniel Franklin2004-12-311-0/+2
* * devices.cc (device::isfs): Return true for the logical case of devn == FH_FS.Christopher Faylor2004-12-302-1/+6
* * pinfo.cc (_pinfo::dup_proc_pipe): DUPLICATE_CLOSE_SOURCE closes the handleChristopher Faylor2004-12-282-5/+6
* * cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor2004-12-286-21/+58
* Update Makefile to use xmltoJoshua Daniel Franklin2004-12-272-2/+2
* * pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor2004-12-273-5/+11
* * init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor2004-12-274-1/+18
* * init.cc (dll_entry): Remove exit code setting.Christopher Faylor2004-12-275-11/+19
* * fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor2004-12-265-3/+24
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-248-66/+121
* * path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor2004-12-235-22/+34
* * cygthread.cc (cygthread::cygthread): Guard debugging variable with "ifdefChristopher Faylor2004-12-232-0/+10
* * path.cc (path_conv::check): Don't strip the trailing slash from a pathChristopher Faylor2004-12-232-1/+7
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-239-34/+70
* * cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor2004-12-225-13/+52
* * cygthread.cc (cygthread::stub): Make diagnostic output more informative.Christopher Faylor2004-12-222-2/+7