summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError.Christopher Faylor2002-09-302-158/+152
* GNUify slightly.Christopher Faylor2002-09-291-10/+9
* 2002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-294-14/+73
* Add missing ChangeLog entry.Christopher Faylor2002-09-291-0/+4
* * cygthread.h (cygthread::terminate): Declare new function.Christopher Faylor2002-09-295-89/+125
* 2002-09-27 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-273-4/+23
* * cygrun.c (main): Fix setting of CYGWIN environment variable.Christopher Faylor2002-09-252-2/+11
* * fhandler_proc.cc (format_process_stat): make ctty a real device number.Christopher Faylor2002-09-254-34/+31
* * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen2002-09-243-6/+22
* * mmap.cc (map_map): Add debug output.Corinna Vinschen2002-09-242-1/+7
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-2323-78/+77
* Reset ChangeLog dates from cygwin_daemon merge.Christopher Faylor2002-09-221-63/+63
* white space.Christopher Faylor2002-09-221-5/+5
* * Makefile.in (DLL_O_FILES): Restore formatting.Christopher Faylor2002-09-222-22/+25
* 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott2002-09-2230-2683/+6067
* * init.cc (dll_entry): Temporarily disable thread detach code.Christopher Faylor2002-09-221-0/+4
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-2243-235/+250
* whitespaceChristopher Faylor2002-09-221-4/+4
* * cygwin_ipc.h: Move to "include/cygwin/ipc.h".Conrad Scott2002-09-216-5/+15
* 2002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-214-68/+78
* 2002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-213-148/+107
* 2002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-213-33/+76
* 2002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-203-47/+134
* 2002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-203-61/+99
* Cleanup calls to CreateFile throughout.Christopher Faylor2002-09-1911-65/+56
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-1920-112/+153
* 2002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-172-2/+9
* 2002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-174-37/+148
* * init.cc: Cleanup slightly and remove obsolete code.Christopher Faylor2002-09-165-30/+21
* 2002-09-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-165-66/+298
* fix typoChristopher Faylor2002-09-131-1/+1
* fix typoChristopher Faylor2002-09-131-1/+1
* * syscalls.cc (seteuid32): Treat ILLEGAL_UID invalid.Corinna Vinschen2002-09-132-6/+19
* * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen2002-09-114-3/+21
* * fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/outputChristopher Faylor2002-09-083-4/+8
* whitespaceChristopher Faylor2002-09-061-4/+4
* * winsup.h (_WIN32_WINNT): Protect.Christopher Faylor2002-09-062-0/+6
* * winsup.h (_WIN32_WINNT): Define.Christopher Faylor2002-09-062-0/+6
* some editsChristopher Faylor2002-09-041-32/+43
* first draftChristopher Faylor2002-09-041-0/+55
* fix typoChristopher Faylor2002-09-041-1/+1
* * Makefile.in (DLL_OFILES): Drop shortcut.o.Corinna Vinschen2002-09-046-200/+95
* * fhandler.h (fhandler_socket::read): Remove method.Corinna Vinschen2002-09-044-113/+324
* * cygwin.din: Revert exporting new wchar functions.Corinna Vinschen2002-09-033-55/+6
* * dcrt0.cc (dll_crt0_1): Remove getpagesize() call.Christopher Faylor2002-09-023-2/+6
* * fhandler_proc.cc: Add <sys/param.h> include.Christopher Faylor2002-08-313-16/+24
* * fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Set "don't needChristopher Faylor2002-08-312-2/+5
* (inspired by a patch from Egor Duda)Christopher Faylor2002-08-315-45/+22
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2002-08-303-3/+14
* * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor2002-08-308-130/+288