summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include
Commit message (Expand)AuthorAgeFilesLines
* * include/cygwin/version.h: Bump DLL minor number to 6.Christopher Faylor2003-09-201-1/+1
* fix stupid typoChristopher Faylor2003-09-171-1/+1
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-1/+1
* * Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor2003-09-141-5/+5
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 5.Christopher Faylor2003-09-131-1/+1
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-102-6/+10
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-104-3/+26
* * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen2003-09-091-4/+4
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-2/+1
* * dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor2003-09-091-2/+2
* * cygwin.din: Export endusershell, getusershell and setusershell.Corinna Vinschen2003-09-081-4/+5
* * cygwin.din: Export argz_add argz_add_sep argz_append argz_countCorinna Vinschen2003-09-081-1/+6
* Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor2003-09-081-16/+9
* * include/cygwin/in.h: Don't define ipv6 stuff unless we call for itChristopher Faylor2003-09-081-0/+2
* * include/cygwin/version.h: Bump DLL minor number to 4.Christopher Faylor2003-09-011-1/+1
* * include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.Christopher Faylor2003-09-011-2/+2
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-1/+1
* * include/cygwin/stat.h: Allow definition of internal stat structuresCorinna Vinschen2003-08-261-1/+1
* * include/sys/param.h (NBBY): Define if not defined.Corinna Vinschen2003-08-121-0/+23
* * include/cygwin/version.h: Bump DLL minor number to 3.Christopher Faylor2003-08-091-1/+1
* * include/stdint.h: Correctly define INT32_MIN.Christopher Faylor2003-08-081-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 2.Christopher Faylor2003-07-281-1/+1
* * include/cygwin/socket.h: Conditionalize [AP]F_INET6 define.Christopher Faylor2003-07-251-0/+4
* * cygwin.din: Export _fdopen64Christopher Faylor2003-07-251-1/+2
* * environ.cc (check_case_init): Use strncasematch.Christopher Faylor2003-07-241-1/+2
* * include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor2003-07-101-1/+1
* * fhandler_proc.cc (format_proc_stat): Use correctly sized constants forChristopher Faylor2003-07-101-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor2003-07-101-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-162-1/+3
* * cygwin.din: Add vsyslog.Corinna Vinschen2003-06-062-1/+5
* * include/sys/param.h: Add DEV_BSIZE.Corinna Vinschen2003-05-301-1/+6
* * mkvers.sh: Avoid "-dontuse" tags.Christopher Faylor2003-05-291-1/+2
* * winsup/cygwin/include/cygwin/version.h: Bump API minor version.Corinna Vinschen2003-05-202-2/+3
* * include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately.Corinna Vinschen2003-05-131-0/+8
* * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen2003-05-124-0/+246
* * include/cygwin/types.h: Add key_t typedef.Corinna Vinschen2003-05-111-0/+5
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-112-5/+11
* * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API getCorinna Vinschen2003-05-091-1/+5
* * include/cygwin/config.h: New file.Corinna Vinschen2003-05-091-0/+39
* * include/cygwin/types.h: Fix erroneous definition of ino_t fromCorinna Vinschen2003-05-031-1/+1
* * profil.h (PROFADDR): Prevent overflow when text segments are larger thanChristopher Faylor2003-04-281-4/+0
* * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.hCorinna Vinschen2003-04-251-0/+3
* * include/inttypes.h: New file.Corinna Vinschen2003-04-224-45/+430
* * include/cygwin/version.h: Bump DLL major number to 5. Change DLL minorChristopher Faylor2003-04-211-3/+4
* * termios.cc (setspeed): New function.Christopher Faylor2003-04-161-1/+2
* * cygwin.din: Export wcscoll, wcswidth and wcwidth.Corinna Vinschen2003-04-101-1/+2
* * fhandler_console.cc (fhandler_console::read) Handle certain key up events, toChristopher Faylor2003-04-081-2/+2
* ChangeLog already commited yesterday:Corinna Vinschen2003-04-032-2/+4
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-012-6/+4