summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * dlfcn.cc (dlerror): Only report load errors once per error.Christopher Faylor2003-02-012-4/+13
* * fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.Christopher Faylor2003-02-013-161/+187
* * hppa.h (ldwa, ldda): Add ordered opcodes.John David Anglin2003-01-312-0/+6
* 2003-01-31 Michael Snyder <msnyder@redhat.com>Jeff Johnston2003-01-312-2/+20
* 2003-01-31 Michael Snyder <msnyder@redhat.com>Jeff Johnston2003-01-312-6/+11
* 2003-01-31 Frank Ch. Eigler <fche@redhat.com>Frank Ch. Eigler2003-01-313-2/+7
* * passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor2003-01-313-4/+12
* * shared.cc (shared_info::heap_chunk_size): Use correct variable when readingChristopher Faylor2003-01-312-1/+6
* 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-312-5/+33
* * fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error whenChristopher Faylor2003-01-302-2/+9
* * config.if: Copy from GCC.Alexandre Oliva2003-01-302-23/+22
* * lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor2003-01-302-7/+9
* 2003-01-29 Jason Tishler <jason@tishler.net>Jeff Johnston2003-01-292-0/+14
* * fhandler_socket.cc (fhandler_socket::accept): On successful executionCorinna Vinschen2003-01-282-16/+20
* * mips.h (EF_MIPS_XGOT): Define.Alexandre Oliva2003-01-282-0/+7
* 2003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>Danny Smith2003-01-273-2/+8
* * configure.in: Revert 24Jan change.Alexandre Oliva2003-01-273-45/+71
* * passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor2003-01-272-5/+9
* fix typoChristopher Faylor2003-01-271-1/+1
* 2003-01-27 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-276-47/+1109
* * uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer aChristopher Faylor2003-01-272-4/+8
* * strings.h (strechr): New function.Christopher Faylor2003-01-276-26/+54
* include/Daniel Jacobowitz2003-01-262-2/+30
* * include/math.h (tgamma): Correct typo in comment.Danny Smith2003-01-262-3/+5
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-2610-118/+126
* * mingwex/mingw-fseek.c (INLINE): Remove define.Danny Smith2003-01-262-33/+8
* Fix typo.Christopher Faylor2003-01-261-1/+17
* * passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor2003-01-263-10/+8
* * pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor2003-01-262-1/+5
* * include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor2003-01-266-69/+99
* clarifyChristopher Faylor2003-01-251-1/+1
* * pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor2003-01-254-2/+16
* * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen2003-01-256-31/+35
* * fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll regionChristopher Faylor2003-01-252-0/+7
* * include/ras.h (RASCONN[AW]): Add dwSessionId forDanny Smith2003-01-252-0/+7
* * include/ras.h (RASCONN[AW]): Guard szDeviceType,Danny Smith2003-01-252-0/+18
* bfd/Jakub Jelinek2003-01-242-4/+31
* * s390.h: Add s390 TLS relocations.Martin Schwidefsky2003-01-242-0/+41
* Add sh2e supportNick Clifton2003-01-244-5/+15
* * libc/include/sys/unistd.h: Add setregid and setreuid declarationsCorinna Vinschen2003-01-242-0/+9
* * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen2003-01-244-1/+68
* * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor2003-01-248-140/+133
* Add missing entry.Christopher Faylor2003-01-241-1/+21
* * libltp/include/usctest.h: Add externs to some variables that need it.Christopher Faylor2003-01-243-5/+11
* * winsup.api/mmaptest03.c (main): Mark variables as volatile to avoidChristopher Faylor2003-01-242-3/+8
* * Makefile (check): Add cygrun.exe dependency.Christopher Faylor2003-01-242-1/+5
* Perform more C warning fixup on all C source files and headers.Christopher Faylor2003-01-24203-612/+514
* No, really this time.Nathanael Nerode2003-01-242-42/+40
* 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2003-01-233-2/+7
* * libltp/include/test.h: Fix C warnings.Christopher Faylor2003-01-2319-89/+128