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
*
* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,
Thomas Pfaff
2003-03-18
1
-0
/
+59
*
* thread.h (pthread_cond::ExitingWait): Remove.
Thomas Pfaff
2003-03-18
1
-0
/
+37
*
* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.
Thomas Pfaff
2003-03-18
1
-0
/
+36
*
* fhandler_proc.cc (format_proc_cpuinfo): Use IsProcessorFeaturePresent
Corinna Vinschen
2003-03-18
1
-0
/
+6
*
* glob.c (g_lstat): Change API minor test to match API minor number
Corinna Vinschen
2003-03-17
1
-0
/
+6
*
* include/cygwin/version.h: Reorganize last two api versions so that btowc and
Christopher Faylor
2003-03-17
1
-0
/
+7
*
* cygwin.din: Export btowc, trunc.
Christopher Faylor
2003-03-17
1
-0
/
+24
*
* include/cygwin/version.h: Bump DLL minor number to 23.
Christopher Faylor
2003-03-13
1
-0
/
+4
*
* autoload.cc (IsProcessorFeaturePresent): Add.
Corinna Vinschen
2003-03-13
1
-0
/
+5
*
* fhandler_proc.cc (format_proc_cpuinfo): Fix vendor id in cpuid case.
Corinna Vinschen
2003-03-13
1
-0
/
+4
*
* net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.
Corinna Vinschen
2003-03-13
1
-0
/
+5
*
* syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.
Christopher Faylor
2003-03-13
1
-0
/
+7
*
* fhandler_socket.cc (fhandler_socket::dup): Don't call
Corinna Vinschen
2003-03-11
1
-0
/
+6
*
2003-03-11 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2003-03-11
1
-0
/
+11
*
* sec_acl.cc (setacl): Don't handle DELETE flag specially.
Corinna Vinschen
2003-03-10
1
-0
/
+5
*
Fix typo.
Corinna Vinschen
2003-03-09
1
-1
/
+1
*
* winver.rc: Change Copyright hint to inlcude 2003.
Corinna Vinschen
2003-03-09
1
-0
/
+4
*
Switch to 32/64 datatypes:
Corinna Vinschen
2003-03-09
1
-0
/
+47
*
fix typo
Christopher Faylor
2003-03-09
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor number to 21.
Christopher Faylor
2003-03-09
1
-0
/
+4
*
Do some minor reformatting of 'extern "C"' use throughout.
Christopher Faylor
2003-03-09
1
-0
/
+18
*
* syscalls.cc (unlink): Attempt to be more clever about setting attributes of
Christopher Faylor
2003-03-09
1
-0
/
+6
*
* rmsym: Fix regular expression.
Corinna Vinschen
2003-03-09
1
-0
/
+4
*
* Makefile.in: Change from using new-* to cygwin0 for temporary targets.
Christopher Faylor
2003-03-09
1
-0
/
+5
*
* include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.
Corinna Vinschen
2003-03-09
1
-0
/
+4
*
* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE to
Christopher Faylor
2003-03-09
1
-0
/
+7
*
Revert below changes regarding _pinfo::cmdline.
Christopher Faylor
2003-03-08
1
-0
/
+4
*
* external.cc (cygwin_internal): Change n to __off64_t to match change
Corinna Vinschen
2003-03-08
1
-0
/
+15
*
* path.h (PATH_LNK): New enum val.
Christopher Faylor
2003-03-08
1
-1
/
+22
*
* syscalls.cc (seteuid32): Fix formatting.
Corinna Vinschen
2003-03-07
1
-0
/
+4
*
* thread.cc (MTinterface::fixup_after_fork): Initialize mainthread
Thomas Pfaff
2003-03-04
1
-0
/
+5
*
* fhandler_socket.cc (fhandler_socket::dup): Initialize type.
Corinna Vinschen
2003-03-04
1
-0
/
+4
*
revert erroneous entry
Christopher Faylor
2003-03-04
1
-9
/
+0
*
* Makefile.in (strace.exe): Include mingw_getopt.o in link line.
Christopher Faylor
2003-03-04
1
-0
/
+9
*
* fhandler.h (fhandler_tty_slave::close): Declare new function.
Christopher Faylor
2003-03-04
1
-0
/
+14
*
* fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly increment
Christopher Faylor
2003-03-03
1
-0
/
+6
*
* lib/getopt.c: Refresh from NetBSD sources.
Christopher Faylor
2003-03-03
1
-0
/
+4
*
* fhandler_console.cc (fhandler_console::close): Don't decrement in use counter
Christopher Faylor
2003-03-03
1
-0
/
+5
*
* lib/getopt.c: Nuke use of unneeded BSDisms.
Christopher Faylor
2003-03-02
1
-0
/
+4
*
* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if
Christopher Faylor
2003-03-02
1
-0
/
+18
*
* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibrary
Christopher Faylor
2003-03-02
1
-0
/
+5
*
fix typo
Christopher Faylor
2003-03-02
1
-1
/
+1
*
* fhandler_socket.cc (fhandler_socket::bind): Open and write socket
Corinna Vinschen
2003-03-01
1
-0
/
+5
*
* fhandler_socket.cc (get_inet_addr): Open and read socket file using
Corinna Vinschen
2003-03-01
1
-0
/
+5
*
* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.
Christopher Faylor
2003-03-01
1
-5
/
+11
*
2003-02-28 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-02-28
1
-1
/
+6
*
2003-03-27 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2003-02-27
1
-0
/
+13
*
* uinfo.cc (internal_getlogin): Only update user.groups.pgsid
Corinna Vinschen
2003-02-27
1
-0
/
+5
*
* cygthread::detach: Improve error message.
Christopher Faylor
2003-02-27
1
-0
/
+4
*
* sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.
Corinna Vinschen
2003-02-26
1
-0
/
+4
[next]