| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/pthread.h: Remove C++ comment. | Christopher Faylor | 2001-05-09 | 2 | -1/+5 |
* | * cygheap.cc (_cfree): Add regparm attribute. | Christopher Faylor | 2001-05-08 | 12 | -30/+71 |
* | merge from gcc | DJ Delorie | 2001-05-08 | 3 | -5/+14 |
* | Fix typo. | Christopher Faylor | 2001-05-08 | 1 | -1/+1 |
* | * include/sys/file.h: Revert special X_OK usage. Just make it a constant. | Christopher Faylor | 2001-05-08 | 2 | -8/+9 |
* | * libc/include/sys/stat.h: Revert March 3, Cygwin change. | Christopher Faylor | 2001-05-08 | 3 | -20/+6 |
* | merge from gcc | DJ Delorie | 2001-05-07 | 2 | -0/+9 |
* | * external.h: Fix typo. | Alan Modra | 2001-05-07 | 3 | -38/+112 |
* | Sun May 6 17:05:00 2001 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2001-05-06 | 3 | -10/+69 |
* | * string.h (cygwin_strchr): Make 'static inline' so that things will still work | Christopher Faylor | 2001-05-06 | 2 | -1/+6 |
* | * exceptions.cc (handle_exceptions): Vastly increase test for exception loop | Christopher Faylor | 2001-05-05 | 2 | -2/+10 |
* | * configure.in: Fix typo. | Christopher Faylor | 2001-05-05 | 3 | -2/+7 |
* | * exceptions.cc (stack_info): Add some controls. | Christopher Faylor | 2001-05-05 | 2 | -19/+44 |
* | * localtime.c: Revert exclusion of windows.h. | Christopher Faylor | 2001-05-05 | 2 | -1/+5 |
* | oops. | Christopher Faylor | 2001-05-04 | 2 | -2/+3 |
* | * string.h: Fix last-minute typo. | Christopher Faylor | 2001-05-04 | 2 | -2/+6 |
* | Revert much of previous erroneous checkin. Add ChangeLog entry. | Christopher Faylor | 2001-05-04 | 12 | -47/+103 |
* | * exceptions.cc (ctrl_c_handler): Always send signal to process if it has no | Christopher Faylor | 2001-05-04 | 17 | -76/+63 |
* | 2001-05-04 Earnie Boyd <earnie@users.sourceforge.net> | Jeff Johnston | 2001-05-04 | 2 | -8/+10 |
* | * fhandler_socket.cc (set_connect_secret): Use /dev/urandom to | Egor Duda | 2001-05-04 | 2 | -2/+25 |
* | * configure.in: Make subauth configuration optional. | Christopher Faylor | 2001-05-04 | 3 | -3/+10 |
* | Initial release of the Cygwin subauthentication DLL. | Corinna Vinschen | 2001-05-04 | 6 | -0/+1588 |
* | * subauth: New subdirectory. | Corinna Vinschen | 2001-05-04 | 3 | -2/+8 |
* | Assorted fixes to pinsrw, pextrw, pmovmskb, movmskp, maskmovq. | Alan Modra | 2001-05-04 | 2 | -4/+9 |
* | * include/pthread.h (pthread_cleanup_push): Eliminate space preceding | Christopher Faylor | 2001-05-03 | 2 | -6/+11 |
* | * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable | Alexandre Oliva | 2001-05-03 | 2 | -3/+8 |
* | * net.cc (wsock_init): Rename `was_in_progress' to `wsock_started' | Corinna Vinschen | 2001-05-03 | 2 | -3/+8 |
* | * exceptions.cc (handle_exceptions): Break out of "loop" if the debugger | Christopher Faylor | 2001-05-03 | 4 | -3/+9 |
* | * autoload.cc: Use new definition of LoadDLLinitfunc throughout. | Corinna Vinschen | 2001-05-03 | 4 | -204/+72 |
* | 2001-05-01 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2001-05-01 | 2 | -0/+15 |
* | * mkpasswd.c (enum_users): Use /bin/bash as the default shell. | Christopher Faylor | 2001-05-01 | 2 | -2/+7 |
* | * path.cc (mount_info::conv_to_win32_path): More path tweaking. | Christopher Faylor | 2001-05-01 | 2 | -1/+5 |
* | * path.cc (mount_info::conv_to_win32_path): Fix debugging output to avoid a | Christopher Faylor | 2001-05-01 | 2 | -2/+7 |
* | * path.cc (mkrelpath): New function. | Christopher Faylor | 2001-05-01 | 3 | -99/+86 |
* | * autoload.cc: Add LoadDLLinitfunc for secur32.dll. | Corinna Vinschen | 2001-04-30 | 8 | -113/+353 |
* | * uinfo.cc (internal_getlogin): Formatting change. | Corinna Vinschen | 2001-04-30 | 2 | -2/+7 |
* | * grp.cc: Eliminate MAX_DOMAIN_NAME define. | Corinna Vinschen | 2001-04-30 | 10 | -54/+65 |
* | * path.cc (path_conv::check): Don't use path_flags when converting to MS-DOS | Christopher Faylor | 2001-04-30 | 2 | -16/+29 |
* | * exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate. | Christopher Faylor | 2001-04-30 | 3 | -94/+100 |
* | * path.cc (symlink_info::check): Remove extra arguments, move functionality | Christopher Faylor | 2001-04-30 | 2 | -46/+51 |
* | minor formatting changes. | Christopher Faylor | 2001-04-29 | 2 | -6/+6 |
* | * passwd.cc (ttymnam): New function. | Christopher Faylor | 2001-04-29 | 2 | -7/+24 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 14 | -229/+281 |
* | 2001-04-27 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2001-04-27 | 2 | -1/+5 |
* | 2001-04-27 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2001-04-27 | 2 | -0/+5 |
* | * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent | Christopher Faylor | 2001-04-27 | 5 | -11/+18 |
* | Add openRISC support in opcodes | Nick Clifton | 2001-04-27 | 2 | -0/+5 |
* | * winsup.api/mmaptest04.c: Take care for binmode explicitely. | Corinna Vinschen | 2001-04-27 | 2 | -2/+10 |
* | * tty.cc (tty::make_pipes): Set to_slave pipe mode to nonblocking. | Egor Duda | 2001-04-27 | 3 | -4/+36 |
* | * security.cc (alloc_sd): Add unrelated ACCESS_ALLOWED_ACE behind | Corinna Vinschen | 2001-04-26 | 2 | -8/+11 |