summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2002-11-18More printf format paranoia; noticed by David KrauseTodd C. Miller
2002-11-10produce proper canonical version name, support static constructors, enable ex...Michael Shalayeff
2002-11-06Fix obnoxious makeinfo warnings during build.Miod Vallat
2002-11-05-bytes_in/_out and total_in/_out are off_t, not long. fixes a few displayingHenning Brauer
2002-11-04Put back the bits disabling setre[ug]id(). Perl will use setres[ug]idTodd C. Miller
2002-11-03You can't always cast pointer to int on because the sizes arePeter Valchev
2002-11-03Back out a local OpenBSD change I adapted from a 5.6.1 change.Todd C. Miller
2002-11-03The regex used in ExtUtils-MakeMaker-6.05 to check for pod didn't matchTodd C. Miller
2002-11-02Don't try to process inline functions; fixes a problem parsingTodd C. Miller
2002-10-31MakeMaker now appears to try to install pod pages in $installman{1,3}dir.Todd C. Miller
2002-10-30No longer need to override Configure results for setr[ug]id() andTodd C. Miller
2002-10-27The 5.8.0 import didn't bring this file back to life; do it by hand.Todd C. Miller
2002-10-27Resolve conflicts, remove old files, merge local changesTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2002-10-25%ul -> %luCamiel Dobbelaar
2002-10-21make it compile through the gdb, still needs more work; fgsch@ okMichael Shalayeff
2002-10-09Patch from sendmail.org to fix potential smrsh bypass describedTodd C. Miller
2002-10-08fix two incorrect L<> calls; ok millert@Wilbern Cobb
2002-10-04since we lndir the sources we do not need the .CURDIR in the toke depsMichael Shalayeff
2002-10-04put cpp flags into CPPFLAGS, not CFLAGS.Michael Shalayeff
2002-10-04powerpc support for stack trampoline mprotect.Dale Rahn
2002-09-23In an ELF binary the end of the text segment and the start of the dataArtur Grabowski
2002-09-23Activate exec-stack.h on m68k. This is not really necessary on this arch,Miod Vallat
2002-09-23Undefine TRANSFER_FROM_TRAMPOLINE, in case it has been defined earlier.Miod Vallat
2002-09-20UNDO MORE FUCKING TREE BREAKING. WHY THE FUCK ARE YOU GUYS NOT EVEN DOINGTheo de Raadt
2002-09-19build sparc64 like sparc is built. includes config/xm-openbsd.hDale Rahn
2002-09-18Fix trampoline issues, by making sure the right stack portion is PROT_EXEC.Marc Espie
2002-09-17Repair m68k cross-ld - the cross building environment makes some magicMiod Vallat
2002-09-17fix 64bit warnings; ok millert fgschPeter Valchev
2002-09-16__syslog__ format attribute: same as printf, except for -pedantic, as %m isMarc Espie
2002-09-15update to sendmail-8.12.6Todd C. Miller
2002-09-12ansiTheo de Raadt
2002-09-11Pass ld the -R flag to add directories to the list of places toTodd C. Miller
2002-09-10typo -- please send to the perl people too; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-09-07ansification of ldMarco S Hyman
2002-08-29enable ro src for texinfo/; ok espie@Todd T. Fries
2002-08-13Update bsd_glob.c with fixes from perl 5.8.0 that are based on our glob.c.Todd C. Miller
2002-08-11Switch sparc to ELF.Artur Grabowski
2002-08-11Switch sparc binutils to ELF.Artur Grabowski
2002-08-09Incorrect assembly statements are fatal errors, not warnings. Doh. HowMiod Vallat
2002-08-08Use & to test if bits are set, not &&; art@ ok. Fix sent to bug-groff@gnu.orgAaron Campbell
2002-08-08bah, use mode 0 here.Federico G. Schwindt
2002-08-08Add missing mode argument to open(2); noticed byFederico G. Schwindt
2002-07-30Update BSD licenses to include 'with or without modification'.Federico G. Schwindt
2002-07-27ask uvm to map the bss of each .so module non-executable. again, weTheo de Raadt
2002-07-26comma splicePaul Janzen
2002-07-23Add pshufw insn so ogle compiles without the need for a recent gas.Federico G. Schwindt
2002-07-21Fix backtrace support for OpenBSD/powerpc.Dale Rahn
2002-07-20Exit if setusercontext() fails to set resources/priority and suidwarnTodd C. Miller
2002-07-20Fix up WANT_LIBMILTER stuff for people who want to use it; downsj@downsj.comTodd C. Miller