summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1997-07-14how many of those (in my opinion) broken configure scripts are thereThomas Graichen
around ? ... also here some subscripts were called without preceding the calls with a shell (and thus assuming their executability)
1997-07-10add a bunch of ${config_shell} or $(SHELL) so that also libgmp configuresThomas Graichen
and builds fine in a fresh ctm'ed or whatever tree without expecting any scripts to be executable
1997-07-08mispelled SYNOPSISTheo de Raadt
1997-07-08warning msg change; pkTheo de Raadt
1997-07-06zcat is now in compressMichael Shalayeff
1997-07-06Define NETBSD_CORE for all Open/NetBSD targets and sync configure+configure.inNiklas Hallqvist
1997-07-03support coredump parsing on alphaNiklas Hallqvist
1997-07-01memory leaks, object leaks. some from pk/cgd. rearrange *_DL checks forTheo de Raadt
further safety.
1997-07-01have DL_GETERRNO clear error state after return; also make dlsym() set error ↵Theo de Raadt
state
1997-06-30remove: insque.o insque.po insque.so tmpnam.o tmpnam.po tmpnam.sokstailey
1997-06-28Integrate local changesThorsten Lockert
1997-06-28Missing files from initial importThorsten Lockert
1997-06-28Latest version from Cyclic SoftwareThorsten Lockert
1997-06-28It was in the fucking wrapper, too!Jason Downs
Texinfo updates the dir node, NOT individual packages!
1997-06-28Don't attempt to edit a dir file that doesn't exist yet!Jason Downs
1997-06-25make install work first timeNiels Provos
1997-06-24add libgmpNiels Provos
1997-06-24import of libgmp-2.0.2. Makefile.bsd-wrappers need to be worked on.Niels Provos
1997-06-24Missing register usage definition in one of the syscall macros added...Per Fogelstrom
1997-06-23tabs vs. spaceskstailey
1997-06-23tabs vs. spaceskstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23respect NOMAN (in bulk)kstailey
1997-06-23respect NOMANkstailey
1997-06-23respect NOMANkstailey
1997-06-22make --delete workNiels Provos
1997-06-18number; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-16replaced by a BSD sortTheo de Raadt
1997-06-14Add usr.sbin.Jason Downs
1997-06-14Add wrapper; also update config support (from gcc) and disable all subdirsJason Downs
except for misc and the libs.
1997-06-14Initial import of (unmodifed) e2fsprogs 1.10.Jason Downs
1997-06-14Make a space for the import to come..Jason Downs
1997-06-06fix a problem where make works once and fails on a second try due to some ↵grr
symlink already existing
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-19buf oflowsTheo de Raadt
1997-05-19Tweaked to make config on install pathPer Fogelstrom
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