summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2003-05-17no need for O0 on hppa anymoreMichael Shalayeff
2003-05-16syncHans Insulander
2003-05-16Don't link with -lkrb -lkafs.Hans Insulander
ok jakob@
2003-05-14correct bound length and make sure string is always nul'dTed Unangst
fixes problem found by markus@
2003-05-13buffer size is strlen + 1. ok beck@Ted Unangst
2003-05-12Disable krb4 support in preparation for krb4 removal.Magnus Holmberg
ok jakob@, hin@
2003-05-12strings in libreadline, again. this time with no abi change,Bob Beck
static builds still seem to work with this. ok deraadt@ tedu@
2003-05-10Back out libreadline changes, this breaks static build (I.E. vax).Bob Beck
changes are nontrivial to fix. Will return when static build works.
2003-05-08multiple readlink() calls that forgot the -1...Vincent Labrecque
ok millert
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd C. Miller
and then, if that was not big enough, map the rest of it contiguously. However, there is no guarantee that the address space after the first mmap has not already been used by something else. Instead, just fstat the file and map up to st_size. Also reorganized the code a tad and added some sanity checks for st_size. Problem tracked down by dhartmei@ and mickey@; drahn@ OK.
2003-05-08Don't inline strcpy. since it's evil anyway. This makes itBob Beck
easier to find in object files without worrying about whether or not -fno-builtin was used in building. ok itojun@, tedu@, anil@, henning@, etc...
2003-05-08stringsBob Beck
ok tedu@, art@
2003-05-07fix a memleakVincent Labrecque
ok deraadt
2003-05-07Re-include a patch missed in the recent upgrade:Anil Madhavapeddy
When passive FTP fails, switch to active FTP and try again Submitted by Andrew Basterfield <bob@cemetery.homeunix.org>
2003-05-06minor string cleanings; tdeval okTheo de Raadt
2003-05-05correct incorrect off-by-one sscanf boundAnil Madhavapeddy
millert@ ok
2003-05-05Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterDale Rahn
interleave of exe/shared libs. Raise MAXDSIZ back to 1G. This change REQUIRES a binary update on i386.
2003-05-01Update to lynx-2.8.4-rel1, patchset d, now with IPv6 as wellAnil Madhavapeddy
Local patches we maintain to the distribution are: - replace unbounded fscanf with fgets (avsm) - spelling fixes (deraadt) - hppa -O0 workaround (mickey) - default to ftp passive (deraadt) - work with non-exec scripts (deraadt,hin,maja) - be more careful with rlogin username (art) - default to our webpage (deraadt) - install helpfiles locally (maja) - mkdtemp temp space directory (art) - install more recent config.guess (avsm) Tested by beck,millert,grange,fries,miod and others, deraadt@ ok
2003-04-28string cleaningTheo de Raadt
2003-04-28work around XOPEN declTheo de Raadt
2003-04-28No need to install both the "readline guide" and the "readline user's guide"Miod Vallat
since the former is a superset of the latter, and they used the same info node name, for further confusion. ok millert@ krw@
2003-04-28Proper @ignore usage, to prevent yet another gnu notice to pop up by mistakeMiod Vallat
in the middle of a page. ok millert@ krw@
2003-04-28pull in string.hTheo de Raadt
2003-04-26string cleaning; ok tdevalTheo de Raadt
2003-04-26string cleaning; ok tedu tdevalTheo de Raadt
2003-04-25fix typo; tom@minnesota.comTheo de Raadt
2003-04-23typo;Jason McIntyre
from NetBSD (Thomas T. Thai). ok millert@
2003-04-22replace an unbounded fscanf with an fgetsAnil Madhavapeddy
suggested by and ok millert@
2003-04-22sync up ELF and a.out versions of ldconfig(8)David Krause
ok drahn@ mdoc ok jmc@
2003-04-17Underlying code supported 'ELF' symbols, however '-DNO_UNDERLINE' hasDale Rahn
to be passed to cpp when processing the .S files.
2003-04-17Change gcc to generate ELF code for i386.Dale Rahn
2003-04-17Switch i386 to new binutils, i386 tools now do ELF.Dale Rahn
RODATA_* align macros to preserve current behavior on other archs and allow for 1G sep between beginning of exe and beginning of data DARPA funded work.
2003-04-16string cleanup; ok millertTheo de Raadt
2003-04-16string cleaningTheo de Raadt
2003-04-14standalone/stand alone -> stand-alone;Jason McIntyre
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@
2003-04-14built in -> built-in;Jason McIntyre
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@
2003-04-13another bad bound; millert@ okAnil Madhavapeddy
2003-04-11Don't need LDFLAGS=-s since we pass in INSTALL_STRIPTodd C. Miller
2003-04-09fix bad entry definitionMichael Shalayeff
2003-04-09fix the readonly objects placement into thee .rodata proper; espie@ okMichael Shalayeff
2003-04-09xmalloc called with the wrong sizeof in sentinel attribute setupAnil Madhavapeddy
espie@ ok
2003-04-08fix another non-POSIX chownTodd C. Miller
2003-03-30Force the creation of pod/Makefile. We don't actually use this forTodd C. Miller
anything but 'make clean'. Fixes some warnings pb@ noticed.
2003-03-29Update to sendmail 8.12.9; fixes a buffer overflow in address parsingTodd C. Miller
due to a char to int conversion problem which is potentially remotely exploitable.
2003-03-28PIC does not mix well w/ nopic (yet); espie@ okMichael Shalayeff
2003-03-28Add missing MLINKS for Getopt::Std and fix NAME sectionTodd C. Miller
2003-03-24Recognize -soname foo, so that ld can properly ignore it.Marc Espie
ok millert@, pval@.
2003-03-21fix breakage from the previous commit that removed confidential bugs:David Krause
sendbug was reporting an error when there really wasn't one ok millert@
2003-03-19Return 0 on success, rather than falling off the end of a function prototypedDale Rahn
as returning int.