summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1996-11-11Back out last change.Todd C. Miller
1996-11-11Fix User_Alias's in the runas list. Kind of kludgy, a better fixTodd C. Miller
will be in 1.5.3.
1996-11-09ignore "*.depend".michaels
1996-10-31Correct kerb header location.Todd C. Miller
1996-10-31Alpha support based on Chris Demetriou's <cgd@cs.cmu.edu> workNiklas Hallqvist
1996-10-31Hey, if we recurse in here.. we are interested of more than gas,Niklas Hallqvist
even if not mips
1996-10-30deal with case where there is no sudoers file--pointed out by downsjTodd C. Miller
1996-10-29Restore missing call to parseopts() for non-client/serverThorsten Lockert
1996-10-29mktemp is evilTheo de Raadt
1996-10-28add sudoTodd C. Miller
1996-10-27link against -lcurses until ld is fixedTheo de Raadt
1996-10-18Undo CVSroot change in main.cThorsten Lockert
Pass CVS root directory as an argument to parseopts() Add prototype for parseopts()
1996-10-18one more touchupTheo de Raadt
1996-10-18${MACHINE_ARCH}-unknown-openbsd2.0 always, except for mips where ↵Theo de Raadt
little/big-endian is significant
1996-10-18SERVER_FLOWCONTROL is now default; don't add it hereThorsten Lockert
1996-10-18Make "CVSroot" available to parseopts()Thorsten Lockert
1996-10-18Integrate local changesThorsten Lockert
1996-10-18Missing files from importThorsten Lockert
1996-10-18New release from Cyclic SoftwareThorsten Lockert
1996-10-14sudo 1.5.2Todd C. Miller
1996-10-13Make sure new mm macros get installed as tmac.m NOT tmac. !etheisen
1996-10-12clean betterNiklas Hallqvist
1996-10-08Attempt at cleanup.michaels
1996-10-07man page fixes from niklasTheo de Raadt
1996-10-06mips-dec-openbsd; from graichenTheo de Raadt
1996-10-06Link to me.7 and ms.7 manpagesThorsten Lockert
1996-10-06Alpha support based on Chris Demetriou's <cgd@cs.cmu.edu> workNiklas Hallqvist
1996-10-04ld.so man page fixedPer Fogelstrom
1996-10-04Trivial ldd for mipsPer Fogelstrom
1996-10-04Fix a bug in an internal perl build script fragment that caused a bogusJason Downs
Makefile to be built for the sdbm library subdir.
1996-10-02use different clean; old one deleted tree piecesTheo de Raadt
1996-09-30openbsdTheo de Raadt
1996-09-30pmax support; from graichenTheo de Raadt
1996-09-29On popular demand: annoying kernel link messages fixed :-)Per Fogelstrom
1996-09-29always staticTheo de Raadt
1996-09-29Missing #if casePer Fogelstrom
1996-09-28A dep line was lostPer Fogelstrom
1996-09-28Need a real fix. Remove workaround...Per Fogelstrom
1996-09-28another filePer Fogelstrom
1996-09-28Better shlib version scanningPer Fogelstrom
1996-09-28workaround for header bugPer Fogelstrom
1996-09-28mark dlopen() modules with RTLD_DLTheo de Raadt
1996-09-28New fallback alg. added for arc machines. If libxx.so is not found scan for ↵Per Fogelstrom
highest version of libxx.so.n. This is what ldconfig sets as highest. This will make manual linking of libxx.so to libxx.so.n not requiered any more. Also some constructor/shared lib fixes. Relocs is placed in the wrong section though. Hmmm..
1996-09-28hmm.. /etc was perhaps a better placePer Fogelstrom
1996-09-26pefo sez: constructors are not working with shared libs; -DNOPIC for mips hereTheo de Raadt
1996-09-26handle obj dirsTheo de Raadt
1996-09-23Build ld.so for MipsPer Fogelstrom
1996-09-23Fixes to avoid using asm to get pointer to start sp in ld.so. It's a littlePer Fogelstrom
hackish but doesn't add any machdep stuff to MI code. Also don't strip when installing ld.so.
1996-09-22ld is broken when handling weak symbols in shared libararies. This isetheisen
a quick workaround to allow libg++ to build. WARNING: If you use libg++, you must EXPLICIDLY link against libcurses, even if you don't use curses.
1996-09-22Tweak for FreeBSD cross compileimp