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
*
* Makefile.in (CYGWIN_BINS): Add pldd.
Yaakov Selkowitz
2012-02-24
3
-1
/
+164
*
deal with endian-ness in mach-o non-scattered relocs.
Iain D Sandoe
2012-02-23
3
-21
/
+48
*
* configure.host: Accept "arm*" host spec instead of just "arm".
Corinna Vinschen
2012-02-23
2
-4
/
+8
*
Document scandirat.
Yaakov Selkowitz
2012-02-22
1
-0
/
+2
*
* new-features.sgml (ov-new1.7.11): New section. Document scandirat.
Yaakov Selkowitz
2012-02-22
2
-0
/
+16
*
* cygwin.din (scandirat): Export.
Yaakov Selkowitz
2012-02-22
6
-3
/
+34
*
2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
Jeff Johnston
2012-02-21
3
-0
/
+57
*
2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
Jeff Johnston
2012-02-21
36
-0
/
+6728
*
2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
Jeff Johnston
2012-02-21
21
-5
/
+12771
*
* shared.cc (shared_info::init_obcaseinsensitive): Check actual state
Corinna Vinschen
2012-02-21
4
-14
/
+53
*
* faq-using.xml (faq.using.bloda): Add AVAST and Citrix Metaframe
Corinna Vinschen
2012-02-21
2
-0
/
+7
*
* flock.cc (inode_t::del_my_locks): Drop useless counter lc. Close
Corinna Vinschen
2012-02-20
3
-5
/
+15
*
* timer.cc (getitimer): Don't create another local ret variable in
Corinna Vinschen
2012-02-17
2
-4
/
+8
*
* ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.
Corinna Vinschen
2012-02-17
5
-20
/
+66
*
* mount.cc (get_disk_type): Drop unneeded toupper call. Convert case
Corinna Vinschen
2012-02-17
2
-6
/
+11
*
*** empty log message ***
Corinna Vinschen
2012-02-16
1
-1
/
+5
*
* autoload.cc (NetUseGetInfo): Define.
Corinna Vinschen
2012-02-16
6
-13
/
+91
*
* miscfuncs.cc: Revert change from 2012-02-13 which used the
Corinna Vinschen
2012-02-15
2
-128
/
+165
*
* configure.host: Fix typo: xdir_dir -> xdr_dir.
Christopher Faylor
2012-02-15
2
-1
/
+5
*
* dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf for
Corinna Vinschen
2012-02-15
2
-3
/
+10
*
* smallprint.cc (tmpbuf): Declare new class holding a static buffer, protected
Christopher Faylor
2012-02-15
2
-3
/
+40
*
* flock.cc (lf_setlock): Add timeout variable and set before calling
Corinna Vinschen
2012-02-15
2
-13
/
+23
*
.
Christopher Faylor
2012-02-14
1
-1
/
+1
*
* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if tty
Christopher Faylor
2012-02-14
5
-18
/
+22
*
* fhandler_disk_file.cc (fhandler_cygdrive::fstat): Don't bother to
Corinna Vinschen
2012-02-14
2
-9
/
+7
*
* transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):
Corinna Vinschen
2012-02-14
2
-7
/
+6
*
* flock.cc (lf_setlock): Don't close waited lock object handle before
Corinna Vinschen
2012-02-14
2
-2
/
+7
*
* cygheap.cc (init_cygheap::init_installation_root): Convert function
Corinna Vinschen
2012-02-14
13
-115
/
+140
*
* thread.cc: Drop including unused headers.
Corinna Vinschen
2012-02-14
2
-4
/
+4
*
* miscfuncs.cc (struct thread_wrapper_arg): Convert char * to PBYTE.
Corinna Vinschen
2012-02-13
2
-161
/
+144
*
* Makefile.in (clean): Remove non-existant regexp dir.
Corinna Vinschen
2012-02-13
8
-121
/
+167
*
* include/pthread.h: Include time.h as required by POSIX.
Yaakov Selkowitz
2012-02-13
2
-1
/
+6
*
* exception.h (stackdump): Declare.
Christopher Faylor
2012-02-12
4
-20
/
+27
*
* miscfuncs.cc (DEFAULT_STACKSIZE): Remove.
Corinna Vinschen
2012-02-11
4
-23
/
+35
*
* miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment about
Corinna Vinschen
2012-02-10
4
-14
/
+51
*
* syscalls.cc (setsid): On second thought, in the spirit of keeping things
Christopher Faylor
2012-02-10
2
-2
/
+8
*
* syscalls.cc (open): Semi-revert (?) to allowing open of a tty to become
Christopher Faylor
2012-02-10
2
-1
/
+6
*
* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.
Eric Blake
2012-02-09
2
-10
/
+17
*
* exceptions.cc (setup_handler): Reduce system_printf to sigproc_printf since
Christopher Faylor
2012-02-09
2
-1
/
+7
*
* fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::write): Set
Corinna Vinschen
2012-02-09
2
-1
/
+8
*
* dll_init.h (struct dll): Re-add modname.
Corinna Vinschen
2012-02-09
3
-28
/
+36
*
* libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide a
Corinna Vinschen
2012-02-09
2
-0
/
+7
*
Add missing file from previous checkin
Corinna Vinschen
2012-02-09
1
-0
/
+222
*
* libc/machine/arm/strcmp.S: New File.
Corinna Vinschen
2012-02-09
5
-453
/
+793
*
* passwd.cc: Add -v option to print version information as well, since
Corinna Vinschen
2012-02-09
2
-2
/
+9
*
*** empty log message ***
Corinna Vinschen
2012-02-09
2
-2
/
+2
*
* dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handles
Christopher Faylor
2012-02-09
3
-2
/
+7
*
* thread.cc (__pthread_cond_wait_init): New static function replacing
Corinna Vinschen
2012-02-08
2
-5
/
+21
*
* include/sys/wait.h: Remove C++ inline functions for `union wait'. For C++
Christopher Faylor
2012-02-08
2
-16
/
+16
*
* sigproc.cc (child_info_fork::abort): Call TerminateProcess rather
Corinna Vinschen
2012-02-08
2
-2
/
+7
[next]