summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * cygtls.cc (free_local): New macro.Christopher Faylor2005-03-165-92/+93
* * errno.cc (errmap): Correct typo in previous change.Christopher Faylor2005-03-162-1/+5
* * include/winnt.h (_LUID): Add structure. Correct LUID typedef.Danny Smith2005-03-162-1/+10
* * cygtls.cc (_cygtls::remove): Free process_ident, if it exists.Christopher Faylor2005-03-153-0/+10
* 2005-03-15 Hans Leidekker <hans@it.vu.nl>Danny Smith2005-03-152-2/+6
* * path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK.Christopher Faylor2005-03-123-38/+65
* * path.cc (is_floppy): New function.Corinna Vinschen2005-03-103-1/+25
* * autoload.cc (LoadDLLprime): Use nocopy segment or forked processes will notChristopher Faylor2005-03-102-2/+7
* * autoload.cc (LoadDllprime): Scrap use of .linkonce and just use an ifdefChristopher Faylor2005-03-103-3/+15
* * pinfo.h (pinfo::pinfo): Clear more elements in the constructor.Christopher Faylor2005-03-102-2/+6
* * net.cc (dup_ent): Revert older stupid test for null. Don't copy name if itChristopher Faylor2005-03-092-6/+13
* * fhandler_socket.cc (fhandler_socket::eid_pipe_name): Fix formatCorinna Vinschen2005-03-092-44/+61
* * net.cc (dup_ent): Revert previous stupid change.Christopher Faylor2005-03-092-1/+5
* * signal.cc (sigprocmask): Rename first parameter to "how".Corinna Vinschen2005-03-092-10/+13
* * net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf.Christopher Faylor2005-03-092-1/+5
* * path.cc (path_conv::check): Treat ENOSHARE similarly to ENOENT whenChristopher Faylor2005-03-092-2/+8
* Remove \n from debug_printfChristopher Faylor2005-03-091-1/+1
* * fhandler_socket.cc (fhandler_socket::listen): Don't limit the numberCorinna Vinschen2005-03-082-2/+7
* revert errnoneous checkinChristopher Faylor2005-03-081-46/+22
* * pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in aChristopher Faylor2005-03-083-24/+55
* * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.Corinna Vinschen2005-03-084-11/+71
* * dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor2005-03-085-23/+30
* * kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't padChristopher Faylor2005-03-082-2/+7
* * strace.cc (handle_output_debug_string): Fix compiler warning.Corinna Vinschen2005-03-072-2/+6
* * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):Danny Smith2005-03-072-4/+16
* * include/basetyps.h (__int16): Correct define.Danny Smith2005-03-072-1/+5
* * path.cc (mount_info::read_cygdrive_info_from_registry): Use the user prefixChristopher Faylor2005-03-062-0/+15
* * sync.h (sync::init_lock): Declare new static member.Christopher Faylor2005-03-063-7/+25
* * path.cc (special_name): Reorganize to always detect the use of special namesChristopher Faylor2005-03-062-14/+16
* * cygpath.cc (usage): Pass in one more copy of program_name to printf to avoidChristopher Faylor2005-03-062-1/+6
* * pathnames.sgml: Clarify binmode/textmode behavior slightly.Christopher Faylor2005-03-063-18/+25
* * fhandler_clipboard.cc: Use int for cygnativeformat rather than UINT as thatChristopher Faylor2005-03-042-2/+8
* * fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.Corinna Vinschen2005-03-042-6/+23
* * fhandler_socket.cc (fhandler_socket::ioctl): Only cancelCorinna Vinschen2005-03-042-1/+6
* * cygwin.din (utmpxname): Export.Corinna Vinschen2005-03-036-2/+26
* * cygthread.cc (cygthread::detach): Use a slightly higher priority when waitingChristopher Faylor2005-03-032-1/+6
* Add Pierre's security text.Joshua Daniel Franklin2005-03-032-11/+10
* restore commentChristopher Faylor2005-03-031-0/+1
* fix changelog garblingChristopher Faylor2005-03-031-4/+3
* * autoload.cc (std_dll_init): Save and restore fpu control register aroundChristopher Faylor2005-03-032-2/+12
* * cygtls.cc (_cygtls::remove): Don't attempt any removal activities if exitsockChristopher Faylor2005-03-032-1/+9
* * cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It shouldChristopher Faylor2005-03-032-2/+8
* * autoload.cc (LoadDLLprime): Mask error code to low-order 16 bits.Christopher Faylor2005-03-022-2/+7
* * spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they hadChristopher Faylor2005-03-022-6/+11
* * fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): ReplaceCorinna Vinschen2005-03-023-9/+10
* * include/cygwin/version.h: Bump DLL minor number to 14.Christopher Faylor2005-03-012-1/+5
* * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen2005-03-017-64/+65
* * fhandler.h (class fhandler_socket): Declare new methodCorinna Vinschen2005-02-286-36/+132
* remove unneeded blank lineChristopher Faylor2005-02-281-1/+0
* * regtool.cc (opts): The argument to 'K' is not optional.Christopher Faylor2005-02-272-5/+8