aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2013-10-18* tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an errorChristopher Faylor2-1/+6
2013-10-16 * fhandler_process.cc (format_process_ctty): Fix random content ofCorinna Vinschen3-1/+15
2013-10-15*** empty log message ***Corinna Vinschen1-0/+4
2013-10-15 * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen4-49/+62
2013-10-15 * mmap.cc (mmap64): Convert pagesize from DWORD to size_t to avoidCorinna Vinschen2-1/+6
2013-10-05* ntdll.h: Guard against new header files.Christopher Faylor2-0/+6
2013-09-25* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 26.Christopher Faylor2-1/+5
2013-09-25* sigproc.h (hold_everything::ischild): Declare as reference.Christopher Faylor3-2/+21
2013-09-25* thread.cc (semaphore::_getvalue): Set *sval as appropriate. Set errno andChristopher Faylor3-3/+19
2013-08-31 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Belatedly bumpCorinna Vinschen2-1/+6
2013-08-31 * heap.cc (RAISEHEAP_SIZE): New definition.Corinna Vinschen2-6/+19
2013-08-30*** empty log message ***Corinna Vinschen1-1/+3
2013-08-30.Christopher Faylor1-0/+4
2013-08-30* cygheap.h (user_heap_info::sbrk): Declare new function.Christopher Faylor4-70/+78
2013-08-30*** empty log message ***Corinna Vinschen1-0/+7
2013-08-30 * heap.cc (sbrk): Add a FIXME comment to VirtualFree call. Fix memoryCorinna Vinschen1-18/+43
2013-08-30 * fhandler_tape.cc (mtinfo_drive::open): Handle bus reset gracefullyCorinna Vinschen2-1/+9
2013-08-30* sigproc.cc (pending_signals::add): Properly maintain linked list.Christopher Faylor2-3/+9
2013-08-26 * mtinfo.h (class mtinfo_part): Change type of block numbers to int64_t.Corinna Vinschen3-29/+51
2013-08-23 * flock.cc (lockf_t::from_obj_name): Fix test for valid pid.Corinna Vinschen2-1/+5
2013-08-23cygwin changes:Christopher Faylor3-15/+9
2013-08-23* child_info.h (PROC_MAGIC_GENERIC): Define differently for x86 vs. x86_64.Christopher Faylor2-1/+10
2013-08-23*** empty log message ***Corinna Vinschen1-0/+5
2013-08-23 * path.h (enum path_types): Drop definition of PATH_64BITEXEC.Corinna Vinschen3-15/+23
2013-08-21 * fhandler_tape.cc (mtinfo_drive::create_partitions): Allow partitioningCorinna Vinschen5-6/+30
2013-08-20 * fhandler_tape.cc (mtinfo_drive::create_partitions): Fix long-standingCorinna Vinschen3-4/+31
2013-08-19 * lc_msg.h: Regenerate.Corinna Vinschen3-7/+45
2013-08-19 * fhandler_tape.cc (mtinfo_drive::set_pos): Remove unneeded linebreak.Corinna Vinschen2-4/+8
2013-08-15Drop redundant entryCorinna Vinschen1-5/+0
2013-08-14 * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen7-4/+34
2013-08-09* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 24.Corinna Vinschen2-1/+5
2013-08-07 * fhandler_disk_file.cc (fhandler_base::open_fs): Fix indentation.Corinna Vinschen2-6/+10
2013-07-31* fhandler_tty.cc: Revert accidental checkin.Christopher Faylor3-6/+8
2013-07-31* cygheap.cc (cmalloc): Use size_t for size field.Christopher Faylor3-16/+38
2013-07-31*** empty log message ***Corinna Vinschen1-0/+3
2013-07-31 * path.cc (normalize_posix_path): Don't check existence of / or // dirCorinna Vinschen2-5/+13
2013-07-30*** empty log message ***Corinna Vinschen1-2/+6
2013-07-26cygwin directory changes:Christopher Faylor7-23/+27
2013-07-24Fix copyright dateCorinna Vinschen1-1/+1
2013-07-24*** empty log message ***Corinna Vinschen1-0/+15
2013-07-23 * ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.Corinna Vinschen4-27/+74
2013-07-23 * cygtls.cc (well_known_dlls): Add kernelbase.dll.Corinna Vinschen2-0/+5
2013-07-22 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 23.Corinna Vinschen2-1/+5
2013-07-21 * regex/regcomp.c (wgetnext): Add a kludge to be more glibc compatible.Corinna Vinschen3-0/+22
2013-07-20* exceptions.cc (signal_exit): Remove comment. Use __builtin_frame_address.Christopher Faylor2-4/+7
2013-07-20* exceptions.cc (signal_exit): Nope. Nevermind. Dump core unconditionally.Christopher Faylor2-2/+6
2013-07-19reword commentChristopher Faylor1-1/+1
2013-07-19* exceptions.cc (signal_exit): Add a FIXME comment.Christopher Faylor3-0/+10
2013-07-19* exceptions.cc (signal_exit): Only dump core when it's a "kernel" signal.Christopher Faylor2-2/+10
2013-07-19* spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for wideChristopher Faylor3-11/+12