aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2002-12-14This commit was manufactured by cvs2svn to create branch 'unlabeled-1.38.4'.cvs2svn1-6492/+0
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-0/+14
2002-12-12 * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen1-0/+4
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor1-5/+27
2002-12-10 * net.cc (free_protoent_ptr): Add missing free() for base structure.Corinna Vinschen1-0/+6
2002-12-10 * netdb.cc (parse_alias_list, parse_services_line)Corinna Vinschen1-0/+5
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen1-0/+82
2002-12-09correct dateChristopher Faylor1-1/+1
2002-12-09* lib/pseudo-reloc.c: New file.Christopher Faylor1-0/+6
2002-12-07fix dateChristopher Faylor1-1/+1
2002-12-06* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.Christopher Faylor1-0/+6
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor1-0/+12
2002-12-04* netdb.cc: New file.Christopher Faylor1-0/+7
2002-12-04 * cxx.cc: New file. Implement new, new[], delete and delete[]Corinna Vinschen1-0/+7
2002-11-30* fhandler_tty.cc (fhandler_pty_master::accept_input): Move read_retvalChristopher Faylor1-0/+6
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor1-0/+13
2002-11-29* sigproc.cc (sig_dispatch_pending): Remove assertion.Christopher Faylor1-0/+4
2002-11-28* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor1-0/+4
2002-11-27* fhandler_socket.cc (fhandler_socket::sendto): Fix potential unitialized valueChristopher Faylor1-0/+5
2002-11-27* cygwin.din: Export pthread_getsequence_np.Christopher Faylor1-0/+5
2002-11-27* cygwin.din: Export nl_langinfo().Christopher Faylor1-0/+5
2002-11-26* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal SleepChristopher Faylor1-0/+6
2002-11-25 * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen1-0/+7
2002-11-25 * sec_acl.cc (getacl): Set errno to ENOSPC if command is GETACL andCorinna Vinschen1-0/+5
2002-11-242002-11-24 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-0/+22
2002-11-242002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins1-0/+37
2002-11-23* wait.cc (wait4): Force pending signal delivery before waiting for processChristopher Faylor1-0/+5
2002-11-23* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor1-0/+4
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor1-0/+21
2002-11-22* include/cygwin/version.h: Fix comment.Christopher Faylor1-0/+4
2002-11-22* external.cc (cygwin_internal): Fix va_arg references.Christopher Faylor1-0/+4
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor1-0/+14
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen1-0/+28
2002-11-20 * poll.cc (poll): ...but set POLLIN instead.Corinna Vinschen1-0/+4
2002-11-20 * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen1-0/+20
2002-11-20 * poll.cc (poll): Don't set POLLERR if a listening socket has aCorinna Vinschen1-0/+6
2002-11-19* net.cc: Sprinkle sigframes throughout.Christopher Faylor1-0/+4
2002-11-16* tty.cc (tty::make_pipes): Make pipe buffer larger.Christopher Faylor1-0/+4
2002-11-16* grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor1-0/+4
2002-11-15* include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor1-0/+10
2002-11-15* select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.Christopher Faylor1-2/+7
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor1-0/+10
2002-11-15* fhandler_serial.cc (fhandler_serial::tcgetattr): Don't take any specialChristopher Faylor1-0/+5
2002-11-14 * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen1-0/+7
2002-11-14* fhandler_console.cc (fhandler_console::write): Allow characters >= 0177 to beChristopher Faylor1-0/+5
2002-11-14 * grp.cc (getgroups32): Don't use access token of current user whenCorinna Vinschen1-0/+5
2002-11-14* dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.Christopher Faylor1-0/+7
2002-11-14* ioctl.cc (ioctl): Always print ioctl results, even when it's a tty.Christopher Faylor1-0/+8
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor1-0/+8
2002-11-12 * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen1-0/+12