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
*
* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.
Christopher Faylor
2005-09-15
3
-11
/
+36
*
* spawn.cc (av::error): Eliminate.
Christopher Faylor
2005-09-14
2
-22
/
+27
*
* cygtls.h (san): New structure.
Christopher Faylor
2005-09-14
4
-26
/
+46
*
* heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicably
Christopher Faylor
2005-09-14
2
-2
/
+8
*
Remove some more unneeded 'return;'s throughout.
Christopher Faylor
2005-09-14
18
-24
/
+4
*
* sigproc.h: Protect declaration so that it only happens when
Christopher Faylor
2005-09-14
2
-0
/
+7
*
.
Christopher Faylor
2005-09-14
1
-1
/
+1
*
* exceptions.cc (sigtid): Remove declaration.
Christopher Faylor
2005-09-14
8
-42
/
+79
*
* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_state
Christopher Faylor
2005-09-13
14
-60
/
+97
*
* sigproc.cc (wait_sig): Be more defensive about detecting when we're exiting.
Christopher Faylor
2005-09-13
2
-1
/
+6
*
* cygthread.cc (cygthread::cygthread): Add more info to fatal error.
Christopher Faylor
2005-09-12
4
-2
/
+12
*
* heap.cc (heap_init): Allocate heap from top down as a hedge against
Christopher Faylor
2005-09-12
2
-1
/
+7
*
.
Christopher Faylor
2005-09-10
1
-1
/
+2
*
* heap.cc (heap_init): Be slightly more aggressive when trying to allocate
Christopher Faylor
2005-09-10
3
-19
/
+38
*
* fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag here
Christopher Faylor
2005-09-09
3
-16
/
+19
*
* fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size.
Christopher Faylor
2005-09-09
3
-1
/
+15
*
* exceptions.cc (ctrl_c_handler): Disable any special CTRL_LOGOFF_EVENT
Corinna Vinschen
2005-09-08
2
-0
/
+19
*
* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compiler
Christopher Faylor
2005-09-08
4
-13
/
+28
*
add missing ChangeLog entry.
Christopher Faylor
2005-09-07
1
-0
/
+1
*
* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.
Christopher Faylor
2005-09-07
6
-15
/
+64
*
* thread.h: Revert patch from 2005-09-05.
Corinna Vinschen
2005-09-06
3
-8
/
+21
*
* cygheap.cc (cygheap_init): Eliminate debugging #if.
Christopher Faylor
2005-09-05
5
-15
/
+26
*
* thread.h (pthread_mutex::get_pthread_self): Remove.
Corinna Vinschen
2005-09-05
2
-10
/
+12
*
Grr. REVERT erroneous checkin. AGAIN.
Christopher Faylor
2005-09-02
9
-34
/
+20
*
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
Christopher Faylor
2005-09-02
11
-21
/
+40
*
revert inexplicable previous checkin
Christopher Faylor
2005-09-02
9
-34
/
+20
*
bad_addresses
Christopher Faylor
2005-09-02
9
-20
/
+34
*
* exceptions.cc (set_process_mask_delta): Conditionalize debugging output.
Christopher Faylor
2005-08-29
3
-1
/
+9
*
typo
Christopher Faylor
2005-08-28
1
-1
/
+1
*
* cygtls.h (__ljfault): Declare.
Christopher Faylor
2005-08-28
4
-4
/
+82
*
Add missing ChangeLog for previous checkin.
Christopher Faylor
2005-08-28
2
-2
/
+11
*
* cygwin.din: Correct readdir_r typo.
Christopher Faylor
2005-08-28
7
-83
/
+99
*
Fix typo.
Christopher Faylor
2005-08-28
1
-1
/
+1
*
Fix improper formatting.
Christopher Faylor
2005-08-28
1
-2
/
+1
*
*dir.cc (readdir_r): Invert sense on error-test.
Christopher Faylor
2005-08-28
2
-1
/
+6
*
* path.cc (normalize_posix_path): Keep two leading slashes
Corinna Vinschen
2005-08-26
3
-8
/
+36
*
* path.cc (realpath): Drop call to mount_info::conv_to_posix_path
Corinna Vinschen
2005-08-25
2
-11
/
+37
*
* path.cc (normalize_win32_path): Honor network paths. Fold more
Corinna Vinschen
2005-08-25
2
-8
/
+25
*
* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.
Christopher Faylor
2005-08-25
2
-0
/
+5
*
* exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-main
Christopher Faylor
2005-08-25
3
-19
/
+35
*
* spawn.cc (perhaps_suffix): Record errno-type error value in third argument.
Christopher Faylor
2005-08-24
2
-8
/
+28
*
* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it's
Christopher Faylor
2005-08-24
3
-4
/
+14
*
* syscalls.cc (endusershell): Reset shell_fp to NULL to allow
Corinna Vinschen
2005-08-24
2
-1
/
+9
*
* path.cc (path_conv::check): Fill in fileattr for /dev, defaulting to
Christopher Faylor
2005-08-24
2
-3
/
+14
*
* cygheap.h (cygheap_types): Add HEAP_COMMUNE.
Christopher Faylor
2005-08-24
11
-891
/
+954
*
* sigproc.h (set_signal_mask): Remove default on second parameter and make pass
Christopher Faylor
2005-08-23
6
-19
/
+40
*
* dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdir
Christopher Faylor
2005-08-23
3
-4
/
+14
*
* mtinfo.h (mtinfo_drive::error): Fix argument bug in debug_printf call.
Corinna Vinschen
2005-08-22
2
-1
/
+5
*
add missing entry
Christopher Faylor
2005-08-20
1
-0
/
+1
*
* cygerrno.h (geterrno_from_win_error): Change declaration to default to using
Christopher Faylor
2005-08-20
13
-120
/
+173
[next]