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
...
*
* signal.cc (sigaction): Allow new action == oldaction.
Christopher Faylor
2000-10-02
2
-37
/
+31
*
* fhandler_mem.cc: Load ntdll functions via autoload method.
Corinna Vinschen
2000-10-02
2
-82
/
+58
*
* fhandler_mem.cc (load_ntdll_funcs): Add missing __stdcall qualifiers.
Corinna Vinschen
2000-10-02
2
-7
/
+13
*
* cygheap.cc (cygheap_init): Born again function.
Christopher Faylor
2000-10-02
7
-44
/
+60
*
* Makefile.in: Add fhandler_mem.o to the dependencies.
Corinna Vinschen
2000-10-01
6
-2
/
+300
*
* cygheap.cc (init_cheap): Set aside space for heap walk pointer.
Christopher Faylor
2000-09-30
5
-39
/
+104
*
* path.cc (symlink_info::check): Set executable bit for a file if the first two
Christopher Faylor
2000-09-30
4
-97
/
+58
*
* winsup.h: Add `winME' to os_type symbols.
Corinna Vinschen
2000-09-30
4
-2
/
+16
*
* net.cc (get_ifconf): Code cleanup. Split. Call os dependent
Corinna Vinschen
2000-09-28
2
-295
/
+427
*
* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
Christopher Faylor
2000-09-27
4
-11
/
+31
*
* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
Christopher Faylor
2000-09-26
5
-22
/
+15
*
* spawn.cc (av::dup_maybe): Make function void rather than void *.
Christopher Faylor
2000-09-25
6
-46
/
+50
*
* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] as
Christopher Faylor
2000-09-19
2
-1
/
+7
*
* path.h: Create new input path flag PATH_NEEDDIR.
Christopher Faylor
2000-09-19
3
-3
/
+31
*
* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which caused
Christopher Faylor
2000-09-18
2
-1
/
+6
*
* path.cc (mount_info::read_mounts): Don't delete mount entries of which mount
Christopher Faylor
2000-09-18
2
-77
/
+58
*
* exceptions.cc (interruptible): Return 0 if given an address in uncommitted
Christopher Faylor
2000-09-18
2
-1
/
+6
*
* signal.cc (sleep): If interrupted by signal, return the
Egor Duda
2000-09-16
2
-8
/
+16
*
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
Christopher Faylor
2000-09-16
5
-6
/
+12
*
Commit change mentioned in ChangeLog.
Christopher Faylor
2000-09-13
1
-0
/
+2
*
* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
Christopher Faylor
2000-09-13
4
-15
/
+64
*
* external.cc (fillout_pinfo): Handle explicit pids correctly.
Christopher Faylor
2000-09-13
2
-3
/
+7
*
* path.cc (normalize_posix_path): Fix more slashdot madness.
Christopher Faylor
2000-09-12
2
-6
/
+10
*
* Makefile.in: Make clean target remove *.d.
Christopher Faylor
2000-09-12
2
-1
/
+5
*
* path.cc (normalize_posix_path): Correctly deal with a "." parameter.
Christopher Faylor
2000-09-11
2
-5
/
+12
*
* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.
Christopher Faylor
2000-09-11
4
-20
/
+29
*
* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handling
Christopher Faylor
2000-09-10
4
-10
/
+19
*
* path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdir
Christopher Faylor
2000-09-10
3
-10
/
+38
*
* lib/_cygwin_crt0_common.cc: Add missing header files.
Christopher Faylor
2000-09-08
2
-0
/
+6
*
* sigproc.h (sigframe::set): Eliminate second argument. Default bp to current
Christopher Faylor
2000-09-08
5
-18
/
+23
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
63
-274
/
+422
*
Split out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor
2000-09-07
24
-307
/
+371
*
* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.
Christopher Faylor
2000-09-07
8
-32
/
+55
*
* sigproc.cc: Add include file for proper definitions.
Christopher Faylor
2000-09-06
4
-1
/
+10
*
* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS is
Christopher Faylor
2000-09-06
2
-1
/
+7
*
* path.cc (cwdstuff::get_initial): Keep caching alive.
Christopher Faylor
2000-09-06
2
-3
/
+13
*
Dummy file to accomodate programs which include
Christopher Faylor
2000-09-06
1
-0
/
+6
*
* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.
Christopher Faylor
2000-09-06
2
-4
/
+17
*
* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.
Christopher Faylor
2000-09-05
2
-1
/
+6
*
* path.cc (cwd_win32): Eliminate.
Christopher Faylor
2000-09-05
6
-316
/
+273
*
* path.cc (readlink): Check if buffer length is positive. Truncate output to
Christopher Faylor
2000-09-04
14
-27
/
+33
*
* environ.cc (environ_init): Don't free the new environment table after we've
Christopher Faylor
2000-09-03
2
-1
/
+8
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
44
-1880
/
+2211
*
* Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.
Christopher Faylor
2000-09-03
2
-56
/
+6
*
Remove everything
Christopher Faylor
2000-09-03
3
-9
/
+0
*
Remove README
Christopher Faylor
2000-09-03
1
-42
/
+0
*
remove everything and move it up a level.
Christopher Faylor
2000-09-03
5
-804
/
+0
*
* sigproc.cc (mychild): New function.
Christopher Faylor
2000-09-02
2
-7
/
+25
*
* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoid
Christopher Faylor
2000-09-01
2
-2
/
+8
*
* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
Christopher Faylor
2000-09-01
9
-56
/
+81
[prev]
[next]