aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2002-11-15* fhandler_serial.cc (fhandler_serial::tcgetattr): Don't take any specialChristopher Faylor2-10/+8
2002-11-14 * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen3-17/+62
2002-11-14checking previously ChangeLog'ed file.Christopher Faylor1-1/+1
2002-11-14* fhandler_console.cc (fhandler_console::write): Allow characters >= 0177 to beChristopher Faylor1-0/+5
2002-11-14 * grp.cc (getgroups32): Don't use access token of current user whenCorinna Vinschen2-0/+6
2002-11-14* dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.Christopher Faylor3-18/+34
2002-11-14* ioctl.cc (ioctl): Always print ioctl results, even when it's a tty.Christopher Faylor2-5/+20
2002-11-13* winsup.h (low_priority_sleep): Declare.Christopher Faylor1-0/+1
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor13-26/+38
2002-11-12 * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen4-135/+64
2002-11-10 * net.cc: Run indent.Corinna Vinschen3-425/+528
2002-11-10correct dateChristopher Faylor1-1/+1
2002-11-09* fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor3-0/+34
2002-11-07* fhandler_serial.cc (fhandler_serial::ioctl): Fix typo.Christopher Faylor2-1/+5
2002-11-07 * include/cygwin/fs.h: New file.Corinna Vinschen4-1/+175
2002-11-07 * fhandler_socket.cc (fhandler_socket::ioctl): Return correct flagsCorinna Vinschen2-1/+7
2002-11-07 * cygwin.din: Export fseeko() and ftello().Corinna Vinschen3-1/+11
2002-11-07minor reformatChristopher Faylor1-1/+2
2002-11-07* fhandler_console.cc (keytable[]): Revert previous change. It would break tooChristopher Faylor2-5/+10
2002-11-07* fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a little moreChristopher Faylor1-0/+5
2002-11-07* syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor3-6/+10
2002-11-07* include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor5-15/+44
2002-11-06* fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OSChristopher Faylor2-35/+25
2002-11-05* fhandler_serial.cc (fhandler_serial::raw_read): Use correct type forChristopher Faylor3-7/+17
2002-11-05* fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULLChristopher Faylor2-8/+12
2002-11-05* pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin.Christopher Faylor2-1/+6
2002-11-05* pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting forChristopher Faylor2-1/+12
2002-11-05revert erroneous checkinsChristopher Faylor2-3/+1
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor4-2/+8
2002-11-05* pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.Christopher Faylor2-0/+9
2002-11-05* fhandler_process.cc (fhandler_process::fill_filebuf): Deal with errorChristopher Faylor2-1/+6
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.Christopher Faylor2-1/+5
2002-11-04* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-11-04* fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errnoChristopher Faylor3-85/+131
2002-11-04* fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new windowChristopher Faylor2-9/+32
2002-11-02spaceChristopher Faylor3-3/+3
2002-11-012002-10-31 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-1/+5
2002-10-30* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-10-30* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor13-38/+434
2002-10-24* pwdgrp.h (pwdgrp_read::open): Compare fh to INVALID_HANDLE_VALUE.Christopher Faylor2-3/+6
2002-10-23* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Nevermind. RevertChristopher Faylor2-27/+30
2002-10-23* shared.cc (shared_info::initialize): Use correct value for versionChristopher Faylor3-2/+9
2002-10-22* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Oops. Only do theChristopher Faylor2-28/+34
2002-10-22* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always considerChristopher Faylor2-26/+34
2002-10-22* cygthread.cc (cygthread::exiting): New variable.Christopher Faylor5-105/+65
2002-10-22* sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor3-25/+42
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor11-89/+142
2002-10-21Change _function() to function() throughout.Christopher Faylor17-126/+164
2002-10-20* cygthread.cc (cygthread::stub): Fix typo.Christopher Faylor2-3/+9
2002-10-20fix typoChristopher Faylor1-1/+1