summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-02-17 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-02-172-3/+12
| | | | * mips/cfe.c (__cfe_handle, __cfe_entrypt): Fix types.
* Re-generate using autoconf 000227.Andrew Cagney2003-02-172-24/+1237
|
* * cygwin.din: Export all appropriate newlibc libm functions. Sort.Christopher Faylor2003-02-163-448/+481
| | | | * include/cygwin/version.h: Bump API minor number.
* * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,Geoffrey Keating2003-02-163-1239/+38
| | | | | don't configure target-libobjc. * configure: Regenerate.
* * cygwin.din: Export all appropriate newlib functions.Christopher Faylor2003-02-153-3/+82
| | | | * include/cygwin/version.h: Bump API minor number.
* * Makefile.tpl (RANLIB): Define.DJ Delorie2003-02-143-0/+7
| | | | * Makefile.in: Regenerate.
* * mmap.cc (mprotect): Add missing break.Corinna Vinschen2003-02-142-0/+5
|
* * profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensureChristopher Faylor2003-02-142-1/+6
| | | | -mno-cygwin where appropriate. Filter out -O2.
* * exceptions.cc (try_to_debug): Don't reset priority when returning fromChristopher Faylor2003-02-142-3/+6
| | | | non-waitloop call.
* Fix typo in last ChangeLog entry.Danny Smith2003-02-141-1/+1
|
* * profile/Makefile.in (mcount,o): Use -O1 optimizationDanny Smith2003-02-142-0/+10
| | | | switch to compile.
* * fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep forChristopher Faylor2003-02-133-1/+10
| | | | | bell sound. * autoload.cc (MessageBeep): Add.
* * include/cygwin/types.h: Use correct ifdef guard for u_ definitions.Christopher Faylor2003-02-132-8/+12
|
* * environ.cc (environ_init): Use strechr.Christopher Faylor2003-02-131-0/+4
|
* oops.Christopher Faylor2003-02-131-1/+1
|
* * include/cygwin/in.h (sockaddr_in): Fix typo.Christopher Faylor2003-02-133-3/+95
|
* fix typoChristopher Faylor2003-02-131-2/+2
|
* * how.texinfo: Add more w32api words.Christopher Faylor2003-02-132-4/+12
|
* * path.h (path_conv): Reorganize slightly.Christopher Faylor2003-02-132-2/+8
|
* * fhandler_tty.cc (process_input): Add sanity check to ensure that consoleChristopher Faylor2003-02-131-0/+5
| | | | typeahead is cleared on signal.
* * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor2003-02-134-3/+10
|
* * MAINTAINERS: Remove out-of-date file.Christopher Faylor2003-02-132-7/+4
|
* * cygpath.cc (doit): Allocate more space for non-path filename.Christopher Faylor2003-02-122-5/+9
|
* 2003-02-12 Roland Schwingel <roland.schwingel@onevision.de>Danny Smith2003-02-123-0/+37
| | | | | | | | | * include/wingdi.h (AddFontResourceEx[AW]): Add. (RemoveFontResourceEx[AW]): Ditto (FR_PRIVATE): Define. (FR_NOT_ENUM): Define. * lib/gdi32.def (AddFontResourceEx[AW]): Add. (RemoveFontResourceEx[AW]): Ditto.
* * include/math.h: Remove _CRTIMP from pow() prototype,Danny Smith2003-02-102-1/+9
| | | | unless __NO_ISOCEXT.
* * include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor2003-02-108-84/+233
| | | | | | | | | | | | | | | | | | * include/arpa/inet.h (inet_addr): Change return type to in_addr_t. (inet_lnaof): Ditto. (inet_netof): Ditto. (inet_network): Ditto. * include/cygwin/types.h: Move many *_t typedefs here. Protect them with ifdefs. * fhandler_disk_file.cc (fhandler_disk_file::fstat): Change ntsec_atts to mode_t. * security.cc (get_attribute_from_acl): Accept mode_t attribute. (get_nt_attribute): Ditto. (get_file_attribute): Ditto. (get_nt_object_attribute): Ditto. (get_object_attribute): Ditto. * security.h: Reflect above changes. * syscalls.cc (chown_worker): Change attrib to mode_t.
* * mingwex/math/cephes_emath.h: Don't redefine INFINITY.Danny Smith2003-02-102-1/+4
|
* * libc/include/sys/types.h: Don't define __MS_types__ for Cygwin. Don't defineChristopher Faylor2003-02-102-5/+9
| | | | some types under cygwin.
* * include/_mingw.h (_CRTIMP): Define for __GNUC__ ifDanny Smith2003-02-1030-1061/+1128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | __declspec(dllimport) supported. (__cdecl): Define if not already defined. (__stdcall): Likewise. * include/dirent.h: Qualify fuctions with __cdecl. * include/fenv.h: Likewise. * include/inttypes.h: Likewise. * include/assert.h: Qualify fuctions with __cdecl. Qualify CRT dll imports with _CRTIMP. * include/conio.h: Likewise. * include/ctype.h: Likewise. * include/direct.h: Likewise. * include/dos.h: Likewise. * include/errno.h: Likewise. * include/float.h: Likewise. * include/io.h: Likewise. * include/locale.h: Likewise. * include/malloc.h: Likewise. * include/math.h: Likewise. * include/mbctype.h: Likewise. * include/mbstring.h: Likewise. * include/process.h: Likewise. * include/setjmp.h: Likewise. * include/signal.h: Likewise. * include/stdio.h: Likewise. * include/stdlib.h: Likewise. * include/string.h: Likewise. * include/time.h: Likewise. * include/wchar.h: Likewise. * include/wctype.h: Likewise. * include/sys/stat.h: Likewise. * include/sys/timeb.h: Likewise. * include/sys/utime.h: Likewise. * include/ctype.h: Guard ctype inlines with __NO_INLINE__. * include/wctype.h: Guard wctype inlines with __NO_INLINE__. * include/stdio.h (__VALIST): Guard against prior definition.
* * include/w32api.h: Increment version to 2.3.Earnie Boyd2003-02-103-3/+8
| | | | * Makefile.in: Ditto.
* Add support for marking ARM ELF binaries as support the Cirrus EP9312 MaverickNick Clifton2003-02-102-0/+5
| | | | floating point co-processor.
* * include/GL/gl.h: Remove include of glext.h.Earnie Boyd2003-02-091-0/+2
| | | | Thanks to Greg Couch <gregcouch@users.sf.net>
* * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.Earnie Boyd2003-02-095-2/+46
| | | | | | * include/security.h: Include secext.h. * include/winbase.h: Declare COMPUTER_NAME_FORMAT. Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
* * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.Earnie Boyd2003-02-092-3/+10
| | | | | | (Ke386QueryToAccessMap): Ditto. (Ke386SetIoAccessMap): Ditto. Thanks to Marcel Telka <telka@users.sf.net>
* clarifyChristopher Faylor2003-02-081-1/+1
|
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2003-02-083-2/+11
| | | | | * malloc.cc (DEFAULT_MMAP_THRESHOLD): Bump down to 16MB thanks to below changes.
* * winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl 8.4.1.Christopher Faylor2003-02-082-1/+6
|
* * include/_mingw.h: Change version to 3.0Earnie Boyd2003-02-083-4/+9
| | | | * Makefile.in: Ditto.
* * include/stdlib.h: Make words after #endif a comment.Earnie Boyd2003-02-082-1/+5
|
* 2003-02-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-02-08129-3153/+5368
| | | | | | | | | | | | | | | | | | * acinclude.m4 (--disable-newlib-supplied-syscalls): New configuration option to allow disabling of syscalls being supplied in newlib. * aclocal.m4: Regenerated. * configure: Ditto. * configure.host: Add support of new configuration option and add -D__NO_SYSCALLS__ if newlib supplied syscalls are disabled. * doc/aclocal.m4: Regenerated. * doc/configure: Ditto. * libc/*aclocal.m4: Ditto. * libc/*configure: Ditto. * libm/*aclocal.m4: Ditto. * libm/*configure: Ditto. * libc/sys/arm/Makefile.am: Don't build syscalls.o if new option is disabled. * libc/sys/arm/Makefile.in: Regenerated.
* * libltp/lib/parse_opts.c: Deal with C warnings.Christopher Faylor2003-02-085-21/+29
| | | | | * winsup.api/pthread/cancel12.c: Ditto. * winsup.api/winsup.exp: Don't use -g3.
* * dump_setup.cc (compar): Use case insensitive comparisons.Christopher Faylor2003-02-072-11/+11
| | | | | (dump_setup): Calculate package_len based on already used "len". Don't bother with version_len.
* * dump_setup.cc (dump_setup): Compute the longest package nameCorinna Vinschen2003-02-072-1/+12
| | | | and align columns properly.
* * ntsec.sgml: Add note on special names for missing user/group.Corinna Vinschen2003-02-072-0/+67
|
* * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and lengthCorinna Vinschen2003-02-072-104/+121
| | | | | | | | | | | | | | | | parameter. Only protect pages actually unused currently. Do job of map_map() when initializing a map. (mmap_record::map_map): Reduce functionality for the reuse case of private anonymous mapping. (mmap_record::fixup_map): Format change. (list::add_record): Add offset and length parameter to call mmap_record::alloc_map() correctly. (mmap64): Rename `l' variable to `map_list'. Accomodate above changes. (munmap): Rename `l' variable to `map_list'. (msync): Ditto. (fhandler_disk_file::mmap): Streamline code. (mprotect): Ditto. (fixup_mmaps_after_fork): Rename `l' variable to `map_list'.
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2003-02-072-4/+14
| | | | | | * exceptions.cc (try_to_debug): Set priority of current thread rather than the main thread. Make busy waiting loop less busy. Restore priority when function returns.
* * malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.Christopher Faylor2003-02-073-0/+11
| | | | * pipe.cc (fhandler_pipe::close): Avoid extraneous this->.
* * pipe.cc (fhandler_pipe::close): Avoid extraneous this->.Christopher Faylor2003-02-071-1/+1
|
* * cygcheck.cc (common_apps): Add some more apps.Christopher Faylor2003-02-073-1/+13
| | | | * path.cc (get_cygdrive): Correctly set system flag.
* * heap.cc (heap_init): Remove debugging code.Christopher Faylor2003-02-072-15/+5
|