667f187146* fhandler.h (struct part_t): New type. (class fhandler_dev_floppy): Convert partitions to part_t pointer. Add lock_partition method. * fhandler_floppy.cc (fhandler_dev_floppy::lock_partition): New method to implement ondemand partition locking. (fhandler_dev_floppy::write_file): Call lock_partition from here if writing failed due to a potential write restriction on a disk partition. (fhandler_dev_floppy::open): Don't lock partitions here. (fhandler_dev_floppy::close): Keep track of partition handle reference count. Close handles and remove partitions pointer ony if count is 0. (fhandler_dev_floppy::dup): Just copy partitions pointer and increment reference count.
Corinna Vinschen
2011-01-12 09:16:51 +0000
95a5c969ab* fhandler.h (MAX_PARTITIONS): New definition. (class fhandler_dev_floppy): Add partitions array member. Add close method. * fhandler_floppy.cc (fhandler_dev_floppy::fhandler_dev_floppy): Zero out partitions array. (fhandler_dev_floppy::open): Fix "entire disk" condition for call to DeviceIoControl (FSCTL_ALLOW_EXTENDED_DASD_IO). When opening disks for writing, call DeviceIoControl (FSCTL_LOCK_VOLUME) on all affected disk partitions starting with Vista. (fhandler_dev_floppy::close): New method. (fhandler_dev_floppy::dup): Duplicate handles in partitions, if any. * wincap.h (wincaps::has_restricted_raw_disk_access): New element. * wincap.cc: Implement above element throughout.
Corinna Vinschen
2011-01-11 14:50:45 +0000
5837aa428fhttp://sourceware.org/ml/gdb-patches/2010-11/msg00112.html gdb/ChangeLog * remote-sim.c (gdbsim_store_register): Update API to sim_store_register to check more error conditions. include/gdb/ChangeLog * remote-sim.h (sim_store_register): Update the API documentation for this function. sim/erc32/ChangeLog sim/h8300/ChangeLog sim/m32c/ChangeLog sim/mn10300/ChangeLog sim/ppc/ChangeLog sim/rx/ChangeLog sim/v850/ChangeLog * ???.c (sim_store_register): Update return value to match new API.
Andrew Burgess
2011-01-11 14:19:31 +0000
b7d4651e3e* termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX. * include/sys/termios.h (cfgetospeed, cfgetispeed): Declare functions. Move macros after declarations and make conditional on !__cplusplus.
Corinna Vinschen
2011-01-11 10:09:23 +0000
cd441f06e2* cygtls.cc (_cygtls::init_thread): Call _REENT_INIT_PTR. Drop setting current locale and calling srand48.
Corinna Vinschen
2011-01-11 08:05:51 +0000
0a18555e4f* cygcheck.cc (main): don't imply -d from -s option to cygcheck
Corinna Vinschen
2011-01-10 12:51:02 +0000
98ac2593b0Correct hexadecimal formatting of double and long double values.
Keith Marshall
2011-01-07 22:57:00 +0000
a81dfe76fe2011-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
Jeff Johnston
2011-01-07 19:27:33 +0000
ebb0c523d72011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
Jeff Johnston
2011-01-05 22:48:56 +0000
c0e3c291502011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
Jeff Johnston
2011-01-05 17:38:42 +0000
f559c264a92011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
Jeff Johnston
2011-01-05 17:23:01 +0000
973929f99e2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
Jeff Johnston
2011-01-05 17:21:23 +0000
a8b560b15d2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
Jeff Johnston
2011-01-05 17:18:16 +0000
c35ba525fc2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
Jeff Johnston
2011-01-05 17:13:24 +0000
969dd6dff9* faq-setup.xml (faq.setup.cli): Correct description of -pubkey option
Christopher Faylor
2011-01-05 16:02:00 +0000
e7c3f7aa6emerge from gcc
DJ Delorie
2011-01-03 21:05:50 +0000
8b0be52ba0* ChangeLog-2010: Create from ChangeLog. * ChangeLog: Start fresh.
Christopher Faylor
2011-01-03 01:53:19 +0000
013cfaa1a2Sync toplevel configure from GCC.
Ralf Wildenhues
2011-01-02 16:40:07 +0000
d681b6d32crun copyright.sh for 2011.
Joel Brobecker
2011-01-01 15:33:53 +0000
ad586bebacPR gas/11395 * config/tc-hppa.c (pa_ip): Revert last change. Add variable need_cond to determine whether a 64-bit condition is needed for 'A' and 'S' conditions. Default to 32-bit never condition for logical and unit instructions. Add error message for missing branch on bit condition.
John David Anglin
2010-12-31 16:43:45 +0000
af7c827ae9fix typo in Corinna Vinschen's e-mail address
Michael Frysinger
2010-12-31 05:29:36 +0000
9d95238634Move ChangeLog entry.
John David Anglin
2010-12-29 16:57:42 +0000
2be50cacae* cygtls.cc: Include stdlib.h. (_cygtls::init_thread): Seed random number generator on a per-thread basis.
Christopher Faylor
2010-12-29 06:33:30 +0000
c27459e6752010-12-27 David Byron <dbyron0@users.sourceforge.net>
Chris Sutcliffe
2010-12-27 21:26:32 +0000
d01906b8392010-12-27 Ozkan Sezer <sezero@users.sourceforge.net>
Chris Sutcliffe
2010-12-27 21:19:42 +0000
48defac76a2010-12-27 Seth Jackson <sethj@users.sourceforge.net>
Chris Sutcliffe
2010-12-27 21:12:35 +0000
c65bfdfadc2010-09-22 Ryan Lortie <desrt@desrt.ca>
Chris Sutcliffe
2010-12-27 21:07:20 +0000
c3abd2abe82010-11-08 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
Chris Sutcliffe
2010-12-27 21:01:13 +0000
8eb8d272742010-12-27 Markus Koenig <basilo@users.sourceforge.net>
Chris Sutcliffe
2010-12-27 20:39:42 +0000
be26f8bde52010-10-20 Seth Jackson <sethj@users.sourceforge.net>
Chris Sutcliffe
2010-12-27 20:31:59 +0000
036f657a2b2010-12-27 Johann Hanne <jonnyh33@users.sourceforge.net>
Chris Sutcliffe
2010-12-27 20:20:15 +0000
83304a3ecc2010-12-27 Seth Jackson <sethj@users.sourceforge.net>
Chris Sutcliffe
2010-12-27 19:59:54 +0000
39e8c3f2322010-12-27 Paul Sokolovsky <pfalcon@users.sf.net>
Chris Sutcliffe
2010-12-27 19:15:29 +0000
c8d1848d07* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 234.
Christopher Faylor
2010-12-27 17:29:25 +0000
6b6e397671PR gas/11395 * config/tc-hppa.c (pa_ip): Set doubleword carry/borrow bit when a doubleword completer or doubleword condition is found in an add/sub instruction. Reject match for 'A'/'S' only if there is no condition and d bit is not set.
John David Anglin
2010-12-27 02:05:14 +0000
589e430baacygwin: * cygwin.din: Export program_invocation_name and program_invocation_short_name. * dcrt0.cc: Set program_invocation*name to correct values, based on argv[0]. * globals.cc (program_invocation_name): Define. (program_invocation_short_name): Ditto newlib: * libc/include/sys/errno.h (program_invocation_name): Declare. (program_invocation_short_name): Ditto.
Christopher Faylor
2010-12-26 21:11:38 +0000
d64bda8409include/opcode/ * mips.h: Update commentary after last commit.
Richard Sandiford
2010-12-18 11:28:25 +0000
68ab795133include/opcode/ 2010-12-14 Mingjie Xing <mingjie.xing@gmail.com>
Richard Sandiford
2010-12-18 11:14:12 +0000
afeb58b9ae2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2010-12-17 22:10:05 +0000
f67bdf6d9dRemove GPL licencsing
Nick Clifton
2010-12-17 10:13:31 +0000
321b046c802010-12-16 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2010-12-16 21:59:17 +0000
9296807af3* security.cc (alloc_sd): Really fix erroneous inheritence entry duplication now. Add more comments for clarity.
Corinna Vinschen
2010-12-16 10:31:09 +0000
e445b7c336* sec_acl.cc (getacl): Ensure that the default acl contains at least DEF_(USER|GROUP|OTHER)_OBJ entries.
Corinna Vinschen
2010-12-15 14:11:03 +0000
8d737546222010-12-14 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2010-12-14 22:35:27 +0000
d766a78b07Move gdb ChangeLog entry to gdb/ChangeLog.
H.J. Lu
2010-12-14 14:50:41 +0000
444b070081gdb: * valops.c (value_one): Use get_array_bounds to compute the number of array elements instead of dividing the length of the array by the length of the element types. * valarith.c (value_complement, value_neg): Likewise.
Ken Werner
2010-12-14 10:23:40 +0000
e52961c403* syscalls.cc (check_dir_not_empty): Never count more than 3 directory entries.
Corinna Vinschen
2010-12-12 15:32:45 +0000
f646aeb049* init.cc (search_for): Put this in shared section or suffer subtle problems with the tls. * pinfo.cc (status_exit): Add debug output to report on unexpected exit. * tls_pbuf.cc (tmp_pathbuf::c_get): Add more details to internal error.
Christopher Faylor
2010-12-12 05:48:29 +0000
4f26f8486cfix typo
Christopher Faylor
2010-12-09 21:44:22 +0000
0dcfb061cf* autoload.cc (RETRY_COUNT): New define. (std_dll_init): Restructure loop to retry loading a DLL only if specific errors occur. If these errors persist, try to load DLL with name only.
Corinna Vinschen
2010-12-09 16:50:36 +0000
23dbdc2aaa2010-12-08 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2010-12-08 23:22:20 +0000
bdcc0b84ed* net.cc (get_xp_ifs): Fix counting of idx to return stable interface alias names for interfaces with multiple IPv4 addresses.
Corinna Vinschen
2010-12-02 11:39:15 +0000