aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2004-03-02 * fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading withCorinna Vinschen3-11/+36
2004-03-01fix minor typoChristopher Faylor1-1/+1
2004-03-01fix minor typoChristopher Faylor1-2/+2
2004-02-26 * miscfuncs.cc (check_invalid_virtual_addr): Assure the last pageCorinna Vinschen3-3/+9
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor9-44/+137
2004-02-25 * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen4-1/+22
2004-02-25* gendef (stabilize_sig_stack): Correctly align this pointer for call toChristopher Faylor4-2/+12
2004-02-25* dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor4-3/+24
2004-02-24* dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor3-2/+12
2004-02-24 * thread.cc (pthread::cancelable_wait): Rearrange slightly.Corinna Vinschen3-26/+66
2004-02-222004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin7-32/+32
2004-02-21* exceptions.cc (sigpacket::process): Make sure that tls is filled in forChristopher Faylor2-3/+12
2004-02-21* path.cc (conv_path_list): Return error condition.Christopher Faylor3-45/+119
2004-02-20 * getopt.c: Avoid useless compiler warnings.Corinna Vinschen2-1/+9
2004-02-20 * getopt.c: Replace with latest vanilla(!) OpenBSD version 1.16.Corinna Vinschen2-251/+298
2004-02-18* fork.cc (fork_child): Invert sense of test which defeated correct handling inChristopher Faylor3-16/+17
2004-02-18* gendef (stabilize_sig_stack): New function.Christopher Faylor3-54/+62
2004-02-17 * fork.cc (fork_child): Move fixup_shms_after_fork so thatCorinna Vinschen2-4/+9
2004-02-17* Makefile.in (clean): Clean libserver, too.Christopher Faylor6-8/+21
2004-02-17* Makefile.in: Compile flock.o with -fomit-frame-pointer.Christopher Faylor2-0/+5
2004-02-16* Makefile.in: Compile dlfcn.o with -fomit-frame-pointer.Christopher Faylor2-0/+5
2004-02-16* Makefile.in: Compile delqueue.o with -fomit-frame-pointer.Christopher Faylor2-0/+5
2004-02-16 * syscalls.cc (rename): Do not test the MoveFile error codeCorinna Vinschen2-6/+9
2004-02-16correct changelogChristopher Faylor1-2/+2
2004-02-16* cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.Christopher Faylor3-7/+7
2004-02-15* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.Christopher Faylor3-1/+7
2004-02-14 * getopt.c: Replace with latest NetBSD version 1.16. Keep CygwinCorinna Vinschen2-47/+49
2004-02-14* sigproc.cc (proc_subproc): Change warning back to silent debug output.Christopher Faylor2-1/+6
2004-02-14* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor5-14/+22
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor12-100/+134
2004-02-12* gendef (_sigbe): Zero location on pop.Christopher Faylor2-4/+7
2004-02-12* dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.Christopher Faylor2-3/+7
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor23-209/+287
2004-02-11 * security.cc (get_nt_object_attribute): Fix error handling.Corinna Vinschen2-33/+29
2004-02-09 * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.Corinna Vinschen2-0/+9
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor67-95/+116
2004-02-08* localtime.cc (localtime_r): Call tzset.Christopher Faylor11-100/+214
2004-02-06 * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump.Corinna Vinschen3-1/+9
2004-02-06 * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen4-43/+30
2004-02-05* cygwin.din: Make many more functions SIGFE.Christopher Faylor3-69/+76
2004-02-05 * security.h (SID): New macro.Corinna Vinschen5-48/+62
2004-02-04update copyrightChristopher Faylor1-1/+1
2004-02-03* tlsoffsets.h: Regenerate.Christopher Faylor1-1/+2
2004-02-03* cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow onChristopher Faylor3-34/+39
2004-02-03* Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor8-44/+151
2004-02-03* window.cc (Winmain): Show windows error code in error output whenChristopher Faylor2-1/+6
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor14-35/+48
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor9-20/+28
2004-02-02 * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGINGCorinna Vinschen2-1/+6
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor7-22/+54