Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights. | Christopher Faylor | 2001-03-18 | 14 | -14/+14 |
| | |||||
* | Update copyright. | Christopher Faylor | 2001-03-18 | 2 | -2/+2 |
| | |||||
* | Fix a typo. | H.J. Lu | 2001-03-18 | 1 | -1/+1 |
| | |||||
* | * external.cc (fillout_pinfo): Match windows pid, as well as cygwin pid when | Christopher Faylor | 2001-03-18 | 3 | -3/+10 |
| | | | | | passed in pid. Don't prematurely break when searching for a pid. * thread.h (_winsup_t): Eliminate unneeded field. | ||||
* | * kill.cc (forcekill): Use dwProcessId when opening a process, not the Cygwin | Christopher Faylor | 2001-03-18 | 2 | -1/+6 |
| | | | | pid. | ||||
* | * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp. | Corinna Vinschen | 2001-03-17 | 3 | -3/+9 |
| | | | | | * syscalls.cc (_unlink): Ditto. (_rename): Ditto. | ||||
* | British -> US spelling. | David Starks-Browning | 2001-03-17 | 1 | -3/+10 |
| | | | | Add .inputrc tip to entry "How can I copy and paste into Cygwin console windows?" | ||||
* | * path.cc (suffix_scan::next): Avoid searching for foo.lnk twice when input is | Christopher Faylor | 2001-03-17 | 2 | -3/+12 |
| | | | | "foo". | ||||
* | * net.cc (cygwin_socket): Set protocol to 0 when address family is | Corinna Vinschen | 2001-03-17 | 2 | -1/+6 |
| | | | | AF_UNIX to avoid WSAEPROTONOSUPPORT error. | ||||
* | * net.cc (cygwin_socket): Pass protocol parameter to socket call. | Corinna Vinschen | 2001-03-17 | 2 | -1/+5 |
| | |||||
* | Remove "not yet updated" caveat from entry: | David Starks-Browning | 2001-03-17 | 1 | -3/+0 |
| | | | | "How is the DOS/Unix CR/LF thing handled?" | ||||
* | * dir.cc (readdir): Use strcasematch for consistency. | Christopher Faylor | 2001-03-17 | 3 | -49/+66 |
| | | | | | | | | | | | * path.cc (symlink_info): Eliminate known_suffix. (path_conv::check): Always copy ext_here to end of buffer, if found. (suffix_scan): Eliminate ext_here, add suffixes_start. (suffix_scan::has): Eliminate an argument. Reorganize. Always return pointer to end of input path. (suffix_scan::next): Take a second pass through the suffix list looking for .lnk. (symlink_info::check): Eliminate known_suffix usage. | ||||
* | Fix typo. | Christopher Faylor | 2001-03-17 | 1 | -1/+1 |
| | |||||
* | Accomodate all devices. | Christopher Faylor | 2001-03-17 | 2 | -4/+3 |
| | |||||
* | * syscalls.cc (stat_dev): Give devices full read/write. | Christopher Faylor | 2001-03-17 | 2 | -2/+6 |
| | |||||
* | * thread.cc (MTinterface::CreateCond): Check for null attr pointer. | Christopher Faylor | 2001-03-17 | 2 | -1/+5 |
| | |||||
* | * fhandler_termios.cc (fhandler_termios::line_edit): Don't accept input when a | Christopher Faylor | 2001-03-17 | 2 | -5/+7 |
| | | | | signal is sent or we'll end up in an EOF/signal race. | ||||
* | fix spelling error. | Christopher Faylor | 2001-03-17 | 1 | -1/+1 |
| | |||||
* | * path.cc: Translate scan states from defines to enums. | Christopher Faylor | 2001-03-17 | 2 | -18/+39 |
| | | | | | | | | | | (suffix_scan): Rename state to nextstate for clarity. (lnk_match): Change to allow multiple states to indicate that a .lnk has been matched. (suffix_scan::has): Eliminate a goto. Handle .lnk as a special case, since a .lnk may also need to be tacked on the end of a .lnk. (suffix_scan::next): Don't increment next state. Set it specifically. Recognize new .lnk states. | ||||
* | * cygwin.din: Export the new functions. | Christopher Faylor | 2001-03-17 | 6 | -1/+410 |
| | | | | | | | | | * pthread.cc (pthread_cond_*): Add wrapper functions that call __pthread_cond* functions. * thread.cc (__pthread_cond_*): Implement the pthread_cond* functions. * thread.h: Add new class entries and prototypes for __pthread_cond* functions. * include/pthread.h: user land header prototypes for pthread_cond* functions and related defines. | ||||
* | merge from gcc | DJ Delorie | 2001-03-14 | 1 | -0/+12 |
| | |||||
* | Fix minor formatting bugs. | DJ Delorie | 2001-03-14 | 1 | -10/+10 |
| | |||||
* | Synchronise with copyright dates on FSF GCC versions of these files | Nick Clifton | 2001-03-14 | 8 | -7/+14 |
| | |||||
* | * environ.cc (parse_options): Use strtok_r instead of strtok. | Corinna Vinschen | 2001-03-14 | 3 | -5/+19 |
| | | | | | * security.cc (convert_string_sid_to_sid): Ditto. (aclfromtext): Ditto. Fix buffer usage. | ||||
* | * path.cc (lnk_suffixes): Remove. | Corinna Vinschen | 2001-03-14 | 3 | -21/+25 |
| | | | | | | | | | | | | (class suffix_scan): Add `lnk_state' flag. (suffix_scan::lnk_match): Return state of `lnk_state' now. (suffix_scan::has): Changed behaviour if file has `.lnk' suffix. (suffix_scan::next): Set `lnk_state' where appropriate. (symlink_info::check): Fix a wrong `break'. * syscalls.cc (chown_worker): Change debug statement to reflect lchown fix. (lchown): Call chown_worker with `PC_SYM_NOFOLLOW' instead of `PC_SYM_IGNORE'. | ||||
* | * libc/sys/cygwin/crt0.c: Add copyright hint. | Corinna Vinschen | 2001-03-14 | 6 | -1/+46 |
| | | | | | | | * libc/sys/cygwin/sys/dirent.h: Ditto. * libc/sys/cygwin/sys/param.h: Ditto. * libc/sys/cygwin/sys/utime.h: Ditto. * libc/sys/cygwin/sys/utmp.h: Ditto. | ||||
* | formatting fix | Nick Clifton | 2001-03-14 | 1 | -23/+24 |
| | |||||
* | Fix typos in ChangeLogs; add coff/external.h; fix copyright dates | Nick Clifton | 2001-03-14 | 144 | -4497/+2357 |
| | |||||
* | * fhandler.cc (fhandler_disk_file::fstat): Add correct modes to | Corinna Vinschen | 2001-03-13 | 2 | -1/+6 |
| | | | | symlinks when stat'ing on FAT or FAT32 file systems. | ||||
* | * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly. | Earnie Boyd | 2001-03-13 | 2 | -1/+6 |
| | | | | Thanks to: Mattia Barbon <mbarbon@dsi.unive.it> | ||||
* | * libc/stdio/vfprintf.c (QUADINT) [_NO_LONGLONG]: Make it | Alexandre Oliva | 2001-03-13 | 2 | -0/+11 |
| | | | | equivalent to LONGINT. | ||||
* | Fix typo | Egor Duda | 2001-03-13 | 1 | -2/+2 |
| | |||||
* | * fhandler.h (fhandler_termios::fixup_after_exec): New function. | Egor Duda | 2001-03-12 | 4 | -2/+18 |
| | | | | | | | * fhandler.cc (fhandler_termios::fixup_after_fork): New function. Fixup output handle. * fhandler_tty.cc (fhandler_tty_common::fixup_after_fork): Output handle is now fixed up in fhandler_termios::fixup_after_fork(). | ||||
* | * fhandler.h (fhandler_termios::fhandler_termios): Enable fixup | Egor Duda | 2001-03-12 | 3 | -2/+8 |
| | | | | | | after fork. * fhandler_console.cc (fhandler_console::fhandler_console): Fixup after fork is now enabled in the base class constructor. | ||||
* | * include/commctrl.h (TBSTYLE_FLAT): New definition. | Earnie Boyd | 2001-03-12 | 2 | -0/+10 |
| | | | | | | (TB_GETBUTTONSIZE): Ditto. (TCS_HOTTRACK): Ditto. Thanks to: Chris Hansen <popeofpop@softhome.net> | ||||
* | * mkvers.sh: Include config.h so that DEBUGGING is correctly defined. | Christopher Faylor | 2001-03-12 | 2 | -0/+5 |
| | |||||
* | * spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not a | Christopher Faylor | 2001-03-12 | 3 | -5/+11 |
| | | | | cygwin process (suggested by Jason Gouger <cygwin@jason-gouger.com>). | ||||
* | * child_info.h: Bump magic number for fork/exec/spawn. | Christopher Faylor | 2001-03-11 | 2 | -1/+5 |
| | |||||
* | Remove obvious brain freeze problem. | Christopher Faylor | 2001-03-11 | 1 | -1/+1 |
| | |||||
* | * autoload.cc (noload): Use proper method for multiline strings or newer gcc's | Christopher Faylor | 2001-03-11 | 5 | -167/+186 |
| | | | | | | | | complain. * exceptions.cc (unused_sig_wrapper): Ditto. * fhandler.h (fhandler_base): Make get_io_handle and friends return self. * fhandler_tty.cc (fhandler_pty_common::close_on_exec): Accomodate DEBUGGING flag to avoid spurious warnings when inheritance is set. | ||||
* | * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning. | Christopher Faylor | 2001-03-10 | 6 | -40/+39 |
| | | | | | | | | | | | | * exceptions.cc (setup_handler): Clarify debugging message. * sigproc.cc (proc_subproc): Remove PROC_CHILDSTOPPED test. It is handled by normal PROC_CLEARWAIT case. (wait_sig): Eliminate "dispatched" tracking. Remove __SIGCHILDSTOPPED test. Decrement counter again before jumping out of InterlockedDecrement loop so that subsequent InterlockedIncrement will keep the counter at the correctly decremented value and also detect when there are pending signals. * sigproc.h: Remove __SIGCHILDSTOPPED element. (procstuff): Remove PROC_CHILDSTOPPED element. | ||||
* | merge from gcc | DJ Delorie | 2001-03-10 | 2 | -0/+9 |
| | |||||
* | * syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't exist | Christopher Faylor | 2001-03-10 | 3 | -3/+11 |
| | | | | | (from Kazuhiro Fujieda <fujieda@jaist.ac.jp>). Also set EACCES when directory is not writable. | ||||
* | * winsup.api/ltp/access01.c: Avoid compilation error if X_OK | Egor Duda | 2001-03-10 | 2 | -13/+18 |
| | | | | isn't declared as a constant. | ||||
* | * config/default.exp: Remove unneeded debugging output. | Egor Duda | 2001-03-09 | 3 | -3/+7 |
| | | | | * Makefile.in: Use correct path to find dejagnu in local tree. | ||||
* | * rs6000/simulator.S (dup): New syscall. | Geoffrey Keating | 2001-03-09 | 2 | -1/+12 |
| | |||||
* | 2001-03-07 Richard Sandiford <rsandifo@redhat.com> | Jeff Johnston | 2001-03-08 | 3 | -4/+85 |
| | | | | | | * (libc/include/machine/setjmp.h): Use 23 DI-mode ints for a jmpbuf on MIPS64 targets. * (libc/machine/mips/setjmp.S): Add MIPS64 version. | ||||
* | * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use. | Alexandre Oliva | 2001-03-08 | 2 | -3/+7 |
| | |||||
* | * libc/include/sys/config.h: Use ssize_t for read/write declarations. | Christopher Faylor | 2001-03-07 | 2 | -0/+5 |
| | |||||
* | * syscalls.cc (_read): Change definition to return ssize_t to be consistent | Christopher Faylor | 2001-03-07 | 2 | -2/+9 |
| | | | | | with read. (_write): Change definition to return ssize_t to be consistent with write. |