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
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen
2011-05-01 * libc/minires-os-if.c (get_dns_info): Remove unnecessary test forCorinna Vinschen
2011-05-01Add missing ChangeLog entry:Corinna Vinschen
2011-05-01 Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen
2011-05-01 * net.cc (fdsock): Drop setting uninterruptible_io to true.Corinna Vinschen
2011-05-01 * fhandler.h (fhandler_socket::is_slow): Remove.Corinna Vinschen
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen
2011-04-30 * thread.h (class pthread): Add bool member canceled.Corinna Vinschen
2011-04-29 * errno.cc (errmap): Sort. Map ERROR_EXE_MACHINE_TYPE_MISMATCH toCorinna Vinschen
2011-04-29 * thread.cc: Update comment listing cancellation points per POSIX.Corinna Vinschen
2011-04-29 * advapi32.cc: Add comment.Corinna Vinschen
2011-04-29 * advapi32.cc (AccessCheck): Remove.Corinna Vinschen
2011-04-29 * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen
2011-04-29 * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen
2011-04-29 * posix_ipc.cc (ipc_cond_timedwait): Only wait for pthread'sCorinna Vinschen
2011-04-28 * advapi32.cc (SetSecurityDescriptorDacl): Remove.Corinna Vinschen
2011-04-28 * posix_ipc.cc (ipc_cond_timedwait): Also wait for pthread'sCorinna Vinschen
2011-04-28 * posix_ipc.cc (ipc_cond_timedwait): Remove pthread_testcancel calls.Corinna Vinschen
2011-04-28 * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen
2011-04-28 * advapi32.cc (GetSecurityDescriptorDacl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (InitializeSid): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (AllocateLocallyUniqueId): Remove.Corinna Vinschen
2011-04-28 * autoload.cc (GetSecurityInfo): Remove.Corinna Vinschen
2011-04-24 * include/fenv.h: Add missing _FENV_H_ define.Corinna Vinschen
2011-04-23 * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen
2011-04-222011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2011-04-222011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2011-04-21 * cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.Corinna Vinschen
2011-04-21 * include/sys/poll.h: Include signal.h to get definition of sigset_t.Corinna Vinschen
2011-04-21* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor
2011-04-20* select.cc (serial_cleanup): Make sure that device_specific_pipe is alwaysChristopher Faylor
2011-04-20 * devices.h: Renumber internal devices so that FH_PROCESS is part ofCorinna Vinschen
2011-04-20 Fix spacesCorinna Vinschen
2011-04-20* select.cc (pipe_cleanup): Make sure that device_specific_pipe is alwaysChristopher Faylor
2011-04-192011-04-02 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY
2011-04-19 * COPYING: Replace with the GPLv3 definition.Corinna Vinschen
2011-04-19 * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen
2011-04-19 * net.cc (get_ipv4fromreg_ipcnt): Rearrange to fetch all registryCorinna Vinschen
2011-04-19 * fhandler_registry.cc (fhandler_registry::fstat): Use RegQueryInfoKeyW.Corinna Vinschen
2011-04-19 * fhandler_proc.cc (read_value): Remove definition.Corinna Vinschen
2011-04-18 * localtime.cc (tzload): Don't change global timezone informationCorinna Vinschen
2011-04-18 * cygtls.cc (_cygtls::remove): Always close sockevt handle.Corinna Vinschen
2011-04-18fix typoChristopher Faylor
2011-04-18 * new-features.sgml (ov-new1.7.10): Document ppoll.Corinna Vinschen
2011-04-18 * cygwin.din (ppoll): Export.Corinna Vinschen
2011-04-18 * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle theCorinna Vinschen
2011-04-18 * Fix various copyrights.Corinna Vinschen
2011-04-18 * setfacl.c (getaclentry): Allow extra colon in mask and other entries.Corinna Vinschen