summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
1997-12-21Don't set the tty variable to NULL when we lack a tty, leave it asTodd C. Miller
"unknown".
1997-11-30Add "test" target.Todd C. Miller
1997-11-30No more perlovl.podTodd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30stock perl 5.8.0 from CPANTodd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-23OpenBSD 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-23define tty global to an initial value to avoid dumping core in loggingTodd C. Miller
functions when passwd file is unavailable.
1997-11-17fix Y2K problemsTheo de Raadt
1997-11-14pk: Expand on shared object's `.init' functions a bit, and mentionTheo de Raadt
`/usr/lib/c++rt.o'.
1997-11-05Handle relocation of misaligned symbols. Handle all three cases by the sameTheo de Raadt
macro for clarity; pk
1997-11-05lowercase first use of nameTheo de Raadt
1997-11-05interpret the following as " 040" and not as " "; augustss@cs.chalmers.seTheo de Raadt
.ascii "\040040"
1997-11-04GLOBAL_AUTCONF_CACHEkstailey
1997-11-04better GLOBAL_AUTCONF_CACHEkstailey
1997-10-19Our fontpath is different, so make it so.etheisen
1997-10-13Minor fix, mips BEPer Fogelstrom
1997-10-13More than one target vector with mips woes..Per Fogelstrom
1997-10-13be mipsPer Fogelstrom
1997-10-06Re-enable PASSWORD_TIMEOUT now that the fdesc bug is fixed.Todd C. Miller
1997-09-17disable MKTEMP_EACH_FILE, it is not coded correctly inside gcc.cTheo de Raadt
1997-09-14exit 1, not count, because if count > 127... or if count == 255+1Theo de Raadt
1997-09-11fix vfork error reportTheo de Raadt
1997-09-11new category: ports, for the FreeBSD ports systemNiklas Hallqvist
1997-09-08permit perl to build non-interactively. I hate making changes to stuffTheo 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-05after configure, call "make all-recursive" instead of "make" -- thisflipk
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-05MKINSTALLDIRS is two words ("sh [..]/mkinstalldirs") and theflipk
"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-05use GLOBAL_AUTOCONF_CACHEkstailey
1997-09-05update GLOBAL_AUTOCONF_CACHE to new stylekstailey
1997-09-04add %cr4 (from freebsd)chuck
1997-08-30minor errors; josh@quick.netTheo de Raadt
1997-08-30minor errors; josh@quick.netTheo de Raadt
1997-08-27fix ' useTheo de Raadt
1997-08-22Comment out rule to build *.gmo from *.po since the tools to do so areTodd C. Miller
not in the tree and we can't count on timestamps.
1997-08-20do the unix thing; janjaap@stack.nlTheo de Raadt
1997-08-18Add some missing $(srcdir)s. Makes texinfo a little bit closerNiklas Hallqvist
to work on readonly /usr/src systems.
1997-08-18take out debug modekstailey
1997-08-18sigh againkstailey
1997-08-18sighkstailey
1997-08-18back out 1.22kstailey
1997-08-18set x bits on critical fileskstailey
1997-08-11Use mktemp(1) to avoid potential /tmp/ and cwd races.Todd C. Miller
1997-08-07enhance -v documentationkstailey
1997-08-06fix 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-06OpenBSD 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.