summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2002-03-26Change the memory model from some home-grown thing that looks to have beenArtur Grabowski
designed for mmu-less systems to something more decent that doesn't conflict with how gcc sometimes generates code. WARNING! This breaks binary compatibility. Reinstall from snapshots. Upgrades won't work! I repeat, upgrades won't work! Reinstall.
2002-03-25#ifdef out useless test on OpenBSD. f_bavail is a 32bit int andTodd C. Miller
so can never be > LONG_MAX. This test is probably useless on most other operating systems too but on our LP64 platforms it generates a compiler warning.
2002-03-25bring in prototypesTheo de Raadt
2002-03-24remove /lib and /usr/local/lib from the default search path for theBrad Smith
native linker. -- Ok'd by: pval@, fgsch@ and espie@
2002-03-22Pass INSTALL_STRIP in LDFLAGS. Allows debugging without tweaking the file.Marc Espie
Sync with /usr/share/mk: CXXOPTS. noticed by mpech@
2002-03-21predefine __sparc_v9__ on sparc64; ok art, espiePeter Valchev
2002-03-19tweak gcc inliner. More weight for leaf functions. Less depth for otherMarc Espie
inlining. Speeds up compilation of heavily inlined code, such as most C++ code, and loses almost no runtime speed. ok art, miod, millert, niklas.
2002-03-19When one shared library requires another, it will try to locate thePeter Valchev
required shared library and include it in the link if it's not specified explicitly. This change makes ld look at the -L arguments specified, and build search path. This avoids the need for -rpath-link, and somewhat resembles the a.out linker behaviour. However behaviour of -rpath and -rpath-link is still preserved as a GNU extension. ok drahn, espie looked at it too
2002-03-19Remove blatant advertizement. We don't give a fuck if it's NU/LixMarc Espie
or some other penguin name.
2002-03-16semi-current config from gcc, seems to work better for us too; espie@ okMichael Shalayeff
2002-03-13User may specify a suffix longer than 3 characters. Take this intoTodd C. Miller
account when sanity checking buffer size; itojun@
2002-03-07revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok.Federico G. Schwindt
2002-03-07From NetBSD: Fix evil bitfield bug; hugh@ okFederico G. Schwindt
2002-03-07workaround a gcc bug on vax; hugh@ okFederico G. Schwindt
2002-02-28Remove feature-poor GPL'd deroff clone, we have a better, BSD-licensed one now.Todd C. Miller
2002-02-26fix errx(3) arg.Federico G. Schwindt
2002-02-18deal with unsigned char issuesTheo de Raadt
2002-02-17Use LOGIN_SETLOGIN flag to setsuercontext() so the user name getsTodd C. Miller
set properly to the user commands will be run on behalf of. Bug report and different patch from Peter Philipp.
2002-02-17Get gdb (mostly) working on vax. Work by bjc@.Hugh Graham
2002-02-17Define an epilogue for vax to protect function ends from gcc'sHugh Graham
optimizer. Debugging and implementation by bjc@.
2002-02-14From NetBSD:Federico G. Schwindt
Deal with weak symbols when looking up in shared libraries; tested by marc@ miod@ and myself.
2002-02-13Changes necessary to configure vax. Confirmed by miod + theo.Hugh Graham
2002-02-10spellingTheo de Raadt
2002-01-27Make f77(1) work on sparc64. ok espiePeter Valchev
2002-01-21Switch last workaround to a form easier for espie to maintain.Hugh Graham
2002-01-21Use HOST_CFLAGS to force gcc to build its helper tools withoutHugh Graham
optimization on vax. This is part of what's needed to get gcc through a double bootstrap with optimization turned on.
2002-01-21Particularly egregious pair of changes to get recent sendmailHugh Graham
working on vax. It's most likely this only succeeds because the rearranged code doesn't trip a compiler bug.
2002-01-20Commit change from gcc mainline that's been kicking around in my treeHugh Graham
for too long. Needed for vax and tested by various.
2002-01-20Add missing va_end() calls, patch sent to sendmail folks.Todd C. Miller
2002-01-14update to sendmail-8.12.2Todd C. Miller
2002-01-11o crank max load for queue and refuseTodd C. Miller
o use shared memory for disk usage stats o cache up to 4 connections instead of 2 o use port 24 on lo0 for nocanonify MSA
2002-01-09remove cf/domain/sigmasoft.m4 from cf/cf/Makefilelebel
2002-01-09Add -DSM_CONF_SHM to allow the SharedMemoryKey option to be used (off byTodd C. Miller
default).
2002-01-09Remove private sendmail configuration files -- they are out of date anyhowThorsten Lockert
2002-01-08Allow a CVS tagname to be expanded during checkout, export and update to beThorsten Lockert
specified on the command line; ok niklas@ pval@
2002-01-05Sync with reality: make mj2 a trusted user and add 'C' (nocanonify)Todd C. Miller
flag to MSA for fast message injection.
2001-12-27Fix the brain-dead assembler to correctly handle opcodes which have noMiod Vallat
arguments (such as rte) but do not appear exactly at the end of a line (i.e. whitespace follows) instead of reporting (incorrectly) "parameter syntax error".
2001-12-27Unbreak confusion between duplicated, but slightly different, m88k assemblerMiod Vallat
sources and repair as in the process (we had ended mixing tc-mvme88k.c with tc-m88k.h).
2001-12-26When cross compiling, by all means prevent the native <machine/exec.h> to beMiod Vallat
picked up. This enables sparc->foo cross-ld to build (don't ask).
2001-12-24Hooks to enable building a cross-ld for mvme88k.Miod Vallat
2001-12-10Add FEATURE(`accept_unresolvable_domains')Todd C. Miller
This should help folks whose IP address is not resolvable.
2001-12-04add missing no_default_msa FEATURETodd C. Miller
2001-12-04sync with realityTodd C. Miller
2001-11-29Sync with realityTodd C. Miller
o enable TLS o accept mail for openssh.org o add ipv6 support
2001-11-29use ipv6 when possible; transparent if you don't have ipv6 enabledTodd T. Fries
..without this, client only connects to remote ipv4 smtp sites, and yes, localhost is a 'remote' site during testing. millert@ ok.
2001-11-25More MID for m88k updates, grr!Miod Vallat
2001-11-24Update mvme88k MID value here too.Miod Vallat
2001-11-24for openbsd 3.1+, don't even bother trying to pick libdl, since it is dead.Peter Valchev
ok millert geez, i wrote that without a single mistake, amusing
2001-11-22Nuke incorrect use of .IMPSRCMarc Espie
2001-11-22Bad .IMPSRC.Marc Espie