summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1997-03-13This isn't a linux distribution.Jason Downs
1997-03-13No dynamic loading on vax. -mojMats O Jansson
1997-03-11Do not build GNU cpioThorsten Lockert
1997-03-08add deroff to SUBDIRSkstailey
1997-03-08Debian 1.0 deroffkstailey
1997-03-02set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy.Todd C. Miller
1997-02-24Remove configuration name.Jason Downs
1997-02-21Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around.Todd C. Miller
1997-02-21FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com):Todd C. Miller
Don't pass getdtablesize() as first arg to select(2). No need to do this since we only select on one fd--use (fd+1) as nfds. This fixes the problem with fdesc as well (though that is really an fdesc bug). Fix will be in sudo 1.5.4.
1997-02-21ld(1) now works; link shared library against -lcurses againThorsten Lockert
1997-02-21Get symbol counts right when counting weak symbols in shared libraries asThorsten Lockert
shared objects are being built.
1997-02-21Fix a const poisoning warningThorsten Lockert
1997-02-21Integrate local changesThorsten Lockert
1997-02-21Missed files from new release from Cyclic SoftwareThorsten Lockert
1997-02-21New release from Cyclic SoftwareThorsten Lockert
1997-02-19f77 0.5.19.1.Jason Downs
1997-02-18Gdb does not work on powerpc yet, do not configure or build it.Dale S. Rahn
1997-02-18Ignore SIGINTThorsten Lockert
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-12Don't space text/data in shared libs by 256Mb. ld.so can't handle it withPer Fogelstrom
the shm sizing method it uses for the moment, so loading many shlibs effectively makes a proram run out of VM.
1997-02-12gcc's use of /tmp files is raceable (as pointed out to me many months agoTheo de Raadt
by davem@iss.net). however this code is hard to fix. for the moment make the race harder by calling mktemp with a lot of XXXXX's
1997-02-07These changes are not complete, This does not deal with cores correctly yet.Dale S. Rahn
This checkin is an attempt to make the powerpc port have a clean build.
1997-02-07GDB 6.3 (excluding .info files)Dale S. Rahn
1997-02-07Know how to build gdb for powerpc, it doesn't work yet, but this causesDale S. Rahn
binutils to fail to configure the first time round.
1997-02-07no, this does not work yet eitherTheo de Raadt
1997-02-06cd into gcc/f before building g77.info to avoid picking up on the wrongkstailey
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.)
1997-02-03back out prev. change since it breaks obj@ symlinkskstailey
1997-02-03also build uucp on the alphaThomas Graichen
1997-02-02do not include wrong version of install.texikstailey
1997-02-02correct arch check, do not drop of non-void function; ↵Theo de Raadt
yasufu-i@is.aist-nara.ac.jp
1997-02-02add gdb for alpha & mips and simplify it a bitThomas Graichen
1997-02-02add OpenBSD/alpha support to gdb (taken from cgd's cygnus binutilsThomas Graichen
snapshots for NetBSD/alpha and adapted to compile with our binutils) i've just tested it roughly - but it should work and is at least a start
1997-01-28do not call err/errx with extra newlinesTheo de Raadt
1997-01-27define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-mojMats O Jansson
1997-01-26Add missing documentation; build and install it.Jason Downs
1997-01-26cpio 2.4.2, including texinfo file. supports lchown().Jason Downs
1997-01-26change constant handling with @l.Dale S. Rahn
if the expected argument to the opcode is unsigned, return (val & 0xffff) if the expected argument to the occode is signed, sign extend the 16 bit value short = val; val = (int) short;
1997-01-25MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem.imp
1997-01-24arc/pmax -> mipsTheo de Raadt
1997-01-24not netbsdTheo de Raadt
1997-01-24netbsd? nope..Theo de Raadt
1997-01-24missing */Theo de Raadt
1997-01-23perl mktemp race; fix mailed to larryTheo de Raadt
1997-01-22Add rudimentary config files for architectures that still use the old gdbNiklas Hallqvist
1997-01-22GDB 6.1 (excluding .info files)Niklas Hallqvist