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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* path.cc (dot_special_chars): Add ", <, >, and |.
Christopher Faylor
2006-01-04
2
-3
/
+7
*
* fhandler_console.cc (beep): Use MB_OK which is documented as using the
Christopher Faylor
2006-01-04
2
-1
/
+7
*
* fhandler_process.cc (fhandler_process::readdir): Add missing argument to
Christopher Faylor
2006-01-04
4
-4
/
+16
*
* include/winuser.h (CreateWindowStation): Correctly identify first argument as
Christopher Faylor
2006-01-04
2
-2
/
+8
*
* dir.cc (readdir_worker): Minor code cleanup.
Christopher Faylor
2006-01-03
5
-62
/
+85
*
* dir.cc (readdir_worker): Ensure that saw_dot flags are updated when not
Christopher Faylor
2006-01-03
2
-3
/
+15
*
* include/uxtheme.h [_WIN32_WINNT >= 0x0501]
Dimitri Papadopoulos
2006-01-03
2
-0
/
+156
*
* fhandler_console.cc (beep): New function. Restores missing "Default Beep",
Christopher Faylor
2006-01-03
2
-1
/
+19
*
* dcrt0.cc (_dll_crt0): Move more leftover debugging stuff.
Christopher Faylor
2006-01-02
2
-17
/
+7
*
* syslog.cc: Include sys/un.h instead of sys/socket.h.
Corinna Vinschen
2006-01-02
2
-37
/
+73
*
Bump copyright dates.
Corinna Vinschen
2006-01-02
3
-5
/
+5
*
* cygload/README: Delete.
Christopher Faylor
2006-01-02
9
-103
/
+74
*
* winsup.api/resethand.c (main): Remove core dump flag from exit status.
Christopher Faylor
2006-01-02
2
-0
/
+6
*
* winsup.api/resethand.c (main): Coerce argument to pointer to stop gcc
Christopher Faylor
2006-01-02
2
-1
/
+6
*
* pinfo.cc (pinfo::exit): Swap signal and normal exit value when not started
Christopher Faylor
2006-01-02
2
-1
/
+6
*
add copyright
Christopher Faylor
2006-01-02
4
-4
/
+6
*
add missing ChangeLog entry
Christopher Faylor
2006-01-02
1
-0
/
+4
*
* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which caused
Christopher Faylor
2006-01-02
3
-3
/
+6
*
* winsup.api/resethand.c: Use SIGSEGV for the signal to test.
Christopher Faylor
2006-01-01
2
-5
/
+10
*
* winsup.api/resethand.c: New file.
Christopher Faylor
2006-01-01
2
-0
/
+39
*
* exceptions.cc (sigpacket::process): Pass actual reference to signal's
Christopher Faylor
2006-01-01
2
-2
/
+8
*
* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.
Christopher Faylor
2006-01-01
4
-7
/
+11
*
* syslog.cc (vklog): Never log kernel messages using the vsyslog
Corinna Vinschen
2006-01-01
3
-5813
/
+5817
*
* syslog.cc (vsyslog): Decrement len if trailing \n has been removed.
Corinna Vinschen
2005-12-31
2
-2
/
+10
*
* include/cygwin/in.h: Drop including stdint.h. Move definition
Corinna Vinschen
2005-12-31
4
-18
/
+51
*
* include/winsock2.h: Don't define struct sockaddr_storage when
Corinna Vinschen
2005-12-31
2
-1
/
+6
*
* relnotes.texinfo: Remove entry about hyperthreaded processor.
Christopher Faylor
2005-12-30
2
-8
/
+4
*
* faq-problems.html: Remove entry about hyperthreaded processor.
Christopher Faylor
2005-12-30
2
-12
/
+4
*
* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use strace
Christopher Faylor
2005-12-29
2
-2
/
+8
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
20
-143
/
+314
*
* cygcheck.cc (common_apps): Add crontab, vi, vim.
Christopher Faylor
2005-12-29
2
-0
/
+7
*
* environ.cc (win_env::add_cache): Don't add variables to the environment
Christopher Faylor
2005-12-29
2
-1
/
+6
*
* exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.
Corinna Vinschen
2005-12-27
2
-1
/
+4
*
* ChangeLog: Add linebreaks.
Corinna Vinschen
2005-12-27
1
-2
/
+4
*
* exceptions.cc (inside_kernel): Rename from interruptible.
Corinna Vinschen
2005-12-27
2
-3
/
+8
*
* exceptions.cc (interruptible): New function, code stripped from
Corinna Vinschen
2005-12-27
2
-28
/
+75
*
Add missing ChangeLog entry.
Corinna Vinschen
2005-12-27
1
-0
/
+7
*
* path.cc (path_conv::check): Rework loop removing trailing dots
Corinna Vinschen
2005-12-27
2
-9
/
+19
*
white space
Christopher Faylor
2005-12-26
1
-1
/
+0
*
* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.
Christopher Faylor
2005-12-26
5
-28
/
+42
*
typo
Christopher Faylor
2005-12-25
1
-1
/
+1
*
* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.
Christopher Faylor
2005-12-23
12
-91
/
+92
*
* fork.cc (fork): Honor error return from sig_send. Don't continue with fork
Christopher Faylor
2005-12-23
3
-8
/
+24
*
* fhandler.h (fhandler_base::issymlink): New method.
Corinna Vinschen
2005-12-22
5
-2
/
+21
*
* lib/ws2_32.c: New file, defining IPv6 constants.
Danny Smith
2005-12-22
3
-2
/
+14
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
13
-74
/
+74
*
* pinfo.cc (winpids::add): Increment nelem when winpid is true since we don't
Christopher Faylor
2005-12-22
2
-1
/
+7
*
fix ya typo
Christopher Faylor
2005-12-22
1
-1
/
+2
*
* pinfo.cc (winpids::release): Fix typo.
Christopher Faylor
2005-12-22
2
-2
/
+6
*
* pinfo.cc (pinfo::init): Clarify comment slightly.
Christopher Faylor
2005-12-22
3
-31
/
+116
[next]