summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * path.cc (conv_path_list): Return error condition.Christopher Faylor2004-02-213-45/+119
* * getopt.c: Avoid useless compiler warnings.Corinna Vinschen2004-02-202-1/+9
* * getopt.c: Replace with latest vanilla(!) OpenBSD version 1.16.Corinna Vinschen2004-02-202-251/+298
* * fork.cc (fork_child): Invert sense of test which defeated correct handling inChristopher Faylor2004-02-183-16/+17
* * gendef (stabilize_sig_stack): New function.Christopher Faylor2004-02-183-54/+62
* * fork.cc (fork_child): Move fixup_shms_after_fork so thatCorinna Vinschen2004-02-172-4/+9
* * Makefile.in (clean): Clean libserver, too.Christopher Faylor2004-02-176-8/+21
* * Makefile.in: Compile flock.o with -fomit-frame-pointer.Christopher Faylor2004-02-172-0/+5
* * Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.Christopher Faylor2004-02-162-0/+5
* * Makefile.in: Compile delqueue.o with -fomit-frame-pointer.Christopher Faylor2004-02-162-0/+5
* * syscalls.cc (rename): Do not test the MoveFile error codeCorinna Vinschen2004-02-162-6/+9
* correct changelogChristopher Faylor2004-02-161-2/+2
* * cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.Christopher Faylor2004-02-163-7/+7
* * Makefile.in: Compile syscalls.o with -fomit-frame-pointer.Christopher Faylor2004-02-153-1/+7
* * getopt.c: Replace with latest NetBSD version 1.16. Keep CygwinCorinna Vinschen2004-02-142-47/+49
* * sigproc.cc (proc_subproc): Change warning back to silent debug output.Christopher Faylor2004-02-142-1/+6
* * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor2004-02-145-14/+22
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-1312-100/+134
* * gendef (_sigbe): Zero location on pop.Christopher Faylor2004-02-122-4/+7
* * dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.Christopher Faylor2004-02-122-3/+7
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-1223-209/+287
* * security.cc (get_nt_object_attribute): Fix error handling.Corinna Vinschen2004-02-112-33/+29
* * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.Corinna Vinschen2004-02-092-0/+9
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-0967-95/+116
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-0811-100/+214
* * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump.Corinna Vinschen2004-02-063-1/+9
* * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen2004-02-064-43/+30
* * cygwin.din: Make many more functions SIGFE.Christopher Faylor2004-02-053-69/+76
* * security.h (SID): New macro.Corinna Vinschen2004-02-055-48/+62
* update copyrightChristopher Faylor2004-02-041-1/+1
* * tlsoffsets.h: Regenerate.Christopher Faylor2004-02-031-1/+2
* * cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow onChristopher Faylor2004-02-033-34/+39
* * Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor2004-02-038-44/+151
* * window.cc (Winmain): Show windows error code in error output whenChristopher Faylor2004-02-032-1/+6
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-0214-35/+48
* Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor2004-02-029-20/+28
* * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGINGCorinna Vinschen2004-02-022-1/+6
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-017-22/+54
* * exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor2004-01-263-9/+34
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-265-19/+46
* * fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor2004-01-252-14/+22
* * sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor2004-01-252-1/+4
* * fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor2004-01-243-12/+23
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-2410-110/+133
* 2004-01-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-01-242-15/+22
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-2322-27/+150
* * exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2004-01-232-1/+7
* * fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when theChristopher Faylor2004-01-232-4/+16
* change comment.Christopher Faylor2004-01-221-2/+2
* * dcrt0.cc (reent_data): Make global.Christopher Faylor2004-01-224-2/+9