summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
Commit message (Expand)AuthorAgeFilesLines
* Add missing ChangeLog for previous checkin.Christopher Faylor2005-08-281-2/+1
* * cygwin.din: Correct readdir_r typo.Christopher Faylor2005-08-281-1/+2
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-202-1/+3
* white spaceChristopher Faylor2005-08-123-21/+20
* * include/sys/cdefs.h: Remove extra line.Christopher Faylor2005-08-081-1/+0
* * include/sys/cdefs.h (__CONCAT): Define.Christopher Faylor2005-08-086-0/+742
* * ftw.c: Include winsup.h.Corinna Vinschen2005-08-081-0/+8
* * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen2005-08-083-1/+218
* * include/endian.h: Move everything into this file and define things more likeChristopher Faylor2005-08-063-1/+51
* * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen2005-08-022-2/+5
* white spaceChristopher Faylor2005-07-291-4/+4
* * fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2005-07-292-25/+32
* * include/sys/ioctl.h: Add some linux defines.Christopher Faylor2005-07-291-4/+36
* * include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.Christopher Faylor2005-07-271-0/+2
* * include/byteswap.h: New file.Christopher Faylor2005-07-261-0/+39
* * include/cygwin/types.h: Define loff_t.Christopher Faylor2005-07-251-0/+2
* * cygwin.din (getline): Export.Corinna Vinschen2005-07-092-3/+9
* * cygwin.din (__getline): Export.Corinna Vinschen2005-07-082-2/+6
* * include/cygwin/version.h: Bump DLL minor number to 19.Christopher Faylor2005-07-031-1/+1
* * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen2005-06-182-1/+3
* * cygwin.din (inet_pton): Export.Corinna Vinschen2005-06-172-1/+4
* * include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor2005-06-111-2/+2
* * cygwin.din (imaxabs): Export.Corinna Vinschen2005-06-102-2/+4
* * include/pthread.h (PTHREAD_MUEXT_INITIALIZER): Change toChristopher Faylor2005-06-091-1/+1
* * include/machine/stdlib.h: New file.Christopher Faylor2005-06-011-0/+22
* * include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Always define.Corinna Vinschen2005-05-291-2/+0
* * include/cygwin/version.h: Bump DLL minor number to 18.Christopher Faylor2005-05-261-1/+1
* * include/cygwin/version.h: Bump API minor number to 129.Christopher Faylor2005-05-251-1/+2
* * include/stdint.h (INTMAX_C, UINTMAX_C): Fix definition.Corinna Vinschen2005-05-231-2/+2
* * include/cygwin/in.h: Add comment.Corinna Vinschen2005-05-191-1/+3
* * include/cygwin/in.h: Define IPPROTO_xxx values as macros toCorinna Vinschen2005-05-191-1/+11
* fix commentChristopher Faylor2005-05-191-1/+1
* fix commentChristopher Faylor2005-05-191-1/+1
* * include/limits.h: Include features.h, as on linux.Christopher Faylor2005-05-191-1/+4
* * include/endian.h: New file.Christopher Faylor2005-05-191-0/+17
* * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor2005-05-171-1/+2
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-131-11/+12
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-0/+1
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-091-1/+3
* white space and minor comment cleanup.Christopher Faylor2005-05-0213-69/+69
* * include/cygwin/version.h: Bump DLL minor number to 17.Christopher Faylor2005-04-261-1/+1
* * cygwin.din (pselect): Export.Corinna Vinschen2005-04-192-1/+8
* * include/cygwin/version.h: Bump DLL minor number to 16.Christopher Faylor2005-04-181-1/+1
* * fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor2005-04-161-2/+3
* * syslog.cc: Include sys/socket.h.Corinna Vinschen2005-04-071-1/+57
* * include/cygwin/version.h: Bump DLL minor number to 15.Christopher Faylor2005-04-021-1/+1
* * include/limits.h (NAME_MAX): New define.Corinna Vinschen2005-03-291-1/+4
* * include/ctype.h: Accommodate building in newlib.Christopher Faylor2005-03-281-1/+1
* * cygthread.cc (cygthread::detach): Revert to just waiting for thred eventChristopher Faylor2005-03-281-0/+4
* * timer.cc (nanosleep): Treat tv_sec < 0 as invalid.Christopher Faylor2005-03-271-5/+14