summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
1999-05-13libary -> library, other misc correctionsAaron Campbell
1999-05-11cvs missed this in the last perl commit. Bad cvs.Todd C. Miller
1999-05-11Go back to colon-separated paths approach but truncate lib pathsTodd C. Miller
on ':' in configpm when generating Config.pl. This is a bit of a hack but better than hacking a large number of modules. Turns out we still need /usr/libdata/perl5/site_perl for the .ph files.
1999-05-10cross-ld for sparc: iflush as nop, since it won't compile on non-sparc,Marc Espie
and is only needed for rtld anyway. and missing md_swap routines as well.
1999-05-10add needed declaration of struct ranlib tag to keep cross-endian toolsMarc Espie
gcc-happy.
1999-05-09o kill colon-separated paths in *libexp, they confuse too many modulesTodd C. Miller
o kill MakeMaker hack (no longer needed) o define APPLLIB_EXP to be /usr/local/libdata/perl5 to let users override standard modules if they want The perl search path in @INC is now: /usr/local/libdata/perl5 /usr/libdata/perl5/i386-openbsd/5.00503 /usr/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl .
1999-05-09We use a patched version of gnu diffutils-2.7.Marc Espie
Import relevant programmer's notes, makes it *much* easier to know what we're dealing with.
1999-05-09Deal with colon-separated paths in *libexp variables. This is aTodd C. Miller
hack and I may simply change those variables to point to a single pathname.
1999-05-04Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5.Todd C. Miller
Now install perl lib manpages in /usr/share/man/cat3p. Add gen_openbsd_mandep, an emasculated version of installman that just generates the man dependencies and MANALL declaration. NOTE: you must update your make(1) for the new man pages to format.
1999-05-03sync with gzip 1.2.4aBrad Smith
Ok'd by: millert
1999-05-03For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5.Todd C. Miller
This is mostly for ports.
1999-05-02Don't need to set ccflags or cppflags to be emptyTodd C. Miller
1999-05-02fix typos, spotted by espieTodd C. Miller
1999-05-02Obvious typo in previous commit; niklas@Marc Espie
1999-05-01Let Makefiles pass infodir and bindir thru recursive invocation,Marc Espie
so that make install will heed DESTDIR, and so gdb.info & friends will finally show up in distrib/sets...
1999-04-30GOT name is __GLOBAL_OFFSET_TABLE_ on i386 a.out.Marc Espie
gcc 2.8.1 emits _GLOBAL_OFFSET_TABLE_ instead, so gas has to take care of that... This reverts to a previous gas state, but with comments much clearer, and a real clue about what's going on.
1999-04-30Crank the for loop max index so test #2 succeeds on fast machines. Total ↵Todd C. Miller
test running time is still limited to 10sec. I still think this is a bogus test though.
1999-04-30Use arch, not unameTodd C. Miller
1999-04-30more cruftTodd C. Miller
1999-04-29New configuration method, use a combination of hints and config.over. Also ↵Todd C. Miller
add in OpenBSD-specific patches
1999-04-29Import of stock perl 5.8.5Todd C. Miller
1999-04-29perl5.005_03 (stock)Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1999-04-20cleanup if -dump is called; markus.friedl@fau.deTheo de Raadt
1999-04-18PIC code generation is busted, espie@ said yesMichael Shalayeff
1999-04-01Fix TARGET_CPU_DEFAULT/TARGET_DEFAULT mixup (problem is specific toMarc Espie
brain-damaged i386 configuration files). No need to change configure.in/configure as well, since I have not moved to the egcs config for this item yet.
1999-03-30minor parser bugfix; amazing what you find when you get in the right mindsetTodd C. Miller
1999-03-30Final changes for real 1.5.9 releaseTodd C. Miller
1999-03-29sudo 1.5.9--fixes some parser bugsTodd C. Miller
1999-03-12Repair bootstrap with -DNOMANMarc Espie
1999-03-08sudo 1.5.8p2Todd C. Miller
1999-03-06Wrong file, fixed.Marc Espie
1999-03-06Forgot that one.Marc Espie
1999-03-05Functionality moved to t-openbsd, where it belongs.Marc Espie
1999-03-05Adjust configure.in & rerun autoconf.Marc Espie
1999-03-05Regular fragments to avoid surprises.Marc Espie
1999-03-05Kill nonsense: OBJECT_FORMAT_COFF is a tweak for collect2.Marc Espie
There is no corresponding OBJECT_FORMAT_ELF.
1999-03-04Build manpages when god meant them to beNiklas Hallqvist
1999-03-04Fix edge-condition with doing "cvs update directory" when there is no CVSThorsten Lockert
directory in the current directory, only in the named subdirectory. Reported by Pavel Korovin <pvk@pvk-home.tsinet.ru>
1999-03-04Fix dependencies and cleaningNiklas Hallqvist
1999-03-04Correct info-files cleaning and generationNiklas Hallqvist
1999-02-28Integrate local changesThorsten Lockert
1999-02-28Latest version from Cyclic; skipped filesThorsten Lockert
1999-02-28Latest version from Cyclic; skipped filesThorsten Lockert
1999-02-28Latest version from CyclicThorsten Lockert
1999-02-28From: Jeffrey A Law <law@hurl.cygnus.com>Marc Espie
Marc Espie writes: > I haven't really been able to follow thru the code (and my current build > is not finished yet, so I can't do the check myself), but your recent patch > > to handle weak correctly does look like __attribute__((weak)) will work > correctly only if HANDLE_PRAGMA_WEAK is asserted. > > This is a problem, as HANDLE_PRAGMA_WEAK is a choice, not a feature (at > least, that's what the gcc.info documentation seems to imply for > HANDLE_SYSV_PRAGMA). When HANDLE_PRAGMA_WEAK is false, the code will continue to fail as it has failed for years. Not perfect by any means. Feel free to fix it. It is still a choice, selecting that choice is the only way to get functional weak support right now. What needs to happen long term is the generic weak/alias code needs to become unconditional and only the pragma parsing of that code be conditional.
1999-02-28Formatting changes: conform to the gnu coding standard guidelines.Marc Espie
This is the version that was entered in the egcs project as the official OpenBSD configuration file.
1999-02-28Introduce OBSD_CPP_SPEC and OBSD_LIB_SPEC,Marc Espie
so that OpenBSD specific specs are visible to be used by arch configuration files that don't redefine CPP_SPEC/LIB_SPEC directly. This avoids some duplication of code.
1999-02-28Write a `default' OpenBSD setup to factorize stuff that is common toMarc Espie
all OpenBSD architectures. That way, you have to make a conscious effort to rewrite it. As usual, configure.in -> configure. First guy who patches configure directly gets shot.
1999-02-25kill extra gzip.1 in MLINKS and add LINKS and MLINKS for zegrep and zfgrep ↵Todd C. Miller
instead of making extra copies of that script