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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename FH_BAD to FH_NADA throughout.
Christopher Faylor
2011-06-12
13
-27
/
+79
*
2011-06-09 Yaakov Selkowitz <yselkowitz@...>
Jeff Johnston
2011-06-10
2
-0
/
+19
*
* environ.cc (create_upcaseenv): Delete.
Christopher Faylor
2011-06-10
2
-44
/
+23
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-06-09
7
-47
/
+20
*
* environ.cc (envcache): Delete.
Christopher Faylor
2011-06-09
2
-3
/
+7
*
* environ.c: Move code earlier to allow:
Christopher Faylor
2011-06-09
2
-178
/
+187
*
2011-06-09 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2011-06-09
2
-0
/
+16
*
* environ.cc (tty_is_gone): Add missing space to message.
Christopher Faylor
2011-06-08
2
-1
/
+5
*
* environ.cc (settings::set_process_state): Delete.
Christopher Faylor
2011-06-08
3
-9
/
+32
*
* fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert to
Christopher Faylor
2011-06-07
4
-8
/
+20
*
Sync from upstream:
Nick Clifton
2011-06-06
3
-13
/
+19
*
whitespace elimination
Christopher Faylor
2011-06-06
62
-453
/
+453
*
* fhandler_disk_file.cc (fhandler_disk_file::pread): Reset windows file
Christopher Faylor
2011-06-06
2
-1
/
+10
*
* fhandler_console.cc (fhandler_console::open_shared_console): Don't zero
Christopher Faylor
2011-06-05
3
-3
/
+10
*
* ntdll.h (FILE_PIPE_*): Define constants.
Christopher Faylor
2011-06-04
3
-1
/
+14
*
* pinfo.cc (_pinfo::set_ctty): Don't reset myself->{pgid,sid} if terminal has
Christopher Faylor
2011-06-04
2
-1
/
+6
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE
Christopher Faylor
2011-06-04
9
-408
/
+492
*
Fix spelling mistakes.
Nick Clifton
2011-06-02
5
-6
/
+15
*
* exceptions.cc (ctrl_c_handler): Simplify test for no parent tty.
Christopher Faylor
2011-06-01
3
-6
/
+10
*
* external.cc (fillout_pinfo): Don't truncate ctty if it's < 0.
Christopher Faylor
2011-06-01
3
-3
/
+10
*
* select.cc (pipe_data_available): New function - uses NtQueryInformationFile
Christopher Faylor
2011-06-01
2
-104
/
+87
*
Correct checking for short option matches in getopt_long_only().
Keith Marshall
2011-05-31
2
-4
/
+79
*
2011-05-31 Paul Brook <paul@codesourcery.com>
Paul Brook
2011-05-31
2
-0
/
+6
*
2011-05-31 Paul Brook <paul@codesourcery.com>
Paul Brook
2011-05-31
2
-1
/
+6
*
* dtable.cc (dtable::select_write): Add missing argument to debug_printf.
Christopher Faylor
2011-05-31
5
-77
/
+92
*
* dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.
Christopher Faylor
2011-05-30
4
-7
/
+16
*
* dll_init.cc (reserve_upto): Remove.
Christopher Faylor
2011-05-30
4
-112
/
+147
*
* fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when a
Christopher Faylor
2011-05-30
3
-25
/
+54
*
* dll_init.cc (dll_list::find_by_modname): New function to search the dll list
Christopher Faylor
2011-05-30
6
-35
/
+207
*
* cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.
Christopher Faylor
2011-05-30
3
-5
/
+13
*
* fhandler.cc (fhandler_overlapped::wait_overlapped): Make sure that I/O is
Christopher Faylor
2011-05-29
2
-2
/
+7
*
* ps.cc (ttynam): Accommodate new console numbering.
Christopher Faylor
2011-05-29
2
-8
/
+16
*
* dll_init.cc (dll_list::alloc): Initialize dll::image_size.
Christopher Faylor
2011-05-28
3
-6
/
+48
*
Revert previous checkins as they introduced a bug when running zsh.
Christopher Faylor
2011-05-28
4
-225
/
+15
*
* dll_init.cc (reserve_upto): Remove.
Christopher Faylor
2011-05-28
3
-6
/
+34
*
* dll_init.cc (dll_list::find_by_modname): New function to search the dll list
Christopher Faylor
2011-05-28
4
-9
/
+191
*
* dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.
Christopher Faylor
2011-05-28
4
-46
/
+70
*
* fhandler.cc (handler_base_overlapped::wait_overlapped): Rework to attempt to
Christopher Faylor
2011-05-28
2
-9
/
+20
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Don't set io_pending
Christopher Faylor
2011-05-28
1
-0
/
+6
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
41
-2923
/
+4424
*
* v8500/sbrk.c (_sbrk): Tidy code.
Nick Clifton
2011-05-27
4
-38
/
+34
*
* shared.cc (offsets): Reorder so that console_state is lowest in
Corinna Vinschen
2011-05-27
3
-10
/
+23
*
* mount.h (MAX_MOUNTS): Raise to 64.
Corinna Vinschen
2011-05-26
2
-1
/
+5
*
fix changelog typo
Eric Blake
2011-05-25
1
-1
/
+1
*
* libc/string/strerror.c (_strerror_r): Report "Success" for 0.
Eric Blake
2011-05-25
2
-0
/
+10
*
* new-features.sgml (ov-new1.7.10): Document strerror changes.
Eric Blake
2011-05-25
2
-0
/
+5
*
perror: fix POSIX compliance and work with recent newlib change
Eric Blake
2011-05-25
4
-54
/
+81
*
strerror: allow user hook to comply with POSIX rules
Eric Blake
2011-05-25
8
-27
/
+73
*
* init.cc (dll_entry): Reinstantiate wow64_test_stack_marker and
Corinna Vinschen
2011-05-25
2
-9
/
+11
*
* legal.sgml: Drop an old paragraph. Reactivate copyright note for
Corinna Vinschen
2011-05-25
2
-5
/
+8
[next]