Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-23 | respect NOMAN (in bulk) | kstailey | |
1997-06-23 | respect NOMAN | kstailey | |
1997-06-23 | respect NOMAN | kstailey | |
1997-06-22 | make --delete work | Niels Provos | |
1997-06-18 | number; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-06-16 | replaced by a BSD sort | Theo de Raadt | |
1997-06-14 | Add usr.sbin. | Jason Downs | |
1997-06-14 | Add wrapper; also update config support (from gcc) and disable all subdirs | Jason Downs | |
except for misc and the libs. | |||
1997-06-14 | Initial import of (unmodifed) e2fsprogs 1.10. | Jason Downs | |
1997-06-14 | Make a space for the import to come.. | Jason Downs | |
1997-06-06 | fix a problem where make works once and fails on a second try due to some ↵ | grr | |
symlink already existing | |||
1997-06-03 | Build gzip with "DYN_ALLOC" set for architectures other than the ones that | grr | |
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.jp | Theo de Raadt | |
1997-06-02 | than; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-06-01 | typo fixes; jdp@freebsd | Theo de Raadt | |
1997-05-30 | the rainy day will not come | Theo de Raadt | |
1997-05-30 | umask safety (should we mktemp(1) this?) | Theo de Raadt | |
1997-05-29 | we use pax as cpio now | kstailey | |
1997-05-29 | clean better; felix@mamba.pond.inka.de, PR#194 | Theo de Raadt | |
1997-05-29 | Import of binutils-2.8.1 from Cygnus/FSF | Niklas Hallqvist | |
1997-05-29 | Import of binutils-2.8.1 from Cygnus/FSF | Niklas Hallqvist | |
1997-05-29 | Import of binutils-2.8.1 from Cygnus/FSF | Niklas Hallqvist | |
1997-05-28 | typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-05-19 | buf oflows | Theo de Raadt | |
1997-05-19 | Tweaked to make config on install path | Per Fogelstrom | |
1997-05-12 | Don't link with -lcrypt unless needed [stopgap measure for now] | Thorsten Lockert | |
1997-05-12 | From NetBSD: -msoft-float should not turn off -m68060, as that | Niklas Hallqvist | |
might force instructions not executable on an '060. This makes our gcc competent of creating amiga kernels that runs on 68060 | |||
1997-05-08 | Fix typo. Fix from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp> | Todd C. Miller | |
NetBSD PR#3587 | |||
1997-05-05 | If gdb is not configured do not build the manpage. | Dale S. Rahn | |
This allows the powerpc port to build. | |||
1997-05-04 | why install nlmconv manpage, when we don't carry the binary? | Niklas Hallqvist | |
1997-05-02 | Make GNU style installation of manpages optional, like we do elsewhere. | Niklas Hallqvist | |
1997-05-02 | Build gdb and gprof manpages properly. | Niklas Hallqvist | |
1997-05-01 | Back 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-30 | No longer need make bug work-around. | Todd C. Miller | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-26 | Allow a private tag when we expand RCS identifiers ourselves as well. | Thorsten Lockert | |
1997-04-25 | 1 byte underflow | Theo de Raadt | |
1997-04-24 | fix subtle bug in the m88k assembler, without this fix it would not assemble | Dale S. Rahn | |
the instruction "rot r24,r24,r13" because it did not accept the shift about being specified by the register. | |||
1997-04-23 | Commit the gas and ld portions for the mvme88k port. | Dale S. Rahn | |
1997-04-23 | add a lot of /bin/sh before calling scripts like config.guess and so | Thomas 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-22 | GNU Groff 1.10 exhaustively tested. | kstailey | |
Jason, thanks for a good foundation to build on, but mine works better. | |||
1997-04-21 | respect NOMAN | kstailey | |
1997-04-21 | we run OpenBSD | kstailey | |
1997-04-21 | nope, breaks other things | Jason Downs | |
1997-04-21 | Integrate local changes | Thorsten Lockert | |
1997-04-21 | Missing files from import | Thorsten Lockert | |
1997-04-21 | Latest release from Cyclic Software | Thorsten Lockert | |
1997-04-21 | Latest release from Cyclic Software | Thorsten Lockert | |
1997-04-20 | Remove hack to work around make(1) bug now that the make(1) | Todd C. Miller | |
change in question has been backed out. | |||
1997-04-19 | Changed ``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. |