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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* exceptions.cc (set_process_mask_delta): Conditionalize debugging output.
Christopher Faylor
2005-08-29
1
-0
/
+6
*
typo
Christopher Faylor
2005-08-28
1
-1
/
+1
*
* cygtls.h (__ljfault): Declare.
Christopher Faylor
2005-08-28
1
-0
/
+9
*
Add missing ChangeLog for previous checkin.
Christopher Faylor
2005-08-28
1
-0
/
+10
*
* cygwin.din: Correct readdir_r typo.
Christopher Faylor
2005-08-28
1
-0
/
+4
*
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
1
-0
/
+5
*
* path.cc (normalize_posix_path): Keep two leading slashes
Corinna Vinschen
2005-08-26
1
-0
/
+9
*
* path.cc (realpath): Drop call to mount_info::conv_to_posix_path
Corinna Vinschen
2005-08-25
1
-0
/
+7
*
* path.cc (normalize_win32_path): Honor network paths. Fold more
Corinna Vinschen
2005-08-25
1
-0
/
+6
*
* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.
Christopher Faylor
2005-08-25
1
-0
/
+4
*
* exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-main
Christopher Faylor
2005-08-25
1
-0
/
+10
*
* spawn.cc (perhaps_suffix): Record errno-type error value in third argument.
Christopher Faylor
2005-08-24
1
-0
/
+7
*
* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it's
Christopher Faylor
2005-08-24
1
-0
/
+7
*
* syscalls.cc (endusershell): Reset shell_fp to NULL to allow
Corinna Vinschen
2005-08-24
1
-0
/
+5
*
* path.cc (path_conv::check): Fill in fileattr for /dev, defaulting to
Christopher Faylor
2005-08-24
1
-0
/
+7
*
* cygheap.h (cygheap_types): Add HEAP_COMMUNE.
Christopher Faylor
2005-08-24
1
-0
/
+23
*
* sigproc.h (set_signal_mask): Remove default on second parameter and make pass
Christopher Faylor
2005-08-23
1
-0
/
+18
*
* dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdir
Christopher Faylor
2005-08-23
1
-0
/
+7
*
* mtinfo.h (mtinfo_drive::error): Fix argument bug in debug_printf call.
Corinna Vinschen
2005-08-22
1
-0
/
+4
*
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
1
-0
/
+26
*
* fhandler.h (dirent_states): Add dirent_saw_proc.
Christopher Faylor
2005-08-19
1
-0
/
+6
*
* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,
Christopher Faylor
2005-08-19
1
-0
/
+15
*
* winsup.h (create_pipe): Declare new function.
Christopher Faylor
2005-08-19
1
-0
/
+6
*
* fhandler.h (fhandler_tty_common::lseek): Declare new method.
Christopher Faylor
2005-08-18
1
-0
/
+7
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Always initialize
Corinna Vinschen
2005-08-18
1
-0
/
+6
*
* errno.cc (strerror): Check errnum for underflow.
Corinna Vinschen
2005-08-18
1
-0
/
+4
*
* dcrt0.cc (dll_crt0_1): Tweak debugging stuff.
Christopher Faylor
2005-08-17
1
-0
/
+11
*
* init.cc (respawn_wow64_process): Make inline function. Remove
Corinna Vinschen
2005-08-14
1
-0
/
+8
*
fix typo
Christopher Faylor
2005-08-11
1
-1
/
+1
*
* fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rate
Christopher Faylor
2005-08-11
1
-0
/
+5
*
* dcrt0.cc: Remove ld_preload declaration.
Christopher Faylor
2005-08-11
1
-0
/
+6
*
* child_info. (CURR_CHILD_INFO_MAGIC): Refresh.
Christopher Faylor
2005-08-11
1
-0
/
+14
*
* include/sys/cdefs.h: Remove extra line.
Christopher Faylor
2005-08-08
1
-0
/
+4
*
* security.cc (get_reg_security): New static function.
Corinna Vinschen
2005-08-08
1
-0
/
+6
*
* fhandler_process.cc (fhandler_process::open): Allow opening of
Corinna Vinschen
2005-08-08
1
-0
/
+7
*
* include/sys/cdefs.h (__CONCAT): Define.
Christopher Faylor
2005-08-08
1
-0
/
+9
*
* cygwin.sc: Use simpler method to align .cygheap.
Christopher Faylor
2005-08-08
1
-0
/
+12
*
* ftw.c: Include winsup.h.
Corinna Vinschen
2005-08-08
1
-0
/
+6
*
* Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.
Corinna Vinschen
2005-08-08
1
-0
/
+13
*
* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.
Christopher Faylor
2005-08-08
1
-0
/
+15
*
* dllfixdbg: New perl script.
Christopher Faylor
2005-08-08
1
-0
/
+11
*
* Makefile.in: Allow previous patch to work in a 64 bit environment.
Corinna Vinschen
2005-08-07
1
-0
/
+4
*
* Makefile.in: Warn when end of cygheap is not on 64k boundary.
Christopher Faylor
2005-08-07
1
-0
/
+7
*
* include/endian.h: Move everything into this file and define things more like
Christopher Faylor
2005-08-06
1
-0
/
+10
*
* thread.cc (pthread::create(3 args)): Make bool.
Corinna Vinschen
2005-08-05
1
-0
/
+8
*
* fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.
Corinna Vinschen
2005-08-05
1
-0
/
+4
*
* thread.cc (pthread_cond_timedwait): Check abstime for validity
Corinna Vinschen
2005-08-05
1
-0
/
+6
[next]