aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-08-21 * include/setupapi.h : New file.Earnie Boyd16-54/+2133
2001-08-21* floatformat.h (floatformat_arm_ext): Document as deprecated.Andrew Cagney2-1/+17
2001-08-20debugChristopher Faylor1-1/+1
2001-08-20* cygheap.cc (init_cheap): Allocate cygheap in shared memory for Windows NT.Christopher Faylor2-4/+23
2001-08-20 * config.sub, config.guess: Import latest from subversions.Alan Modra3-212/+212
2001-08-18merge from gccDJ Delorie2-137/+186
2001-08-17merge from gccDJ Delorie2-0/+7
2001-08-16Add support for MIPS R1[02]000 performance counter opcodes.Thiemo Seufer2-1/+10
2001-08-16* fhandler_socket.cc (fhandler_socket::create_secret_event): RelaxEgor Duda2-2/+9
2001-08-16 * resource.cc (getrlimit): Return getdtablesize () as current limitCorinna Vinschen4-3/+11
2001-08-16 * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen5-5/+20
2001-08-15 * times.cc (utimes): Revert previous change. Just open theCorinna Vinschen2-32/+10
2001-08-15 * security.cc (set_nt_attribute): Return always -1 in case ofCorinna Vinschen3-2/+40
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen7-24/+46
2001-08-15* cygpath.cc (main): Support -w for Windows (System) directories and returnChristopher Faylor2-2/+16
2001-08-14* include/cygwin/version.h: Bump API version.Christopher Faylor2-1/+6
2001-08-14* spawn.cc (spawn_guts): Enable appropriate privilege beforeEgor Duda2-0/+12
2001-08-14* libc/include/machine/setjmp.h: Protect sigsetjmp/siglongjmp macro arguments.Christopher Faylor3-4/+20
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen8-28/+68
2001-08-132001-08-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+20
2001-08-11Oops. Forgot to check in include/wchar.h???Christopher Faylor1-1/+2
2001-08-10(lbasename): Change function declaration to return a const char pointer.Andrew Cagney2-1/+6
2001-08-10 * opcode/mips.h (INSN_GP32): Remove.Richard Sandiford2-11/+11
2001-08-10 * lib/kernels.c: New file.Earnie Boyd1-0/+25
2001-08-10 * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.Earnie Boyd4-16/+74
2001-08-10Revert 2001-08-08 changes.Alan Modra2-1/+4
2001-08-08* include/wchar.h: Define __need_wint_t.Christopher Faylor1-0/+4
2001-08-08 * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.Earnie Boyd3-16/+237
2001-08-08 * ppc.h (struct powerpc_operand): New field `reloc'.Alan Modra2-0/+6
2001-08-08 * security.cc (alloc_sd): Revert to setting inheritance attribute forCorinna Vinschen2-17/+6
2001-08-07 * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for groupCorinna Vinschen4-4/+13
2001-08-07 * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen6-15/+65
2001-08-07 * grp.cc (class grp_check): New class. Make `group_state'Corinna Vinschen3-2/+111
2001-08-07* fhandler_console.cc (get_tty_stuff): Don't initialize shared memory consoleChristopher Faylor3-4/+15
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor9-30/+57
2001-08-05 * include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__.Earnie Boyd4-11/+36
2001-08-05 * include/wtypes.h: (DECIMAL_SETZERO): Correct typo.Earnie Boyd11-40/+246
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor27-76/+105
2001-08-04* dtable.cc (dtable::release): Avoid messing with console whenEgor Duda2-0/+7
2001-08-03 * net.cc (cygwin_accept): Allow NULL peer and len parameters.Corinna Vinschen3-0/+20
2001-08-03 * path.cc (fchdir): Set the fhandler's path to absolute value toCorinna Vinschen2-0/+25
2001-08-02merge from gccDJ Delorie2-0/+10
2001-08-02 * bfdlink.h (struct bfd_link_info): add new booleanCharles Wilson2-0/+9
2001-08-022001-08-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+11
2001-08-02 * security.cc (set_file_attribute): Clean up. Don't callCorinna Vinschen2-10/+13
2001-08-012001-08-01 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2-1/+5
2001-07-29* dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor3-4/+20
2001-07-27* cygwin.din: Export sys_errlist, sys_nerr.Christopher Faylor3-1/+9
2001-07-27 * security.cc (get_user_primary_group): Fix compiler warning.Corinna Vinschen2-2/+7
2001-07-26* thread.cc (__pthread_equal): Invert return value so that true is returnedChristopher Faylor2-223/+227