summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
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-19Fixed building on a read-only src-tree.Artur Grabowski
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-11-04GLOBAL_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-13Use generic .c vers until asm fixed (PPC)Per Fogelstrom
1997-10-06Re-enable PASSWORD_TIMEOUT now that the fdesc bug is fixed.Todd C. Miller
1997-10-05Make it compile on vax. -mojMats O Jansson
1997-09-22Use our own fnmatch().Todd C. Miller
1997-09-20Support 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-17disable MKTEMP_EACH_FILE, it is not coded correctly inside gcc.cTheo de Raadt
1997-09-17Opps, forgot about write.c on the alpha.Jason Downs
1997-09-15Add mkisofs.Jason Downs
1997-09-15mkisofs 1.11. Not wrappered, unfortunately. Stripped of most of theJason Downs
extra junk.
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-05add support for GLOBAL_AUTOCONF_CACHEkstailey
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-27DOH! did I not revert this yesterday? our gcc can't deal with correctNiklas Hallqvist
C++ code :-(
1997-08-26Updated to Cygnus versions (egcs uncovered many bugs)Niklas Hallqvist
1997-08-26getline template badly instantiated, found by compiling with egcsNiklas Hallqvist
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