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
...
*
toplevel:
Rainer Orth
2011-11-02
5
-15
/
+14
*
[.]
DJ Delorie
2011-11-02
10
-0
/
+315
*
* config.sub: Update to version 2011-10-29 (added rl78)
DJ Delorie
2011-11-02
2
-3
/
+7
*
Remove erroneous entry.
Christopher Faylor
2011-10-30
1
-1
/
+0
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
9
-364
/
+444
*
* exceptions.cc (sigpacket::process): Avoid a potential deadlock when exiting
Christopher Faylor
2011-10-28
2
-0
/
+6
*
* new-features.sgml (ov-new1.7.10): Document getgrouplist.
Corinna Vinschen
2011-10-28
2
-2
/
+6
*
* cygwin.din (getgrouplist): Export.
Corinna Vinschen
2011-10-28
6
-20
/
+86
*
bfd:
Joern Rennecke
2011-10-27
1
-1
/
+1
*
* config.sub: Import these changes from the config project:
Nick Clifton
2011-10-27
2
-1
/
+36
*
* child_info.h (cchildren): New struct.
Christopher Faylor
2011-10-26
9
-27
/
+129
*
* hookapi.cc (hook_or_detect_cygwin): Take additional handle
Corinna Vinschen
2011-10-25
4
-11
/
+69
*
bfd:
Nick Clifton
2011-10-25
5
-0
/
+71
*
* mips.h: Fix a typo in description.
Maciej W. Rozycki
2011-10-24
2
-1
/
+5
*
* syscalls.cc (unlink_nt): Fix a bug which overwrites the NT status
Corinna Vinschen
2011-10-24
2
-6
/
+14
*
* shared.cc (open_shared): Fix memory reservation of essential shared
Corinna Vinschen
2011-10-24
2
-7
/
+13
*
* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testing
Christopher Faylor
2011-10-23
3
-3
/
+16
*
* path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it is
Christopher Faylor
2011-10-23
2
-2
/
+17
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
11
-110
/
+183
*
* obstack.h [!GNUC] (obstack_free): Avoid cast to int.
DJ Delorie
2011-10-22
3
-5
/
+15
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalid
Corinna Vinschen
2011-10-21
4
-4
/
+13
*
Check in missing ChangeLog entry.
Christopher Faylor
2011-10-21
1
-0
/
+7
*
* globals.cc (ro_u_ncfsd): New R/O unicode string.
Corinna Vinschen
2011-10-21
6
-10
/
+31
*
* fhandler.h (fhandler*::copyto): Free path_conv strings first.
Christopher Faylor
2011-10-20
2
-4
/
+45
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
14
-171
/
+211
*
* syscalls.cc (try_to_bin): Improve debug output.
Corinna Vinschen
2011-10-20
3
-33
/
+90
*
PR ld/13254
Alan Modra
2011-10-19
2
-0
/
+8
*
* libc/machine/arm/Makefile.am (lib_a_SOURCES): Add memchr-stub.c,
Nick Clifton
2011-10-18
8
-3
/
+399
*
* path.cc: Extend two comments. Mention the name RtlpCurDirRef
Corinna Vinschen
2011-10-18
2
-5
/
+20
*
* dcrt0.cc (dll_crt0_1): Copy argv before passing to main().
Christopher Faylor
2011-10-17
2
-1
/
+16
*
* sigproc.cc (proc_terminate): Avoid setting ppid to 1 if we're execing.
Christopher Faylor
2011-10-17
2
-1
/
+13
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
31
-4005
/
+6589
*
* fhandler_process.cc (dos_drive_mappings::fixup_if_match): Convert
Corinna Vinschen
2011-10-15
2
-0
/
+13
*
* sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID on
Corinna Vinschen
2011-10-15
6
-67
/
+130
*
* cygcheck.cc (dump_sysinfo): Add Windows 8 recognition. Note as
Corinna Vinschen
2011-10-13
2
-4
/
+15
*
* path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' instead
Corinna Vinschen
2011-10-13
2
-3
/
+11
*
* path.cc (copy_cwd_str): Move up in file to be accessible from
Corinna Vinschen
2011-10-13
2
-166
/
+241
*
* fhandler_console.cc (fhandler_console::cursor_set): Disable forcing
Corinna Vinschen
2011-10-12
2
-1
/
+16
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
12
-33
/
+132
*
* utils.sgml (getconf): Expand documentation.
Yaakov Selkowitz
2011-10-11
2
-4
/
+24
*
* dtable.cc (fh_alloc): Don't parse /dev/tty if ctty is < 0. Reset major/minor
Christopher Faylor
2011-10-11
2
-4
/
+13
*
* libc/time/mktm_r.c: (__tzcalc_limits) Fix Julian day calculation.
Corinna Vinschen
2011-10-11
3
-13
/
+40
*
oops - fix typo in previous delta.
Nick Clifton
2011-10-11
1
-11
/
+390
*
oops - omitted from previous delta.
Nick Clifton
2011-10-11
1
-248
/
+31
*
* syscalls.cc (open): Add temporary kludge to avoid assigning the controlling
Christopher Faylor
2011-10-10
3
-0
/
+13
*
* fhandler.h (fhandler_process::closedir): Declare.
Corinna Vinschen
2011-10-10
3
-0
/
+13
*
* cygserver.sgml: Change -v to -V, same as in sources.
Corinna Vinschen
2011-10-10
2
-1
/
+5
*
* cygserver.cc (print_usage): Align output to utilities in utils
Corinna Vinschen
2011-10-10
2
-26
/
+29
*
* ldd.cc (VERSION): Remove.
Corinna Vinschen
2011-10-10
2
-2
/
+4
*
* ldd.cc: Update copyright.
Christopher Faylor
2011-10-10
2
-1
/
+5
[prev]
[next]