summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-11* Remove the exit condition on no sensors at start-up, since we now supportConstantine A. Murenin
2008-06-11add support for "transparent" forwarding in relays: normally the l7Reyk Floeter
2008-06-110 -> PR_NOWAIT (which is defined as 0) in pool_getBret Lambert
2008-06-11when we establish the mapping from a state key, do it both ways, akaHenning Brauer
2008-06-11fix an old typo that prevented outer ipv6 headers from being corrected,Can Erkin Acar
2008-06-11Move a debug printf into #ifdef DEBUG. ok todd@, millert@.Matthieu Herrb
2008-06-11Don't use the reference count to create the sensor name; we can end upMarc Balmer
2008-06-11With Vincent's permission, the last remaining chunk of mg has beenKjell Wooding
2008-06-11regression tests for the upcomming tgamma bitsMartynas Venckus
2008-06-11Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3"Darren Tucker
2008-06-11drem{,f} are aliases for remainder{,f}, so:Martynas Venckus
2008-06-11close brackets; ok jmc@Martynas Venckus
2008-06-11add C99 round(), based on ieee_src, for noieee_src. tested on VAXMartynas Venckus
2008-06-11cut lookup tag code in smaller piecesMarc Espie
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-11further step on the road to tags:Marc Espie
2008-06-11actually unbreak RAMDISK. double plus minus cookie for mePeter Hessler
2008-06-11unbreak RAMDISKPeter Hessler
2008-06-11defer to the packing element for computing md5Marc Espie
2008-06-11refactor md5 code to be able to work from a filehandle (like a pipe output)Marc Espie
2008-06-11let elements be responsible for computing their own md5 (allows specialMarc Espie
2008-06-11Update to DRM git as of a few days ago. This mostly affects theOwain Ainsworth
2008-06-11correctly enumerate MANSUBDIRPeter Hessler
2008-06-11enable memconfig on amd64Peter Hessler
2008-06-11Synchronize the MTRR API with i386, and enablePeter Hessler
2008-06-11return an XDR'rd xid from nfs_get_xid() and kill the nfs_xid globalThordur I. Bjornsson
2008-06-11(sorry pval) some missing -j bits;Jason McIntyre
2008-06-11kill trailing whitespace;Jason McIntyre
2008-06-11tweak the "route to" text;Jason McIntyre
2008-06-11remove an ugly article;Jason McIntyre
2008-06-11tweak previous;Jason McIntyre
2008-06-11From KAME, allow adjustable limits on NDP entries and discovered routes.Ryan Thomas McBride
2008-06-11Support hotpluggable sensors (e.g. the post-4.2 ipmi0 created by theConstantine A. Murenin
2008-06-11use monotime instead of wallclock.Henning Brauer
2008-06-11Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI),Brad Smith
2008-06-11Match the Altera EBus found on the Tadpole SPARCLE.Mark Kettenis
2008-06-11regenMark Kettenis
2008-06-11Add Altera vendor id, and EBus device id. This is questionable since theMark Kettenis
2008-06-11Canonical for() -> queue.h FOREACH macro conversions.Bret Lambert
2008-06-11Use the prom address to map clock(4) at ebus(4) if available.Mark Kettenis
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-11factor out state creation code for readability; make it static inlineHenning Brauer
2008-06-11Removed bogus var definition.Tobias Stoeckmann
2008-06-11superfluous to check for m != NULL in pf_find_state, it is plainHenning Brauer
2008-06-11after finding a state in the outbound path clear the statekey pointerHenning Brauer
2008-06-11extra paranoia:Henning Brauer
2008-06-11getcwd can return NULL on error, so handle that case properly.Tobias Stoeckmann
2008-06-11yuck, fix a last minute collisionHenning Brauer
2008-06-11store a pointer to the stack side state key in the mbuf packetHenning Brauer
2008-06-11Avoid possible NULL pointer dereferences by using reentrant versionsTobias Stoeckmann