Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-21 | Don't set the tty variable to NULL when we lack a tty, leave it as | Todd C. Miller | |
"unknown". | |||
1997-11-30 | Add "test" target. | Todd C. Miller | |
1997-11-30 | No more perlovl.pod | Todd C. Miller | |
1997-11-30 | perl 5.004_04 | Todd C. Miller | |
1997-11-30 | perl5.005_03 | Todd C. Miller | |
1997-11-30 | stock perl 5.8.0 from CPAN | Todd C. Miller | |
1997-11-30 | perl5.005_03 | Todd C. Miller | |
1997-11-30 | perl 5.004_04 | Todd C. Miller | |
1997-11-30 | perl5.005_03 | Todd C. Miller | |
1997-11-30 | perl 5.004_04 | Todd C. Miller | |
1997-11-30 | perl 5.004_04 | Todd C. Miller | |
1997-11-23 | OpenBSD tags (and preserve sudo tags) | Todd C. Miller | |
updates from my sudo source tree: logging.c: deal with maxfilelen < 0 case sudo.c: correct error message if mode/owner wrong and not statable by owner compat.h: fix seteuid macro | |||
1997-11-23 | define tty global to an initial value to avoid dumping core in logging | Todd C. Miller | |
functions when passwd file is unavailable. | |||
1997-11-17 | fix Y2K problems | Theo de Raadt | |
1997-11-14 | pk: Expand on shared object's `.init' functions a bit, and mention | Theo de Raadt | |
`/usr/lib/c++rt.o'. | |||
1997-11-05 | Handle relocation of misaligned symbols. Handle all three cases by the same | Theo de Raadt | |
macro for clarity; pk | |||
1997-11-05 | lowercase first use of name | Theo de Raadt | |
1997-11-05 | interpret the following as " 040" and not as " "; augustss@cs.chalmers.se | Theo de Raadt | |
.ascii "\040040" | |||
1997-11-04 | GLOBAL_AUTCONF_CACHE | kstailey | |
1997-11-04 | better GLOBAL_AUTCONF_CACHE | kstailey | |
1997-10-19 | Our fontpath is different, so make it so. | etheisen | |
1997-10-13 | Minor fix, mips BE | Per Fogelstrom | |
1997-10-13 | More than one target vector with mips woes.. | Per Fogelstrom | |
1997-10-13 | be mips | Per Fogelstrom | |
1997-10-06 | Re-enable PASSWORD_TIMEOUT now that the fdesc bug is fixed. | Todd C. Miller | |
1997-09-17 | disable MKTEMP_EACH_FILE, it is not coded correctly inside gcc.c | Theo de Raadt | |
1997-09-14 | exit 1, not count, because if count > 127... or if count == 255+1 | Theo de Raadt | |
1997-09-11 | fix vfork error report | Theo de Raadt | |
1997-09-11 | new category: ports, for the FreeBSD ports system | Niklas Hallqvist | |
1997-09-08 | permit perl to build non-interactively. I hate making changes to stuff | Theo de Raadt | |
like this, but the code as written is just plain wrong. A few people have been burned by this; klatte@hrz.uni-kassel.de, pr#312 | |||
1997-09-05 | after configure, call "make all-recursive" instead of "make" -- this | flipk | |
short-circuits the dependencies that try to run things like automake which we don't have and touch timestamp files in the source dir. texinfo now appears to build in a read-only tree. | |||
1997-09-05 | MKINSTALLDIRS is two words ("sh [..]/mkinstalldirs") and the | flipk | |
"test -f" was failing (too many args). this test is defunct anyway, remove it. this removes (for real!) the necessity to have mkinstalldirs executable. | |||
1997-09-05 | use GLOBAL_AUTOCONF_CACHE | kstailey | |
1997-09-05 | update GLOBAL_AUTOCONF_CACHE to new style | kstailey | |
1997-09-04 | add %cr4 (from freebsd) | chuck | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-27 | fix ' use | Theo de Raadt | |
1997-08-22 | Comment out rule to build *.gmo from *.po since the tools to do so are | Todd C. Miller | |
not in the tree and we can't count on timestamps. | |||
1997-08-20 | do the unix thing; janjaap@stack.nl | Theo de Raadt | |
1997-08-18 | Add some missing $(srcdir)s. Makes texinfo a little bit closer | Niklas Hallqvist | |
to work on readonly /usr/src systems. | |||
1997-08-18 | take out debug mode | kstailey | |
1997-08-18 | sigh again | kstailey | |
1997-08-18 | sigh | kstailey | |
1997-08-18 | back out 1.22 | kstailey | |
1997-08-18 | set x bits on critical files | kstailey | |
1997-08-11 | Use mktemp(1) to avoid potential /tmp/ and cwd races. | Todd C. Miller | |
1997-08-07 | enhance -v documentation | kstailey | |
1997-08-06 | fix grep memory leak due due to using valloc to grow line buffer and be more ↵ | grr | |
conservative about growing buffer in the face of arbitrarily long lines | |||
1997-08-06 | OpenBSD customization. As we have DESTDIR as a maketime configuration option, | Niklas Hallqvist | |
infodir and friends must be passed down dynamically to subdir makes. Also did some style nits in the wrapper for consistency. |