| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* libc/include/machine/time.h: RTEMS systems can configure clock
tick rate so use sysconf() to ask.
|
|
|
|
| |
* libc/include/sys/times.h: Add reference to POSIX standard.
|
|
|
|
|
| |
* libc/include/sys/time.h: Added BSD timer manipulation macros
used by RTEMS code.
|
|
|
|
|
|
|
| |
* libc/sys/rtems/crt0.c: Add stubs for functions implicitly
referenced by code generated by gcc 2.8.1.
(a29k): Add stubs for V_SPILL, V_FILL, V_BSD_OS, V_EPI_OS to
satisfy gcc.
|
|
|
|
| |
* libc/stdlib/system.c: Avoid compiling do_system() for RTEMS.
|
|
|
|
| |
* libc/include/ieeefp.h: Added entries for OpenCores CPUs.
|
|
|
|
|
|
| |
* configure.host (or16, or32): New entries for OpenCores
OpenRisc CPUs.
(*-*-rtems*): Add -DNO_EXEC.
|
|
|
|
|
| |
* libc/include/sys/errno.h: Added comments on many error numbers.
* libc/string/strerror.c: Added some more strings.
|
|
|
|
| |
(slash_unc_prefix_p): Allow backslash UNC paths.
|
|
|
|
|
| |
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
|
|
|
|
|
|
| |
g++ compiles.
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
|
| |
|
|
|
|
|
|
|
|
| |
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
* path.cc (normalize_posix_path): Put correct drive at beginning of \foo style
paths.
(chdir): Don't send non-posix path to cygcwd.set.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* libc/sys/sh/syscalls.c (_link): New stub.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Always build crt1.o, dllcrt1.o, crt2.o and dllcrt2.o.
Create a libcoldname.a for the oldname library for CRTDLL.
Restrict libmoldname.a for the oldname library for MSVCRT.
* configure.in: eliminate setting RUNTIME and CRT_ID variables.
Restructure the $target_os case logic.
Always name the MinGW thread dll helper mingwm.
Change Cygwin's HEADER_SUBDIR value from mingw32 to mingw.
* configure: regenerate.
|
| |
|
|
|
|
| |
is valid, zero if not according to Linux man page.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
condition.
* path.cc (path_conv::check): Get file system type in call to
GetVolumeInformation to check for file systems with buggy CreateFile.
* path.h (enum path_types): Add PATH_HASBUGGYOPEN.
(class path_conv): Add methods `has_buggy_open' and
`set_has_buggy_open'.
|
|
|
|
|
|
|
| |
EM_* constants are assigned. Move EM_PJ from official section to
ad-hoc section.
(EM_CRIS): Correct comment to match official description.
(EM_MMIX): Ditto.
|
|
|
|
|
|
| |
(fhandler_base::raw_read): Detect special case where last error ==
ERROR_NOACCESS but the file is at EOF. Most UNIXes do not consider this to be
an error.
|
| |
|
|
|
|
| |
inet_aton.
|
|
|
|
| |
avoid compiler warnings.
|
|
|
|
| |
* cygwin.din: Export cygwin_inet_aton as inet_aton.
|
| |
|
|
|
|
|
| |
prefix with KEY_READ.
(mount_info::get_cygdrive_info): Ditto.
|
| |
|
| |
|
|
|
|
|
| |
Remove the use of SNAPSHOT variable and test SNAPDATE instead.
Set SNAPDATE within the snapshot target on recursive call to $(MAKE).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add variables and targets to control binary and source distributions.
Add variables and targets to control snapshot distribution.
* profile/gmon.h: Add missing #endif for #ifndef.
* profile/ChangeLog: Merge entries here and remove.
* profile/Makefile.in: Add variables and targets to control
distribution.
* README: Add.
* TODO: ditto.
* config.guess: ditto.
* config.sub: ditto.
* mkinstalldirs: ditto.
* install-sh: ditto.
* configure: regenerate.
* profile/configure: ditto.
|
|
|
|
| |
including windows headers.
|
|
|
|
|
|
|
|
| |
* libc/include/sys/unistd.h: Removed definition of MAXNAMLEN.
* libc/include/dirent.h: Added definition of MAXNAMLEN if
not defined by sys/dirent.h.
* libc/posix/execvp.c: Added include of dirent.h to get
MAXNAMLEN value which used to be in unistd.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* include/io.h: add __int64 struct definitions and function prototypes;
add guard for MSVCRT-only prototypes
* include/limits.h: add ISO C9x macros LLONG_MIN, LLONG_MAX, ULLONG_MAX
* include/stdio.h: add wchar function prototypes (__MSVCRT__);
put wchar functions together to make sync with wchar.h easier
* include/stdlib.h: add wide char functions (__MSVCRT__)
* include/string.h: add string collation functions ( __MSVCRT__)
* include/sys/stat.h: add __int64 struct and function ( __MSVCRT__)
* include/tchar.h: add macros and macro function definitions
* include/wchar.h: add wide char function prototypes ( __MSVCRT__ );
enclose more functions in __MSVCRT__ guard;
some oldname wide char function prototypes #if (0)'d
* profile/gmon.h: add guard around BSD-ish typedefs
|
|
|
|
| |
previous one was used by the top level make.
|
|
|
|
|
| |
* common.h (ELFOSABI_MONTEREY): Renamed to ...
(ELFOSABI_AIX): This.
|