summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-28clean up more more subtle and stupid differences between the variousTheo de Raadt
2010-04-28Allow neighbor-as in AS filter statements like:Claudio Jeker
2010-04-28Teach disklabel how to print and parse UIDs.Joel Sing
2010-04-28When setting a disklabel automatically generate a new UID if it does notJoel Sing
2010-04-28Cast 'a' to (void *) in the REASON_SET macro. Makes gcc4 happy.Robert Nagy
2010-04-28Fix gcc4 warningMarco Peereboom
2010-04-28- plug memleak (in #if 0'd code)Jasper Lievisse Adriaanse
2010-04-28Enable -fwrapv by default. It's what many programmers expect and accordingMark Kettenis
2010-04-28VIDIOC_S_INPUT, VIDIOC_STREAMON, VIDIOC_STREAMOFF need a pointer to int.Marcus Glocker
2010-04-28*sigh* make the same change as previous commit to the sister function ofOwain Ainsworth
2010-04-28Deal with a non-incremented iterator by changing aOwain Ainsworth
2010-04-27Fix a subtle bug noticed by naddy@ in pftop(8), thanks!Ingo Schwarze
2010-04-27Fix inline assembler to make it acceptable to gcc4. Based on a diff fromMark Kettenis
2010-04-27Avoid null-pointer dereference by giving proc0 a place to store itsMark Kettenis
2010-04-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-27__packed needs to be applied to the struct, not the typedef.Mark Kettenis
2010-04-27Don't use cast expressions as lvalues; gcc4 complains about them. And gcc3Mark Kettenis
2010-04-27Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup,Dale Rahn
2010-04-27Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line),Theo de Raadt
2010-04-27Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3Jonathan Gray
2010-04-27Use the form ${_archdir}/${_arch} to reach a few more places, unifying theTheo de Raadt
2010-04-27arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist,Dale Rahn
2010-04-27A lot of the sections in this were out of whack with the order theyTheo de Raadt
2010-04-27Update oxsemi (now plxtech) datasheet URL.Stuart Henderson
2010-04-27locore.i is not generated at all, so no need to rm itTheo de Raadt
2010-04-27Correct sensor logic so we don't get stuck in a loop.Jonathan Gray
2010-04-27Dumb mistake done twice. First in ospfd then synced to snmpd. rtm_errnoClaudio Jeker
2010-04-27a bit more unification to the arm way of doing thisTheo de Raadt
2010-04-27teeny bit more unificationTheo de Raadt
2010-04-27sort the map types;Jason McIntyre
2010-04-27Add a couple more frames in order to support the latest logitech pro 9000Marco Peereboom
2010-04-27this commit enables "plain" as a backend for maps (that means aliases,Gilles Chehade
2010-04-27initial work at fixing aliases support:Gilles Chehade
2010-04-27shorten preambleTheo de Raadt
2010-04-27No need for a specific .SUFFIXES list; ok drahnTheo de Raadt
2010-04-27noone needs comments about QUOTA and TRACETheo de Raadt
2010-04-27over the years we have moved to a machine+architectures scheme that hasTheo de Raadt
2010-04-27use -f assymp.dep again; worked out with miodTheo de Raadt
2010-04-27Fuloong with LM6003 signature is apparently similar to LM6004 with differentMiod Vallat
2010-04-27next phase: get rid of bogus dependencies on Makefile from the day whenTheo de Raadt
2010-04-27spacingMarco Peereboom
2010-04-27alpha/conf/Makefile.alphaTheo de Raadt
2010-04-26bz#1502: authctxt.success is declared as an int, but passed byDamien Miller
2010-04-26even cleaner mach/arch/machdir/archdirTheo de Raadt
2010-04-26next step towards unification: make all the genassym chunks handle bothTheo de Raadt
2010-04-26typoTheo de Raadt
2010-04-26Work around the fact that our .comm directive is somewhat non-standard.Mark Kettenis
2010-04-26next unification step: remove bsd.rd test build goopTheo de Raadt
2010-04-26BOARDTYPE is no longer used by Makefile.*; spotted by miodTheo de Raadt
2010-04-26next unification step: move all MD naming _mach, _machdir, _arch, and _archdirTheo de Raadt