summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen2002-11-253-4/+14
* * sec_acl.cc (getacl): Set errno to ENOSPC if command is GETACL andCorinna Vinschen2002-11-252-1/+9
* 2002-11-24 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2002-11-242-142/+153
* 2002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-11-245-78/+110
* * wait.cc (wait4): Force pending signal delivery before waiting for processChristopher Faylor2002-11-232-0/+6
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-11-232-1/+5
* fix typoChristopher Faylor2002-11-231-1/+1
* * exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor2002-11-227-2/+66
* * include/cygwin/version.h: Fix comment.Christopher Faylor2002-11-222-3/+7
* * external.cc (cygwin_internal): Fix va_arg references.Christopher Faylor2002-11-222-4/+7
* * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor2002-11-227-61/+97
* * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen2002-11-206-234/+205
* * poll.cc (poll): ...but set POLLIN instead.Corinna Vinschen2002-11-202-1/+7
* * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen2002-11-203-96/+107
* * poll.cc (poll): Don't set POLLERR if a listening socket has aCorinna Vinschen2002-11-202-13/+37
* * net.cc: Sprinkle sigframes throughout.Christopher Faylor2002-11-192-0/+14
* remove unneeded commentsChristopher Faylor2002-11-191-6/+0
* * tty.cc (tty::make_pipes): Make pipe buffer larger.Christopher Faylor2002-11-162-2/+6
* * grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor2002-11-162-1/+6
* * include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor2002-11-154-1/+27
* * select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.Christopher Faylor2002-11-152-6/+7
* * exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor2002-11-155-9/+27
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Don't take any specialChristopher Faylor2002-11-152-10/+8
* * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen2002-11-143-17/+62
* checking previously ChangeLog'ed file.Christopher Faylor2002-11-141-1/+1
* * fhandler_console.cc (fhandler_console::write): Allow characters >= 0177 to beChristopher Faylor2002-11-141-0/+5
* * grp.cc (getgroups32): Don't use access token of current user whenCorinna Vinschen2002-11-142-0/+6
* * dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.Christopher Faylor2002-11-143-18/+34
* * ioctl.cc (ioctl): Always print ioctl results, even when it's a tty.Christopher Faylor2002-11-142-5/+20
* * winsup.h (low_priority_sleep): Declare.Christopher Faylor2002-11-131-0/+1
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-1313-26/+38
* * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen2002-11-124-135/+64
* * net.cc: Run indent.Corinna Vinschen2002-11-103-425/+528
* correct dateChristopher Faylor2002-11-101-1/+1
* * fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor2002-11-093-0/+34
* * fhandler_serial.cc (fhandler_serial::ioctl): Fix typo.Christopher Faylor2002-11-072-1/+5
* * include/cygwin/fs.h: New file.Corinna Vinschen2002-11-074-1/+175
* * 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