aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2002-12-28Eliminate device number argument from fhandler constructors throughout.github/unlabeled-1.31.4unlabeled-1.31.4Christopher Faylor1-1/+1
2002-12-28Eliminate unit argument and special unit fields from fhandler classes andChristopher Faylor1-9/+6
2002-12-14This commit was manufactured by cvs2svn to create branch 'unlabeled-1.31.4'.cvs2svn324-126603/+0
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
2002-12-09correct dateChristopher Faylor1-1/+1
2002-12-09* lib/pseudo-reloc.c: New file.Christopher Faylor4-0/+101
2002-12-07fix dateChristopher Faylor1-1/+1
2002-12-06* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.Christopher Faylor3-3/+11
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor5-12/+40
2002-12-04fix commentChristopher Faylor1-2/+2
2002-12-04* netdb.cc: New file.Christopher Faylor5-11/+455
2002-12-04 * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen3-2/+58
2002-11-30* fhandler_tty.cc (fhandler_pty_master::accept_input): Move read_retvalChristopher Faylor2-4/+15
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor6-5/+32
2002-11-29* sigproc.cc (sig_dispatch_pending): Remove assertion.Christopher Faylor2-1/+4
2002-11-28revert botched checkinChristopher Faylor1-6/+6
2002-11-28* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor3-7/+11
2002-11-27* fhandler_socket.cc (fhandler_socket::sendto): Fix potential unitialized valueChristopher Faylor2-3/+8
2002-11-27* cygwin.din: Export pthread_getsequence_np.Christopher Faylor3-1/+8
2002-11-27white spaceChristopher Faylor1-1/+1
2002-11-27* cygwin.din: Export nl_langinfo().Christopher Faylor3-1/+9
2002-11-26* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal SleepChristopher Faylor3-4/+10
2002-11-25 * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen3-4/+14
2002-11-25 * sec_acl.cc (getacl): Set errno to ENOSPC if command is GETACL andCorinna Vinschen2-1/+9
2002-11-242002-11-24 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2-142/+153
2002-11-242002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins5-78/+110
2002-11-23* wait.cc (wait4): Force pending signal delivery before waiting for processChristopher Faylor2-0/+6
2002-11-23* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-11-23fix typoChristopher Faylor1-1/+1
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor7-2/+66
2002-11-22* include/cygwin/version.h: Fix comment.Christopher Faylor2-3/+7
2002-11-22* external.cc (cygwin_internal): Fix va_arg references.Christopher Faylor2-4/+7
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor7-61/+97
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen6-234/+205
2002-11-20 * poll.cc (poll): ...but set POLLIN instead.Corinna Vinschen2-1/+7
2002-11-20 * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen3-96/+107
2002-11-20 * poll.cc (poll): Don't set POLLERR if a listening socket has aCorinna Vinschen2-13/+37
2002-11-19* net.cc: Sprinkle sigframes throughout.Christopher Faylor2-0/+14
2002-11-19remove unneeded commentsChristopher Faylor1-6/+0
2002-11-16* tty.cc (tty::make_pipes): Make pipe buffer larger.Christopher Faylor2-2/+6
2002-11-16* grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor2-1/+6
2002-11-15* include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor4-1/+27
2002-11-15* select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.Christopher Faylor2-6/+7
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor5-9/+27