Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-11 | Back out last change. | Todd C. Miller | |
1996-11-11 | Fix User_Alias's in the runas list. Kind of kludgy, a better fix | Todd C. Miller | |
will be in 1.5.3. | |||
1996-11-09 | ignore "*.depend". | michaels | |
1996-10-31 | Correct kerb header location. | Todd C. Miller | |
1996-10-31 | Alpha support based on Chris Demetriou's <cgd@cs.cmu.edu> work | Niklas Hallqvist | |
1996-10-31 | Hey, if we recurse in here.. we are interested of more than gas, | Niklas Hallqvist | |
even if not mips | |||
1996-10-30 | deal with case where there is no sudoers file--pointed out by downsj | Todd C. Miller | |
1996-10-29 | Restore missing call to parseopts() for non-client/server | Thorsten Lockert | |
1996-10-29 | mktemp is evil | Theo de Raadt | |
1996-10-28 | add sudo | Todd C. Miller | |
1996-10-27 | link against -lcurses until ld is fixed | Theo de Raadt | |
1996-10-18 | Undo CVSroot change in main.c | Thorsten Lockert | |
Pass CVS root directory as an argument to parseopts() Add prototype for parseopts() | |||
1996-10-18 | one more touchup | Theo 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-18 | SERVER_FLOWCONTROL is now default; don't add it here | Thorsten Lockert | |
1996-10-18 | Make "CVSroot" available to parseopts() | Thorsten Lockert | |
1996-10-18 | Integrate local changes | Thorsten Lockert | |
1996-10-18 | Missing files from import | Thorsten Lockert | |
1996-10-18 | New release from Cyclic Software | Thorsten Lockert | |
1996-10-14 | sudo 1.5.2 | Todd C. Miller | |
1996-10-13 | Make sure new mm macros get installed as tmac.m NOT tmac. ! | etheisen | |
1996-10-12 | clean better | Niklas Hallqvist | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-10-07 | man page fixes from niklas | Theo de Raadt | |
1996-10-06 | mips-dec-openbsd; from graichen | Theo de Raadt | |
1996-10-06 | Link to me.7 and ms.7 manpages | Thorsten Lockert | |
1996-10-06 | Alpha support based on Chris Demetriou's <cgd@cs.cmu.edu> work | Niklas Hallqvist | |
1996-10-04 | ld.so man page fixed | Per Fogelstrom | |
1996-10-04 | Trivial ldd for mips | Per Fogelstrom | |
1996-10-04 | Fix a bug in an internal perl build script fragment that caused a bogus | Jason Downs | |
Makefile to be built for the sdbm library subdir. | |||
1996-10-02 | use different clean; old one deleted tree pieces | Theo de Raadt | |
1996-09-30 | openbsd | Theo de Raadt | |
1996-09-30 | pmax support; from graichen | Theo de Raadt | |
1996-09-29 | On popular demand: annoying kernel link messages fixed :-) | Per Fogelstrom | |
1996-09-29 | always static | Theo de Raadt | |
1996-09-29 | Missing #if case | Per Fogelstrom | |
1996-09-28 | A dep line was lost | Per Fogelstrom | |
1996-09-28 | Need a real fix. Remove workaround... | Per Fogelstrom | |
1996-09-28 | another file | Per Fogelstrom | |
1996-09-28 | Better shlib version scanning | Per Fogelstrom | |
1996-09-28 | workaround for header bug | Per Fogelstrom | |
1996-09-28 | mark dlopen() modules with RTLD_DL | Theo de Raadt | |
1996-09-28 | New 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-28 | hmm.. /etc was perhaps a better place | Per Fogelstrom | |
1996-09-26 | pefo sez: constructors are not working with shared libs; -DNOPIC for mips here | Theo de Raadt | |
1996-09-26 | handle obj dirs | Theo de Raadt | |
1996-09-23 | Build ld.so for Mips | Per Fogelstrom | |
1996-09-23 | Fixes to avoid using asm to get pointer to start sp in ld.so. It's a little | Per Fogelstrom | |
hackish but doesn't add any machdep stuff to MI code. Also don't strip when installing ld.so. | |||
1996-09-22 | ld is broken when handling weak symbols in shared libararies. This is | etheisen | |
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-22 | Tweak for FreeBSD cross compile | imp | |