Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-13 | libary -> library, other misc corrections | Aaron Campbell | |
1999-05-11 | cvs missed this in the last perl commit. Bad cvs. | Todd C. Miller | |
1999-05-11 | Go back to colon-separated paths approach but truncate lib paths | Todd 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-10 | cross-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-10 | add needed declaration of struct ranlib tag to keep cross-endian tools | Marc Espie | |
gcc-happy. | |||
1999-05-09 | o kill colon-separated paths in *libexp, they confuse too many modules | Todd 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-09 | We 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-09 | Deal with colon-separated paths in *libexp variables. This is a | Todd C. Miller | |
hack and I may simply change those variables to point to a single pathname. | |||
1999-05-04 | Move 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-03 | sync with gzip 1.2.4a | Brad Smith | |
Ok'd by: millert | |||
1999-05-03 | For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5. | Todd C. Miller | |
This is mostly for ports. | |||
1999-05-02 | Don't need to set ccflags or cppflags to be empty | Todd C. Miller | |
1999-05-02 | fix typos, spotted by espie | Todd C. Miller | |
1999-05-02 | Obvious typo in previous commit; niklas@ | Marc Espie | |
1999-05-01 | Let 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-30 | GOT 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-30 | Crank 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-30 | Use arch, not uname | Todd C. Miller | |
1999-04-30 | more cruft | Todd C. Miller | |
1999-04-29 | New configuration method, use a combination of hints and config.over. Also ↵ | Todd C. Miller | |
add in OpenBSD-specific patches | |||
1999-04-29 | Import of stock perl 5.8.5 | Todd C. Miller | |
1999-04-29 | perl5.005_03 (stock) | Todd C. Miller | |
1999-04-29 | perl5.005_03 | Todd C. Miller | |
1999-04-20 | cleanup if -dump is called; markus.friedl@fau.de | Theo de Raadt | |
1999-04-18 | PIC code generation is busted, espie@ said yes | Michael Shalayeff | |
1999-04-01 | Fix TARGET_CPU_DEFAULT/TARGET_DEFAULT mixup (problem is specific to | Marc 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-30 | minor parser bugfix; amazing what you find when you get in the right mindset | Todd C. Miller | |
1999-03-30 | Final changes for real 1.5.9 release | Todd C. Miller | |
1999-03-29 | sudo 1.5.9--fixes some parser bugs | Todd C. Miller | |
1999-03-12 | Repair bootstrap with -DNOMAN | Marc Espie | |
1999-03-08 | sudo 1.5.8p2 | Todd C. Miller | |
1999-03-06 | Wrong file, fixed. | Marc Espie | |
1999-03-06 | Forgot that one. | Marc Espie | |
1999-03-05 | Functionality moved to t-openbsd, where it belongs. | Marc Espie | |
1999-03-05 | Adjust configure.in & rerun autoconf. | Marc Espie | |
1999-03-05 | Regular fragments to avoid surprises. | Marc Espie | |
1999-03-05 | Kill nonsense: OBJECT_FORMAT_COFF is a tweak for collect2. | Marc Espie | |
There is no corresponding OBJECT_FORMAT_ELF. | |||
1999-03-04 | Build manpages when god meant them to be | Niklas Hallqvist | |
1999-03-04 | Fix edge-condition with doing "cvs update directory" when there is no CVS | Thorsten Lockert | |
directory in the current directory, only in the named subdirectory. Reported by Pavel Korovin <pvk@pvk-home.tsinet.ru> | |||
1999-03-04 | Fix dependencies and cleaning | Niklas Hallqvist | |
1999-03-04 | Correct info-files cleaning and generation | Niklas Hallqvist | |
1999-02-28 | Integrate local changes | Thorsten Lockert | |
1999-02-28 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1999-02-28 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1999-02-28 | Latest version from Cyclic | Thorsten Lockert | |
1999-02-28 | From: 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-28 | Formatting 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-28 | Introduce 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-28 | Write a `default' OpenBSD setup to factorize stuff that is common to | Marc 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-25 | kill 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 |