Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-20 | Our semctl takes a union semun as 4th arg | Niklas Hallqvist | |
1998-02-17 | this diff is now valid | Theo de Raadt | |
1998-02-16 | undo expr.c diff; it breaks things. niklas must recheck | Theo de Raadt | |
1998-02-15 | date: 1998/01/10 05:36:35; author: jdp; state: Exp; lines: +2 -1 | Niklas 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-15 | Merge of NetBSD changes + $OpenBSD$ tags | Niklas Hallqvist | |
1998-02-15 | These files were new in the 2.8 import (into the FSF branch) and cvs is stupid | Niklas 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-06 | Remove bogus flush of stderr | Todd 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-03 | Use 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-23 | Fix 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-22 | more consistent with supported options | Jason Wright | |
1998-01-19 | Reintegrate mgm-1.29 and our changes into groff-1.11a. | etheisen | |
1998-01-18 | Import of gnu groff-1.11a | etheisen | |
1998-01-13 | Missed a case in that bug fix. | Todd C. Miller | |
1998-01-13 | -Wall | Todd C. Miller | |
1998-01-13 | sudo 1.5.4 | Todd C. Miller | |
1998-01-13 | Fix bug wrt exclusion lists and relative pathnames. | Todd C. Miller | |
1998-01-02 | buf oflows; wosch & me | Theo de Raadt | |
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 |