summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * pinfo.h (pinfo): Un-inline release.Christopher Faylor2000-08-264-32/+44
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-267-68/+74
* * exec.cc (_execve): Change definition according to declaration inCorinna Vinschen2000-08-252-2/+7
* * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor2000-08-255-7/+23
* * ps.cc (main): Always print a cygwin process using cygwin paths.Christopher Faylor2000-08-241-0/+4
* * select.cc (cygwin_select): Correct logic for "always_ready" fds or when thereChristopher Faylor2000-08-243-10/+18
* Change attribution.Christopher Faylor2000-08-241-1/+1
* * include/cygwin/core_dump.h: New file, contains structures used in cygwin coreChristopher Faylor2000-08-243-0/+91
* * environ.cc (parse_thing): nobinmode should force O_TEXT.Christopher Faylor2000-08-244-5/+18
* * include/sys/cygwin.h (strace_printf_wrap): Force printing whenChristopher Faylor2000-08-242-2/+8
* * debug.h: Allow some debug defines for use in header files.Christopher Faylor2000-08-242-1/+6
* * dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor2000-08-247-24/+81
* Revert previous erroneous checkin.Christopher Faylor2000-08-236-36/+12
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-238-12/+42
* * path.cc (symlink_info::check): Clear error on each iteration of extensionChristopher Faylor2000-08-222-1/+7
* * Makefile.in: Don't include '.d' file if there are none generated yet.Christopher Faylor2000-08-222-3/+9
* * include/sys/cygwin.h: Declare some thread classes.Christopher Faylor2000-08-223-0/+10
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-2263-209/+281
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-2245-133/+203
* Update copyright.Christopher Faylor2000-08-211-3/+3
* * include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): hinstance,DJ Delorie2000-08-212-6/+6
* * include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): handle,DJ Delorie2000-08-212-1/+6
* * Makefile.in: hinfo.o -> dtable.o.Christopher Faylor2000-08-181-11/+10
* hinfo -> dtableChristopher Faylor2000-08-182-17/+18
* * dtable.cc (dtable::dup2): Extend fdtab if newfd is out of currentCorinna Vinschen2000-08-182-0/+11
* * mkvers.sh: Properly trap exit removal of temp file. Remove debuggingChristopher Faylor2000-08-122-3/+6
* Correct order in include files.Christopher Faylor2000-08-121-1/+1
* * poll.cc: Make winsup.h the first include file, re 2000-08-02 change.Christopher Faylor2000-08-122-1/+5
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-1243-44/+106
* * Makefile.in: Use dtable.o rather than hinfo.o.Christopher Faylor2000-08-122-5/+9
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-1222-179/+183
* * poll.cc: Allow any descriptor and any number of descriptors.Corinna Vinschen2000-08-112-20/+39
* Fix premature use of fdtab.Christopher Faylor2000-08-111-1/+1
* * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen2000-08-113-20/+30
* * syslog.cc (syslog): Use a less malloc-intensive method for allocating theChristopher Faylor2000-08-112-31/+28
* * winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor2000-08-104-1/+12
* * dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor2000-08-103-34/+26
* * select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor2000-08-098-69/+70
* * fhandler_serial.cc (tcsendbreak): "sleeptime" argument to usleep()DJ Delorie2000-08-082-1/+6
* * include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations.Christopher Faylor2000-08-072-3/+5
* * hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULLChristopher Faylor2000-08-044-112/+114
* * select.cc (fhandler_console::select_read): Call set_cursor_maybe since selectChristopher Faylor2000-08-042-0/+10
* * fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length fieldChristopher Faylor2000-08-032-0/+6
* * fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor2000-08-034-22/+33
* add winsup.hDJ Delorie2000-08-021-0/+1
* * strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor2000-08-028-61/+79
* * regexp/regexp.c: Add winsup.h.Christopher Faylor2000-08-022-0/+5
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-0260-92/+98
* * include/sys/strace.h: Fix strace definition.Christopher Faylor2000-08-022-2/+6
* * strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor2000-08-025-125/+139