| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * environ.cc (parse_options): Remember the "no" part of any options for later | Christopher Faylor | 2002-08-08 | 2 | -1/+7 |
* | * winsup.h (__check_null_invalid_struct): Make ptr argument non-const. | Conrad Scott | 2002-08-08 | 6 | -150/+191 |
* | Patch by Joe Buehler <jbuehler@hekimian.com>: | Corinna Vinschen | 2002-08-08 | 2 | -1/+5 |
* | Check symbols with undefine version. | H.J. Lu | 2002-08-08 | 2 | -0/+12 |
* | * libc/include/machine/setjmp.h: For mips, define _JBLEN based | Richard Sandiford | 2002-08-07 | 3 | -100/+74 |
* | Fix by Conrad Scott <conrad.scott@dsl.pipex.com>: | Corinna Vinschen | 2002-08-07 | 2 | -2/+7 |
* | one more change | Christopher Faylor | 2002-08-07 | 2 | -1/+2 |
* | * cygheap.cc (_csbrk): Avoid !cygheap considerations. | Christopher Faylor | 2002-08-07 | 2 | -20/+18 |
* | Conrad Scott <conrad.scott@dsl.pipex.com | Christopher Faylor | 2002-08-06 | 3 | -3/+9 |
* | Add hppa-openbsd target | Nick Clifton | 2002-08-06 | 2 | -0/+5 |
* | * spawn.cc (spawn_guts): Don't set mount_h here. | Christopher Faylor | 2002-08-06 | 3 | -1/+7 |
* | * cygthread.cc (cygthread::stub): Accept flag to pass info structure to thread | Christopher Faylor | 2002-08-06 | 5 | -14/+53 |
* | * debug.h (handle_list::allocated): Remove field. | Conrad Scott | 2002-08-06 | 3 | -17/+12 |
* | * cygthread.cc (cygthread::stub): Change event creation to manual reset. Set | Christopher Faylor | 2002-08-05 | 2 | -7/+30 |
* | * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt): | Danny Smith | 2002-08-05 | 3 | -2/+19 |
* | 2002-08-04 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2002-08-04 | 2 | -1/+4 |
* | * libc/stdio/popen.c (popen): Allow "rb", "rt", "wb", and "wt" arguments for | Christopher Faylor | 2002-08-04 | 2 | -1/+11 |
* | * debug.h (WaitForMultipleObjects): Correct typo. | Conrad Scott | 2002-08-03 | 2 | -1/+5 |
* | update | Christopher Faylor | 2002-08-03 | 1 | -1/+5 |
* | * include/stdio.h (_fcloseall): Add prototype. | Danny Smith | 2002-08-03 | 2 | -0/+5 |
* | * winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx, | Danny Smith | 2002-08-03 | 2 | -0/+21 |
* | * mkgroup.c (main): Don't print an entry for "Everyone". | Corinna Vinschen | 2002-08-02 | 3 | -4/+15 |
* | * security.cc (verify_token): Do not reject a token just because | Corinna Vinschen | 2002-08-02 | 4 | -6/+19 |
* | * include/winbase.h (ReadFileScatter, WriteFileGather): | Danny Smith | 2002-08-02 | 2 | -4/+9 |
* | * cygthread.cc (cygthread::exit_thread): Define new method. | Christopher Faylor | 2002-08-02 | 7 | -20/+46 |
* | * syscalls.cc (_link): Revert previous change and just always dereference the | Christopher Faylor | 2002-08-01 | 2 | -9/+10 |
* | * syscalls.cc (link): Properly deal with a link to a symlink. | Christopher Faylor | 2002-08-01 | 2 | -0/+7 |
* | * mips/cfe.ld (STARTUP): New definition. | Thomas Fitzsimmons | 2002-08-01 | 13 | -0/+27 |
* | * cygthread.cc: Remove cruft. | Christopher Faylor | 2002-08-01 | 2 | -22/+4 |
* | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 2002-08-01 | 15 | -287/+321 |
* | Fix typo. | Andreas Schwab | 2002-08-01 | 1 | -1/+1 |
* | * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and | Danny Smith | 2002-08-01 | 3 | -1/+96 |
* | * fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual. | Corinna Vinschen | 2002-07-31 | 3 | -1/+7 |
* | Add new field to bfd_link structure and use it to control how common symbols | Nick Clifton | 2002-07-31 | 2 | -0/+17 |
* | * syscalls.cc (_read): Clarify debugging output. | Christopher Faylor | 2002-07-31 | 2 | -4/+9 |
* | * fhandler.h (fhandler_base::get_r_no_interrupt): Make virtual. | Christopher Faylor | 2002-07-31 | 2 | -1/+5 |
* | * configure.in: Move generic linux case to end. Copy generic | DJ Delorie | 2002-07-30 | 2 | -3/+15 |
* | * fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Incorporate . and .. | Christopher Faylor | 2002-07-30 | 2 | -15/+20 |
* | * libc/include/sys/unistd.h: Add setgroups prototype for Cygwin. | Corinna Vinschen | 2002-07-30 | 2 | -0/+7 |
* | fix typo | Christopher Faylor | 2002-07-30 | 1 | -1/+1 |
* | * include/windef.h (PVOID, LPVOID): Move typedefs to... | Danny Smith | 2002-07-30 | 4 | -1/+36 |
* | * dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec. | Christopher Faylor | 2002-07-30 | 4 | -33/+38 |
* | 2002-07-29 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2002-07-29 | 5 | -23/+107 |
* | sim-h8300.h: Rename all enums from H8300_ to SIM_H8300_ | Andrey Volkov | 2002-07-29 | 2 | -28/+36 |
* | * security.cc: Change some formatting. | Corinna Vinschen | 2002-07-29 | 9 | -226/+457 |
* | * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp | Christopher Faylor | 2002-07-29 | 6 | -18/+63 |
* | * include/tchar.h (_tfdopen): Correct typo. | Danny Smith | 2002-07-29 | 2 | -1/+7 |
* | Add incomplet long double math support to libmingwex.a | Danny Smith | 2002-07-29 | 143 | -623/+5197 |
* | fix commercial contact | David Starks-Browning | 2002-07-27 | 1 | -2/+2 |
* | * include/cygwin/version.h: Bump API version to indicate that ntsec is on by | Christopher Faylor | 2002-07-27 | 2 | -1/+7 |