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