summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor2006-01-014-7/+11
* * syslog.cc (vklog): Never log kernel messages using the vsyslogCorinna Vinschen2006-01-013-5813/+5817
* * syslog.cc (vsyslog): Decrement len if trailing \n has been removed.Corinna Vinschen2005-12-312-2/+10
* * include/cygwin/in.h: Drop including stdint.h. Move definitionCorinna Vinschen2005-12-314-18/+51
* * include/winsock2.h: Don't define struct sockaddr_storage whenCorinna Vinschen2005-12-312-1/+6
* include:Bob Wilson2005-12-302-1/+8
* * relnotes.texinfo: Remove entry about hyperthreaded processor.Christopher Faylor2005-12-302-8/+4
* * faq-problems.html: Remove entry about hyperthreaded processor.Christopher Faylor2005-12-302-12/+4
* * fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use straceChristopher Faylor2005-12-292-2/+8
* *** cygwin DLL Changes:Christopher Faylor2005-12-2920-143/+314
* * cygcheck.cc (common_apps): Add crontab, vi, vim.Christopher Faylor2005-12-292-0/+7
* * environ.cc (win_env::add_cache): Don't add variables to the environmentChristopher Faylor2005-12-292-1/+6
* * exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.Corinna Vinschen2005-12-272-1/+4
* * ChangeLog: Add linebreaks.Corinna Vinschen2005-12-271-2/+4
* * exceptions.cc (inside_kernel): Rename from interruptible.Corinna Vinschen2005-12-272-3/+8
* * exceptions.cc (interruptible): New function, code stripped fromCorinna Vinschen2005-12-272-28/+75
* Add missing ChangeLog entry.Corinna Vinschen2005-12-271-0/+7
* * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen2005-12-272-9/+19
* Add support for RDOS targets.Nick Clifton2005-12-273-107/+137
* PR binutils/1990Nick Clifton2005-12-272-9/+113
* white spaceChristopher Faylor2005-12-261-1/+0
* * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor2005-12-265-28/+42
* typoChristopher Faylor2005-12-251-1/+1
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-2312-91/+92
* * fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor2005-12-233-8/+24
* * fhandler.h (fhandler_base::issymlink): New method.Corinna Vinschen2005-12-225-2/+21
* * lib/ws2_32.c: New file, defining IPv6 constants.Danny Smith2005-12-223-2/+14
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-2213-74/+74
* * pinfo.cc (winpids::add): Increment nelem when winpid is true since we don'tChristopher Faylor2005-12-222-1/+7
* fix ya typoChristopher Faylor2005-12-221-1/+2
* * pinfo.cc (winpids::release): Fix typo.Christopher Faylor2005-12-222-2/+6
* * pinfo.cc (pinfo::init): Clarify comment slightly.Christopher Faylor2005-12-223-31/+116
* * pinfo.cc (pinfo::init): Remove spurious low_priority_sleep.Christopher Faylor2005-12-212-5/+8
* * spawn.cc (spawn_guts): Hide the window whenever ctty == -1, not just when weChristopher Faylor2005-12-212-1/+6
* * cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor2005-12-216-8/+32
* * cygheap.cc (init_cygheap::manage_console_count): Don't call FreeConsole onChristopher Faylor2005-12-212-1/+7
* * (fhandler_disk_file::fchown): Remove execute bits from "sensible"Corinna Vinschen2005-12-212-6/+7
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix inode numberCorinna Vinschen2005-12-212-5/+26
* 2005-12-21 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith2005-12-213-0/+9
* * winsup.h (flush_file_buffers): Define as inline function.Corinna Vinschen2005-12-203-12/+9
* * winsup.h (flush_file_buffers): Declare new function.Corinna Vinschen2005-12-203-0/+19
* * fhandler.h (fhandler_termios::fixup_after_exec): Make non-inlined.Christopher Faylor2005-12-203-1/+14
* 2005-12-20 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-12-208-98/+95
* * cygtls.h (_cygtls::interrupt_now): Subsume interruptible().Christopher Faylor2005-12-202-18/+27
* * fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor2005-12-194-7/+16
* 2005-12-19 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-12-199-103/+169
* * dump_setup.cc (package_find): Fix is_alias computation for "/usr/lib".Corinna Vinschen2005-12-192-1/+5
* * mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree(MEM_RELEASE)Corinna Vinschen2005-12-192-2/+8
* fix minor typo.Christopher Faylor2005-12-191-2/+3
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-198-65/+120