summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * localtime.c: Changed whole file to become C++ clean. Rename toCorinna Vinschen2001-07-252-140/+62
| | | | | localtime.cc. * localtime.cc (tzload): Preserve errno.
* * cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor2001-07-216-7/+25
| | | | | | | | * dtable.cc (dtable::dup_worker): Add debugging output. (dtable::vfork_child_dup): Correctly set close_on_exec. * fhandler.cc (fhandler_base::fork_fixup): Don't mess with handle if there is no need to get it from the parent. * fhandler_tty.cc (fhandler_tty_common::close): Add debugging output.
* Clone src/config.guess. Mention in MAINTAINERS.Andrew Cagney2001-07-201-1/+2
|
* * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.Corinna Vinschen2001-07-202-0/+8
|
* fix typo.Christopher Faylor2001-07-191-1/+1
|
* merge from gccDJ Delorie2001-07-192-9/+12
|
* 2001-07-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-07-186-247/+1016
| | | | | | | | * hp74x/configure: Regenerated with current autoconf. * m32r/configure: Ditto. * m68k/configure: Ditto. * pa/configure: Ditto. * sparc/configure: Ditto.
* * cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor2001-07-185-7/+17
| | | | | | | * dcrt0.cc (dll_crt0_1): Move uid initialization earlier. * fork.cc (fork_parent): Move cygheap_setup_in_child to just prior to CreateProcess so that all contents of cygheap are copied. * spawn.cc (spawn_guts): Ditto.
* * security.cc (get_user_groups): Call Net function with NULL serverCorinna Vinschen2001-07-182-17/+47
| | | | | | | name under specific error conditions. (is_group_member): Ditto. (get_user_local_groups): Ditto. (get_user_primary_group): Ditto.
* * syscalls.cc (_unlink): Explicitely check for non-existant file.Corinna Vinschen2001-07-182-2/+13
|
* * no need to inform sid@sourceware about dejagnu patches.Frank Ch. Eigler2001-07-171-3/+2
|
* * delqueue.h: Remove obsolete file.Corinna Vinschen2001-07-172-30/+4
|
* * child_info.h: Bump magic number.Christopher Faylor2001-07-179-132/+180
| | | | | | | | | | | | | | | | (class child_info): Add an element. * cygheap.cc (init_cheap): Allocate cygwin heap in shared memory area. (cygheap_fixup_in_child): Map cygwin heap, passed from parent via shared memory into correct address. (cygheap_setup_for_child): New function. * cygheap.h: Declare new functions. * dcrt0.cc (dll_crt0_1): Accomodate new cygheap_fixup_in_child arguments. Avoid protecting subproc_ready unless it is spawn/nowait. * fork.cc (fork_parent): Use new cygheap_setup_for_child function to setup cygwin heap info. Close passed cygheap shared memory handle. * spawn.cc (spawn_guts): Ditto. Also, reorganize to avoid synchronization between parent and child in non-P_OVERLAY case. * sigproc.cc (wait_sig): Only signal subproc_ready when execing.
* Update local local copies of config.sub and config.guess.Andrew Cagney2001-07-171-1/+1
| | | | Mention those files in MAINTAINERS.
* * grp.cc: Add missing Copyright date 2001.Corinna Vinschen2001-07-162-1/+5
|
* Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen2001-07-157-35/+73
| | | | | | | | | | | | | * sec_acl.cc (setacl): Never set DELETE permission. Set FILE_DELETE_CHILD only on readable and executable directories. * sec_helper.cc: Add constructor for `well_known_null_sid'. * security.cc (get_nt_attribute): Set S_ISVTX for directories if FILE_WRITE_DATA and FILE_EXECUTE but not FILE_DELETE_CHILD is set. Add evaluation of S_ISVTX, S_ISGID and S_ISUID from NULL ACE. (alloc_sd): Never set DELETE permission. Set FILE_DELETE_CHILD only on readable and executable directories. Add creation of NULL ACE for S_ISVTX, S_ISGID and S_ISUID permissions. * security.h: Add extern declaration for `well_known_null_sid'.
* * regtool.cc (find_key): Handle keys with only one subkey.Corinna Vinschen2001-07-152-4/+12
|
* * syscalls.cc (stat_worker): Simplify previous change.Christopher Faylor2001-07-142-6/+7
|
* * syscalls.cc (_unlink): Correct (?) logic which determines when to report anChristopher Faylor2001-07-132-16/+26
| | | | | access violation and when to queue file for eventual deletion. (stat_worker): Check for invalid buf argument.
* 2001-07-12 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2001-07-132-2/+4
| | | | * libc/machine/mips/setjmp.S: Allow mips16 and mips64 to coexist.
* 2001-07-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-07-122-0/+15
| | | | | * opcode/cgen.h (CGEN_INSN): Add regex support. (build_insn_regex): Declare.
* * some support for funny-endian 16/32-bit insn setsFrank Ch. Eigler2001-07-122-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | [cgen/ChangeLog] 2001-07-11 Frank Ch. Eigler <fche@redhat.com> * desc-cpu.scm (-gen-mach-table-defns): Emit fourth field: the mach->cpu insn-chunk-bitsize. (-gen-cpu-open): In @arch@_cgen_rebuild_tables, process above new field toward CGEN_CPU_TABLE->insn_chunk_bitsize. * mach.scm (<cpu>): New field insn-chunk-bitsize. (-cpu-parse, -cpu-read): Parse/initialize it. * doc/rtl.texi (define-cpu): Document it. [opcodes/ChangeLog] 2001-07-11 Frank Ch. Eigler <fche@redhat.com> * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of bfd_get_bits. * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect non-zero CGEN_CPU_DESC->insn_chunk_bitsize. [include/opcode/ChangeLog] 2001-07-11 Frank Ch. Eigler <fche@redhat.com> * cgen.h (CGEN_MACH): Add insn_chunk_bitsize field. (cgen_cpu_desc): Ditto.
* merge from gccDJ Delorie2001-07-113-0/+595
|
* * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen2001-07-102-7/+33
| | | | | by a unified name when running under 9x/ME. If that failes, create the file mapping using the unified name.
* * uinfo.cc (internal_getlogin): Add pointer check.Corinna Vinschen2001-07-092-3/+11
|
* * security.cc (alloc_sd): Don't set inheritance attribute forCorinna Vinschen2001-07-092-0/+21
| | | | permissions given to directories.
* 2001-07-07 Ben Elliston <bje@redhat.com>Ben Elliston2001-07-062-313/+331
| | | | * m88k.h: Clean up and reformat. Remove unused code.
* WinME also affected by missing pipe keyDavid Starks-Browning2001-07-061-1/+1
|
* New entry "Why doesn't Cygwin tcl/tk understand Cygwin paths?"David Starks-Browning2001-07-061-0/+9
|
* New entry: "Why don't international (8-bit) characters work?"David Starks-Browning2001-07-061-0/+14
|
* New "Known Problems" entry: Pipe key doesn't work on non-US kbds on Win9x.David Starks-Browning2001-07-061-2/+9
| | | | Some cosmetic changes.
* better instructions for installing cygwin snapshotsDavid Starks-Browning2001-07-051-1/+1
|
* New entry "Where is the su command?"David Starks-Browning2001-07-051-0/+10
|
* forceChristopher Faylor2001-07-050-0/+0
|
* "How do I rebuild the tools on my NT box?": texi2html now provided.David Starks-Browning2001-07-041-10/+3
|
* "Why the weird directory structure?": new mount output format.David Starks-Browning2001-07-041-5/+7
| | | | "Why can't I run bash as a shell under NT Emacs?": new title.
* Update "Can I use setup to install snapshots?" (now 'no') with new instructions.David Starks-Browning2001-07-041-14/+25
|
* Add caveat that contents list is always out of date.David Starks-Browning2001-07-041-30/+2
| | | | Remove entry "Setup screwed up my mounts!"
* just a bit more...David Starks-Browning2001-07-041-0/+2
|
* Add more to entry "How do I print under Cygwin"?David Starks-Browning2001-07-041-3/+24
|
* Add apropos and /usr/sbin/makewhatis to "Why doesn't man work?" entry.David Starks-Browning2001-07-041-3/+12
|
* Remerge with gccNick Clifton2001-06-302-5/+25
|
* Add DWARF 2.1 attributesNick Clifton2001-06-292-36/+56
|
* * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success.Christopher Faylor2001-06-292-6/+10
|
* Handle ARMs with big endian IEEE words but little endian IEEE bytesNick Clifton2001-06-283-3/+13
|
* * regtool.cc (find_key): Revert previous change.Christopher Faylor2001-06-282-7/+8
|
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-2810-54/+88
| | | | | | | | | | | | | | | * path.cc (path_conv::check): Add signal protection here since retrieving info about remote shares can take some time. * path.h (check_null_empty_str_errno): Convert to a function prototype. * path.cc (check_null_empty_str): Move to miscfuncs.cc. * miscfuncs.cc (check_null_empty_str_errno): New function. (__check_null_invalid_struct): Ditto. (__check_null_invalid_struct_errno): Ditto. (check_null_empty_str): Change from VirtualQuery to IsBadWritePtr. * thread.cc (check_valid_pointer): Ditto. * resource.cc (getrlimit): Use check_null_invalid_struct macro for checking validity of pointer. (setrlimit): Ditto.
* * regtool.cc (find_key): Allow '/' as a synonym for '\\'.Christopher Faylor2001-06-272-3/+10
|
* * fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor2001-06-264-5/+28
| | | | | | | | | being read for executable test since we could be checking for less than that. * syscalls.cc (stat_worker): Try opening the file the "correct" way first so that #! processing can potentially happen. If that fails, then use "query open" method. * spawn.cc (spawn_guts): Delay processing of signal until after we've notified parent about reparenting.
* Remove trailing tabs.Christopher Faylor2001-06-262-2/+2
|