summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-1010-195/+258
* correct dateChristopher Faylor2002-12-091-1/+1
* * lib/pseudo-reloc.c: New file.Christopher Faylor2002-12-094-0/+101
* fix dateChristopher Faylor2002-12-071-1/+1
* * cygwin.din: Reflect name change from strtodf to strtof. Export strtof.Christopher Faylor2002-12-063-3/+11
* * fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor2002-12-055-12/+40
* fix commentChristopher Faylor2002-12-041-2/+2
* * netdb.cc: New file.Christopher Faylor2002-12-045-11/+455
* * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen2002-12-043-2/+58
* * fhandler_tty.cc (fhandler_pty_master::accept_input): Move read_retvalChristopher Faylor2002-11-302-4/+15
* * pinfo.h (winpids::set): Renamed from init.Christopher Faylor2002-11-296-5/+32
* * sigproc.cc (sig_dispatch_pending): Remove assertion.Christopher Faylor2002-11-292-1/+4
* revert botched checkinChristopher Faylor2002-11-281-6/+6
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-11-283-7/+11
* * fhandler_socket.cc (fhandler_socket::sendto): Fix potential unitialized valueChristopher Faylor2002-11-272-3/+8
* * cygwin.din: Export pthread_getsequence_np.Christopher Faylor2002-11-273-1/+8
* white spaceChristopher Faylor2002-11-271-1/+1
* * cygwin.din: Export nl_langinfo().Christopher Faylor2002-11-273-1/+9
* * fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal SleepChristopher Faylor2002-11-263-4/+10
* * 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