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
/
exceptions.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
Christopher Faylor
2001-01-28
1
-2
/
+2
*
Fix typos. Add some comments.
Christopher Faylor
2001-01-27
1
-4
/
+6
*
* exceptions.cc (sigreturn): Call any pending signals prior to resetting the
Christopher Faylor
2001-01-27
1
-9
/
+20
*
* autoload.cc (LoadDLLinitfunc): Remove debugging statement.
Christopher Faylor
2001-01-17
1
-24
/
+30
*
* debug.h: Add regparm attributes to some functions.
Christopher Faylor
2001-01-12
1
-0
/
+14
*
* pinfo.cc (codepage_init): Move function.
Christopher Faylor
2001-01-08
1
-2
/
+2
*
* cygwin.din: Add symbols for `getrlimit' and `setrlimit'.
Corinna Vinschen
2000-12-27
1
-0
/
+5
*
* autoload.h: Make DLL initializers global to avoid inlining.
Christopher Faylor
2000-12-26
1
-10
/
+17
*
* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.
Christopher Faylor
2000-12-20
1
-2
/
+1
*
* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytes
Christopher Faylor
2000-12-20
1
-2
/
+2
*
* sigproc.cc (wait_sig): Remove unneeded for loop iteration.
Christopher Faylor
2000-11-16
1
-19
/
+14
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-2
/
+2
*
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
Christopher Faylor
2000-11-13
1
-2
/
+2
*
* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.
Christopher Faylor
2000-11-06
1
-70
/
+49
*
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
Christopher Faylor
2000-11-06
1
-84
/
+101
*
* exceptions.cc (handle_sigsuspend): Record frame here for signalling.
Christopher Faylor
2000-11-05
1
-0
/
+2
*
* exceptions.cc (interruptible): Remove obsolete tests.
Christopher Faylor
2000-11-02
1
-34
/
+32
*
* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receiving
Christopher Faylor
2000-10-25
1
-1
/
+1
*
* exceptions.cc (signal_exit): Kill any executing child process if we're dying.
Christopher Faylor
2000-10-24
1
-0
/
+5
*
* dcrt0.cc (sigthread::init): Correct overzealous ifdef.
Christopher Faylor
2000-10-19
1
-0
/
+10
*
* exceptions.cc (call_handler): Make signal pending if sigsave.sig is still
Christopher Faylor
2000-10-18
1
-1
/
+4
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-3
/
+14
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-11
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
Christopher Faylor
2000-10-14
1
-5
/
+1
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
1
-1
/
+1
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
1
-1
/
+1
*
* exceptions.cc (interruptible): Add extra debugging.
Christopher Faylor
2000-10-05
1
-1
/
+1
*
* exceptions.cc (interruptible): Return 0 if given an address in uncommitted
Christopher Faylor
2000-09-18
1
-1
/
+1
*
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
Christopher Faylor
2000-09-16
1
-2
/
+3
*
* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.
Christopher Faylor
2000-09-11
1
-14
/
+14
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-1
/
+2
*
Split out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor
2000-09-07
1
-0
/
+2
*
* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.
Christopher Faylor
2000-09-07
1
-0
/
+6
*
* signal.cc (_raise): New function.
Christopher Faylor
2000-08-29
1
-12
/
+0
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-2
/
+5
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+1
*
* strace.cc (strace::prntf): Make second argument the function name, rather
Christopher Faylor
2000-08-02
1
-1
/
+1
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-2
/
+2
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-14
/
+3
*
Give signal_exit noreturn attribute.
Christopher Faylor
2000-07-26
1
-1
/
+1
*
* exceptions.cc (signal_exit): Renamed from "really+exit". Always sets
Christopher Faylor
2000-07-26
1
-18
/
+7
*
* exceptions.cc (try_to_debug): Prevent recursive spawning of JIT debugger.
Christopher Faylor
2000-07-04
1
-27
/
+57
*
* exceptions.cc (stack_info::walk): Use method to find offset.
Christopher Faylor
2000-07-03
1
-21
/
+29
*
* exceptions.cc: Remove unneeded include.
Christopher Faylor
2000-06-01
1
-3
/
+0
*
* Makefile.in: Remove libadvapi32.a.
Christopher Faylor
2000-05-30
1
-11
/
+0
*
* exceptions.cc (interruptible): Add an argument to control whether function
Christopher Faylor
2000-05-20
1
-37
/
+58
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
1
-11
/
+35
*
* dcrt0.cc (insert_file): Eliminate unused parameter.
Christopher Faylor
2000-05-07
1
-10
/
+8
*
* exceptions.cc (interruptible): Allocate slightly more space for directory
Christopher Faylor
2000-04-26
1
-4
/
+5
[next]