summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
1998-03-12Integrate local changesThorsten Lockert
1998-03-12Latest version from Cyclic; files missed in first runThorsten Lockert
1998-03-12Latest version from CyclicThorsten Lockert
1998-03-11Pass on -R to ld. Marco S Hyman <marc@snafu.org>Todd C. Miller
1998-03-11support non-executable shell scriptsTheo de Raadt
1998-03-11default to our web pageTheo de Raadt
1998-03-11support non-executable shell scriptsTheo de Raadt
1998-03-11add lynx. -mojMats O Jansson
1998-03-11make it work in our world... -mojMats O Jansson
1998-03-11Lynx 2.8Mats O Jansson
1998-03-08update to gcc 2.8.1Todd C. Miller
1998-03-08FSF gcc 2.8.1Todd C. Miller
1998-03-08FSF gcc 2.8.1Todd C. Miller
1998-03-07Don't make -Wall imply -Wchar-subscripts as that warning is justTodd C. Miller
plain stupid.
1998-03-07fix typoTodd C. Miller
1998-03-06This file belongs in the obj/ dir, go awayNiklas Hallqvist
1998-03-06Do not install a ${arch}-unknown-openbsd2.x linkNiklas Hallqvist
1998-03-05Minor formatting, capitalization, and punctuation changes.Todd C. Miller
Aaron Jackson <jackson@msrce.howard.edu>
1998-03-04Don't try and rebuild configure with autoconf. We have no guaranteeTodd C. Miller
that the timestamp on configure will be newer than configure.in...
1998-03-04use mkstemp() correctly, i thinkTheo de Raadt
1998-03-04fix cmp of g++ include filesTodd C. Miller
1998-03-04Typos...Angelos D. Keromytis
1998-03-04Make it a little bit cleaner, and make sure temp files get deleted.Angelos D. Keromytis
Thanks Theo.
1998-03-04tmpnam() -> mkstemp()Angelos D. Keromytis
1998-03-04Remove window of ^C "opportunity" -- could leave junk files in /tmpAngelos D. Keromytis
1998-03-04mktemp() -> mkstemp()Angelos D. Keromytis
1998-03-04Fix mktemp()->mkstemp()...Angelos D. Keromytis
1998-03-03GCC 2.8.0 mergeNiklas Hallqvist
1998-02-28A merge of the late resolution of symbols code Ian Lance Taylor added toNiklas Hallqvist
gas2 back in 1993. gcc2.8 generates code which relies on this.
1998-02-22Add emulation of binutils 2.x ld options: -rpath dir, -shared, -soname,Theo de Raadt
--whole-archive, --no-whole-archive for compatibility with ELF ports and to aid migration to bintils. Update manpage with new options; jonathan
1998-02-22Merge local changes to support a configuration file with Cyclic's schemeThorsten Lockert
1998-02-22Integrate local changesThorsten Lockert
1998-02-22Latest version from Cyclic; files missed in first runThorsten Lockert
1998-02-22Latest version from CyclicThorsten Lockert
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