summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
1998-02-20Our semctl takes a union semun as 4th argNiklas Hallqvist
1998-02-17this diff is now validTheo de Raadt
1998-02-16undo expr.c diff; it breaks things. niklas must recheckTheo de Raadt
1998-02-15date: 1998/01/10 05:36:35; author: jdp; state: Exp; lines: +2 -1Niklas Hallqvist
Make the ".set" directive copy the aux field when the expression reduces to a relocatable symbol plus an offset. This preserves the symbol type information (function vs. object). It is important for SVR4-style weak symbols, e.g., "#pragma weak foo=bar". Without this change, the linker complains that the jmpslot entry is not a function.
1998-02-15Merge of NetBSD changes + $OpenBSD$ tagsNiklas Hallqvist
1998-02-15These files were new in the 2.8 import (into the FSF branch) and cvs is stupidNiklas Hallqvist
enough to think my branch import want s the new files to end up in the trunk as well. Maybe cvs know how to do what I want, but I could not find it in the manpage
1998-02-14(no commit message)Niklas Hallqvist
1998-02-14(no commit message)Niklas Hallqvist
1998-02-14(no commit message)Niklas Hallqvist
1998-02-06Remove bogus flush of stderrTodd C. Miller
Spew prompt before turning off echo. Seems to fix a weird problem where if sudo complained about a bogus stamp file the user would sometimes not have a chance to enter a password.
1998-02-03Use short dash, not long dash, so makewhatis.sed doesn't get confused.Todd C. Miller
Noted by Theo (binutils objdump.1 is already ok).
1998-01-23Fix usage of select(2) to deal correctly with a high-numbered fd.Todd C. Miller
This change will be in sudo 1.5.5 but you saw it here first...
1998-01-22more consistent with supported optionsJason Wright
1998-01-19Reintegrate mgm-1.29 and our changes into groff-1.11a.etheisen
1998-01-18Import of gnu groff-1.11aetheisen
1998-01-13Missed a case in that bug fix.Todd C. Miller
1998-01-13-WallTodd C. Miller
1998-01-13sudo 1.5.4Todd C. Miller
1998-01-13Fix bug wrt exclusion lists and relative pathnames.Todd C. Miller
1998-01-02buf oflows; wosch & meTheo de Raadt
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