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
*
* libc/include/process.h: Add getpid() declaration.
Christopher Faylor
2001-09-17
2
-0
/
+5
*
* include/io.h: Add access declaration.
Christopher Faylor
2001-09-17
2
-0
/
+5
*
* syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdir
Christopher Faylor
2001-09-17
3
-2
/
+42
*
2001-09-17 Earnie Boyd <earnie@sf.net>
Earnie Boyd
2001-09-17
4
-5
/
+16
*
* Makefile.in: Increment version.
Earnie Boyd
2001-09-17
3
-21
/
+46
*
* dtable.h (not_open): Assure inline.
Christopher Faylor
2001-09-17
4
-4
/
+14
*
* path.cc (symlink): Check arguments for validity.
Egor Duda
2001-09-16
5
-13
/
+39
*
* net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure and
Christopher Faylor
2001-09-16
2
-2
/
+23
*
minor typo fixes.
Christopher Faylor
2001-09-16
1
-3
/
+3
*
* winsup.api/ltp/sbrk01.c (main): Force output at startup to
Egor Duda
2001-09-15
5
-12
/
+442
*
Fix typo.
Eric Christopher
2001-09-15
3
-2
/
+8
*
* config.sub: Reverted the earlier change, this version is not the
Thiemo Seufer
2001-09-15
2
-9
/
+6
*
* Makefile.in: Generate libcygwin.a during the link pass rather than as a
Christopher Faylor
2001-09-15
3
-9
/
+15
*
*** empty log message ***
Christopher Faylor
2001-09-15
1
-1
/
+4
*
* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be
Christopher Faylor
2001-09-15
7
-21
/
+48
*
2001-09-14 Eric Christopher <echristo@redhat.com>
Eric Christopher
2001-09-14
5
-7
/
+349
*
Hints and tips on debugging cygwin
Egor Duda
2001-09-14
1
-0
/
+73
*
add copyrights.
Christopher Faylor
2001-09-14
3
-1
/
+5
*
more words
Christopher Faylor
2001-09-14
1
-1
/
+83
*
* dumper.cc (dumper::dumper): Print error code in case of error.
Egor Duda
2001-09-14
2
-7
/
+20
*
oops - omitted from previous delta
Nick Clifton
2001-09-14
1
-0
/
+6
*
* dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.
Corinna Vinschen
2001-09-14
2
-3
/
+4
*
/bfd/ChangeLog
Thiemo Seufer
2001-09-14
2
-1
/
+14
*
*** empty log message ***
Christopher Faylor
2001-09-14
1
-0
/
+1
*
* fork.cc (vfork): Avoid recursive vforks.
Christopher Faylor
2001-09-14
2
-1
/
+9
*
* fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliable
Christopher Faylor
2001-09-14
3
-12
/
+18
*
* grp.cc (read_etc_group): Just reuse group_buf storage for subsequent reread
Christopher Faylor
2001-09-14
3
-4
/
+9
*
* cygheap.cc (dup_now): New function.
Christopher Faylor
2001-09-14
5
-24
/
+64
*
* cygheap.cc (ccalloc): Pass correct length to creturn so that cygheap_max is
Christopher Faylor
2001-09-13
2
-2
/
+8
*
2001-09-13 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2001-09-13
7
-3
/
+319
*
* common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry.
Alexandre Oliva
2001-09-13
2
-1
/
+5
*
Thu Sep 13 08:49:49 2001 Jason Tishler <jason@tishler.net>
Jeff Johnston
2001-09-13
2
-2
/
+8
*
* winsup.api/winsup.exp: Run only selected test if environment
Egor Duda
2001-09-13
3
-5
/
+28
*
2001-09-13 Earnie Boyd <earnie@SF.net>
Earnie Boyd
2001-09-13
2
-2
/
+8
*
* libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider
Egor Duda
2001-09-13
90
-3
/
+19617
*
* dumper.cc (main): Properly recognize negative pids (used by w9x).
Egor Duda
2001-09-13
2
-1
/
+5
*
2001-09-13 Earnie Boyd <earnie@SF.net>
Earnie Boyd
2001-09-13
2
-0
/
+18
*
* sync.cc (muto::acquire): Fix while/if typo.
Christopher Faylor
2001-09-13
2
-1
/
+5
*
* common.h (EM_AVR_OLD): Renamed from...
Alexandre Oliva
2001-09-12
2
-5
/
+25
*
* wincap.cc (wincapc::init): Simplify W2K/XP case.
Corinna Vinschen
2001-09-12
2
-8
/
+7
*
* wincap.cc (wincapc::init): Set os name to "NT" on XP, too.
Corinna Vinschen
2001-09-12
2
-1
/
+5
*
2001-09-12 Earnie Boyd <earnie@SF.net>
Earnie Boyd
2001-09-12
2
-5
/
+20
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
31
-245
/
+706
*
2001-09-12 Earnie Boyd <earnie@SF.net>
Earnie Boyd
2001-09-12
4
-6
/
+17
*
2001-09-11 Danny Smith <dannysmith@users.sourceforge.net>
Earnie Boyd
2001-09-12
2
-5
/
+11
*
* exceptions.cc (call_signal_handler_now): Add additional guard against
Christopher Faylor
2001-09-12
3
-0
/
+14
*
minor cleanups
Christopher Faylor
2001-09-12
2
-26
/
+30
*
Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2001-09-12
4
-17
/
+82
*
* sigproc.h (sigframe::unregister): Return true/false whether this frame is
Christopher Faylor
2001-09-12
3
-12
/
+19
*
Update copyrights.
Christopher Faylor
2001-09-11
75
-79
/
+79
[next]