summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor2002-12-275-35/+53
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-12-252-1/+5
* * exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor2002-12-253-0/+14
* * cygthread.cc (cygthread::detach): Set errno with set_sig_errno so that EINTRChristopher Faylor2002-12-252-1/+6
* * Makefile.in: Default fhandler objects to -fomit-frame-pointer. EliminateChristopher Faylor2002-12-212-1/+26
* * fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor2002-12-214-10/+21
* 2002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-12-202-1/+8
* 2002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-12-202-2/+7
* * fhandler.h (line_edit_status): Add a new element.Christopher Faylor2002-12-204-6/+25
* * fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor2002-12-173-31/+42
* * pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command lineChristopher Faylor2002-12-162-1/+6
* * fhandler_termios.cc (fhandler_termios::line_edit): Call accept_input() inChristopher Faylor2002-12-142-8/+16
* * fhandler.cc (fhandler_base::read): Signal event, if necessary, and raw_readChristopher Faylor2002-12-142-0/+10
* * fhandler.cc (fhandler_base::raw_read): Reset priorities to minimize windowChristopher Faylor2002-12-142-54/+57
* 2002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2002-12-144-12/+48
* * netdb.cc: Remove strtok_r comment.Corinna Vinschen2002-12-142-9/+5
* * security.cc (get_user_local_groups): Use LookupAccountSid to find theCorinna Vinschen2002-12-142-6/+14
* * pipe.cc (make_pipe): Set fork fixup flag for read pipe.Christopher Faylor2002-12-142-0/+5
* add FIXMEChristopher Faylor2002-12-141-0/+1
* * winbase.h: Turn on inline versions of Interlocked* by default.Christopher Faylor2002-12-143-23/+45
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-1419-189/+295
* * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen2002-12-122-1/+5
* whitespaceChristopher Faylor2002-12-128-15/+21
* * cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor2002-12-117-33/+146
* * net.cc (free_protoent_ptr): Add missing free() for base structure.Corinna Vinschen2002-12-102-0/+9
* * netdb.cc (parse_alias_list, parse_services_line)Corinna Vinschen2002-12-102-14/+19
* 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