| Commit message (Expand) | Author | Age | Files | Lines |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 63 | -209/+281 |
* | * config-ml.in (CC, CXX): Avoid trailing whitespace. | Alexandre Oliva | 2000-08-22 | 2 | -3/+42 |
* | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 2000-08-22 | 45 | -133/+203 |
* | Update copyright. | Christopher Faylor | 2000-08-21 | 1 | -3/+3 |
* | * include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): hinstance, | DJ Delorie | 2000-08-21 | 2 | -6/+6 |
* | * include/cygwin/cygwin_dll.h (DECLARE_CYGWIN_DLL): handle, | DJ Delorie | 2000-08-21 | 2 | -1/+6 |
* | * Makefile.in (ALL_MODULES): Add all-cgen. | Doug Evans | 2000-08-20 | 3 | -3/+22 |
* | * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId | Corinna Vinschen | 2000-08-19 | 2 | -1/+17 |
* | * Makefile.in: hinfo.o -> dtable.o. | Christopher Faylor | 2000-08-18 | 1 | -11/+10 |
* | * fhandler-tut.txt: hinfo -> dtable. | Christopher Faylor | 2000-08-18 | 2 | -2/+6 |
* | hinfo -> dtable | Christopher Faylor | 2000-08-18 | 2 | -17/+18 |
* | * dtable.cc (dtable::dup2): Extend fdtab if newfd is out of current | Corinna Vinschen | 2000-08-18 | 2 | -0/+11 |
* | * config-ml.in (CC, CXX): Don't introduce a leading space. | Alexandre Oliva | 2000-08-17 | 2 | -6/+10 |
* | Fix 3 DV bugs, and a few minor cleanups. | Jim Wilson | 2000-08-16 | 2 | -1/+6 |
* | * configure.in (libstdcxx_flags): Use | Alexandre Oliva | 2000-08-16 | 2 | -1/+6 |
* | 2000-08-16 Eric Fifer <efifer@sanwaint.com> | Jeff Johnston | 2000-08-16 | 2 | -3/+9 |
* | 2000-08-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-08-16 | 2 | -2/+7 |
* | * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES. | Alexandre Oliva | 2000-08-15 | 2 | -1/+5 |
* | Add support for IA-64 specific elf header flags. | Jim Wilson | 2000-08-14 | 2 | -1/+13 |
* | * mkvers.sh: Properly trap exit removal of temp file. Remove debugging | Christopher Faylor | 2000-08-12 | 2 | -3/+6 |
* | Correct order in include files. | Christopher Faylor | 2000-08-12 | 1 | -1/+1 |
* | * poll.cc: Make winsup.h the first include file, re 2000-08-02 change. | Christopher Faylor | 2000-08-12 | 2 | -1/+5 |
* | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 2000-08-12 | 43 | -44/+106 |
* | * Makefile.in: Use dtable.o rather than hinfo.o. | Christopher Faylor | 2000-08-12 | 2 | -5/+9 |
* | Rename hinfo -> dtable. Name the former dtable array 'fdtab'. | Christopher Faylor | 2000-08-12 | 22 | -179/+183 |
* | * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, | Jason Merrill | 2000-08-12 | 2 | -18/+12 |
* | * poll.cc: Allow any descriptor and any number of descriptors. | Corinna Vinschen | 2000-08-11 | 2 | -20/+39 |
* | Fix premature use of fdtab. | Christopher Faylor | 2000-08-11 | 1 | -1/+1 |
* | * poll.cc: Add bounds checking for file descriptors. Return POLLNVAL | Corinna Vinschen | 2000-08-11 | 3 | -20/+30 |
* | * syslog.cc (syslog): Use a less malloc-intensive method for allocating the | Christopher Faylor | 2000-08-11 | 2 | -31/+28 |
* | DJ is sole setup maintainer now. | Christopher Faylor | 2000-08-10 | 1 | -2/+1 |
* | Change comment. | Christopher Faylor | 2000-08-10 | 1 | -1/+1 |
* | comment changes. | Christopher Faylor | 2000-08-10 | 1 | -1/+1 |
* | Minor change. | Christopher Faylor | 2000-08-10 | 1 | -1/+1 |
* | Minor change. | Christopher Faylor | 2000-08-10 | 1 | -1/+0 |
* | Minor change. | Christopher Faylor | 2000-08-10 | 1 | -2/+2 |
* | * winsup.h: Change strchr inline for strange gcc problem. | Christopher Faylor | 2000-08-10 | 4 | -1/+12 |
* | * dir.cc (readdir): Ensure that errno is *only* set when we've run out of | Christopher Faylor | 2000-08-10 | 3 | -34/+26 |
* | Recode to clean up function prologues and epilogue and to allow the functions | Nick Clifton | 2000-08-09 | 2 | -65/+105 |
* | gas: | Jason Eckhardt | 2000-08-09 | 2 | -29/+33 |
* | * select.cc (allocfd_set): Zero allocated fd_set. | Christopher Faylor | 2000-08-09 | 8 | -69/+70 |
* | * fhandler_serial.cc (tcsendbreak): "sleeptime" argument to usleep() | DJ Delorie | 2000-08-08 | 2 | -1/+6 |
* | * include/userenv.h: New header file. | Corinna Vinschen | 2000-08-08 | 3 | -0/+69 |
* | 2000-08-08 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2000-08-08 | 3 | -8/+21 |
* | * include/winuser.h: Correct PCWPSTRUCT typo. | Christopher Faylor | 2000-08-08 | 2 | -1/+6 |
* | Remove spurious CYGNUS LOCAL comments | Nick Clifton | 2000-08-07 | 3 | -8/+10 |
* | * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean | DJ Delorie | 2000-08-07 | 2 | -1/+8 |
* | * include/cygwin/cygwin_dll.h: Remove extraneous (and incorrect) declarations. | Christopher Faylor | 2000-08-07 | 2 | -3/+5 |
* | * avr.h (AVR_UNDEF_P, AVR_SKIP_P, AVR_DISP0_P): New macros. | Denis Chertykov | 2000-08-06 | 2 | -24/+79 |
* | * hinfo.cc (hinfo::find_unused_handle): Just check for table entry == NULL | Christopher Faylor | 2000-08-04 | 4 | -112/+114 |