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
*
* 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
*
* errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.
Christopher Faylor
2000-08-31
2
-6
/
+11
*
* times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid a
DJ Delorie
2000-08-30
2
-7
/
+11
*
* grp.cc (getgroups): fail with EINVAL if array is not large
DJ Delorie
2000-08-29
2
-5
/
+15
*
* signal.cc (_raise): New function.
Christopher Faylor
2000-08-29
5
-14
/
+25
*
* pinfo.h (pinfo): Un-inline release.
Christopher Faylor
2000-08-26
4
-32
/
+44
*
* dcrt0.cc (dll_crt0_1): Move set_os_type.
Christopher Faylor
2000-08-26
7
-68
/
+74
*
* exec.cc (_execve): Change definition according to declaration in
Corinna Vinschen
2000-08-25
2
-2
/
+7
*
* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwin
Christopher Faylor
2000-08-25
5
-7
/
+23
*
* ps.cc (main): Always print a cygwin process using cygwin paths.
Christopher Faylor
2000-08-24
1
-0
/
+4
*
* select.cc (cygwin_select): Correct logic for "always_ready" fds or when there
Christopher Faylor
2000-08-24
3
-10
/
+18
*
Change attribution.
Christopher Faylor
2000-08-24
1
-1
/
+1
*
* include/cygwin/core_dump.h: New file, contains structures used in cygwin core
Christopher Faylor
2000-08-24
3
-0
/
+91
*
* environ.cc (parse_thing): nobinmode should force O_TEXT.
Christopher Faylor
2000-08-24
4
-5
/
+18
*
* include/sys/cygwin.h (strace_printf_wrap): Force printing when
Christopher Faylor
2000-08-24
2
-2
/
+8
*
* debug.h: Allow some debug defines for use in header files.
Christopher Faylor
2000-08-24
2
-1
/
+6
*
* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier in
Christopher Faylor
2000-08-24
7
-24
/
+81
*
Revert previous erroneous checkin.
Christopher Faylor
2000-08-23
6
-36
/
+12
*
* include/sys/cygwin.h: Protect class definitions.
Christopher Faylor
2000-08-23
8
-12
/
+42
*
* path.cc (symlink_info::check): Clear error on each iteration of extension
Christopher Faylor
2000-08-22
2
-1
/
+7
*
* Makefile.in: Don't include '.d' file if there are none generated yet.
Christopher Faylor
2000-08-22
2
-3
/
+9
*
* include/sys/cygwin.h: Declare some thread classes.
Christopher Faylor
2000-08-22
3
-0
/
+10
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
63
-209
/
+281
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
45
-133
/
+203
*
Update copyright.
Christopher Faylor
2000-08-21
1
-3
/
+3
*
* include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): hinstance,
DJ Delorie
2000-08-21
2
-6
/
+6
*
* include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): handle,
DJ Delorie
2000-08-21
2
-1
/
+6
*
* Makefile.in: hinfo.o -> dtable.o.
Christopher Faylor
2000-08-18
1
-11
/
+10
*
hinfo -> dtable
Christopher Faylor
2000-08-18
2
-17
/
+18
*
* dtable.cc (dtable::dup2): Extend fdtab if newfd is out of current
Corinna Vinschen
2000-08-18
2
-0
/
+11
*
* mkvers.sh: Properly trap exit removal of temp file. Remove debugging
Christopher Faylor
2000-08-12
2
-3
/
+6
*
Correct order in include files.
Christopher Faylor
2000-08-12
1
-1
/
+1
*
* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.
Christopher Faylor
2000-08-12
2
-1
/
+5
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
43
-44
/
+106
*
* Makefile.in: Use dtable.o rather than hinfo.o.
Christopher Faylor
2000-08-12
2
-5
/
+9
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
22
-179
/
+183
*
* poll.cc: Allow any descriptor and any number of descriptors.
Corinna Vinschen
2000-08-11
2
-20
/
+39
*
Fix premature use of fdtab.
Christopher Faylor
2000-08-11
1
-1
/
+1
*
* poll.cc: Add bounds checking for file descriptors. Return POLLNVAL
Corinna Vinschen
2000-08-11
3
-20
/
+30
*
* syslog.cc (syslog): Use a less malloc-intensive method for allocating the
Christopher Faylor
2000-08-11
2
-31
/
+28
*
* winsup.h: Change strchr inline for strange gcc problem.
Christopher Faylor
2000-08-10
4
-1
/
+12
*
* dir.cc (readdir): Ensure that errno is *only* set when we've run out of
Christopher Faylor
2000-08-10
3
-34
/
+26
*
* select.cc (allocfd_set): Zero allocated fd_set.
Christopher Faylor
2000-08-09
8
-69
/
+70
[next]