summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-07 Joel Sherrill <joel@OARcorp.com>Jeff Johnston2002-11-079-4/+510
| | | | | | | | | | | | | | * libc/sys/rtems/machine: New directory. * libc/sys/rtems/machine/limits.h, libc/sys/rtems/machine/param.h, libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h, libc/sys/rtems/sys/utime.h: New files added to make *-rtems newlib targets more BSD like when installed without requiring files to be overwritten at install point when RTEMS itself is installed. * Makefile.am: Pick up system dependent machine .h files such as might be found on a BSD-ish system. * Makefile.in: Regenerate. * libc/include/machine/types.h: When on an RTEMS target, define a few BSD flavor types.
* * fhandler_serial.cc (fhandler_serial::ioctl): Fix typo.Christopher Faylor2002-11-072-1/+5
|
* * include/cygwin/fs.h: New file.Corinna Vinschen2002-11-074-1/+175
| | | | | | * include/cygwin/hdreg.h: New file. * fhandler_floppy.cc (fhandler_floppy::ioctl): Add implementation for HDIO_GETGEO, BLKGETSIZE, BLKGETSIZE64, BLKRRPART and BLKSSZGET ioctls.
* * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.Corinna Vinschen2002-11-072-0/+5
|
* * fhandler_socket.cc (fhandler_socket::ioctl): Return correct flagsCorinna Vinschen2002-11-072-1/+7
| | | | for loopback interface when name is given on input instead of address.
* * cygwin.din: Export fseeko() and ftello().Corinna Vinschen2002-11-073-1/+11
| | | | * include/cygwin/version.h: Bump API minor version.
* minor reformatChristopher Faylor2002-11-071-1/+2
|
* * fhandler_console.cc (keytable[]): Revert previous change. It would break tooChristopher Faylor2002-11-072-5/+10
| | | | many things.
* * fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a little moreChristopher Faylor2002-11-071-0/+5
| | | | sensical.
* * syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor2002-11-073-6/+10
|
* * include/utmp.h: Define WTMP_FILE. Define and use UT_IDLEN.Christopher Faylor2002-11-072-1/+7
|
* * include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor2002-11-075-15/+44
| | | | | | | | | | | * cygwin.din (pututline): New exported function. * syscalls.cc (login): Use pututiline(). (setutent): Open utmp as read/write. (endutent): Check if utmp file is open. (utmpname): call endutent() to close current utmp file. (getutid): Enable all cases, use strncmp() to compare ut_id fields. (pututline): New. * tty.cc (create_tty_master): Set ut_pid to current pid.
* 2002-11-06 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston2002-11-073-12/+9
| | | | | * libc/include/wchar.h: Use _{BEGIN,END}_STD_C instead of extern "C". * libc/include/wctype.h: Ditto.
* 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-079-23/+76
| | | | | | | | | | | | * arm/Makefile.in: Add support for new pid specs. * arm/coff-iq80310.specs: Change to allow future support. * arm/elf-iq80310.specs: Ditto. * arm/elf-redboot.specs: Ditto. * arm/coff-redboot.ld: Add EH frame support. * arm/redboot-crt0.S: Add optional code to clear bss without memset. * arm/coff-pid.specs: New file. * arm/elf-pid.specs: New file.
* 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-064-85/+78
| | | | | | | | | Catherine Moore <clm@redhat.com> * m32r/configure.in: Do not require gcc to be able to link an executable. * m32r/configure: Regenerate. * m32r/Makefile.in: Directly reference gdbstub.
* * fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OSChristopher Faylor2002-11-062-35/+25
| | | | | has the capability to retrieve RTS/CTS. Just set default values if DeviceIoControl fails. (suggested by Sergey Okhapkin)
* * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type forChristopher Faylor2002-11-053-7/+17
| | | | | | | minchars. (fhandler_serial::ioctl): Set errno if the ClearCommError fails. (fhandler_serial::tcsetattr): Use correct value for vmin_. (fhandler_serial::tcgetattr): Ditto.
* * fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULLChristopher Faylor2002-11-052-8/+12
| | | | WSARecvFrom with fromlen = NULL.
* * pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin.Christopher Faylor2002-11-052-1/+6
|
* * pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting forChristopher Faylor2002-11-052-1/+12
| | | | commune completion so that we don't spin waiting for lower priority processes.
* revert erroneous checkinsChristopher Faylor2002-11-052-3/+1
|
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor2002-11-054-2/+8
|
* * pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.Christopher Faylor2002-11-052-0/+9
|
* * fhandler_process.cc (fhandler_process::fill_filebuf): Deal with errorChristopher Faylor2002-11-052-1/+6
| | | | condition from cmdline retrieval.
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.Christopher Faylor2002-11-052-1/+5
|
* 2002-11-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-043-0/+21
| | | | | * libc/include/wchar.h: Add extern "C" specifier if C++. * libc/include/wctype.h: Ditto.
* Top level configury changes for RDA.Kevin Buettner2002-11-044-6/+19
|
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-11-042-1/+5
|
* * fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errnoChristopher Faylor2002-11-043-85/+131
| | | | | appropriately. Exit from the bottom. Correctly deal with third argument for TCFLSH. (Suggested by Sergey Okhapkin)
* * include/winnt.h (VerSetConditionMask): Add prototype.Danny Smith2002-11-043-0/+11
| | | | * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
* * fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new windowChristopher Faylor2002-11-042-9/+32
| | | | | | | size is equal to the old one. Send SIGWINCH if slave connected to a pseudo tty. (fhandler_pty_master::ioctl): Do nothing if the new window size is equal to the old one.
* spaceChristopher Faylor2002-11-023-3/+3
|
* 2002-10-31 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-11-012-1/+5
| | | | * fhandler.cc (fhandler_base::open): Verify pc isn't NULL.
* * cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName.Christopher Faylor2002-10-312-132/+105
| | | | | | | (get_long_name): Correctly prototype GetLongPathName. (get_long_paths): Implement using get_long_name to cut down on code duplication. (doit): Do various things to make path output work predictably.
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-10-302-1/+5
|
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-3013-38/+434
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pinfo.h (SIGCOMMUNE): New signal type. (commune_result): New structure for commune functions. (picom): New enum for commune functions. (_pinfo::hello_pid): New. Pid who's communicating with me. (_pinfo::tothem): New. Handle of communicating pipe. (_pinfo::fromthem): Ditto. (_pinfo::commune_recv): Declare. (_pinfo::commune_send): Declare. (_pinfo::alive): Declare. (_pinfo::cmdline): Declare. (_pinfo::lock): Declare. * pinfo.cc (set_myself): Initialize new _pinfo lock. (_pinfo::alive): Define. Determines if process still exists. (_pinfo::commune_recv): Define. Receive info from another cooperating process. (_pinfo::commune_send): Define. Send info to another cooperating process. (_pinfo::cmdline): Define. Determine command line of a given process. * include/sys/cygwin.h (CW_CMDLINE): Define. *sigproc.cc (talktome): Communicate with any processes who want to talk to me. (wait_sig): Honor __SIGCOMMUNE. * fhandler.cc (fhandler_virtual::fixup_after_exec): Declare. * fhandler_proc.cc: Use malloc/free/realloc throughout rather than cmalloc since buffers don't need to be propagated to subprocesses. * fhandler_registry.cc: Ditto. * fhandler_virtual.cc: Ditto. (fhandler_virtual::fixup_after_exec): Define. * fhandler_process.cc: Ditto for malloc/free/realloc. (process_listin): Add "cmdline". (fhandler_process::fill_filebuf): Implement PROCESS_CMDLINE. * miscfuncs.cc (isalpha_array): New array populated with xor values for alpha characters to switch from one case to another. * string.h (cygwin_strcasematch): New asm implementation of case match. * string.h (cygwin_nstrcasematch): New asm implementation of counted case match.
* 2002-10-30 Guido Serassio <serassio@libero.it>Danny Smith2002-10-302-1/+10
| | | | | * include/stdio.h (_getnaxstdio): Add prototype. (_setmaxstdio): Likewise.
* merge from gccDJ Delorie2002-10-273-2/+10
|
* merge from gccDJ Delorie2002-10-272-0/+8
|
* * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,DJ Delorie2002-10-263-4/+10
| | | | | and restrap targets to this rule. * Makefile.in: Regenerate.
* 2002-10-25 Bernd Schmidt <bernds@redhat.com>Jeff Johnston2002-10-258-78/+124
| | | | | | | | | | | | | | | | | * i386/cygmon.ld: Add entry for .gcc_except_table. 2000-10-25 Mark Salter <msalter@redhat.com> * i386/cygmon-crt0.S: Use __USER_LABEL_PREFIX__ for symbols. Always use __start for start symbol. * i386/cygmon-salib.c: Don't build __do_global_[cd]tors for AOUT. Disable file I/O extensions to make Plum Hall happy. * i386/cygmon.ld: Set __start as entry point. * i386/Makefile.in: Support IS_AOUT. * i386/configure.in: Support IS_AOUT. * i386/configure: Regenerated. * i386/cygmon-salib.c: * i386/cygmon-gmon.c (_mcount): It's _etext.
* Regenerated with latest autoconf.Jeff Johnston2002-10-251-35/+24
|
* Regenerate to use latest autoconf tools.Jeff Johnston2002-10-254-112/+68
|
* 2002-10-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-10-253-36/+37
| | | | | | * configure.in: Clarify some of the triplets so unsupported configurations don't pass through. * configure: Regenerated.
* merge from gccDJ Delorie2002-10-252-1/+10
|
* * configure.in (i[3456]86-*-linux*): Add check to disableHans-Peter Nilsson2002-10-242-0/+12
| | | | ${libgcj} for glibc1.
* * pwdgrp.h (pwdgrp_read::open): Compare fh to INVALID_HANDLE_VALUE.Christopher Faylor2002-10-242-3/+6
|
* * ntsec.sgml: Correct some minor grammatical errors.Joshua Daniel Franklin2002-10-232-10/+15
|
* * dll.sgml: Simplify dll build instructions.Joshua Daniel Franklin2002-10-232-13/+36
|
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Nevermind. RevertChristopher Faylor2002-10-232-27/+30
| | | | everything to previous state wrt ntsec and exec bits.