Age | Commit message (Expand) | Author | Files | Lines |
2001-05-15 | * fork.cc (fork): Eliminate superfluous call to getuid(). | Corinna Vinschen | 12 | -163/+181 |
2001-05-15 | Remove definition of EM_MIPS_RS4_BE. The constant was never in active use | Nick Clifton | 2 | -1/+5 |
2001-05-15 | Fix MIPS disassembler so that it produces reassemblable code. | Nick Clifton | 2 | -0/+5 |
2001-05-15 | * winsup.api/winsup.exp: Force linking all tests against binmode.o. | Corinna Vinschen | 2 | -1/+5 |
2001-05-15 | * fhandler_socket.cc (fhandler_socket::ioctl): Convert s_addr | Corinna Vinschen | 2 | -1/+7 |
2001-05-15 | * autoload.cc: Add autoload statements for ws2_32 functions | Corinna Vinschen | 4 | -25/+191 |
2001-05-15 | * Makefile.common: Change method for finding current directory. | Christopher Faylor | 2 | -1/+11 |
2001-05-14 | * errno.cc (_sys_errlist): Add missing commas. | Christopher Faylor | 2 | -2/+6 |
2001-05-14 | 2001-05-14 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -2/+7 |
2001-05-14 | * security.cc (subauth): Check if Secur32.dll could be loaded. | Corinna Vinschen | 2 | -0/+9 |
2001-05-14 | * path.cc (path_conv::check): Revert allow_ntsec check so that volume info is | Christopher Faylor | 2 | -2/+7 |
2001-05-14 | Fix formatting. | Christopher Faylor | 1 | -4/+4 |
2001-05-13 | * fhandler_tty.cc (fhandler_tty_common::dup): Preserve O_NOCTTY when duping a | Christopher Faylor | 2 | -1/+6 |
2001-05-12 | * dir.cc (rmdir): Rearrange slightly to allow removing directories | Corinna Vinschen | 2 | -13/+34 |
2001-05-12 | Correct cvtps2dq, movdq2q, movq2dq, and movq problems. | Alan Modra | 2 | -3/+9 |
2001-05-11 | * external.cc (fillout_pinfo): Use correct pids. | Christopher Faylor | 3 | -3/+11 |
2001-05-11 | merge from gcc | DJ Delorie | 2 | -10/+4 |
2001-05-11 | * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind | Jakub Jelinek | 2 | -0/+7 |
2001-05-11 | * exceptions.cc (handle_exceptions): Don't print message when executing from a | Christopher Faylor | 2 | -2/+7 |
2001-05-11 | Christopher Faylor <cgf@redhat.com> | Christopher Faylor | 2 | -9/+49 |
2001-05-09 | remove erroneous header. | Christopher Faylor | 1 | -1/+0 |
2001-05-09 | * path.cc (mount_info::conv_to_win32_path): Treat UNC paths the same as paths | Christopher Faylor | 2 | -1/+6 |
2001-05-09 | * fhandler.h (fhandler_termios::echo_erase): Declare new method. | Christopher Faylor | 3 | -6/+27 |
2001-05-09 | * include/pthread.h: Remove C++ comment. | Christopher Faylor | 2 | -1/+5 |
2001-05-08 | * cygheap.cc (_cfree): Add regparm attribute. | Christopher Faylor | 12 | -30/+71 |
2001-05-08 | merge from gcc | DJ Delorie | 3 | -5/+14 |
2001-05-08 | Fix typo. | Christopher Faylor | 1 | -1/+1 |
2001-05-08 | * include/sys/file.h: Revert special X_OK usage. Just make it a constant. | Christopher Faylor | 2 | -8/+9 |
2001-05-08 | * libc/include/sys/stat.h: Revert March 3, Cygwin change. | Christopher Faylor | 3 | -20/+6 |
2001-05-07 | merge from gcc | DJ Delorie | 2 | -0/+9 |
2001-05-07 | * external.h: Fix typo. | Alan Modra | 3 | -38/+112 |
2001-05-06 | Sun May 6 17:05:00 2001 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 3 | -10/+69 |
2001-05-06 | * string.h (cygwin_strchr): Make 'static inline' so that things will still work | Christopher Faylor | 2 | -1/+6 |
2001-05-05 | * exceptions.cc (handle_exceptions): Vastly increase test for exception loop | Christopher Faylor | 2 | -2/+10 |
2001-05-05 | * configure.in: Fix typo. | Christopher Faylor | 3 | -2/+7 |
2001-05-05 | * exceptions.cc (stack_info): Add some controls. | Christopher Faylor | 2 | -19/+44 |
2001-05-05 | * localtime.c: Revert exclusion of windows.h. | Christopher Faylor | 2 | -1/+5 |
2001-05-04 | oops. | Christopher Faylor | 2 | -2/+3 |
2001-05-04 | * string.h: Fix last-minute typo. | Christopher Faylor | 2 | -2/+6 |
2001-05-04 | Revert much of previous erroneous checkin. Add ChangeLog entry. | Christopher Faylor | 12 | -47/+103 |
2001-05-04 | * exceptions.cc (ctrl_c_handler): Always send signal to process if it has no | Christopher Faylor | 17 | -76/+63 |
2001-05-04 | 2001-05-04 Earnie Boyd <earnie@users.sourceforge.net> | Jeff Johnston | 2 | -8/+10 |
2001-05-04 | * fhandler_socket.cc (set_connect_secret): Use /dev/urandom to | Egor Duda | 2 | -2/+25 |
2001-05-04 | * configure.in: Make subauth configuration optional. | Christopher Faylor | 3 | -3/+10 |
2001-05-04 | Initial release of the Cygwin subauthentication DLL. | Corinna Vinschen | 6 | -0/+1588 |
2001-05-04 | * subauth: New subdirectory. | Corinna Vinschen | 3 | -2/+8 |
2001-05-04 | Assorted fixes to pinsrw, pextrw, pmovmskb, movmskp, maskmovq. | Alan Modra | 2 | -4/+9 |
2001-05-03 | * include/pthread.h (pthread_cleanup_push): Eliminate space preceding | Christopher Faylor | 2 | -6/+11 |
2001-05-03 | * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable | Alexandre Oliva | 2 | -3/+8 |
2001-05-03 | * net.cc (wsock_init): Rename `was_in_progress' to `wsock_started' | Corinna Vinschen | 2 | -3/+8 |