summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-2725-287/+509
* Mention generic-build-script in packaging FAQJoshua Daniel Franklin2005-03-262-13/+22
* * cygcheck.cc (init_paths): Use full path instead of "." for theCorinna Vinschen2005-03-242-3/+15
* * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen2005-03-245-263/+229
* * include/stdio.h (__mingw_fwrite): Change return value toDanny Smith2005-03-243-2/+8
* * include/ctype.h: Always define macros when inside cygwin.Christopher Faylor2005-03-232-2/+8
* checkin previously missed file.Christopher Faylor2005-03-231-1/+0
* fix commentChristopher Faylor2005-03-231-1/+1
* * fhandler.h (fhandler_socket::eid_connect): Make private.Corinna Vinschen2005-03-234-76/+135
* * include/cygwin/version.h: Change coment for most recent API version bump toChristopher Faylor2005-03-232-1/+7
* * include/ctype.h: New file.Christopher Faylor2005-03-234-4/+194
* * Makefile.common: Add -dD to options when creating preprocess files.Christopher Faylor2005-03-232-6/+10
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-2213-16/+282
* * cygwin.din (__ctype_ptr): Export.Corinna Vinschen2005-03-223-1/+8
* * fhandler.h (class cygthread): Remove forward declaration.Corinna Vinschen2005-03-212-1/+4
* * fhandler.h (class cygthread): Forward declare.Corinna Vinschen2005-03-214-137/+226
* * how-programming.texinfo: Remove incorrect libm.a note.Joshua Daniel Franklin2005-03-192-2/+4
* * child_info.h (fork_info): Use different method to alias variable.Christopher Faylor2005-03-199-896/+921
* * net.cc (cygwin_getprotobyname): Don't try to be fancy with return values.Christopher Faylor2005-03-182-2/+8
* * fhandler_disk_file.cc (fhandler_disk_file::utimes): Handle openingCorinna Vinschen2005-03-172-4/+8
* * fhandler_socket.cc (fhandler_socket::connect): Always set sun_pathCorinna Vinschen2005-03-172-42/+41
* complete a sentencChristopher Faylor2005-03-161-1/+1
* * fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor2005-03-164-4/+13
* * winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.Christopher Faylor2005-03-162-1/+6
* missing file from previous checkin.Christopher Faylor2005-03-161-20/+12
* * dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor2005-03-165-15/+34
* * cygtls.cc (free_local): New macro.Christopher Faylor2005-03-165-92/+93
* * errno.cc (errmap): Correct typo in previous change.Christopher Faylor2005-03-162-1/+5
* * include/winnt.h (_LUID): Add structure. Correct LUID typedef.Danny Smith2005-03-162-1/+10
* * cygtls.cc (_cygtls::remove): Free process_ident, if it exists.Christopher Faylor2005-03-153-0/+10
* 2005-03-15 Hans Leidekker <hans@it.vu.nl>Danny Smith2005-03-152-2/+6
* * path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK.Christopher Faylor2005-03-123-38/+65
* * path.cc (is_floppy): New function.Corinna Vinschen2005-03-103-1/+25
* * autoload.cc (LoadDLLprime): Use nocopy segment or forked processes will notChristopher Faylor2005-03-102-2/+7
* * autoload.cc (LoadDllprime): Scrap use of .linkonce and just use an ifdefChristopher Faylor2005-03-103-3/+15
* * pinfo.h (pinfo::pinfo): Clear more elements in the constructor.Christopher Faylor2005-03-102-2/+6
* * net.cc (dup_ent): Revert older stupid test for null. Don't copy name if itChristopher Faylor2005-03-092-6/+13
* * fhandler_socket.cc (fhandler_socket::eid_pipe_name): Fix formatCorinna Vinschen2005-03-092-44/+61
* * net.cc (dup_ent): Revert previous stupid change.Christopher Faylor2005-03-092-1/+5
* * signal.cc (sigprocmask): Rename first parameter to "how".Corinna Vinschen2005-03-092-10/+13
* * net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf.Christopher Faylor2005-03-092-1/+5
* * path.cc (path_conv::check): Treat ENOSHARE similarly to ENOENT whenChristopher Faylor2005-03-092-2/+8
* Remove \n from debug_printfChristopher Faylor2005-03-091-1/+1
* * fhandler_socket.cc (fhandler_socket::listen): Don't limit the numberCorinna Vinschen2005-03-082-2/+7
* revert errnoneous checkinChristopher Faylor2005-03-081-46/+22
* * pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in aChristopher Faylor2005-03-083-24/+55
* * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.Corinna Vinschen2005-03-084-11/+71
* * dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor2005-03-085-23/+30
* * kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't padChristopher Faylor2005-03-082-2/+7
* * strace.cc (handle_output_debug_string): Fix compiler warning.Corinna Vinschen2005-03-072-2/+6