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
*
* include/cygwin/version.h: Bump API minor version.
Corinna Vinschen
2010-04-28
2
-1
/
+6
*
* cygwin.din (__locale_mb_cur_max): Export.
Corinna Vinschen
2010-04-28
4
-325
/
+548
*
* spawn.cc (find_exec): Use the first detected errno when lookup fails.
Christopher Faylor
2010-04-27
2
-1
/
+7
*
* include/regex.h: Include _ansi.h to avoid missing out on preprocessor
Corinna Vinschen
2010-04-27
2
-0
/
+6
*
* mount.h (fs_info::inited): New inline method.
Corinna Vinschen
2010-04-26
3
-24
/
+40
*
* path.h (get_nt_native_path): Add third parameter to declaration and
Corinna Vinschen
2010-04-23
5
-33
/
+110
*
* path.cc (symlink_info::check): Make sure to restart only once.
Corinna Vinschen
2010-04-22
2
-1
/
+7
*
* mount.cc (GETVOLINFO_VALID_MASK): Drop FILE_SEQUENTIAL_WRITE_ONCE
Corinna Vinschen
2010-04-22
4
-53
/
+140
*
* path.cc (symlink_info::check): Fix a comment.
Corinna Vinschen
2010-04-22
2
-5
/
+9
*
* fhandler_termios.cc (tcinit): Remove previously applied change.
Corinna Vinschen
2010-04-21
3
-9
/
+20
*
* dtable.cc (dtable::init_std_file_from_handle): Set access mask for
Corinna Vinschen
2010-04-21
2
-2
/
+8
*
* path.cc (cygwin_create_path): Free memory on error.
Christopher Faylor
2010-04-20
2
-4
/
+11
*
* cygheap.h (struct init_cygheap): Add rlim_core member.
Corinna Vinschen
2010-04-20
5
-14
/
+34
*
* cygerrno.h: Nevermind.
Christopher Faylor
2010-04-20
2
-2
/
+4
*
* cygerrno.h: Protect use of NTSTATUS for only when we need it.
Christopher Faylor
2010-04-20
2
-0
/
+10
*
* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.
Christopher Faylor
2010-04-20
1
-3
/
+0
*
* fhandler_tty.cc (fhandler_tty_slave::fch_set_sd): Remove commented out
Corinna Vinschen
2010-04-19
2
-5
/
+6
*
* autoload.cc (GetNamedPipeClientProcessId): Define.
Corinna Vinschen
2010-04-19
9
-149
/
+702
*
* dtable.cc (dtable::init_std_file_from_handle): Set dev to
Corinna Vinschen
2010-04-19
2
-3
/
+23
*
* syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to open
Corinna Vinschen
2010-04-19
2
-0
/
+23
*
* sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTOR
Corinna Vinschen
2010-04-17
3
-7
/
+11
*
* cygerrno.h (seterrno_from_nt_status): Declare.
Corinna Vinschen
2010-04-16
3
-9
/
+27
*
* kernel32.cc (CreateEventW): Create event object with EVENT_ALL_ACCESS
Corinna Vinschen
2010-04-15
2
-4
/
+12
*
* sec_helper.cc (set_cygwin_privileges): Enable SE_DEBUG_PRIVILEGE, if
Corinna Vinschen
2010-04-15
2
-0
/
+15
*
* fhandler_socket.cc (get_inet_addr): Only test the file for being a
Corinna Vinschen
2010-04-13
2
-14
/
+39
*
* cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.
Corinna Vinschen
2010-04-13
2
-2
/
+7
*
* include/cygwin/version.h: Bump DLL minor version number to 5.
Corinna Vinschen
2010-04-12
2
-1
/
+5
*
* posix.sgml (std-notes): Improve lseek description.
Corinna Vinschen
2010-04-12
2
-2
/
+7
*
* fhandler_tty.cc (fhandler_tty_slave::open): Add code to duplicate
Corinna Vinschen
2010-04-12
2
-11
/
+33
*
* fhandler.h (class dev_console): Add backspace_keycode member.
Corinna Vinschen
2010-04-11
3
-2
/
+16
*
* fhandler_console.cc (fhandler_console::read): Default to sending CERASE
Christopher Faylor
2010-04-10
2
-13
/
+10
*
update copyright
Christopher Faylor
2010-04-10
1
-1
/
+1
*
* mkvers.sh: Use modern date formats to construct the date.
Christopher Faylor
2010-04-10
2
-27
/
+8
*
* nlsfuncs.cc (__set_lc_time_from_win): Actually set
Corinna Vinschen
2010-04-09
2
-0
/
+6
*
* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid a
Christopher Faylor
2010-04-09
3
-2
/
+10
*
* include/cygwin/version.h: Bump DLL minor version number to 4.
Corinna Vinschen
2010-04-07
2
-1
/
+5
*
* thread.cc (valid_sched_parameters): Declare extern here.
Corinna Vinschen
2010-04-06
2
-0
/
+7
*
* include/sched.h: Remove, overruled by newlib file.
Corinna Vinschen
2010-04-06
3
-80
/
+5
*
* fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return value
Christopher Faylor
2010-04-06
2
-1
/
+6
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.
Christopher Faylor
2010-04-02
5
-67
/
+55
*
* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
Christopher Faylor
2010-04-02
5
-29
/
+75
*
* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initialize
Christopher Faylor
2010-04-02
2
-2
/
+6
*
* fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.
Corinna Vinschen
2010-04-02
2
-3
/
+6
*
fix typo
Christopher Faylor
2010-04-02
1
-1
/
+1
*
* select.h (select_pipe_info::add_watch_handle): Delete declaration.
Christopher Faylor
2010-04-02
3
-11
/
+8
*
* dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab until
Christopher Faylor
2010-04-02
3
-30
/
+51
*
* fhandler_tty.cc (fhandler_tty_slave::close): Avoid potential crash
Corinna Vinschen
2010-04-02
2
-2
/
+8
*
* nlsfuncs.cc: Fix indentation.
Corinna Vinschen
2010-04-01
2
-4
/
+8
*
* nlsfuncs.cc (rebase_locale_buf): New helper function to rebase
Corinna Vinschen
2010-04-01
2
-0
/
+35
*
* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE by
Christopher Faylor
2010-03-31
4
-2
/
+13
[next]