summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2000-01-23Fix `internal consistency errors': all warnings for undefined symbols MUSTMarc Espie
handle reported_undefineds correctly. Probably unseen before now because this warning only occurred for symbols that also triggered other warnings ? or maybe no-one cares.
2000-01-18Add /usr/local/lib to libpth/glibpth since ports installs thingsTodd C. Miller
in /usr/local/lib.
2000-01-17Install stripped version of a2p; millert@ ok.Federico G. Schwindt
2000-01-16Kill XXX code which is bogus and unused anyway (no call with dodotpath==1Marc Espie
and major !=-1 anywhere). Simplify test logic: it's enough to check path != NULL to know whether we found something. cmpdewey() code is enough to ensure we get the best one (libfoo.a doesn't change n, any appropriate libfoo.so will take precedence).
2000-01-16Bug-fix: skipping inappropriate versions is independent of whetherMarc Espie
we found something correct or not.
2000-01-14Add options to CFLAGS, not COPTS; wd@ics.nara-wu.ac.jpTodd C. Miller
2000-01-11Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@Todd C. Miller
2000-01-11Fix the logic that determines whether or not a dlopen()'d name shouldTodd C. Miller
be looked for in the libary search path. If a name has a '/' in it, treat it as a pathname, even if it starts with "lib"; gsar@ActiveState.com
2000-01-11Fix typo in Y2K fix for the 'ds' string.Todd C. Miller
2000-01-11Add a man link from eqn -> neqnTodd C. Miller
2000-01-02revert back 1.4->1.5.assar
ld (and ld.so) should take the shared library of the highest version in the first directory that it founds. this is the way ld/ld.so has traditionally worked since SunOS 4 and this is the way it should work. before changing this back - please make sure you understand the semantics of this and that you are not just hiding some other bug but toggling this change. also verify the example in the PR. see PR/972
1999-12-22i thought hppa is there long time agoMichael Shalayeff
1999-12-21strip lynx before installation.Federico G. Schwindt
1999-12-10bad espie, commiting bad patches, with junk in them that should not be thereTheo de Raadt
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
Fix prototypes, propagate const where applicable.
1999-12-07Dumb bug fix: error is not a printf-like function.Marc Espie
Also checked other calls to error warning fatal error_with_file_and_line warning_with_file_and_line fatal_with_file_and_line lex_error lex_warning c_error
1999-12-07Handles -I without filename correctly.Marc Espie
1999-12-06allow --enable-encryption in kerberos caseTheo de Raadt
1999-11-28Keep rules in bsd.sys.mk from yacc'ing on perly.yTodd C. Miller
1999-11-26Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapperTodd C. Miller
instead of explicitly in the top-level Makefile.
1999-11-23missed in shared libperl mods due to cvs bugTodd C. Miller
1999-11-23Import of stock perl 5.8.5Todd C. Miller
1999-11-22when following SEE-ALSO in man mode, would SIGSEGV when cursor is atTheo de Raadt
start of line
1999-11-22missing newlineTheo de Raadt
1999-11-18remove old GPL'd sudoTodd C. Miller
1999-11-18remove old GPL'd sudoTodd C. Miller
1999-11-18build new sudoTodd C. Miller
1999-11-09Install a shared libperl and link against it. Put libperl in /usr/libTodd C. Miller
where it belongs instead of in /usr/libdata/perl5/alpha-openbsd/5.00503/CORE. The shared lib version number will get cranked for each new perl release so this is safe to do.
1999-10-26indentTheo de Raadt
1999-09-24Slightly more accurate manpage.Marc Espie
1999-09-23Typo fixes.Alex Feldman
1999-09-22s/ascii/ASCII/Theo de Raadt
1999-09-14Kill remaining instances of mktemp, direct and indirect.Marc Espie
1999-09-10Put files in /usr/libexec/cvs and /usr/libdata/cvs; suggestion from ToddThorsten Lockert
Miller <todd.miller@courtesan.com>
1999-09-10Add option to set the repository to read-only on the command line; fromThorsten Lockert
Artur Grabowski <art@stacken.kth.se>
1999-09-10Integrate local changesThorsten Lockert
1999-09-10Latest version from Cyclic; skipped filesThorsten Lockert
1999-09-10Latest version from CyclicThorsten Lockert
1999-09-06succesfully -> successfullyAaron Campbell
1999-08-31Support fxch abreviated formMarc Espie
1999-08-31Don't need -fno-strict-aliasing, our gcc has strict aliasing turned off by ↵Todd C. Miller
default.
1999-08-27check for arch that supports -s flagTodd C. Miller
1999-08-26OpenBSD CVS tagTodd C. Miller
1999-08-25comment typoNiklas Hallqvist
1999-08-25Remove redundant test (which I am sure gcc removed by itself anyhow)Niklas Hallqvist
1999-08-24Enable dlopen(3) to work in statically linked binariesNiklas Hallqvist
1999-08-24Remove -g accidentally committed by someoneNiklas Hallqvist
1999-08-24Align defines nicelyNiklas Hallqvist
1999-08-20add -fno-strict-aliasingTodd C. Miller
1999-08-20Link with "-L. -lperl" if building a shrared libperl on OpenBSDTodd C. Miller