Commit Graph

  • 1b1c7fbfa5 test new snmp headers Danny Smith 2003-08-25 09:52:10 +0000
  • 912800ed01 Add snmp API Danny Smith 2003-08-25 09:33:14 +0000
  • 6315f62b20 2003-08-25 Steven Edwards <Steven_Ed4153@yahoo.com> Danny Smith 2003-08-25 02:02:37 +0000
  • 1a5c6b9d0a 2003-08-25 Filip Navara <xnavara@volny.cz> Danny Smith 2003-08-25 01:39:59 +0000
  • 110af2d2db 2003-08-24 Danny Smith <dannysmith@users.sourceforge.net> Danny Smith 2003-08-24 23:04:57 +0000
  • c94e99621d 2003-08-23 Jason Eckhardt <jle@rice.edu> Jason Eckhardt 2003-08-23 23:00:09 +0000
  • be1ea8cde7 * syscalls.cc (_remove_r): Define. Christopher Faylor 2003-08-23 18:03:16 +0000
  • 9d4aef1930 * libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition to fseeko64. Christopher Faylor 2003-08-23 17:57:43 +0000
  • 2a3c43edcb Revise DejaGnu patch submission guidelines. Ben Elliston 2003-08-23 08:51:04 +0000
  • 5c6497b43f * cygheap.h (enum cygheap_types): Add HEAP_MMAP. (CYGHEAPSIZE): Add another 64K. * mmap.cc: Use cmalloc, ccalloc and crealloc with HEAP_MMAP type throughout. Christopher Faylor 2003-08-23 00:03:54 +0000
  • 7f32ba3a8d * cygheap.cc (user_heap_info::max): New field. * heap.cc (heap_init): Save pointer to end of heap reserved memory. (sbrk): Don't attempt to commit memory beyond end of heap reserved memory. Attempt to honor comment and reserve commitbytes if heapchunk fails. Christopher Faylor 2003-08-22 19:33:09 +0000
  • 897c6b5231 * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls. Christopher Faylor 2003-08-22 19:25:56 +0000
  • 9fc9e1c916 2003-08-22 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-08-22 18:52:25 +0000
  • c5a12ca3b9 Index: ChangeLog 2003-08-20 Geoffrey Keating <geoffk@apple.com> Geoffrey Keating 2003-08-22 17:05:58 +0000
  • 29cd21d03a * exceptions.cc (sig_handle): Change so that default signals indicate success. Christopher Faylor 2003-08-22 17:01:53 +0000
  • 01d699914d 2003-08-22 Filip Navara <xnavara@volny.cz> Danny Smith 2003-08-22 11:21:28 +0000
  • 9e80cb966c 2003-08-22 Danny Smith <dannysmith@users.sourceforge.net> Danny Smith 2003-08-22 10:50:54 +0000
  • 095abc79ba * sigproc.cc (wait_sig): Remove redundant test in do/while. Christopher Faylor 2003-08-22 03:40:49 +0000
  • a9f7754462 * sigproc.cc (wait_sig): Avoid infinite loop. Christopher Faylor 2003-08-22 01:07:01 +0000
  • 346c0bf9fc Add PGI extensions Nick Clifton 2003-08-21 14:03:23 +0000
  • b5c5b9996a * speclib: Reenable removal of temp files. Christopher Faylor 2003-08-21 03:36:02 +0000
  • d688945c44 * miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread. * sigproc.cc (wait_sig): Keep looping if there are more signals to consider and we are flushing signals. (sig_send): Put nonsync signals in the correct bucket. Christopher Faylor 2003-08-21 03:18:46 +0000
  • d41ac477ee Merge configure.in, configure with GCC. Geoffrey Keating 2003-08-21 02:21:21 +0000
  • 0b10f795f1 * speclib: Fix created lib to avoid "File truncated" problems. Christopher Faylor 2003-08-21 02:19:25 +0000
  • 49703eb3f5 2003-08-20 Chris Demetriou <cgd@broadcom.com> Jeff Johnston 2003-08-20 19:32:52 +0000
  • 2bf794af9a * exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race. Christopher Faylor 2003-08-20 18:09:24 +0000
  • d704b32411 Better handking for unresolved symbols Nick Clifton 2003-08-20 08:37:14 +0000
  • 6f6d673cc5 * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on a __SIGFLUSH. Christopher Faylor <cgf@redhat.com> * exceptions.cc (_sigreturn): Handle nested signals without growing the stack. Christopher Faylor 2003-08-20 05:15:33 +0000
  • 5f31e0f305 * exceptions.cc (pending_signals): Remove unneeded declaration. * sigproc.cc (pending_signals): Make static. (wait_sig): Use defined values rather than integers for rc. Never scan both todo arrays as this could cause hangs if signals arrive from two different sources. Rename saw_pending_signals to saw_failed_interrupt. Exit loop when signal found. Enter low-priority sleep, if necessary, after finished signalling completion. Set pending_signals when blocked (from Pierre Humblet). Christopher Faylor 2003-08-20 02:31:26 +0000
  • 6ac844b5e3 clarify Christopher Faylor 2003-08-20 01:19:04 +0000
  • 4b649dd933 * configure.in: Disable libgcj for darwin not on powerpc. * configure: Rebuild. Geoffrey Keating 2003-08-20 00:51:25 +0000
  • 8f0211142c 2003-08-19 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-08-19 18:09:54 +0000
  • b16bb18af4 * ppc.h (PPC_OPCODE_440): Define. Formatting. Use hex for other PPC_OPCODE_* defines. Alan Modra 2003-08-19 07:08:20 +0000
  • 06bb489932 * signal.cc (sigpending): Move. * sigproc.cc (sigpending): To here. (getlocal_sigtodo): Return process-local signal array. (sigpending): Accommodate new process-local signal array. (sig_send): Ditto. (sig_set_pending): Ditto. (wait_sig): Ditto. Christopher Faylor 2003-08-19 05:47:44 +0000
  • 05cb7b17cb Throughout, eliminate argument to sig_dispatch_pending. * exceptions.cc (setup_handler): Move non-interruptible condition handling (back) to wait_sig (as suggested by Pierre Humblet). (set_process_mask): Don't worry about calling sig_dispatch_pending from sigthread since it is detected in the function anyway. (sig_handle): Eliminate thisproc arg. Don't call sig_dispatch_pending on SIGCONT since that should happen automatically. * sigproc.cc (sig_dispatch_pending): Eliminate justwake argument. Just return when called from sigthread. (wait_sig): Change some variables to bool. Change inner while to an if. Move uninterruptible signal handling here. (sigproc_terminate): Don't call sig_dispatch_pending. Just increment semaphore on exit. * speclib: Use slightly different (but still flawed) method for determining symbols to extract from libraries. Christopher Faylor 2003-08-19 04:10:42 +0000
  • 755f575f15 correct attribution, since this is not Pierre's patch. Christopher Faylor 2003-08-19 01:17:53 +0000
  • 372cd2cbe6 * exceptions.cc (sigdelayed): Fix race where signal handler could get the wrong mask. Christopher Faylor 2003-08-19 00:31:56 +0000
  • 9d7f26eaf4 * path.cc (mount): Add null/empty check for input parameters. (umount): Add null/empty check for input parameters. Christopher Faylor 2003-08-19 00:18:48 +0000
  • c3b56227ec Touch version.h to avoid build message. Corinna Vinschen 2003-08-18 15:54:26 +0000
  • bb7c60962d 2003-08-17 Danny Smith <dannysmith@users.sourceforge.net> Danny Smith 2003-08-18 09:43:24 +0000
  • 981f9625f3 * grp.cc (read_group): Revert previous change. * uinfo.cc (pwdgrp::load): Always reset curr_lines. Corinna Vinschen 2003-08-17 17:50:40 +0000
  • 919497ee6b * dump_setup.cc (check_package_files): Strip leading / and ./ from package file names. Corinna Vinschen 2003-08-17 17:26:08 +0000
  • 22d82f9f46 * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO. * fhandler_raw.cc (fhandler_dev_raw::raw_read): Set more accurate errnos instead of EACCES. (fhandler_dev_raw::raw_write): Ditto. Corinna Vinschen 2003-08-17 17:12:18 +0000
  • 293ce8104d * path.cc (special_name): Accommodate all special names with extensions. Christopher Faylor 2003-08-17 16:33:15 +0000
  • 597b518cb9 Add ChangeLog entry for last commit. Danny Smith 2003-08-17 08:55:28 +0000
  • 5ca7a646d5 2003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net> Danny Smith 2003-08-17 08:47:37 +0000
  • 4f0b39d421 include/opcode/ChangeLog: 2003-08-16 Jason Eckhardt <jle@rice.edu> Jason Eckhardt 2003-08-17 03:16:23 +0000
  • d36496a4ec 2003-08-15 Michael Chastain <mec@shout.net> Michael Chastain 2003-08-16 16:54:26 +0000
  • b723879025 * dump_setup.cc (package_find): Don't stop searching on missing file list. (package_list): Ditto. Corinna Vinschen 2003-08-16 09:09:09 +0000
  • 66745a1ea5 Add 'src-release'. 'src-release' was carved out of 'Makefile.in', so use the same policy for it. Michael Chastain 2003-08-15 21:47:31 +0000
  • 200f243c42 * cygcheck.cc (main): Fix some formatting and help text printing. Corinna Vinschen 2003-08-15 20:26:11 +0000
  • 92d897cde2 * mmap.cc (mmap64): Avoid crash if file size is less than requested map length. Corinna Vinschen 2003-08-15 12:05:08 +0000
  • dae37d5d84 * regtool.cc (usage): Add missing linefeed. Move example to --help text. Fix forward slash description. Corinna Vinschen 2003-08-15 08:58:54 +0000
  • b98580a716 2003-08-15 Martin Fuchs <Martin-Fuchs@gmx.net> Danny Smith 2003-08-15 03:04:25 +0000
  • 37f0dc7a05 2003-08-15 Andrew Greenwood <lists@silverblade.co.uk> Danny Smith 2003-08-15 02:19:54 +0000
  • 498a5ffce2 * config-ml.in, symlink-tree: Add license. DJ Delorie 2003-08-14 20:44:13 +0000
  • e2b1a74c13 * dump_setup.cc (check_package_files): Fix extra '/' in filename. Resize command buffer. Fix buffer overflow bug. Corinna Vinschen 2003-08-13 19:37:40 +0000
  • db979bb4cf 2003-08-13 Aldy Hernandez <aldyh@redhat.com> Jeff Johnston 2003-08-13 17:45:31 +0000
  • 6efbdc7da5 2003-08-13 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-08-13 17:36:10 +0000
  • 6763d47b1e * path.cc (special_name): Add checks for some specials followed by a "." and a FIXME comment. Corinna Vinschen 2003-08-13 17:28:00 +0000
  • ae89a49602 * cygwin.din: Accomodate change from cygwin_lstat to lstat. * syscalls.cc: Add defines to avoid declaration issues when renaming cygwin_lstat back to lstat. (lstat): Reverted name change from cygwin_lstat. Corinna Vinschen 2003-08-13 11:28:42 +0000
  • 2c34141c56 2003-08-12 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-08-12 18:06:01 +0000
  • c86c10b803 * include/sys/param.h (NBBY): Define if not defined. Corinna Vinschen 2003-08-12 10:23:40 +0000
  • 6c7560c901 * lib/uuid.c (CGID_Explorer, CGID_ShellDocView, CGID_ShellServiceObject): Remove definitions. * lib/shell32.c (CGID_ShellServiceObject): Add definition. Danny Smith 2003-08-10 09:19:06 +0000
  • e41630b08a * dump_setup.cc (dump_setup): Check for the existence of the package list file. Rework slightly to use static buffer for popen commands. Christopher Faylor 2003-08-10 01:07:04 +0000
  • 46258d6fb8 2003-08-10 Danny Smith <dannysmith@users.sourceforge.net> Danny Smith 2003-08-10 00:40:01 +0000
  • 58d4b72d33 * dump_setup.cc (version_len): New static variable. (could_not_access,directory_exists): New static function. (file_exists): Ditto. (check_package_files): Ditto. (dump_setup): Check the contents of each package if check_files is true and output the result in the "Status" column. Flush output after each package. * dump_setup.cc (dump_setup): Remove redundant null check. Add informative message if package info not found. Christopher Faylor 2003-08-09 16:32:22 +0000
  • 9d77d53601 * include/cygwin/version.h: Bump DLL minor number to 3. Christopher Faylor 2003-08-09 16:32:03 +0000
  • a5ccdcb4df Convert cgen to C-90 Michael Meissner 2003-08-08 21:21:24 +0000
  • 5c65fa0200 * include/stdint.h: Correctly define INT32_MIN. Christopher Faylor 2003-08-08 19:30:41 +0000
  • b344f1876c * grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr after free() is called. Christopher Faylor 2003-08-08 19:28:34 +0000
  • 61bbf8b2b7 2003-08-08 Mark Salter <msalter@redhat.com> Jeff Johnston 2003-08-08 16:00:13 +0000
  • d61a06dd52 Add MSP430 variants Nick Clifton 2003-08-08 10:14:51 +0000
  • 61982e3c09 Convert to C90. Alan Modra 2003-08-07 02:25:50 +0000
  • 0601b11fb6 fix typo Christopher Faylor 2003-08-06 03:39:36 +0000
  • 8440f55d74 typo Christopher Faylor 2003-08-06 03:22:18 +0000
  • 16f9bc1323 * Makefile.common: Hmm. Older compilers seem to need -nostdinc. Christopher Faylor 2003-08-06 02:35:33 +0000
  • c6f80f3e29 * Makefile.common: Don't send -nostdinc++ with g++. Christopher Faylor 2003-08-06 02:06:43 +0000
  • 4b154cc1b3 * Makefile.in: Rework to accommodate new speclib arguments. * speclib: Rework to extract everything from libcygwin.a rather than building things from existing object files. Christopher Faylor 2003-08-06 01:40:12 +0000
  • 4423d92489 * path.cc (cygdrive_getmntent): Do not skip over drives of type DRIVE_REMOVABLE. * fhandler.cc (fhandler_base::lseek): Be more paranoid when constructing offsets from 64 bit value. * syscalls.cc (logout): Avoid temp buffer memcpy since new scheme does not require it. (utmp_data): Rework as a macro which returns a pointer into a buffer. (getutent): Use new buffer allocation mechanism to grab a utmp buffer. (getutid): Ditto. (pututline): Ditto. Christopher Faylor 2003-08-05 04:49:44 +0000
  • 3fea2e4087 * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' if end of directory condition is encountered as per SUSv2. * fhandler_proc.cc (fhandler_proc::readdir): Ditto. * fhandler_process (fhandler_process::readdir): Ditto. * fhandler_registry (fhandler_registry::readdir): Ditto. Christopher Faylor 2003-08-05 03:04:28 +0000
  • 2f631ebc94 change default for --change-default-prefix Christopher Faylor 2003-08-05 01:06:22 +0000
  • 90b3d5dcb6 New canonical location. David Starks-Browning 2003-08-04 10:40:28 +0000
  • 5060d48ee7 * include/shlobj.h (SHELLFLAGSTATE): Add structure. (SHGetInstanceExplorer): Correct return type. (SHGetFolderPath[AW]: Likewise. Thanks to Magnus Olsen <greatlord@sourceforge.users.net> for report. Danny Smith 2003-08-03 09:09:07 +0000
  • 2a33c5f1ed Merge from gcc: Nathanael Nerode 2003-08-02 02:00:38 +0000
  • e48c382f84 2003-08-01 Andrew Cagney <cagney@redhat.com> Andrew Cagney 2003-08-01 21:35:02 +0000
  • be21429f2f 2003-08-01 Danny Smith <dannysmith@users.sourceforge.net> Danny Smith 2003-08-01 09:11:39 +0000
  • 7d18037f8f 2003-08-01 Danny Smith <dannysmith@users.sourceforge.net> Danny Smith 2003-08-01 01:06:26 +0000
  • e895fc2077 2003-07-31 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2003-07-31 22:24:20 +0000
  • 4b8283ec80 Screwed up ChangeLog Joshua Daniel Franklin 2003-07-31 21:12:11 +0000
  • 0da026c397 * effectively.sgml: New file, "Using Cygwin Effectively with Windows". Joshua Daniel Franklin 2003-07-31 21:06:55 +0000
  • 0302dfe509 Allocate 4 slots on stack before calling main, in case it saves its argument registers. Remove reference to deleted v850ea port. Do not use -mv850 when building for v850e target. This prevents the ctbp system register from being initialised. Nick Clifton 2003-07-31 16:21:20 +0000
  • 49c12c3f53 2003-7-31 Martin Fuchs <Martin-Fuchs@gmx.net> Danny Smith 2003-07-31 10:25:56 +0000
  • de03e10ca5 * include/shellapi.h: Include all structs within pshpack2.h/ poppack.h block. Danny Smith 2003-07-31 05:40:39 +0000
  • a16d51edf6 * configure.in: Enable libgcj for darwin. * configure: Rebuild. DJ Delorie 2003-07-30 20:12:58 +0000
  • b9621e8d94 * dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to after pthread initialization. (dll_crt0_1): i.e., here. Christopher Faylor 2003-07-30 04:46:07 +0000
  • d193a9fe57 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version. Nathanael Nerode 2003-07-30 01:35:07 +0000
  • 4f96c36336 2003-07-18 Michael Snyder <msnyder@redhat.com> Michael Snyder 2003-07-29 21:05:31 +0000
  • 42de559299 2003-07-29 Honda Hiroki <hhonda@ipflex.com> Jeff Johnston 2003-07-29 20:45:11 +0000
  • e4bf124e03 2003-07-28 Eric Christopher <echristo@redhat.com> Eric Christopher 2003-07-29 06:42:51 +0000