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
2005-03-17complete a sentencChristopher Faylor
2005-03-17* fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor
2005-03-17* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.Christopher Faylor
2005-03-17missing file from previous checkin.Christopher Faylor
2005-03-17* dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor
2005-03-16* cygtls.cc (free_local): New macro.Christopher Faylor
2005-03-16* errno.cc (errmap): Correct typo in previous change.Christopher Faylor
2005-03-16 * include/winnt.h (_LUID): Add structure. Correct LUID typedef.Danny Smith
2005-03-16* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.Christopher Faylor
2005-03-152005-03-15 Hans Leidekker <hans@it.vu.nl>Danny Smith
2005-03-12* path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK.Christopher Faylor
2005-03-10 * path.cc (is_floppy): New function.Corinna Vinschen
2005-03-10* autoload.cc (LoadDLLprime): Use nocopy segment or forked processes will notChristopher Faylor
2005-03-10* autoload.cc (LoadDllprime): Scrap use of .linkonce and just use an ifdefChristopher Faylor
2005-03-10* pinfo.h (pinfo::pinfo): Clear more elements in the constructor.Christopher Faylor
2005-03-10* net.cc (dup_ent): Revert older stupid test for null. Don't copy name if itChristopher Faylor
2005-03-10 * fhandler_socket.cc (fhandler_socket::eid_pipe_name): Fix formatCorinna Vinschen
2005-03-10* net.cc (dup_ent): Revert previous stupid change.Christopher Faylor
2005-03-10 * signal.cc (sigprocmask): Rename first parameter to "how".Corinna Vinschen
2005-03-09* net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf.Christopher Faylor
2005-03-09* path.cc (path_conv::check): Treat ENOSHARE similarly to ENOENT whenChristopher Faylor
2005-03-09Remove \n from debug_printfChristopher Faylor
2005-03-08 * fhandler_socket.cc (fhandler_socket::listen): Don't limit the numberCorinna Vinschen
2005-03-08revert errnoneous checkinChristopher Faylor
2005-03-08* pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in aChristopher Faylor
2005-03-08 * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.Corinna Vinschen
2005-03-08* dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor
2005-03-08* kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't padChristopher Faylor
2005-03-07 * strace.cc (handle_output_debug_string): Fix compiler warning.Corinna Vinschen
2005-03-07 * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):Danny Smith
2005-03-07 * include/basetyps.h (__int16): Correct define.Danny Smith
2005-03-07* path.cc (mount_info::read_cygdrive_info_from_registry): Use the user prefixChristopher Faylor
2005-03-06* sync.h (sync::init_lock): Declare new static member.Christopher Faylor
2005-03-06* path.cc (special_name): Reorganize to always detect the use of special namesChristopher Faylor
2005-03-06* cygpath.cc (usage): Pass in one more copy of program_name to printf to avoidChristopher Faylor
2005-03-06* pathnames.sgml: Clarify binmode/textmode behavior slightly.Christopher Faylor
2005-03-04* fhandler_clipboard.cc: Use int for cygnativeformat rather than UINT as thatChristopher Faylor
2005-03-04 * fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.Corinna Vinschen
2005-03-04 * fhandler_socket.cc (fhandler_socket::ioctl): Only cancelCorinna Vinschen
2005-03-04 * cygwin.din (utmpxname): Export.Corinna Vinschen
2005-03-03* cygthread.cc (cygthread::detach): Use a slightly higher priority when waitingChristopher Faylor
2005-03-03Add Pierre's security text.Joshua Daniel Franklin
2005-03-03restore commentChristopher Faylor
2005-03-03fix changelog garblingChristopher Faylor
2005-03-03* autoload.cc (std_dll_init): Save and restore fpu control register aroundChristopher Faylor
2005-03-03* cygtls.cc (_cygtls::remove): Don't attempt any removal activities if exitsockChristopher Faylor
2005-03-03* cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It shouldChristopher Faylor
2005-03-02* autoload.cc (LoadDLLprime): Mask error code to low-order 16 bits.Christopher Faylor
2005-03-02* spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they hadChristopher Faylor
2005-03-02 * fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): ReplaceCorinna Vinschen