Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2006-01-05(fix ChangeLog and check in remaining files)Christopher Faylor
2006-01-05* cygtls.cc (_cygtls::remove): Don't output debugging info if this isn't aChristopher Faylor
2006-01-05* spawn.cc (spawn_guts): Invert the argument to set_console_state_for_spawn.Christopher Faylor
2006-01-05* fhandler_console.cc (fhandler_console::need_invisible): Only try to openChristopher Faylor
2006-01-05* fhandler_console.cc (fhandler_console::need_invisible): Open up the securityChristopher Faylor
2006-01-042006-01-05 Michael Gerdau <mgd@technosis.de>Danny Smith
2006-01-04* path.cc (dot_special_chars): Add ", <, >, and |.Christopher Faylor
2006-01-04* fhandler_console.cc (beep): Use MB_OK which is documented as using theChristopher Faylor
2006-01-04* fhandler_process.cc (fhandler_process::readdir): Add missing argument toChristopher Faylor
2006-01-04* include/winuser.h (CreateWindowStation): Correctly identify first argument asChristopher Faylor
2006-01-03* dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor
2006-01-03* dir.cc (readdir_worker): Ensure that saw_dot flags are updated when notChristopher Faylor
2006-01-03* include/uxtheme.h [_WIN32_WINNT >= 0x0501]Dimitri Papadopoulos
2006-01-03* fhandler_console.cc (beep): New function. Restores missing "Default Beep",Christopher Faylor
2006-01-02* dcrt0.cc (_dll_crt0): Move more leftover debugging stuff.Christopher Faylor
2006-01-02 * syslog.cc: Include sys/un.h instead of sys/socket.h.Corinna Vinschen
2006-01-02 Bump copyright dates.Corinna Vinschen
2006-01-02* cygload/README: Delete.Christopher Faylor
2006-01-02* winsup.api/resethand.c (main): Remove core dump flag from exit status.Christopher Faylor
2006-01-02* winsup.api/resethand.c (main): Coerce argument to pointer to stop gccChristopher Faylor
2006-01-02* pinfo.cc (pinfo::exit): Swap signal and normal exit value when not startedChristopher Faylor
2006-01-02add copyrightChristopher Faylor
2006-01-02add missing ChangeLog entryChristopher Faylor
2006-01-02* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which causedChristopher Faylor
2006-01-01* winsup.api/resethand.c: Use SIGSEGV for the signal to test.Christopher Faylor
2006-01-01* winsup.api/resethand.c: New file.Christopher Faylor
2006-01-01* exceptions.cc (sigpacket::process): Pass actual reference to signal'sChristopher Faylor
2006-01-01* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor
2006-01-01 * syslog.cc (vklog): Never log kernel messages using the vsyslogCorinna Vinschen
2005-12-31 * syslog.cc (vsyslog): Decrement len if trailing \n has been removed.Corinna Vinschen
2005-12-31 * include/cygwin/in.h: Drop including stdint.h. Move definitionCorinna Vinschen
2005-12-31 * include/winsock2.h: Don't define struct sockaddr_storage whenCorinna Vinschen
2005-12-30* relnotes.texinfo: Remove entry about hyperthreaded processor.Christopher Faylor
2005-12-30* faq-problems.html: Remove entry about hyperthreaded processor.Christopher Faylor
2005-12-30* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use straceChristopher Faylor
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-29* cygcheck.cc (common_apps): Add crontab, vi, vim.Christopher Faylor
2005-12-29* environ.cc (win_env::add_cache): Don't add variables to the environmentChristopher Faylor
2005-12-27 * exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.Corinna Vinschen
2005-12-27 * ChangeLog: Add linebreaks.Corinna Vinschen
2005-12-27 * exceptions.cc (inside_kernel): Rename from interruptible.Corinna Vinschen
2005-12-27 * exceptions.cc (interruptible): New function, code stripped fromCorinna Vinschen
2005-12-27 Add missing ChangeLog entry.Corinna Vinschen
2005-12-27 * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen
2005-12-27white spaceChristopher Faylor
2005-12-26* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor
2005-12-25typoChristopher Faylor
2005-12-24* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor
2005-12-23* fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor
2005-12-22 * fhandler.h (fhandler_base::issymlink): New method.Corinna Vinschen