index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* dcrt0.cc (init_windows_system_directory): Record system_wow64_directory
Christopher Faylor
2011-12-13
8
-43
/
+95
*
* netdb.cc (open_system_file): Avoid MS-DOS path warning.
Corinna Vinschen
2011-12-13
2
-1
/
+7
*
* path.cc (conv_path_list): Fix a condition.
Corinna Vinschen
2011-12-13
2
-25
/
+21
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Call
Corinna Vinschen
2011-12-13
4
-40
/
+56
*
* times.cc (hires_ns::resolution): Don't return less than 1.
Corinna Vinschen
2011-12-13
2
-1
/
+5
*
* cygthread.h (cygthread::name): Very minor formatting tweak.
Christopher Faylor
2011-12-13
10
-36
/
+46
*
* fhandler_process.cc (dos_drive_mappings): Partially rewrite to
Corinna Vinschen
2011-12-12
2
-76
/
+93
*
* fhandler_process.cc (dos_drive_mappings::dos_drive_mappings): Fully
Corinna Vinschen
2011-12-12
2
-0
/
+31
*
* mount.cc (fs_info::update): Set has_buggy_reopen for Netapps as well.
Corinna Vinschen
2011-12-12
2
-3
/
+7
*
* dcrt0.cc (wow64_respawn): New static variable.
Corinna Vinschen
2011-12-12
3
-59
/
+101
*
* pipe.cc (fhandler_pipe::create): Use debug_printf to print debugging info
Christopher Faylor
2011-12-12
2
-6
/
+51
*
* select.cc (select_stuff::wait): Very minor formatting fix.
Christopher Faylor
2011-12-11
4
-23
/
+22
*
fix another typo in ChangeLog
Christopher Faylor
2011-12-10
1
-1
/
+1
*
* sigproc.h (cygwait): Delete duplicate va_start and add matching va_end.
Christopher Faylor
2011-12-10
2
-1
/
+8
*
Add ChangeLog entry for previous change and revert erroneously checked in
Christopher Faylor
2011-12-10
3
-85
/
+63
*
Clarify entry
Christopher Faylor
2011-12-10
4
-62
/
+88
*
* exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put back
Christopher Faylor
2011-12-10
3
-10
/
+16
*
* dllfixdbg: Work around annoying gdb warning about missing .gnu_debuglink.
Christopher Faylor
2011-12-09
2
-1
/
+6
*
Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
Christopher Faylor
2011-12-09
10
-32
/
+89
*
Revert erroneous checkin
Christopher Faylor
2011-12-09
1
-3
/
+0
*
* sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,
Christopher Faylor
2011-12-09
3
-2
/
+26
*
* select.cc (cygwin_select): Fifth time is the charm.
Christopher Faylor
2011-12-09
2
-3
/
+10
*
* select.cc (cygwin_select): Make sure that 0 is returned when sel.wait times
Christopher Faylor
2011-12-08
2
-2
/
+7
*
* include/sys/wait.h: Add in all c++ functions.
Christopher Faylor
2011-12-08
2
-2
/
+6
*
* select.cc (select_stuff::wait): Temporarily disallow APCS.
Christopher Faylor
2011-12-08
2
-2
/
+6
*
* include/sys/wait.h: Ensure that C++ functions are only used when using C++.
Christopher Faylor
2011-12-08
2
-0
/
+7
*
* select.cc (cygwin_select): Make sure that poll is called when appropriate.
Christopher Faylor
2011-12-08
2
-25
/
+22
*
* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're
Christopher Faylor
2011-12-08
5
-13
/
+18
*
* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP since
Christopher Faylor
2011-12-08
2
-2
/
+7
*
* select.cc (cygwin_select): Add common introducer and leaver debug output.
Christopher Faylor
2011-12-07
2
-9
/
+23
*
* exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can cause
Christopher Faylor
2011-12-07
2
-2
/
+5
*
* spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOB
Corinna Vinschen
2011-12-07
2
-1
/
+16
*
* fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid typo and actually wait for
Christopher Faylor
2011-12-07
2
-1
/
+6
*
* sigproc.cc (close_my_readsig): New function.
Christopher Faylor
2011-12-05
2
-11
/
+17
*
* mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.
Corinna Vinschen
2011-12-05
3
-87
/
+108
*
correct name of function
Christopher Faylor
2011-12-04
1
-1
/
+1
*
* sigproc.cc (cygWFMO): Don't assume that cancellable event is always
Christopher Faylor
2011-12-04
7
-31
/
+26
*
* sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN" #ifdef.
Christopher Faylor
2011-12-04
2
-15
/
+19
*
* exceptions.cc (exception::handle): Drop abbreviation for "exception" since I
Christopher Faylor
2011-12-04
8
-31
/
+82
*
* mmap.cc (mlock): Add standard syscall return value debugging output.
Christopher Faylor
2011-12-03
4
-87
/
+92
*
fix incorrectly named file in old ChangeLog entry
Christopher Faylor
2011-12-03
1
-1
/
+1
*
* mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. Drop
Corinna Vinschen
2011-12-03
2
-16
/
+9
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
42
-188
/
+224
*
* fhandler.cc (fhandler_base::open): Fix comment a bit more.
Corinna Vinschen
2011-12-03
2
-1
/
+5
*
* fhandler.cc (fhandler_base::open): Fix typos in comment.
Corinna Vinschen
2011-12-03
2
-3
/
+7
*
* path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.
Corinna Vinschen
2011-12-02
3
-32
/
+87
*
* sigproc.cc (get_proc_lock): Remove extra NULL check. Return false on
Christopher Faylor
2011-11-29
2
-9
/
+9
*
* sync.cc: Fix comment.
Christopher Faylor
2011-11-29
3
-3
/
+11
*
* sigproc.cc (remove_proc): Don't terminate the currently executing thread.
Christopher Faylor
2011-11-29
9
-136
/
+219
*
fix older description
Christopher Faylor
2011-11-29
1
-2
/
+28
[prev]
[next]