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-12-10 | config files are in /etc, not /usr/lib | kstailey | |
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-19 | Fixed building on a read-only src-tree. | Artur Grabowski | |
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-11-04 | 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-13 | Use generic .c vers until asm fixed (PPC) | Per Fogelstrom | |
1997-10-06 | Re-enable PASSWORD_TIMEOUT now that the fdesc bug is fixed. | Todd C. Miller | |
1997-10-05 | Make it compile on vax. -moj | Mats O Jansson | |
1997-09-22 | Use our own fnmatch(). | Todd C. Miller | |
1997-09-20 | Support for building libgmp only if something has changed. | Tobias Weingartner | |
This helps me with not having root re-build libgmp every- time I install the system. | |||
1997-09-17 | disable MKTEMP_EACH_FILE, it is not coded correctly inside gcc.c | Theo de Raadt | |
1997-09-17 | Opps, forgot about write.c on the alpha. | Jason Downs | |
1997-09-15 | Add mkisofs. | Jason Downs | |
1997-09-15 | mkisofs 1.11. Not wrappered, unfortunately. Stripped of most of the | Jason Downs | |
extra junk. | |||
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-05 | add support for GLOBAL_AUTOCONF_CACHE | 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-27 | DOH! did I not revert this yesterday? our gcc can't deal with correct | Niklas Hallqvist | |
C++ code :-( |