Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-28Eliminate unit argument and special unit fields from fhandler classes andunlabeled-1.50.6Christopher Faylor
2002-12-28Introduce device class to cygwin throughout. Rename FH_DISK to FH_FSChristopher Faylor
2002-11-26This commit was manufactured by cvs2svn to create branch 'unlabeled-1.50.6'.cvs2svn
2002-11-26* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal SleepChristopher Faylor
2002-11-25 * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen
2002-11-25 * sec_acl.cc (getacl): Set errno to ENOSPC if command is GETACL andCorinna Vinschen
2002-11-242002-11-24 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2002-11-242002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins
2002-11-23* wait.cc (wait4): Force pending signal delivery before waiting for processChristopher Faylor
2002-11-23* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-11-23fix typoChristopher Faylor
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor
2002-11-22* include/cygwin/version.h: Fix comment.Christopher Faylor
2002-11-22* external.cc (cygwin_internal): Fix va_arg references.Christopher Faylor
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen
2002-11-20 * poll.cc (poll): ...but set POLLIN instead.Corinna Vinschen
2002-11-20 * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen
2002-11-20 * poll.cc (poll): Don't set POLLERR if a listening socket has aCorinna Vinschen
2002-11-19* net.cc: Sprinkle sigframes throughout.Christopher Faylor
2002-11-19remove unneeded commentsChristopher Faylor
2002-11-16* tty.cc (tty::make_pipes): Make pipe buffer larger.Christopher Faylor
2002-11-16* grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor
2002-11-15* include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor
2002-11-15* select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.Christopher Faylor
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor
2002-11-15* fhandler_serial.cc (fhandler_serial::tcgetattr): Don't take any specialChristopher Faylor
2002-11-14 * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen
2002-11-14checking previously ChangeLog'ed file.Christopher Faylor
2002-11-14* fhandler_console.cc (fhandler_console::write): Allow characters >= 0177 to beChristopher Faylor
2002-11-14 * grp.cc (getgroups32): Don't use access token of current user whenCorinna Vinschen
2002-11-14* dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.Christopher Faylor
2002-11-14* ioctl.cc (ioctl): Always print ioctl results, even when it's a tty.Christopher Faylor
2002-11-14* winsup.h (low_priority_sleep): Declare.Christopher Faylor
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor
2002-11-12 * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen
2002-11-10 * net.cc: Run indent.Corinna Vinschen
2002-11-10correct dateChristopher Faylor
2002-11-09* fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor
2002-11-07* fhandler_serial.cc (fhandler_serial::ioctl): Fix typo.Christopher Faylor
2002-11-07 * include/cygwin/fs.h: New file.Corinna Vinschen
2002-11-07 * fhandler_socket.cc (fhandler_socket::ioctl): Return correct flagsCorinna Vinschen
2002-11-07 * cygwin.din: Export fseeko() and ftello().Corinna Vinschen
2002-11-07minor reformatChristopher Faylor
2002-11-07* fhandler_console.cc (keytable[]): Revert previous change. It would break tooChristopher Faylor
2002-11-07* fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a little moreChristopher Faylor
2002-11-07* syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor
2002-11-07* include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor
2002-11-06* fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OSChristopher Faylor
2002-11-06* fhandler_serial.cc (fhandler_serial::raw_read): Use correct type forChristopher Faylor