summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * autoload.cc (CreateSymbolicLinkW): Rename from CreateSymbolicLink.Christopher Faylor2013-04-302-1/+5
* * fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.Corinna Vinschen2013-04-263-0/+9
* Fix date in latest ChangeLog entryCorinna Vinschen2013-04-241-1/+1
* * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen2013-04-2411-93/+247
* *** empty log message ***Corinna Vinschen2013-04-231-0/+10
* * cygwin64.din (_setjmp): Export.Corinna Vinschen2013-04-232-0/+7
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-23208-4725/+10016
* * include/sys/queue.h: Delete in favor of more complete newlib file.Corinna Vinschen2013-04-222-512/+4
* Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen2013-04-224-7/+9
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19.Corinna Vinschen2013-04-222-2/+6
* * glob.cc: Include winsup.h before anything else.Corinna Vinschen2013-04-162-4/+8
* * path.cc (symlink_info::check): Drop PC_KEEP_HANDLE flag forCorinna Vinschen2013-04-122-14/+22
* * hires.h (hires_ns::nsecs): Declare with bool parameter.Corinna Vinschen2013-04-113-4/+11
* fix YA typoChristopher Faylor2013-04-091-1/+1
* * cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor2013-04-097-141/+156
* fix typoChristopher Faylor2013-04-081-1/+1
* * fhandler_socket.cc (get_inet_addr): Handle abstract AF_LOCAL socket.Corinna Vinschen2013-04-082-4/+39
* * cygheap.cc (init_cygheap::find_tls): Add a comment.Christopher Faylor2013-04-074-6/+16
* * mmap.cc (is_mmapped_region): Call LIST_UNLOCK on premature return.Corinna Vinschen2013-04-052-1/+8
* * fhandler_proc.cc (format_proc_loadavg): Raise too small buffer sizeCorinna Vinschen2013-04-032-1/+6
* * path.cc (class suffix_scan): Add member namelen.Corinna Vinschen2013-04-032-7/+40
* .Christopher Faylor2013-04-011-0/+5
* whitespaceChristopher Faylor2013-03-314-6/+6
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-3110-62/+111
* whitespaceChristopher Faylor2013-03-311-1/+0
* * cygthread.cc (cygthread::terminate_thread): Only try to freeCorinna Vinschen2013-03-294-12/+33
* * pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor2013-03-294-6/+25
* * sigproc.cc (wait_sig): Avoid uninitialized use of nb when retrying.Christopher Faylor2013-03-292-17/+11
* * sigproc.cc (pending_signals::retry): Declare new element.Christopher Faylor2013-03-292-41/+32
* * exceptions.cc (exception::handle): Generalize comment.Christopher Faylor2013-03-282-1/+5
* test checkinChristopher Faylor2013-03-191-1/+1
* add newsChristopher Faylor2013-03-091-0/+4
* * cygtls.h (_cygtls::signal_debugger): Change argument type.Christopher Faylor2013-03-093-24/+42
* * spawn.cc (child_info_spawn::worker): Save and restore my_wr_proc_pipe aroundChristopher Faylor2013-03-092-5/+20
* * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen2013-03-073-12/+48
* * fhandler_socket.cc (fhandler_socket::bind): Fix check for AF_LOCALCorinna Vinschen2013-03-072-15/+37
* * mount.cc (fs_names): Add trailing NULL element to avoid potentialCorinna Vinschen2013-03-062-1/+7
* Remove now-inappropriate comment.Christopher Faylor2013-03-011-2/+0
* fix latest changelog descriptionChristopher Faylor2013-03-011-1/+1
* * exceptions.cc (exception::handle): Eliminate buggy recursed value and justChristopher Faylor2013-03-012-3/+8
* * include/pthread.h (pthread_atfork): Add missing declaration.Corinna Vinschen2013-02-262-0/+6
* * include/error.h (error_message_count): Declare as dllimport.Yaakov Selkowitz2013-02-212-0/+12
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2013-02-082-4/+9
* * fhandler_socket.cc (fhandler_socket::bind): Fix error code forCorinna Vinschen2013-02-042-1/+6
* * fhandler_socket.cc (fhandler_socket::bind): Fix length check ofCorinna Vinschen2013-02-042-4/+12
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-319-68/+100
* * miscfuncs.cc (__import_address): Check if malloc field points directly atChristopher Faylor2013-01-232-1/+7
* * miscfuncs.cc (__import_address): On second thought, the chance that thisChristopher Faylor2013-01-232-1/+6
* * exceptions.cc (exception::handle): Make attempt to recursively dump stackChristopher Faylor2013-01-232-1/+6
* * miscfuncs.cc (__import_address): Avoid NULL explicitly.Christopher Faylor2013-01-232-1/+5