summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-29Get rid of -t (traditional C) option. Some corrections by moritz.Chad Loder
2006-05-29Sync P_BITS with rthread p_flags.Miod Vallat
2006-05-29Make savecontrol functions more generic and use them now for raw IP too.Claudio Jeker
2006-05-29No need for return; at end of functions returning void.Moritz Jodeit
2006-05-29Remove unused NetBSD new-style %b strings.Miod Vallat
2006-05-29Convert NetBSD new-style %b strings to old-style.Miod Vallat
2006-05-29better wording for the "weight" section;Jason McIntyre
2006-05-29extend %b support so that it will allow for arguments with more than 32 bits.Jason Wright
2006-05-29Be more careful to not touch memory outside theMoritz Jodeit
2006-05-29Do not cast a bus_addr_t back in to a pointer as these types may not beMiod Vallat
2006-05-29Regen (although this does not change anything for these keyboards).Miod Vallat
2006-05-29Add support for the audio volume keys found on many laptops' builtinMiod Vallat
2006-05-29enable lists.Hans-Joerg Hoexer
2006-05-29Remove dead extern declarations.Miod Vallat
2006-05-29limit the number of scatter gather entries sent with the scsi_io commandsDavid Gwynne
2006-05-29repair some broken indentation in an example; ok jmc@Kevin Steves
2006-05-29add more mpi goo for scsi task management and port configDavid Gwynne
2006-05-29Need protoype for ipsecctl_free_rule(). While around clean upHans-Joerg Hoexer
2006-05-29Provide functions for copying members of rules. Implement copyrule()Hans-Joerg Hoexer
2006-05-29document the optional "weight" keyword, and a little cleanup;Jason McIntyre
2006-05-29add ipsecctl_free_rule() for cleaning up rules.Hans-Joerg Hoexer
2006-05-29Implement \$ and \# expansion for PS1. Whoever thought it a cleverOtto Moerbeek
2006-05-29ANSI and whitespace. No binary change.Moritz Jodeit
2006-05-29Check that struct p8022Hdr was completely captured,Moritz Jodeit
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
2006-05-29Add proper bounds checks for the CDP and SSDP protocols byMoritz Jodeit
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
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
2006-05-29revert vfs.nfs.privport sysctl, broke a few architecturesAnil Madhavapeddy
2006-05-29Remove useless debug message that gets triggered all the time in big networks.Esben Norby
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
2006-05-29As the rule expansion is now aware of host lists, host_if() has toHans-Joerg Hoexer
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
2006-05-29Do not use C++ comments. Noticed by markus.Hans-Joerg Hoexer
2006-05-29Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sampleDarren Tucker
2006-05-29Add gssapi-with-mic to PreferredAuthentications default list; ok jmcDarren Tucker
2006-05-29tweaks;Jason McIntyre
2006-05-29small tweaks;Jason McIntyre