Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: | Zack Weinberg | 2005-03-12 | 2 | -4/+15 |
| | | | | | | | | | | | * opcode/arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T. Add ARM_EXT_V6T2, ARM_ARCH_V6T2, ARM_ARCH_V6KT2, ARM_ARCH_V6ZT2, and ARM_ARCH_V6ZKT2. opcodes: * arm-dis.c (arm_opcodes): Document %E and %V. Add entries for v6T2 ARM instructions: bfc bfi mls strht ldrht ldrsht ldrsbt movw movt rbit ubfx sbfx. (print_insn_arm): Add support for %E and %V. | ||||
* | * path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK. | Christopher Faylor | 2005-03-12 | 3 | -38/+65 |
| | | | | | | | | | | (path_types): Define PATH_NO_ACCESS_CHECK == PC_NO_ACCESS_CHECK. * path.cc (symlink_info::check_sysfile): Move to symlink_info class and eliminate arguments that are part of class. Use set_error. (symlink_info::check_shortcut): Ditto. (symlink_info::set_error): New function. (path_conv::check): Pass PC_NO_ACCESS_CHECK to symlink_info::check. (symlink_info::check): Preserve PC_NO_ACCESS_CHECK in pflags. Use set_error. | ||||
* | * path.cc (is_floppy): New function. | Corinna Vinschen | 2005-03-10 | 3 | -1/+25 |
| | | | | | (setmntent): Drop floppy drives on A: and B: from logical drive DWORD. * syscalls.cc (sync): Don't sync floppies on A: and B:. | ||||
* | * autoload.cc (LoadDLLprime): Use nocopy segment or forked processes will not | Christopher Faylor | 2005-03-10 | 2 | -2/+7 |
| | | | | | initialize properly. * autoload.cc (LoadDLLprime): Scrap use of .linkonce and just use an | ||||
* | * autoload.cc (LoadDllprime): Scrap use of .linkonce and just use an ifdef | Christopher Faylor | 2005-03-10 | 3 | -3/+15 |
| | | | | | | guard to load .foo_init into data segment. * dcrt0.cc (initial_env): Allow colon or space as CYGWIN_DEBUG separator for consistency. | ||||
* | * pinfo.h (pinfo::pinfo): Clear more elements in the constructor. | Christopher Faylor | 2005-03-10 | 2 | -2/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-10 | 2 | -0/+13 |
| | |||||
* | * net.cc (dup_ent): Revert older stupid test for null. Don't copy name if it | Christopher Faylor | 2005-03-09 | 2 | -6/+13 |
| | | | | is NULL. | ||||
* | * fhandler_socket.cc (fhandler_socket::eid_pipe_name): Fix format | Corinna Vinschen | 2005-03-09 | 2 | -44/+61 |
| | | | | | | | | string. (fhandler_socket::connect): Set sun_path before running eid credential transaction. Run transaction only if OS connect was successful. (fhandler_socket::accept): Run transaction only if OS accept was successful. | ||||
* | * net.cc (dup_ent): Revert previous stupid change. | Christopher Faylor | 2005-03-09 | 2 | -1/+5 |
| | |||||
* | * signal.cc (sigprocmask): Rename first parameter to "how". | Corinna Vinschen | 2005-03-09 | 2 | -10/+13 |
| | | | | | (handle_sigprocmask): Ditto. Check "how" for being a valid "how" value. Fix call order in case of wrong "how" value. | ||||
* | * net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf. | Christopher Faylor | 2005-03-09 | 2 | -1/+5 |
| | |||||
* | * path.cc (path_conv::check): Treat ENOSHARE similarly to ENOENT when | Christopher Faylor | 2005-03-09 | 2 | -2/+8 |
| | | | | determining if there was a problem with a symlink. | ||||
* | Remove \n from debug_printf | Christopher Faylor | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | * fhandler_socket.cc (fhandler_socket::listen): Don't limit the number | Corinna Vinschen | 2005-03-08 | 2 | -2/+7 |
| | | | | of pipe instances. | ||||
* | revert errnoneous checkin | Christopher Faylor | 2005-03-08 | 1 | -46/+22 |
| | |||||
* | * pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in a | Christopher Faylor | 2005-03-08 | 3 | -24/+55 |
| | | | | cygwin environment. | ||||
* | * mmap.cc (mmap64): Handle MAP_AUTOGROW flag. | Corinna Vinschen | 2005-03-08 | 4 | -11/+71 |
| | | | | | | (fhandler_disk_file::mmap): Ditto. Clean conditional for readability. * include/sys/mman.h: Add MAP_AUTOGROW flag. * include/cygwin/version.h: Bump API minor version. | ||||
* | * dcrt0.cc (dll_crt0_0): Eliminate muto::init call. | Christopher Faylor | 2005-03-08 | 5 | -23/+30 |
| | | | | | | | | | | * sync.h (locker): New, currently unused class. (muto::init): Eliminate. * sync.cc (muto::init): Ditto. (muto::init): Eliminate critical section lock and instead use name as a guard to prevent against multiple attempts to initialize the same muto. * pinfo.cc (pinfo::init): Set myself procinfo when not execing and pid matches windows pid or cygwin pid. | ||||
* | * kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't pad | Christopher Faylor | 2005-03-08 | 2 | -2/+7 |
| | | | | signal name with spaces. | ||||
* | * strace.cc (handle_output_debug_string): Fix compiler warning. | Corinna Vinschen | 2005-03-07 | 2 | -2/+6 |
| | |||||
* | * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo): | Danny Smith | 2005-03-07 | 2 | -4/+16 |
| | | | | | Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment. * gai_strerror[AW]: Put into #if 0 block. | ||||
* | * include/basetyps.h (__int16): Correct define. | Danny Smith | 2005-03-07 | 2 | -1/+5 |
| | |||||
* | * path.cc (mount_info::read_cygdrive_info_from_registry): Use the user prefix | Christopher Faylor | 2005-03-06 | 2 | -0/+15 |
| | | | | | | | | | | if it exists. * sync.h (sync::init_lock): Declare new static member. (sync::init()): Declare new static function. * sync.cc (sync::init): Define. (sync::init): Lock attempt to initialize a muto to stop multiple threads from colliding. * dcrt0.cc (dll_crt0_0): Initialize muto environment. | ||||
* | 2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org> | Jeff Johnston | 2005-03-06 | 3 | -0/+575 |
| | | | | | * libc/sys/rtems/include/inttypes.h: New file. * libc/sys/rtems/include/stdint.h: Ditto. | ||||
* | 2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org> | Jeff Johnston | 2005-03-06 | 2 | -2/+6 |
| | | | | * libc/string/memcmp.c: Fix to avoid pointer signedness warning. | ||||
* | 2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org> | Jeff Johnston | 2005-03-06 | 3 | -22/+11 |
| | | | | | | | | | * libc/include/machine/_types.h: New file. * libc/include/sys/types.h: Do not check for __rtems__ when including <machine/_types.h>. Remove some redundant declarations now that <machine/_types.h> is included. * libc/sys/rtems/machine/_types.h: Removed. Replaced with shared header file. | ||||
* | * sync.h (sync::init_lock): Declare new static member. | Christopher Faylor | 2005-03-06 | 3 | -7/+25 |
| | | | | | | | | (sync::init()): Declare new static function. * sync.cc (sync::init): Define. (sync::init): Lock attempt to initialize a muto to stop multiple threads from colliding. * dcrt0.cc (dll_crt0_0): Initialize muto environment. | ||||
* | * path.cc (special_name): Reorganize to always detect the use of special names | Christopher Faylor | 2005-03-06 | 2 | -14/+16 |
| | | | | first, before detecting special characters. | ||||
* | * cygpath.cc (usage): Pass in one more copy of program_name to printf to avoid | Christopher Faylor | 2005-03-06 | 2 | -1/+6 |
| | | | | a SEGV. | ||||
* | * pathnames.sgml: Clarify binmode/textmode behavior slightly. | Christopher Faylor | 2005-03-06 | 3 | -18/+25 |
| | | | | * textbinary.sgml: Ditto. | ||||
* | * fhandler_clipboard.cc: Use int for cygnativeformat rather than UINT as that | Christopher Faylor | 2005-03-04 | 2 | -2/+8 |
| | | | | | is what is returned by GetPriorityClipboardFormat. (fhandler_dev_clipboard::read): Ditto for the format variable. | ||||
* | * fhandler.cc (fhandler_base::open_9x): Satisfy query_open values. | Corinna Vinschen | 2005-03-04 | 2 | -6/+23 |
| | |||||
* | * fhandler_socket.cc (fhandler_socket::ioctl): Only cancel | Corinna Vinschen | 2005-03-04 | 2 | -1/+6 |
| | | | | WSAAsyncSelect when async mode is on. | ||||
* | * cygwin.din (utmpxname): Export. | Corinna Vinschen | 2005-03-03 | 6 | -2/+26 |
| | | | | | | | | * syscalls.cc (utmpxname): Create export alias to utmpname. * include/utmpx.h: Define ut_name and ut_xtime if not already defined. (utmpxname): Add prototype. * include/sys/utmp.h: Only define ut_name if not already defined. * include/cygwin/version.h: Bump API minor version. | ||||
* | * cygthread.cc (cygthread::detach): Use a slightly higher priority when waiting | Christopher Faylor | 2005-03-03 | 2 | -1/+6 |
| | | | | for thread signalling. | ||||
* | Add Pierre's security text. | Joshua Daniel Franklin | 2005-03-03 | 2 | -11/+10 |
| | |||||
* | restore comment | Christopher Faylor | 2005-03-03 | 1 | -0/+1 |
| | |||||
* | update copyright dates | Alan Modra | 2005-03-03 | 47 | -50/+59 |
| | |||||
* | fix changelog garbling | Christopher Faylor | 2005-03-03 | 1 | -4/+3 |
| | |||||
* | * autoload.cc (std_dll_init): Save and restore fpu control register around | Christopher Faylor | 2005-03-03 | 2 | -2/+12 |
| | | | | | LoadAddress to prevent loaded dlls (like msvcrt.dll) from setting unwanted stuff. | ||||
* | * cygtls.cc (_cygtls::remove): Don't attempt any removal activities if exitsock | Christopher Faylor | 2005-03-03 | 2 | -1/+9 |
| | | | | is zero. | ||||
* | * cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It should | Christopher Faylor | 2005-03-03 | 2 | -2/+8 |
| | | | | | always be set. (_cygtls::remove): Detect zero exitsock. Not quite sure why this is needed. | ||||
* | * mips.h: Define MIPS TLS relocations. | Daniel Jacobowitz | 2005-03-02 | 2 | -2/+22 |
| | |||||
* | * autoload.cc (LoadDLLprime): Mask error code to low-order 16 bits. | Christopher Faylor | 2005-03-02 | 2 | -2/+7 |
| | | | | (noload): Preserve sign when returning error code. | ||||
* | * spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they had | Christopher Faylor | 2005-03-02 | 2 | -6/+11 |
| | | | | previously been SIG_DFL. | ||||
* | * fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): Replace | Corinna Vinschen | 2005-03-02 | 3 | -9/+10 |
| | | | | | | GetSystemTime/SystemTimeToFileTime with GetSystemTimeAsFileTime. * times.cc (time_as_timestruc_t): Ditto. (time): Ditto. | ||||
* | PR libgcj/20160 | Alexandre Oliva | 2005-03-01 | 2 | -0/+64 |
| | | | | | * ltmain.sh: Avoid creating archives with components that have duplicate basenames. | ||||
* | * include/cygwin/version.h: Bump DLL minor number to 14. | Christopher Faylor | 2005-03-01 | 2 | -1/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2005-03-01 | 2 | -0/+8 |
| |