summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common
AgeCommit message (Expand)Author
2016-06-08delete generated filechristos
2016-06-08portability macros.christos
2016-06-08Quick+Dirty port to linuxchristos
2014-07-27Fix broken snprintf usage; noted in PR 47976 from Henning Petersen.dholland
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2011-08-31Fix build on mips (NOAOUT case).nakayama
2011-08-30ANSIfy + __printflike + __deadjoerg
2011-08-25Use of non-literal format stringsjoerg
2011-08-16gcc-4.5 is picky about potential negative indexes. appease it.christos
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-05-24Kill redundant ()joerg
2009-11-17ANSIfy, sprinkle "const"drochner
2009-10-20Follow upstream's lead and remove third and fourth clauses (except onsnj
2009-08-20Define NOAOUT if we're building for mips.he
2009-04-17Fix WARNS=4 issues (many -Wshadow, -Wcast-qual)lukem
2008-10-25Use ${TOOL_SED} instead if plain sed in Makefiles.apb
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-10-07PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad
2006-05-25Coverity CID 2524: Return error instead of trying to allocate random byteschristos
2006-05-12use -Wno-pointer-sign with GCC4.mrg
2004-12-01Use cloning bpf.christos
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
2004-04-10With recent changes to BPF, pushing the default buffer size to 1MB, runningdarrenr
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19support MAKEVERBOSElukem
2003-08-18SIOCGIFCONF -> getifaddrs conversionitojun
2003-07-14use bounded string opitojun
2003-04-20new logging files.christos
2003-04-20PR/3343: Jonathan Stone: Errors and warnings to stderr if interactivechristos
2002-11-05For ELF, set d->loadaddr to 0, as we do for a.out.thorpej
2002-09-20select() -> poll()mycroft
2002-09-18minor makefile delintlukem
2002-08-22string manipulation fixes. from openbsditojun
2002-07-13use snprintf. inspired by openbsd changeitojun
2002-06-06Add Elf32 support to mopa.out (which is now quite inappropriatelythorpej
2002-02-18Add support for converting Elf32 images on-the-fly into MOP images.thorpej
2001-12-31Add comment delimiters around the token after an #endifthorpej
2001-12-12MKfoo=no -> NOfootv
2001-01-16comment or delete text after CPP directives.cgd
1999-08-17In a program request packet during the second and third stage of ansimonb
1999-03-13set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1998-07-25SPARC uses 8k virtual pages for linking.mycroft
1998-05-24Display a more meaningful error message if the bpf open fails.thorpej
1998-02-07lintcgd