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
...
*
* cygheap.cc (cygheap_root::cygheap_root): New function.
Corinna Vinschen
2000-11-15
16
-138
/
+287
*
* dir.cc (rewinddir): Always set __d_position = 0, so next
Corinna Vinschen
2000-11-14
2
-1
/
+6
*
* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
Christopher Faylor
2000-11-14
12
-87
/
+122
*
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
Christopher Faylor
2000-11-13
6
-6
/
+13
*
* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.
Christopher Faylor
2000-11-12
5
-12
/
+17
*
* dcrt0.cc: New global variable `ignore_case_with_glob'.
Christopher Faylor
2000-11-11
4
-10
/
+75
*
remove include/rapi.h
Christopher Faylor
2000-11-09
1
-64
/
+0
*
* dir.cc (readdir): Avoid reading from the beginning when
Corinna Vinschen
2000-11-09
2
-1
/
+7
*
Increase cygwin heap size.
Christopher Faylor
2000-11-09
1
-1
/
+1
*
* select.cc (peek_pipe): Deal with pending newline in pty_master.
Christopher Faylor
2000-11-09
2
-5
/
+20
*
* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used in
Christopher Faylor
2000-11-08
8
-9
/
+88
*
* autoload.cc: Add autoload statement for `WSASetLastError'.
Corinna Vinschen
2000-11-07
3
-1
/
+15
*
Fix typos.
Christopher Faylor
2000-11-07
1
-3
/
+3
*
Update copyright.
Christopher Faylor
2000-11-07
1
-1
/
+1
*
* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.
Christopher Faylor
2000-11-06
5
-79
/
+71
*
* path.cc (mount_info::read_cygdrive_info_from_registry): Use
Christopher Faylor
2000-11-06
3
-11
/
+30
*
* errno.cc (strerror): Change EAGAIN case to return "Resource temporarily
Christopher Faylor
2000-11-06
2
-1
/
+6
*
Fix typo.
Christopher Faylor
2000-11-06
1
-2
/
+2
*
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
Christopher Faylor
2000-11-06
9
-141
/
+188
*
* pinfo (wait_subproc): Son of neverending debug tweaking.
Christopher Faylor
2000-11-05
2
-2
/
+9
*
* pinfo (wait_subproc): Neverending debug tweaking.
Christopher Faylor
2000-11-05
2
-3
/
+7
*
* pinfo.cc (winpids:add): New method.
Christopher Faylor
2000-11-05
5
-46
/
+101
*
* exceptions.cc (handle_sigsuspend): Record frame here for signalling.
Christopher Faylor
2000-11-05
3
-6
/
+12
*
* sigproc.cc (wait_subproc): Still more debugging cleanup.
Christopher Faylor
2000-11-04
2
-4
/
+8
*
* pinfo.cc (EnumProcessesNT): Avoid 0 pids.
Christopher Faylor
2000-11-04
5
-30
/
+39
*
* sigproc.cc (wait_subproc): Refine debug output.
Christopher Faylor
2000-11-04
2
-3
/
+10
*
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
Christopher Faylor
2000-11-03
10
-22
/
+59
*
* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.
Christopher Faylor
2000-11-02
2
-10
/
+4
*
* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.
Christopher Faylor
2000-11-02
5
-65
/
+228
*
* exceptions.cc (interruptible): Remove obsolete tests.
Christopher Faylor
2000-11-02
3
-35
/
+46
*
* path.h (has_exec_chars): Standard function for checking for executable magic
Christopher Faylor
2000-10-31
4
-6
/
+22
*
* path.cc (_readlink): Return ENOENT when file does not exist.
Christopher Faylor
2000-10-31
2
-0
/
+10
*
* fhandler.h (fhandler_dev_raw): Add method `fixup_after_exec'.
Corinna Vinschen
2000-10-31
2
-0
/
+5
*
* fhandler.h (fhandler_dev_raw): Add definition for method
Corinna Vinschen
2000-10-31
4
-19
/
+47
*
* fhandler_tape.cc (fhandler_dev_tape::open): Fix memory allocation.
Corinna Vinschen
2000-10-31
2
-3
/
+10
*
* pinfo.cc (enum_init): Don't suffer silently if we can't load the process
Christopher Faylor
2000-10-31
2
-3
/
+17
*
* signal.cc (kill_pgrp): Revert 25-Oct change.
Christopher Faylor
2000-10-30
2
-1
/
+8
*
* include/cygwin/version.h: Bump DLL minor version number to 6.
Christopher Faylor
2000-10-30
2
-1
/
+5
*
Whitespace cleanup.
Christopher Faylor
2000-10-28
45
-301
/
+196
*
* autoload.cc: New file keeping all autoload stuff.
Corinna Vinschen
2000-10-27
7
-329
/
+326
*
* sigproc.cc (wait_sig): Add braces to avoid confusion.
Christopher Faylor
2000-10-27
3
-5
/
+11
*
* fhandler_socket.cc: New file.
Corinna Vinschen
2000-10-27
6
-300
/
+324
*
* dtable.cc (dtable::release): Check for socket. Change
Corinna Vinschen
2000-10-26
7
-42
/
+260
*
* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processes
Christopher Faylor
2000-10-26
2
-3
/
+7
*
* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receiving
Christopher Faylor
2000-10-25
2
-1
/
+7
*
Add comment.
Christopher Faylor
2000-10-25
1
-0
/
+1
*
* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantly
Christopher Faylor
2000-10-25
2
-7
/
+14
*
* fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAY
Corinna Vinschen
2000-10-25
3
-10
/
+28
*
* dcrt0.cc (do_exit): Remove debugging statement.
Christopher Faylor
2000-10-25
2
-2
/
+4
*
* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP if
Christopher Faylor
2000-10-25
6
-3
/
+28
[prev]
[next]