Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-14 | how many of those (in my opinion) broken configure scripts are there | Thomas Graichen | |
around ? ... also here some subscripts were called without preceding the calls with a shell (and thus assuming their executability) | |||
1997-07-10 | add a bunch of ${config_shell} or $(SHELL) so that also libgmp configures | Thomas Graichen | |
and builds fine in a fresh ctm'ed or whatever tree without expecting any scripts to be executable | |||
1997-07-08 | mispelled SYNOPSIS | Theo de Raadt | |
1997-07-08 | warning msg change; pk | Theo de Raadt | |
1997-07-06 | zcat is now in compress | Michael Shalayeff | |
1997-07-06 | Define NETBSD_CORE for all Open/NetBSD targets and sync configure+configure.in | Niklas Hallqvist | |
1997-07-03 | support coredump parsing on alpha | Niklas Hallqvist | |
1997-07-01 | memory leaks, object leaks. some from pk/cgd. rearrange *_DL checks for | Theo de Raadt | |
further safety. | |||
1997-07-01 | have DL_GETERRNO clear error state after return; also make dlsym() set error ↵ | Theo de Raadt | |
state | |||
1997-06-30 | remove: insque.o insque.po insque.so tmpnam.o tmpnam.po tmpnam.so | kstailey | |
1997-06-28 | Integrate local changes | Thorsten Lockert | |
1997-06-28 | Missing files from initial import | Thorsten Lockert | |
1997-06-28 | Latest version from Cyclic Software | Thorsten Lockert | |
1997-06-28 | It was in the fucking wrapper, too! | Jason Downs | |
Texinfo updates the dir node, NOT individual packages! | |||
1997-06-28 | Don't attempt to edit a dir file that doesn't exist yet! | Jason Downs | |
1997-06-25 | make install work first time | Niels Provos | |
1997-06-24 | add libgmp | Niels Provos | |
1997-06-24 | import of libgmp-2.0.2. Makefile.bsd-wrappers need to be worked on. | Niels Provos | |
1997-06-24 | Missing register usage definition in one of the syscall macros added... | Per Fogelstrom | |
1997-06-23 | tabs vs. spaces | kstailey | |
1997-06-23 | tabs vs. spaces | kstailey | |
1997-06-23 | respect NOMAN during install | kstailey | |
1997-06-23 | respect NOMAN during install | kstailey | |
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 |