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
path: root/winsup
AgeCommit message (Expand)Author
2006-04-06 * include/w32api.h (IE*): Define for recent versions of IE.Dimitri Papadopoulos
2006-04-06 * include/w32api.h (_W32API_H): Define.Dimitri Papadopoulos
2006-04-06 * include/w32api.h (WindowsVista): Define.Dimitri Papadopoulos
2006-04-06 * include/iptypes.h (IP_ADAPTER_*): Define parts that dependDimitri Papadopoulos
2006-04-06 * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.Dimitri Papadopoulos
2006-04-05* fhandler_socket.cc: Move iptypes.h include after winsock2 since it now reliesChristopher Faylor
2006-04-05* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}Christopher Faylor
2006-04-05 * include/iphlpapi.h (GAA_FLAG_*): Define.Dimitri Papadopoulos
2006-04-05 * include/iptypes.h (IP_INTERFACE_NAME_INFO,Dimitri Papadopoulos
2006-04-05 * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.Dimitri Papadopoulos
2006-04-05 * include/objidl.h (PIDSI_*): Define.Dimitri Papadopoulos
2006-04-05 * include/winbase.h (LOGON32_PROVIDER_WINNT40,Dimitri Papadopoulos
2006-04-05 * include/mq.h: New file.Dimitri Papadopoulos
2006-04-05 * lib/mqrt.def: New file.Dimitri Papadopoulos
2006-04-05 * include/winerror.h (STG_E_*): Define.Dimitri Papadopoulos
2006-04-05faq.using.chmod faq.programming.adjusting-heapJoshua Daniel Franklin
2006-04-04 * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes toCorinna Vinschen
2006-04-03* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2006-04-03 * spawn.cc (linebuf::finish): Drop argument. Don't check command lineCorinna Vinschen
2006-04-03* dcrt0.cc (sm): Delete.Christopher Faylor
2006-04-03 * include/commctrl.h (ListView_*): Define and correct.Dimitri Papadopoulos
2006-04-03 * include/winuser.h (WM_IME_*): Define (DWORD type).Dimitri Papadopoulos
2006-04-03* cygwinenv.sgml: Rename fork_retry to proc_retry since it has turned out to beChristopher Faylor
2006-04-01 * fhandler_disk_file.cc (FS_IS_SAMBA_WITH_QUOTA): New define.Corinna Vinschen
2006-03-31 * include/winnetwk.h (WNetGetResourceInformationW): Correct first param.Danny Smith
2006-03-30 * security.h (sec_user_nih): Make sid1 argument mandatory.Corinna Vinschen
2006-03-30* include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper versionChristopher Faylor
2006-03-30* sigproc.cc (wait_for_sigthread): Use the current user sid when setting up theChristopher Faylor
2006-03-29 * include/winspool.h (JOB_INFO_3): Add structure.Dimitri Papadopoulos
2006-03-29 * include/winspool.h [_WIN32_WINNT >= 0x0500]Dimitri Papadopoulos
2006-03-29 * include/winspool.h [_WIN32_WINNT >= 0x0500]Dimitri Papadopoulos
2006-03-29 * include/winspool.h [_WIN32_WINNT >= 0x0500]Dimitri Papadopoulos
2006-03-29 * include/winspool.h [_WIN32_WINNT >= 0x0500]Dimitri Papadopoulos
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor
2006-03-27 * include/wincon.h (GetConsoleProcessList): Declare.Danny Smith
2006-03-272006-03-27 Hansres Engel <engel@node.ch>Danny Smith
2006-03-27* spawn.cc (spawn_guts): Close handles if we know that we will not be seeing aChristopher Faylor
2006-03-27* sigproc.cc (wait_sig): Move myself manipulation...Christopher Faylor
2006-03-262006-03-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2006-03-262006-03-26 Hansres Engel <engel@node.ch>Danny Smith
2006-03-24 * fhandler_floppy.cc: Include ntdef.h and ntdll.h.Corinna Vinschen
2006-03-24* fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make errorChristopher Faylor
2006-03-23* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the consoleChristopher Faylor
2006-03-23* sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor
2006-03-23* winsup.api/checksignal.c (main): Add test for siginterrupt.Christopher Faylor
2006-03-22 * thread.cc (pthread_mutex::is_good_initializer_or_bad_object): Delete.Corinna Vinschen
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-03-22 * thread.cc (pthread_cond::init): Disable validity test of objectCorinna Vinschen
2006-03-22* signal.cc (signal): Don't set SA_RESTART here.Christopher Faylor
2006-03-22* child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor