Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-29 | Implement \$ and \# expansion for PS1. Whoever thought it a clever | Otto Moerbeek | |
idea to assign a special meaning to "\$" -- two chars that are already (very) special -- deserves a spanking. | |||
2006-05-29 | ANSI and whitespace. No binary change. | Moritz Jodeit | |
2006-05-29 | Check that struct p8022Hdr was completely captured, | Moritz Jodeit | |
before accessing it. With some cleanup from canacar@ ok canacar@ | |||
2006-05-29 | add trace messages for debugging purpose | Joris Vink | |
2006-05-29 | fix option string | Joris Vink | |
2006-05-29 | The end pointer to fn_print() could possibly point behind the captured | Moritz Jodeit | |
packet. So make sure, it uses "snapend" in that case. ok canacar@ | |||
2006-05-29 | Add proper bounds checks for the CDP and SSDP protocols by | Moritz 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-29 | while $ is right next to #, it is not a comment character. | Dale Rahn | |
2006-05-29 | Tag. | Dale Rahn | |
2006-05-29 | Tags. | Dale Rahn | |
2006-05-29 | Link armish in to the builds. | Dale Rahn | |
2006-05-29 | Add a new port for ARM based products from a variety of vendors, typically | Dale Rahn | |
using Redboot as a loader and using pci, that have a variety of fairly minor hardware differences between them. | |||
2006-05-29 | Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@ | Patrick Latifi | |
2006-05-29 | Add support for i80321 based systems. | Dale Rahn | |
2006-05-29 | Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flapping | Claudio Jeker | |
routes do not cause a update storm. OK norby@ | |||
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy | |
requested by deraadt@ | |||
2006-05-29 | Remove useless debug message that gets triggered all the time in big networks. | Esben Norby | |
ok claudio@ | |||
2006-05-29 | add GSSAPI to the list of authentication methods supported; | Jason McIntyre | |
2006-05-29 | oops - previous was too long; split the list of auths up | Jason McIntyre | |
2006-05-29 | unify code a little bit (consistent variable names). | Hans-Joerg Hoexer | |
2006-05-29 | Also 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-29 | As the rule expansion is now aware of host lists, host_if() has to | Hans-Joerg Hoexer | |
return a proper list of addresses bound to an interface. | |||
2006-05-29 | teach expand_rule() to iterate over host lists, not used yet. | Hans-Joerg Hoexer | |
2006-05-29 | fix rule numbering (for -vv) | Hans-Joerg Hoexer | |
late ikerule also use expand_rule | |||
2006-05-29 | Do not use C++ comments. Noticed by markus. | Hans-Joerg Hoexer | |
2006-05-29 | Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample | Darren Tucker | |
ssh_config. ok markus@ | |||
2006-05-29 | Add gssapi-with-mic to PreferredAuthentications default list; ok jmc | Darren Tucker | |
2006-05-29 | tweaks; | Jason McIntyre | |
2006-05-29 | small tweaks; | Jason McIntyre | |
2006-05-29 | lint has two synopses, so remove -ab from the second one too; | Jason McIntyre | |
2006-05-29 | export pf_key_v2_disable_sa() (unbreaks build) | Markus Friedl | |
2006-05-29 | implement 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-29 | Nuke unused local variable (ok beck deraadt) and unused struct | Michael Knudsen | |
bio_softc declaration (ok and testing dlg). | |||
2006-05-29 | NVIDIA nForce MCP04 (some kind of nForce4) AC97 should work here | Jonathan Gray | |
as well going by the Linux driver. "fine by me" jason@ | |||
2006-05-29 | sync | Theo de Raadt | |
2006-05-29 | put the 64bit flag in the right place on the scatter gather list. | David Gwynne | |
2006-05-29 | fix pasto | Xavier Santolaria | |
2006-05-29 | split mpi_poll out into mpi_complete, and rewrite poll to use start and | David 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-29 | allow ints for older asp; found on 710 @session; tested on 710, 715/33 ↵ | Michael Shalayeff | |
(miod), 735/125 (graham gower) | |||
2006-05-29 | make diff accept symbols for -r too now that we have | Joris Vink | |
a translation function. | |||
2006-05-29 | make the log command use rcs_translate_tag | Joris Vink | |
2006-05-29 | add rcs_translate_tag which will translate a specified | Joris Vink | |
revision or symbol given to us on the command line into the matching revision in the RCS file (if any); | |||
2006-05-29 | Oops, return after calling sa_release() | Ryan Thomas McBride | |
2006-05-29 | Fix broken merge of patch. Pointed out by nathanael at polymorpheus dot com. | Ryan Thomas McBride | |
2006-05-29 | remove some if 0 code | David Gwynne | |
2006-05-29 | i forgot to handle directories inside the 'log' code, | Joris Vink | |
which resulted in a very painfull segfault later on. found by reyk@ | |||
2006-05-29 | add needs to be passed arguments on the command line, and | Joris Vink | |
isnt supposed to just run over our parent directory if none are specified. found by reyk@ | |||
2006-05-29 | i was wrong adding ".*" to the default ignore patterns, | Joris Vink | |
so remove it from there again. | |||
2006-05-29 | remove likes some CR_RECURSE_DIRS luvin' too. | Joris Vink | |
2006-05-29 | bump mpi up to using 64bit for all dva | David Gwynne | |