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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.
Christopher Faylor
2005-12-23
1
-0
/
+25
*
* fork.cc (fork): Honor error return from sig_send. Don't continue with fork
Christopher Faylor
2005-12-23
1
-0
/
+9
*
* fhandler.h (fhandler_base::issymlink): New method.
Corinna Vinschen
2005-12-22
1
-0
/
+8
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
1
-1
/
+1
*
* pinfo.cc (winpids::add): Increment nelem when winpid is true since we don't
Christopher Faylor
2005-12-22
1
-0
/
+5
*
fix ya typo
Christopher Faylor
2005-12-22
1
-1
/
+2
*
* pinfo.cc (winpids::release): Fix typo.
Christopher Faylor
2005-12-22
1
-0
/
+4
*
* pinfo.cc (pinfo::init): Clarify comment slightly.
Christopher Faylor
2005-12-22
1
-0
/
+10
*
* pinfo.cc (pinfo::init): Remove spurious low_priority_sleep.
Christopher Faylor
2005-12-21
1
-0
/
+4
*
* spawn.cc (spawn_guts): Hide the window whenever ctty == -1, not just when we
Christopher Faylor
2005-12-21
1
-0
/
+5
*
* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.
Christopher Faylor
2005-12-21
1
-0
/
+14
*
* cygheap.cc (init_cygheap::manage_console_count): Don't call FreeConsole on
Christopher Faylor
2005-12-21
1
-0
/
+5
*
* (fhandler_disk_file::fchown): Remove execute bits from "sensible"
Corinna Vinschen
2005-12-21
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix inode number
Corinna Vinschen
2005-12-21
1
-0
/
+7
*
* winsup.h (flush_file_buffers): Define as inline function.
Corinna Vinschen
2005-12-20
1
-0
/
+5
*
* winsup.h (flush_file_buffers): Declare new function.
Corinna Vinschen
2005-12-20
1
-0
/
+6
*
* fhandler.h (fhandler_termios::fixup_after_exec): Make non-inlined.
Christopher Faylor
2005-12-20
1
-0
/
+6
*
* cygtls.h (_cygtls::interrupt_now): Subsume interruptible().
Christopher Faylor
2005-12-20
1
-0
/
+7
*
* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.
Christopher Faylor
2005-12-19
1
-0
/
+11
*
* mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree(MEM_RELEASE)
Corinna Vinschen
2005-12-19
1
-0
/
+6
*
fix minor typo.
Christopher Faylor
2005-12-19
1
-2
/
+3
*
* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.
Christopher Faylor
2005-12-19
1
-0
/
+24
*
* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughout
Christopher Faylor
2005-12-19
1
-0
/
+6
*
* winsup.h (child_copy): Change prototype to match new functionality.
Christopher Faylor
2005-12-17
1
-0
/
+27
*
* init.cc (dll_entry): Call prime_threads after dll_crt0_0 to avoid conflicts
Christopher Faylor
2005-12-16
1
-0
/
+5
*
* hookapi.cc (putmem): Remove query of previous memory protection since we get
Christopher Faylor
2005-12-16
1
-0
/
+5
*
* mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): Use
Corinna Vinschen
2005-12-15
1
-0
/
+5
*
Fix unforgivable spelling error in ChangeLog.
Corinna Vinschen
2005-12-14
1
-5
/
+5
*
* fhandler.cc (ACCFLAGS): Remove macro.
Corinna Vinschen
2005-12-14
1
-0
/
+12
*
* fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECT
Corinna Vinschen
2005-12-14
1
-0
/
+17
*
* cygtls.cc (_cygtls::remove): Don't bother if we're exiting.
Christopher Faylor
2005-12-13
1
-0
/
+5
*
* fhandler_tty.cc (fhandler_tty::open): Enhance comment.
Christopher Faylor
2005-12-13
1
-0
/
+4
*
* fhandler_tty.cc (fhandler_tty::open): Close newly created window
Corinna Vinschen
2005-12-13
1
-0
/
+5
*
* fhandler_tty.cc (fhandler_tty::open): Add a comment.
Christopher Faylor
2005-12-13
1
-0
/
+4
*
* times.cc (hires_ms::usecs): Subtract from slop from system time or we'll
Christopher Faylor
2005-12-13
1
-0
/
+5
*
* times.cc (systime): Correct precision referenced in comment.
Christopher Faylor
2005-12-13
1
-0
/
+13
*
* pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin process
Christopher Faylor
2005-12-13
1
-0
/
+5
*
* times.cc (hires_ms::usecs): Correct order when checking if high precision
Christopher Faylor
2005-12-13
1
-0
/
+5
*
correct ChangeLog
Christopher Faylor
2005-12-12
1
-1
/
+1
*
* pinfo.cc (size_copied): New convenience macro.
Christopher Faylor
2005-12-12
1
-0
/
+15
*
* autoload.cc (GetSystemTimes): Remove.
Corinna Vinschen
2005-12-12
1
-0
/
+4
*
* fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.
Corinna Vinschen
2005-12-12
1
-0
/
+6
*
* mmap.cc (gen_create_protect): Always generate WRITECOPY protection
Corinna Vinschen
2005-12-12
1
-0
/
+7
*
fix typo.
Christopher Faylor
2005-12-11
1
-1
/
+1
*
* dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.
Christopher Faylor
2005-12-10
1
-0
/
+5
*
* malloc.cc: Update to version 2.8.3.
Christopher Faylor
2005-12-10
1
-0
/
+5
*
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or a
Corinna Vinschen
2005-12-08
1
-0
/
+5
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Mask flags with
Corinna Vinschen
2005-12-08
1
-0
/
+8
*
* hires.h (hires_ms::initime_ms): Delete.
Christopher Faylor
2005-12-07
1
-0
/
+17
*
* fhandler_proc.cc (format_proc_partitions): Use modern IOCTLs
Corinna Vinschen
2005-12-07
1
-0
/
+5
[next]