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
*
Implement /proc/sysvipc/*
Yaakov Selkowitz
2011-04-01
10
-7
/
+392
*
* Makefile.in (DLL_OFILES): Add avapi32.o.
Corinna Vinschen
2011-04-01
4
-12
/
+355
*
* fhandler_proc.cc (format_proc_loadavg): Add running/total
Yaakov Selkowitz
2011-04-01
3
-5
/
+24
*
* fhandler_random.cc (fhandler_dev_random::crypt_gen_random):
Corinna Vinschen
2011-04-01
4
-35
/
+51
*
* libc/strptime.c: Remove misleading comment.
Corinna Vinschen
2011-04-01
2
-4
/
+4
*
* ntdll.h: Allow usage from plain C code.
Corinna Vinschen
2011-03-31
2
-0
/
+175
*
* uinfo.cc (cygheap_user::init): Don't call GetUserName. Fetch username
Corinna Vinschen
2011-03-31
2
-7
/
+26
*
Fix ChangeLog entry.
Corinna Vinschen
2011-03-30
1
-1
/
+0
*
* hires.h: Fix copyright.
Corinna Vinschen
2011-03-30
3
-174
/
+26
*
* times.cc (hires_ms::resolution): Make sure resolution is never 0.
Corinna Vinschen
2011-03-30
2
-0
/
+13
*
* cygtls.h (struct _local_storage): Redefine process_ident as wchar_t
Corinna Vinschen
2011-03-29
3
-18
/
+32
*
* fhandler_socket.cc (get_inet_addr): Make externally available.
Corinna Vinschen
2011-03-29
4
-23
/
+56
*
* uinfo.cc (cygheap_user::env_domain): Use LookupAccountSidW and
Corinna Vinschen
2011-03-29
2
-9
/
+15
*
* autoload.cc (UuidCreate): Remove.
Corinna Vinschen
2011-03-29
6
-23
/
+42
*
* cygwin.din (pthread_spin_destroy): Export.
Corinna Vinschen
2011-03-29
9
-13
/
+217
*
* net.cc (SIO_BASE_HANDLE): Define.
Corinna Vinschen
2011-03-29
2
-36
/
+65
*
* include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 10.
Corinna Vinschen
2011-03-29
2
-1
/
+5
*
* autoload.cc (winmm): Remove time functions. Don't treat
Corinna Vinschen
2011-03-29
6
-60
/
+164
*
* include/sys/xattr.h: New file.
Corinna Vinschen
2011-03-29
2
-0
/
+23
*
* thread.cc (semaphore::init, destroy, close): Standards conformance
Corinna Vinschen
2011-03-29
3
-7
/
+35
*
* cygwin.din (strchrnul): Export.
Corinna Vinschen
2011-03-28
4
-1
/
+10
*
* dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill out
Christopher Faylor
2011-03-27
2
-1
/
+9
*
* mmap.cc (mmap64): Add a cheat to let a certain autoconf test succeed
Corinna Vinschen
2011-03-25
2
-0
/
+49
*
* wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.
Christopher Faylor
2011-03-23
2
-1
/
+5
*
* autoload.cc (dll_load): Change error message to make it clear if a newer DLL
Christopher Faylor
2011-03-23
2
-1
/
+6
*
Fix typo.
Corinna Vinschen
2011-03-20
1
-1
/
+1
*
* fenv.cc (_feinitialise); Don't use SSE instructions on systems not
Corinna Vinschen
2011-03-20
4
-4
/
+25
*
* cygwin.sc: Raise default cygheap size to 2 Megs.
Corinna Vinschen
2011-03-18
2
-1
/
+5
*
Fix typo.
Corinna Vinschen
2011-03-18
1
-1
/
+1
*
* fhandler.h (DEFAULT_PIPEBUFSIZE): Reset to 64K.
Christopher Faylor
2011-03-18
2
-1
/
+9
*
* mmap.cc (mmap_record::alloc_fh): Initialize nmae strings in fdev to
Corinna Vinschen
2011-03-18
2
-1
/
+8
*
* mmap.cc (class mmap_record): Pack 4 byte-aligned. Convert member dev
Corinna Vinschen
2011-03-18
2
-5
/
+16
*
* mmap.cc (mmap_record::page_map): Define as variable array rather than
Corinna Vinschen
2011-03-18
2
-26
/
+29
*
* crt0.c (mainCRTStartup): Move call to _feinitialise from here...
Corinna Vinschen
2011-03-17
3
-3
/
+10
*
* winver.rc: Fix copyright dates.
Corinna Vinschen
2011-03-16
2
-1
/
+5
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only use
Corinna Vinschen
2011-03-14
2
-1
/
+7
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove special
Christopher Faylor
2011-03-13
3
-83
/
+56
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Handle
Christopher Faylor
2011-03-09
2
-24
/
+49
*
* fhandler.cc (fhandler_base_overlapped::write_overlapp): Oops! Accommodate
Christopher Faylor
2011-03-09
2
-1
/
+6
*
* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.
Christopher Faylor
2011-03-09
6
-57
/
+193
*
* security.cc: Fix copyright dates.
Corinna Vinschen
2011-03-08
2
-2
/
+6
*
* fhandler.cc (fhandler_base::open): When creating a file on a
Corinna Vinschen
2011-03-08
8
-21
/
+85
*
* fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.
Corinna Vinschen
2011-03-04
2
-53
/
+133
*
* posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, return
Corinna Vinschen
2011-03-03
2
-5
/
+29
*
* errno.cc (__xpg_strerror_r): Add accidentally missing condition.
Corinna Vinschen
2011-03-03
2
-0
/
+5
*
* fhandler_procsys.cc (fhandler_procsys::open): Call worker exists
Corinna Vinschen
2011-03-02
2
-1
/
+6
*
* autoload.cc (dll_load): Avoid in_forkee test since this apparently fails even
Christopher Faylor
2011-03-01
2
-2
/
+7
*
* include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9.
Christopher Faylor
2011-03-01
2
-1
/
+5
*
* autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack on
Christopher Faylor
2011-03-01
4
-1
/
+20
*
* autoload.cc (dll_load): Make inline. Clarify logic.
Christopher Faylor
2011-02-28
2
-3
/
+10
[next]