1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset. Use offset directly. Add shortcut for lseek(fd, 0, SEEK_CUR) case. (fhandler_dev_floppy::ioctl): Drop wrong RDSETBLK case. * fhandler_raw.cc (fhandler_dev_raw::ioctl): Revamp RDSETBLK code. More... over 11 years ago
* fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loop with write mutex held. Delete redundant mutex release. Clear tty error once we've grabbed it. More... over 11 years ago
* fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Drop gratuitous initializing from previous patch. More... over 11 years ago
* fhandler_floppy.cc (fhandler_dev_floppy::open): Fix comment. More... over 11 years ago
* fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL. More... over 11 years ago
* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx opcodes. Likewise, use "cM" instead of "cm" in fstqs opcodes. More... over 11 years ago
* fhandler.h (class fhandler_dev_raw): Add members devbufalloc and devbufalign. (class fhandler_dev_floppy): Remove member bytes_per_sector; * fhandler_floppy.cc (bytes_per_sector): Define as devbufalign. (fhandler_dev_floppy::open): Set devbufalign to a multiple of the sector size and handle devbuf allocation and alignment in !O_DIRECT case here. Change comment accordingly. Call FSCTL_ALLOW_EXTENDED_DASD_IO for partitions as well. (fhandler_dev_floppy::raw_write): Fix comment. Rewrite and fix writing behaviour when application uses read and lseek. (fhandler_dev_floppy::lseek): Use rounddown macro. Call SetFilePointerEx rather than the old SetFilePointer. (fhandler_dev_floppy::ioctl): Reformat switch. Call IOCTL_DISK_UPDATE_PROPERTIES rather than IOCTL_DISK_UPDATE_DRIVE_SIZE in BLKRRPART case. Support BLKIOMIN, BLKIOOPT, BLKPBSZGET and BLKALIGNOFF. * fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Initialize all devbuf-related members. (fhandler_dev_raw::~fhandler_dev_raw): Delete devbufalloc rather than devbuf. (fhandler_dev_raw::open): Drop allocating devbuf. (fhandler_dev_raw::dup): Allocate devbufalloc and set devbuf to support new sector-aligned devbuf handling. (fhandler_dev_raw::fixup_after_exec): Ditto. * fhandler_tape.cc (fhandler_dev_tape::open): Ditto, set devbufalign to 1. * include/cygwin/fs.h (BLKIOMIN): Define. (BLKIOOPT): Define. (BLKALIGNOFF): Define. (BLKPBSZGET): Define. More... over 11 years ago
* fhandler_raw.cc (fhandler_dev_raw::open): Allow O_EXCL flag, as on Linux. More... over 11 years ago
* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulate output_mutex on CTRL-S/CTRL-Q to avoid a deadlock. * fhandler_tty.cc (fhandler_pty_slave::write): Loop when output_stopped is detected before acquiring output_mutex. Acquire output_mutex in the loop for each write. * tty.h: Remove some obsolete defines. (tty_min::output_stopped): Make 'bool'. More... over 11 years ago
config.{guess,sub}: update from upstream config-patches repo More... over 11 years ago
* include/cygwin/in.h (struct in_addr): Guard with s_addr to avoid potential collision with Win32 headers. More... over 11 years ago
merge from gcc More... over 11 years ago
* child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization. More... over 11 years ago
* pinfo.cc: Remove unneeded assert.h. More... over 11 years ago
* cygcheck.cc (dump_sysinfo): Convert "if/else if" chain to a switch statement. Drop "not yet supported" and "Server" from Windows 2012 output string. More... over 11 years ago
* libc/posix/wordfree.c (wordfree): The wrong words are freed when WRDE_DOOFFS is in use. Restructure the code so that the memory needed to be freed is instead kept in an internal linked list... * libc/posix/wordexp2.h: ...as defined here... * libc/posix/wordexp.c (wordexp): ...and build this internal linked list here, avoiding wasteful strdup calls in the process. More... over 11 years ago
* libc/posix/wordexp.c (wordexp): Return WRDE_NOSPACE on resource allocation failure. Cleanup leftover resources when failing. More... over 11 years ago
* libc/posix/wordexp.c (wordexp): Handle expanded words longer than 500 bytes. More... over 11 years ago
* libc/posix/wordexp.c (wordexp): Don't leak file streams. More... over 11 years ago
2012-10-04 Andreas Krebbel <[email protected]> More... over 11 years ago
* libc/machine/rl78/setjmp.S: Convert from CPP macros to GAS macros, to avoid dependence on the line separation character. More... over 11 years ago
* libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be an array of undefined size, to avoid problems when compiled with -msda=4. More... over 11 years ago
2012-10-01 Jeff Johnston <[email protected]> More... over 11 years ago
Sync toplevel files with GCC tree More... over 11 years ago
Sync config with GCC More... over 11 years ago
Don't abort() when disassembling bad moxie instructions. More... over 11 years ago
2012-09-26 Ian Bolton <[email protected]> Jim MacArthur <[email protected]> Marcus Shawcroft <[email protected]> Nigel Stephens <[email protected]> Ramana Radhakrishnan <[email protected]> Richard Earnshaw <[email protected]> Sofiane Naci <[email protected]> Tejas Belagod <[email protected]> Yufeng Zhang <[email protected]> More... over 11 years ago
2012-09-26 Michael Hope <[email protected]> More... over 11 years ago
2012-09-21 Steve Ellcey <[email protected]> More... over 11 years ago
* configure.ac (host_libs): Add libbacktrace. (target_libraries): Add libbacktrace. * Makefile.def (host_modules): Add libbacktrace. (target_modules): Likewise. * configure, Makefile.in: Rebuild. More... over 11 years ago