summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-09-096-7/+19
* * libc/include/grp.h: Don't define setgrfile, group_from_gid andCorinna Vinschen2003-09-092-0/+11
* * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen2003-09-093-72/+83
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-098-22/+24
* * dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor2003-09-093-3/+10
* * passwe.cc (getpwnam_r): Initialize pw_comment field.Christopher Faylor2003-09-082-0/+5
* * passwd.cc (getpwuid_r32): Initialize pw_comment field.Christopher Faylor2003-09-082-0/+5
* * sigproc.cc (wait_sig_inited): Remove assertion since it is racy.Christopher Faylor2003-09-082-1/+4
* * cygwin.din: Export endusershell, getusershell and setusershell.Corinna Vinschen2003-09-084-4/+82
* 2003-09-08 Justin Forest <vhex@users.sourceforge.net>Danny Smith2003-09-083-0/+22
* * cygwin.din: Export argz_add argz_add_sep argz_append argz_countCorinna Vinschen2003-09-083-1/+50
* fix typoChristopher Faylor2003-09-081-1/+1
* * Makefile.in (zlib_h): Rename libz.h -> zlib.h.Christopher Faylor2003-09-082-1/+5
* Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor2003-09-086-57/+93
* * Makefile.in: Detect existence of mingw zlib headers and libraries. BuildChristopher Faylor2003-09-083-30/+59
* * include/cygwin/in.h: Don't define ipv6 stuff unless we call for itChristopher Faylor2003-09-082-0/+7
* * cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor2003-09-075-7/+15
* * signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor2003-09-075-32/+77
* Remove left coercion throughout.Christopher Faylor2003-09-078-15/+19
* * hires.h (hires_ms::~hires_ms): Delete declaration.Christopher Faylor2003-09-063-6/+5
* * dump_setup.cc (check_package_files): Don't fail on empty package.Christopher Faylor2003-09-062-3/+6
* * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.Earnie Boyd2003-09-053-41/+33
* 2003-09-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-09-052-2/+8
* * libc/ctype/wctype.c (_DEFUN): Remove empty default case, asBen Elliston2003-09-052-1/+3
* * dcrt0.cc (__argc_safe): New variable.Christopher Faylor2003-09-056-9/+32
* Fix mail address in most recent commit.Ben Elliston2003-09-051-1/+1
* * libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespaceBen Elliston2003-09-052-2/+8
* * libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards. #ifndef FOO ||Ben Elliston2003-09-052-2/+7
* * configure: Regenerate.DJ Delorie2003-09-042-2/+6
* Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.Nick Clifton2003-09-042-2/+6
* Add binutils support for v850e1 processorNick Clifton2003-09-044-1/+13
* * sysconf.cc (sysconf): Return more accurate value for _SC_AVPHYS_PAGES.Corinna Vinschen2003-09-042-3/+22
* * mmap.cc: Restructure. Add, remove and rewrite comments throughoutCorinna Vinschen2003-09-042-257/+336
* * cxx.cc (new): Fix formatting. Just return result of ccalloc rather thanChristopher Faylor2003-09-042-5/+7
* * mount.cc (mount_commands): Ensure user mode is actually user mode and not theChristopher Faylor2003-09-042-36/+47
* Index: opcodes/ChangeLogAndrew Cagney2003-09-032-34/+16
* * exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor2003-09-035-38/+64
* 2003-09-02 Bart Oldeman <bartoldeman@users.sourceforge.net>Danny Smith2003-09-034-94/+102
* * configure.in: Ensure arguments to sed are properly spaced.DJ Delorie2003-09-023-4/+9
* 2003-09-02 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2003-09-024-13/+19
* * include/cygwin/version.h: Bump DLL minor number to 4.Christopher Faylor2003-09-012-1/+5
* * net.cc (dup_ent): Restore check for NULL input.Christopher Faylor2003-09-012-0/+7
* * pathnames.sgml: Remove description how to mount raw devices andCorinna Vinschen2003-09-012-55/+20
* * kill.cc (forcekill): Silence some compiler warnings.Christopher Faylor2003-09-012-2/+7
* * Makefile.in: Oops. Put the '...' in the right place.Christopher Faylor2003-09-012-2/+6
* * include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.Christopher Faylor2003-09-012-2/+7
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-0111-32/+66
* * Makefile.in: Display "..." when not-verbose.Christopher Faylor2003-09-013-5/+15
* * net.cc (dup_ent): Make debugging output consistent.Christopher Faylor2003-08-312-1/+5
* Use dup_ent rather than specific dup_*_ptr functions throughout.Christopher Faylor2003-08-312-36/+45