summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include ChangeLogBob Wilson2005-03-222-2/+17
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-2213-16/+282
* * libc/include/machine/_types.h: Make trivial change to comment to avoid aChristopher Faylor2005-03-222-1/+6
* * cygwin.din (__ctype_ptr): Export.Corinna Vinschen2005-03-223-1/+8
* top:Zack Weinberg2005-03-228-190/+122
* 2005-03-21 Nicholas Wourms <nwourms@netscape.net>Jeff Johnston2005-03-212-2/+7
* * 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
* Add support for generating PLT lookups for the ColdFire.Nick Clifton2005-03-182-1/+6
* 2005-03-18 Hans-Peter Nilsson <hp@axis.com>Jeff Johnston2005-03-182-12/+19
* * elf32-arm.c (elf32_arm_modify_segment_map): New function.Mark Mitchell2005-03-182-0/+9
* * libc/include/machine/setjmp.h (sigsetjmp): Use GCC extension toCorinna Vinschen2005-03-182-0/+29
* 2005-03-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2005-03-177-20/+106
* * 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
* * configure.host (newlib_cflags) <cris-*-*, crisv32-*-*>: AddHans-Peter Nilsson2005-03-172-1/+6
* complete a sentencChristopher Faylor2005-03-161-1/+1
* bfd/H.J. Lu2005-03-162-0/+7
* * 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
* * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.DJ Delorie2005-03-163-6/+12
* merge from gccDJ Delorie2005-03-162-28/+4
* * 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
* include:Zack Weinberg2005-03-122-4/+15
* * 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
* merge from gccDJ Delorie2005-03-102-0/+13
* * 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