summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
1997-06-03Build gzip with "DYN_ALLOC" set for architectures other than the ones thatgrr
use the assembly language match routine. This makes g*zip malloc its big buffers and saves about 300KB of bss allocation when used in instbin and is otherwise harmless. The assembly routines could be tweaked to work this way too, but it would require a bit of head-scratching to find a free register for working with a pointer rather than an offset.
1997-06-02.Fl l; k-horik@mail.yk.rim.or.jpTheo de Raadt
1997-06-02than; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-01typo fixes; jdp@freebsdTheo de Raadt
1997-05-30the rainy day will not comeTheo de Raadt
1997-05-30umask safety (should we mktemp(1) this?)Theo de Raadt
1997-05-29we use pax as cpio nowkstailey
1997-05-29clean better; felix@mamba.pond.inka.de, PR#194Theo de Raadt
1997-05-29Import of binutils-2.8.1 from Cygnus/FSFNiklas Hallqvist
1997-05-29Import of binutils-2.8.1 from Cygnus/FSFNiklas Hallqvist
1997-05-29Import of binutils-2.8.1 from Cygnus/FSFNiklas Hallqvist
1997-05-28typos; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-05-12Don't link with -lcrypt unless needed [stopgap measure for now]Thorsten Lockert
1997-05-12From NetBSD: -msoft-float should not turn off -m68060, as thatNiklas Hallqvist
might force instructions not executable on an '060. This makes our gcc competent of creating amiga kernels that runs on 68060
1997-05-08Fix typo. Fix from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>Todd C. Miller
NetBSD PR#3587
1997-05-05If gdb is not configured do not build the manpage.Dale S. Rahn
This allows the powerpc port to build.
1997-05-04why install nlmconv manpage, when we don't carry the binary?Niklas Hallqvist
1997-05-02Make GNU style installation of manpages optional, like we do elsewhere.Niklas Hallqvist
1997-05-02Build gdb and gprof manpages properly.Niklas Hallqvist
1997-05-01Back out half of my changes to this file.Dale S. Rahn
The way that I had done the sign extension was incorrect, but did happen to work on the archs tested. Changed back to the correct method. This was after some conversation with Ian Lance Taylor.
1997-04-30No longer need make bug work-around.Todd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-26Allow a private tag when we expand RCS identifiers ourselves as well.Thorsten Lockert
1997-04-251 byte underflowTheo de Raadt
1997-04-24fix subtle bug in the m88k assembler, without this fix it would not assembleDale S. Rahn
the instruction "rot r24,r24,r13" because it did not accept the shift about being specified by the register.
1997-04-23Commit the gas and ld portions for the mvme88k port.Dale S. Rahn
1997-04-23add a lot of /bin/sh before calling scripts like config.guess and soThomas Graichen
on - this way now the whole tree builds without requiring any file being executable (binutils was the last which required it) - now ctm -> cvs checkout -> make build works just fine (aside from other bugs in the source tree :-)
1997-04-22GNU Groff 1.10 exhaustively tested.kstailey
Jason, thanks for a good foundation to build on, but mine works better.
1997-04-21respect NOMANkstailey
1997-04-21we run OpenBSDkstailey
1997-04-21nope, breaks other thingsJason Downs
1997-04-21Integrate local changesThorsten Lockert
1997-04-21Missing files from importThorsten Lockert
1997-04-21Latest release from Cyclic SoftwareThorsten Lockert
1997-04-21Latest release from Cyclic SoftwareThorsten Lockert
1997-04-20Remove hack to work around make(1) bug now that the make(1)Todd C. Miller
change in question has been backed out.
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-17clean up *.cat1 on "make cleandir"kstailey
1997-04-17back out 1.2kstailey
1997-04-17back out 1.2kstailey
1997-04-17remove *.cat1 on "make realclean"kstailey
1997-04-17remove *.cat1 when "make realclean" is invokedkstailey
1997-04-14Forgot one change...Per Fogelstrom
1997-04-14Missed this one...Per Fogelstrom
1997-04-14All mips tools should now configure with the same name (mipsel-unknown-openbsd)Per Fogelstrom
for little endian systems and (mips-unknown-openbsd) for big endian systems. gdb seems to work now but needs more testing.
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-12Make MIPS configuration more consistentPer Fogelstrom
1997-04-12convert mips* to mips so that we find the correct files in configThomas Graichen