summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-29Implement \$ and \# expansion for PS1. Whoever thought it a cleverOtto Moerbeek
idea to assign a special meaning to "\$" -- two chars that are already (very) special -- deserves a spanking.
2006-05-29ANSI and whitespace. No binary change.Moritz Jodeit
2006-05-29Check that struct p8022Hdr was completely captured,Moritz Jodeit
before accessing it. With some cleanup from canacar@ ok canacar@
2006-05-29add trace messages for debugging purposeJoris Vink
2006-05-29fix option stringJoris Vink
2006-05-29The end pointer to fn_print() could possibly point behind the capturedMoritz Jodeit
packet. So make sure, it uses "snapend" in that case. ok canacar@
2006-05-29Add proper bounds checks for the CDP and SSDP protocols byMoritz Jodeit
grouping all LLCSAP_SNAP handling in one block. Also make sure, that enough of "struct llc" was captured, before accessing it. ok canacar@
2006-05-29while $ is right next to #, it is not a comment character.Dale Rahn
2006-05-29Tag.Dale Rahn
2006-05-29Tags.Dale Rahn
2006-05-29Link armish in to the builds.Dale Rahn
2006-05-29Add a new port for ARM based products from a variety of vendors, typicallyDale Rahn
using Redboot as a loader and using pci, that have a variety of fairly minor hardware differences between them.
2006-05-29Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@Patrick Latifi
2006-05-29Add support for i80321 based systems.Dale Rahn
2006-05-29Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flappingClaudio Jeker
routes do not cause a update storm. OK norby@
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
requested by deraadt@
2006-05-29Remove useless debug message that gets triggered all the time in big networks.Esben Norby
ok claudio@
2006-05-29add GSSAPI to the list of authentication methods supported;Jason McIntyre
2006-05-29oops - previous was too long; split the list of auths upJason McIntyre
2006-05-29unify code a little bit (consistent variable names).Hans-Joerg Hoexer
2006-05-29Also return proper list of addresses for interface groups.Hans-Joerg Hoexer
As usual, this and the previous commit reused suitable code from the tree (pfctl).
2006-05-29As the rule expansion is now aware of host lists, host_if() has toHans-Joerg Hoexer
return a proper list of addresses bound to an interface.
2006-05-29teach expand_rule() to iterate over host lists, not used yet.Hans-Joerg Hoexer
2006-05-29fix rule numbering (for -vv)Hans-Joerg Hoexer
late ikerule also use expand_rule
2006-05-29Do not use C++ comments. Noticed by markus.Hans-Joerg Hoexer
2006-05-29Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sampleDarren Tucker
ssh_config. ok markus@
2006-05-29Add gssapi-with-mic to PreferredAuthentications default list; ok jmcDarren Tucker
2006-05-29tweaks;Jason McIntyre
2006-05-29small tweaks;Jason McIntyre
2006-05-29lint has two synopses, so remove -ab from the second one too;Jason McIntyre
2006-05-29export pf_key_v2_disable_sa() (unbreaks build)Markus Friedl
2006-05-29implement reliable microtime on smp (joint work w/ otto):Michael Shalayeff
send a bcast ipi from the cpu0 to all others to timestamp tsc on every clock intr. this way using local tsc provides accurate microtime() measurements. thus gettimeofday test passes now. otto@ deraadt@ ok
2006-05-29Nuke unused local variable (ok beck deraadt) and unused structMichael Knudsen
bio_softc declaration (ok and testing dlg).
2006-05-29NVIDIA nForce MCP04 (some kind of nForce4) AC97 should work hereJonathan Gray
as well going by the Linux driver. "fine by me" jason@
2006-05-29syncTheo de Raadt
2006-05-29put the 64bit flag in the right place on the scatter gather list.David Gwynne
2006-05-29fix pastoXavier Santolaria
2006-05-29split mpi_poll out into mpi_complete, and rewrite poll to use start andDavid Gwynne
complete to do its job. enforce the use of a timeout on polled commands and make the callers check if the timeout happened.
2006-05-29allow ints for older asp; found on 710 @session; tested on 710, 715/33 ↵Michael Shalayeff
(miod), 735/125 (graham gower)
2006-05-29make diff accept symbols for -r too now that we haveJoris Vink
a translation function.
2006-05-29make the log command use rcs_translate_tagJoris Vink
2006-05-29add rcs_translate_tag which will translate a specifiedJoris Vink
revision or symbol given to us on the command line into the matching revision in the RCS file (if any);
2006-05-29Oops, return after calling sa_release()Ryan Thomas McBride
2006-05-29Fix broken merge of patch. Pointed out by nathanael at polymorpheus dot com.Ryan Thomas McBride
2006-05-29remove some if 0 codeDavid Gwynne
2006-05-29i forgot to handle directories inside the 'log' code,Joris Vink
which resulted in a very painfull segfault later on. found by reyk@
2006-05-29add needs to be passed arguments on the command line, andJoris Vink
isnt supposed to just run over our parent directory if none are specified. found by reyk@
2006-05-29i was wrong adding ".*" to the default ignore patterns,Joris Vink
so remove it from there again.
2006-05-29remove likes some CR_RECURSE_DIRS luvin' too.Joris Vink
2006-05-29bump mpi up to using 64bit for all dvaDavid Gwynne