| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Don't unset, it's non-portable and no longer necessary, set to empty
instead.
|
| |
|
| |
|
|
|
|
| |
* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
|
|
|
|
|
| |
(symlink_info::check): Remove debugging stuff.
(chdir): Use posix'ized win32 path if cd'ed to a path using symlinks.
|
| |
|
|
|
|
|
|
| |
signal mask so that stacked signals behave correctly.
(sigdelayed): Avoid a race where a signal could end up calling an incorrect
signal handler if two signals come in close together.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-11-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* include/objbase.h: (COM_RIGHTS): Add definition.
(tagSTDMSHLFLAGS): add enumeration.
(CoInitializeEx): Add prototypes.
(CoGetStdMarshalEx): ditto.
(CoCreateInstanceEx): ditto.
(CoInitializeSecurity): ditto.
(CoGetCallContext): ditto.
(CoQueryProxyBlanket): ditto.
(CoSetProxyBlanket): ditto.
(CoCopyProxy): ditto.
(CoQueryClientBlanket): ditto.
(CoImpersonateClient): ditto.
(CoRevertToSelf): ditto.
(CoQueryAuthenticationServices): ditto.
(CoSwitchCallContext): ditto.
(CoGetInstanceFromFile): ditto.
(CoGetInstanceFromIStorage): ditto.
* include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
(SOLE_AUTHENTICATION_INFO): ditto.
(EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
(COLE_DEFAULT_PRINCIPAL): Add definition.
(COLE_DEFAULT_AUTHINFO): Ditto.
* include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
(RPC_PROTSEQ_VECTOR) Fix typo.
(RpcRaiseException): add DECLSPEC_NORETURN attribute.
* include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
attribute.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* libc/sys/sh/syscalls.c (_gettimeofday): New.
|
|
|
|
|
| |
keep at least one of build_libtool_libs or build_old_libs set to
yes.
|
| |
|
|
|
|
| |
len != 0 only when performing an anonymous mapping.
|
|
|
|
| |
* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
|
|
|
|
|
| |
* libc/include/math.h (signgam): Regress previous fix as
it does not handle programs with extern int signgam in them.
|
|
|
|
|
| |
* libc/include/math.h (signgam): Changed to a macro refering to
its location in the reentrant structure.
|
|
|
|
|
|
|
| |
* libc/stdio/vfprintf.c (_VFPRINTF_R): Modification to fix
that suppressed . for %.0f, 0.1. Check now looks if there
are padding zeroes (expt) in addition to any digits (ndig) to
print.
|
|
|
|
| |
* syscalls.cc (_read): Oscillate errno check.
|
| |
|
|
|
|
| |
* syslog.cc (setlogmask): New function.
|
| |
|
|
|
|
| |
* Makefile.in (ETC_SUPPORT): Add configure.texi and friends.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* libc/sys/arc/Makefile.am: New file.
* libc/sys/arc/Makefile.in: Ditto.
* libc/sys/arc/aclocal.m4: Ditto.
* libc/sys/arc/configure: Ditto.
* libc/sys/arc/configure.in: Ditto.
* libc/sys/arc/crt0.S: Ditto.
* libc/sys/arc/isatty.c: Ditto.
* libc/sys/arc/mem-layout.c: Ditto.
* libc/sys/arc/sbrk.c: Ditto.
* libc/sys/arc/syscalls.c: Ditto.
* libc/sys/arc/sys/syscall.h: Ditto.
|
|
|
|
| |
from being declared unless __cplusplus is defined.
|
| |
|
|
|
|
| |
Return success or failure error code.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* exceptions.cc (sig_handle_tty_stop): Move setting of PID_STOPPED to earlier
in interrupt.
((interrupt_setup): i.e., here.
(sig_handle): Don't queue multiple SIGSTOPS.
* fhandler.h (bg_check_types): Enumerate return value of bg_check for clarity.
* signal.cc (kill_pgrp): Minor cleanup.
* fhandler_termios.cc (fhandler_termios::bg_check): Use enumerated type for
function return. Don't raise signal if a signal is already queued.
* fhandler_console.cc (fhandler_console::read): Use enumerated return type for
bg_check.
* select.cc: Ditto, throughout.
* read.cc: Ditto, throughout.
* termios.cc: Ditto, throughout.
(_read): YA interrupt detect simplification.
* wait.cc (wait4): Ditto.
|
|
|
|
| |
disable free'ing memory.
|
|
|
|
|
| |
2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
New file.
|
|
|
|
|
| |
2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
New file.
|
|
|
|
|
| |
2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
New file.
|
| |
|
|
|
|
|
| |
2000-12-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
(_wgetenv) Correction to return type.
|
|
|
|
|
|
|
| |
2000-11-23 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
(LC_MIN) Add definition.
(LC_MAX) ditto.
(_wsetlocale) Add prototype.
|
| |
|
| |
|
|
|
|
| |
behavior.
|
|
|
|
| |
in case of EINVAL. Treat mmapping /dev/zero like MAP_ANONYMOUS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the new page map.
(mmap_record): Change type of base_address_ to caddr_t.
Add map_map_ member. Add several methods to manipulate map_map_.
(mmap_record::alloc_map): New method.
(mmap_record::free_map): Ditto.
(mmap_record::find_empty): Ditto.
(mmap_record::map_map): Ditto.
(mmap_record::unmap_map): Ditto.
(list::add_record): Change return type to `mmap_record *'.
Allocate page map.
(list::match): New method.
(mmap): Partly rewritten to take care for the new page map. Add some
parameter checking.
(munmap): Ditto.
|
|
|
|
| |
* COPYING.NEWLIB: Put into source repository.
|
|
|
|
| |
* syscalls.cc (getpagesize): Fix another typo.
|
|
|
|
|
|
| |
avoid calling GetSystemInfo too often.
* heap.cc (getpagesize): Eliminate.
(heap_init): Use getpagesize function from syscalls.cc.
|
|
|
|
| |
request to avoid implementing the same twice.
|
|
|
|
|
|
|
| |
* configure.in (host_tools): Add sid.
Always configure cgen.
* Makefile.in (all-sid): New target.
(check-sid, clean-sid, install-sid): Likewise.
|
|
|
|
| |
been interrupted by a signal.
|
|
|
|
| |
mode, 16 bit forms of ldi, ldo, ldw and stw instructions.
|