summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler_socket.cc (fhandler_socket::ioctl): Return correct flagsCorinna Vinschen2002-11-072-1/+7
* * cygwin.din: Export fseeko() and ftello().Corinna Vinschen2002-11-073-1/+11
* minor reformatChristopher Faylor2002-11-071-1/+2
* * fhandler_console.cc (keytable[]): Revert previous change. It would break tooChristopher Faylor2002-11-072-5/+10
* * fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a little moreChristopher Faylor2002-11-071-0/+5
* * syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor2002-11-073-6/+10
* * include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor2002-11-075-15/+44
* * fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OSChristopher Faylor2002-11-062-35/+25
* * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type forChristopher Faylor2002-11-053-7/+17
* * fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULLChristopher Faylor2002-11-052-8/+12
* * pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin.Christopher Faylor2002-11-052-1/+6
* * pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting forChristopher Faylor2002-11-052-1/+12
* revert erroneous checkinsChristopher Faylor2002-11-052-3/+1
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor2002-11-054-2/+8
* * pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.Christopher Faylor2002-11-052-0/+9
* * fhandler_process.cc (fhandler_process::fill_filebuf): Deal with errorChristopher Faylor2002-11-052-1/+6
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.Christopher Faylor2002-11-052-1/+5
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-11-042-1/+5
* * fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errnoChristopher Faylor2002-11-043-85/+131
* * fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new windowChristopher Faylor2002-11-042-9/+32
* spaceChristopher Faylor2002-11-023-3/+3
* 2002-10-31 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-11-012-1/+5
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-10-302-1/+5
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-3013-38/+434
* * pwdgrp.h (pwdgrp_read::open): Compare fh to INVALID_HANDLE_VALUE.Christopher Faylor2002-10-242-3/+6
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Nevermind. RevertChristopher Faylor2002-10-232-27/+30
* * shared.cc (shared_info::initialize): Use correct value for versionChristopher Faylor2002-10-233-2/+9
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Oops. Only do theChristopher Faylor2002-10-222-28/+34
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always considerChristopher Faylor2002-10-222-26/+34
* * cygthread.cc (cygthread::exiting): New variable.Christopher Faylor2002-10-225-105/+65
* * sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor2002-10-223-25/+42
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-2211-89/+142
* Change _function() to function() throughout.Christopher Faylor2002-10-2117-126/+164
* * cygthread.cc (cygthread::stub): Fix typo.Christopher Faylor2002-10-202-3/+9
* fix typoChristopher Faylor2002-10-201-1/+1
* missed checkinChristopher Faylor2002-10-201-1/+1
* fix typoChristopher Faylor2002-10-201-1/+1
* * sigproc.cc (wait_sig): Remove obsolete sigchld logic.Christopher Faylor2002-10-202-4/+5
* Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor2002-10-208-26/+48
* * fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains fromChristopher Faylor2002-10-192-2/+6
* * dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.Christopher Faylor2002-10-194-4/+22
* * cygthread.cc: Bump number of cygthreads up to accommodate applications whichChristopher Faylor2002-10-193-2/+7
* * fork.cc (fork_child): Move mmap initialization.Christopher Faylor2002-10-185-13/+32
* * thread.cc (verifyable_object_isvalid): Test for a valid object pointer beforeChristopher Faylor2002-10-182-3/+8
* * dtable.cc (dtable::init_std_file_from_handle): Force "devices" to always beChristopher Faylor2002-10-182-5/+16
* * dtable.cc (dtable::set_file_pointers_for_exec): New function.Christopher Faylor2002-10-174-0/+20
* 2002-10-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-10-173-2/+18
* 2002-10-17 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-10-172-2/+6
* * fhandler_tty.cc (fhandler_tty_slave::read): Attempt #527 to properlyChristopher Faylor2002-10-162-15/+42
* * shared.cc (open_shared): Revert to "old" method for shared memory location ifChristopher Faylor2002-10-154-11/+42