1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* utils.sgml (mount): Document sparse mount option. More... over 11 years ago
* new-features.sgml (ov-new1.7.18): Add sparse change. * pathnames.sgml (mount-table): Document sparse mount option. More... over 11 years ago
*** empty log message *** More... over 11 years ago
* fhandler.cc (fhandler_base::write): Don't attempt to sparsify an already sparse file. Drop check for FILE_SUPPORTS_SPARSE_FILES flag. Explicitely set FILE_ATTRIBUTE_SPARSE_FILE attribute in cached attributes. (fhandler_base::lseek): Only set did_lseek if sparseness is supported. * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Don't attempt to sparsify an already sparse file. Explicitely set FILE_ATTRIBUTE_SPARSE_FILE attribute in cached attributes. * mount.cc (oopt): Add "sparse" flag. (fillout_mntent): Ditto. * path.h (enum path_types): Add PATH_SPARSE. (path_conv::support_sparse): New method. (path_conv::fs_flags): Constify. (path_conv::fs_name_len): Ditto. include/sys/mount.h: Replace unused MOUNT_MIXED flag with MOUNT_SPARSE. More... over 11 years ago
Add --with-build-config=bootstrap-asan support More... over 11 years ago
Add libstdc++-raw-cxx.m4 More... over 11 years ago
Add bootstrap-asan.mk More... over 11 years ago
2012-12-11 Steve Ellcey <[email protected]> More... over 11 years ago
Microblaze: Add support for handling TLS symbol suffixes and generating TLS relocs for General Dynamic and Local Dynamic models. More... over 11 years ago
* sigproc.h (sig_send): Accept tid as argument #3. Default to NULL. * sigproc.cc (sig_send): Ditto. Pass tid to other sig_send. (sigpending): Send current thread as arg #3. More... over 11 years ago
Add copyright notices More... over 11 years ago
* config.sub: Merge from config repo. More... over 11 years ago
* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls before initialization. * fhandler_fifo.cc (fhandler_fifo::arm): Avoid improper printing of integer as a string in debug output. More... over 11 years ago
* sigproc.h (sigpacket): Remove parameter names from declarations. (sigpacket::sigtls): Rename from 'tls'. * exceptions.cc (sigpacket::process): Define local tls variable and assign that to sigtls if appropriate. Clarify debugging output. * sigproc.cc (sig_send): Accommodate tls -> sigtls rename. (pending_signals::add): Ditto. (wait_sig): Ditto. More... over 11 years ago
* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlock conditional. * exceptions.cc (_cygtls::interrupt_setup): Don't get a lock when setting signal_arrived since we already have one. * gendef: Add some comments to make it easier to find functions. More... over 11 years ago
2012-12-04 Kyrylo Tkachov <[email protected]> More... over 11 years ago
* new-features.sgml (ov-new1.7.18): New section. Document cfsetspeed. More... over 11 years ago
* include/cygwin/wait.h (WAIT_ANY): Define. (WAIT_MYPGRP): Define. More... over 11 years ago
* child_info.h (class child_info_spawn): Drop unused member lock. (CURR_CHILD_INFO_MAGIC): Update. * sigproc.cc (child_info_spawn::child_info_spawn): Drop setting lock. More... over 11 years ago
2012-12-04 Kyrylo Tkachov <[email protected]> More... over 11 years ago
* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' to something more expressive. Reflect rename throughout. (_cygtls::get_signal_arrived): Rename from create_signal_arrived. Move lock here. (_cygtls::set_signal_arrived): Use get_signal_arrived. * exceptions.cc (_cygtls::interrupt_setup): Use get_signal_arrived. * tlsoffsets.h: Regenerate. More... over 11 years ago
Merge g++/xg++ changes from GCC More... over 11 years ago
* libc/machine/arm/strcmp.S (compute_return_value): Fix return value. * testsuite/newlib.string/strcmp-1.c (main): Add new test cases. More... over 11 years ago
revert erroneous checkin More... over 11 years ago
* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitive when looking for cmd.exe command line. More... over 11 years ago
* libc/include/sys/reent.h (__sFILE): Change type of _offset from int to _off_t. * libc/stdio/ftell.c: Use _ftello_r(). * libc/stdio/ftello.c: Copy implementation from previous _ftell_r(). * libc/stdio/fseek.c: Use _fseeko_r(). * libc/stdio/fseeko.c: Copy implementation from previous _fseek_r(). More... over 11 years ago
Disable libsanitizer for non-C++ builds. More... over 11 years ago
* Makefile.in: Remove old from CFLAGS and move C*FLAGS so that they can be manipulated by Makefile.common. More... over 11 years ago
* Makefile.in: Move CFLAGS and CXXFLAGS so that they can be manipulated by Makefile.common. Add -static-libstdc++ to *LDFLAGS. Add dependencies for loadlib.h. * loadlib.h: Update copyright. (_load_sys_library): Properly define set_dll_library as WINAPI to avoid stack corruption. More... over 11 years ago
* Makefile.in (ZLIBS): Common define to force static load. (MINGW_LDFLAGS): Use static libgcc. More... over 11 years ago