aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2003-01-10 * cygwin.din: add asprintf and vasprintf, as well as the reentrantCorinna Vinschen3-1/+16
2003-01-10 * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.Corinna Vinschen2-3/+5
2003-01-10* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.Christopher Faylor3-10/+16
2003-01-09Apply pthread_types_patchThomas Pfaff4-12/+20
2003-01-09Apply pthread_cancel_patchThomas Pfaff3-13/+71
2003-01-09Applied pthread_mutex patchThomas Pfaff4-88/+189
2003-01-09Applied cond_init patchThomas Pfaff4-61/+114
2003-01-09 * fhandler_disk_file.cc (num_entries): Return 2 as link count ifCorinna Vinschen2-1/+6
2003-01-09 * security.cc (get_nt_attribute): Always return -1 when read_sd()Corinna Vinschen2-3/+20
2003-01-09Use isdirsep rather than SLASH_P throughout.Christopher Faylor9-38/+58
2003-01-05* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whenChristopher Faylor2-1/+6
2003-01-03* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor5-3/+11
2003-01-02* passwd.cc (getpwuid_r32): Revert previous change.Christopher Faylor2-2/+5
2003-01-01* sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,Christopher Faylor3-1/+14
2002-12-30* exceptions.cc (events_init): Display name of mutex on failure.Christopher Faylor2-2/+7
2002-12-30* windows.cc (setitimer): Return ENOSYS on invalid argument.Christopher Faylor2-1/+5
2002-12-28remove from trunkChristopher Faylor2-297/+0
2002-12-28* Makefile.in: Add devices.gperf.Christopher Faylor2-0/+297
2002-12-28* fhandler_termios.cc (fhandler_termios::line_edit): Perform echo before inputChristopher Faylor2-2/+7
2002-12-27Move ChangeLog entry from toplevel, where it didn't belong.Nathanael Nerode1-0/+17
2002-12-27* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.Christopher Faylor3-5/+21
2002-12-27* fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to thatChristopher Faylor1-2/+4
2002-12-27correct typoChristopher Faylor1-1/+1
2002-12-27* fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor5-35/+53
2002-12-25* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-12-25* exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor3-0/+14
2002-12-25* cygthread.cc (cygthread::detach): Set errno with set_sig_errno so that EINTRChristopher Faylor2-1/+6
2002-12-21* Makefile.in: Default fhandler objects to -fomit-frame-pointer. EliminateChristopher Faylor2-1/+26
2002-12-21* fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor4-10/+21
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-1/+8
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-2/+7
2002-12-20* fhandler.h (line_edit_status): Add a new element.Christopher Faylor4-6/+25
2002-12-17* fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor3-31/+42
2002-12-16* pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command lineChristopher Faylor2-1/+6
2002-12-14* fhandler_termios.cc (fhandler_termios::line_edit): Call accept_input() inChristopher Faylor2-8/+16
2002-12-14* fhandler.cc (fhandler_base::read): Signal event, if necessary, and raw_readChristopher Faylor2-0/+10
2002-12-14* fhandler.cc (fhandler_base::raw_read): Reset priorities to minimize windowChristopher Faylor2-54/+57
2002-12-142002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen4-12/+48
2002-12-14 * netdb.cc: Remove strtok_r comment.Corinna Vinschen2-9/+5
2002-12-14 * security.cc (get_user_local_groups): Use LookupAccountSid to find theCorinna Vinschen2-6/+14
2002-12-14* pipe.cc (make_pipe): Set fork fixup flag for read pipe.Christopher Faylor2-0/+5
2002-12-14add FIXMEChristopher Faylor1-0/+1
2002-12-14* winbase.h: Turn on inline versions of Interlocked* by default.Christopher Faylor3-23/+45
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor19-189/+295
2002-12-12 * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen2-1/+5
2002-12-12whitespaceChristopher Faylor8-15/+21
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor7-33/+146
2002-12-10 * net.cc (free_protoent_ptr): Add missing free() for base structure.Corinna Vinschen2-0/+9
2002-12-10 * netdb.cc (parse_alias_list, parse_services_line)Corinna Vinschen2-14/+19
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen10-195/+258