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 (DLL_OFILES): Add fhandler_dev.o.
Corinna Vinschen
2012-03-29
12
-37
/
+325
*
* fhandler_console.cc (fhandler_console::set_unit): Don't succeed unless we are
Christopher Faylor
2012-03-29
2
-2
/
+13
*
* sec_acl.cc (acl32): Fix potnetial crash if build_fh_name returns NULL.
Corinna Vinschen
2012-03-29
2
-4
/
+8
*
* exceptions.cc (ctrl_c_handler): Don't generate a SIGINT if we've execed a
Christopher Faylor
2012-03-29
2
-2
/
+9
*
* sigproc.cc (proc_terminate): Avoid releasing myself.
Christopher Faylor
2012-03-28
2
-1
/
+6
*
* times.cc (clock_setres): Set minperiod to period.
Corinna Vinschen
2012-03-28
2
-1
/
+5
*
Fix copyright.
Corinna Vinschen
2012-03-27
1
-1
/
+1
*
* fhandler_process.cc (process_tab): Add entry for mountinfo.
Corinna Vinschen
2012-03-27
4
-9
/
+77
*
* times.cc (clock_setres): Revert previous change.
Corinna Vinschen
2012-03-27
2
-4
/
+5
*
* fhandler.h (class fhandler_dev_clipboard): Add fstat method.
Corinna Vinschen
2012-03-26
3
-14
/
+72
*
* libc/stdio/findfp.c (__sinit): Set __sdidinit last.
Corinna Vinschen
2012-03-26
2
-1
/
+6
*
* hires.h (hires_ms::dmsecs): Drop unused method.
Corinna Vinschen
2012-03-26
3
-27
/
+26
*
libgloss: cris: respect DESTDIR when installing
Michael Frysinger
2012-03-24
2
-1
/
+5
*
* child_info.h: Reset magic number.
Christopher Faylor
2012-03-21
2
-1
/
+5
*
* child_info.h (child_info::postfork): Define new function.
Christopher Faylor
2012-03-21
6
-12
/
+28
*
* cygtls.cc (well_known_dlls): Add advapi32.dll.
Corinna Vinschen
2012-03-21
2
-0
/
+5
*
* child_info.h: Reset magic number.
Christopher Faylor
2012-03-21
5
-14
/
+31
*
* pinfo.cc (proc_waiter): Remove debugging.
Christopher Faylor
2012-03-21
2
-1
/
+4
*
* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.
Christopher Faylor
2012-03-20
4
-14
/
+25
*
* syscalls.cc (lseek): Fix debug output.
Corinna Vinschen
2012-03-20
2
-1
/
+8
*
* ntdll.h (SharedUserData): Add volatile qualifier. This fixes a
Corinna Vinschen
2012-03-20
3
-6
/
+17
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2012-03-20
9
-111
/
+148
*
* pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself.
Christopher Faylor
2012-03-20
3
-8
/
+28
*
2012-03-19 Ben Greear <greear@users.sf.net>
Chris Sutcliffe
2012-03-20
2
-4
/
+9
*
* client.cc: Revert sigproc.h inclusion since it was fixed elsewhere.
Christopher Faylor
2012-03-19
2
-4
/
+4
*
* cygserver_ipc.h: Include sigproc.h for signal_arrived declaration.
Christopher Faylor
2012-03-19
2
-1
/
+6
*
* client.cc: Include sigproc.h if __INSIDE_CYGWIN__ is defined.
Corinna Vinschen
2012-03-19
2
-0
/
+8
*
* cygprops.h: Use #pragma once.
Christopher Faylor
2012-03-19
5
-22
/
+33
*
* client.cc: Remove unneeded #include "sigproc.h".
Christopher Faylor
2012-03-19
2
-2
/
+4
*
* thread.cc (cancelable_wait): Don't malloc tbi, just make it a struct
Corinna Vinschen
2012-03-19
2
-5
/
+9
*
* pinfo.cc (pinfo::wait): Handle case where prefork was not called prior to
Christopher Faylor
2012-03-19
2
-5
/
+14
*
* fork.cc (lock_signals): Move to sigproc.h.
Christopher Faylor
2012-03-16
7
-169
/
+192
*
* configure.ac (enable_libgomp): Remove *-*-irix6*.
Rainer Orth
2012-03-15
3
-42
/
+12
*
* configure.ac (enable_libgomp): Remove *-*-osf*.
Rainer Orth
2012-03-15
3
-4
/
+10
*
include/
Alan Modra
2012-03-15
2
-1
/
+6
*
* hookapi.cc (hook_or_detect_cygwin): Change condition when to use
Corinna Vinschen
2012-03-13
2
-11
/
+19
*
* include/netdb.h (h_errno): Add self-referencing macro and comment.
Corinna Vinschen
2012-03-13
2
-0
/
+7
*
libgloss: libnosys: use @host_makefile_frag@
Michael Frysinger
2012-03-13
2
-31
/
+9
*
libgloss: change 'q' flag to 'r' in ar call
Michael Frysinger
2012-03-13
2
-1
/
+5
*
Christopher Faylor <me.cygwin2012@cgf.cx>
Christopher Faylor
2012-03-12
3
-1
/
+22
*
* dtable.cc (fh_alloc): Treat pc.dev as unsigned.
Christopher Faylor
2012-03-10
3
-5
/
+9
*
include/opcode/
Alan Modra
2012-03-09
2
-1
/
+14
*
2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-03-09
3
-2
/
+8
*
2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-03-09
7
-6
/
+16
*
2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-03-09
8
-7
/
+18
*
2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2012-03-09
2
-11
/
+6
*
* hookapi.cc (find_first_notloaded_dll): Fix a compiler warning.
Corinna Vinschen
2012-03-09
2
-1
/
+5
*
* hookapi.cc (rvadelta): Add parameter to return maximum available
Corinna Vinschen
2012-03-09
2
-18
/
+110
*
* net.cc (call_gaa): New thread function to call GetAdaptersAddresses.
Corinna Vinschen
2012-03-08
2
-15
/
+56
*
* path.cc (readlink): Avoid calling strlen() twice.
Corinna Vinschen
2012-03-08
2
-1
/
+6
[prev]
[next]