summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-31undo unp_internalize in case of errors; report Christian Biere; ok claudioMarkus Friedl
2006-10-31do not re-generate the timestamp modulation offset for SYN-ACK retransmits;Markus Friedl
this unbreaks TCP for high RTT (~3s); ok mcbride@
2006-10-31Remove bogus input line.Hans-Joerg Hoexer
2006-10-31a step ahead in opencvs add|remove remote support.Xavier Santolaria
2006-10-31first cut at sensorsJolan Luff
help from & ok dlg@
2006-10-31usage information goes to stderrMartin Reindl
2006-10-31+.Xr fhstat 2Jason McIntyre
from mjf@netbsd -r.1.21 ok otto
2006-10-31Document set ruleset-optimization [ none | basic | profile ].Ryan Thomas McBride
2006-10-31make pfsync a clonable too, but prevent more than one instance fromHenning Brauer
beeing created for now - much more work would be required to change that input & ok ryan
2006-10-31Document new behaviour of the -o (ruleset optimization) flag.Ryan Thomas McBride
2006-10-31Add some regression tests for odd ipsecctl behaviour noticed byHans-Joerg Hoexer
Prabhu Gurumurt. Test ikefail10 should fail, but does not and needs to be fixed.
2006-10-31ether_input_mbuf() isn't necessary, turn it into a macro and deal withJason Wright
it's "special" case in ether_input(). Based on similiar idea in FreeBSD. ok brad
2006-10-31Allow pfctl ruleset optimizer to be controlled from the ruleset.Ryan Thomas McBride
"set" "ruleset-optimization" [ "none" | "basic" | "profile" ] You can optionally control ruleset optimization with these keywords on the command line with the -o option; the command line setting will override the pf.conf setting. The existing -o/-oo flags continue to work as expected. cleanup and ok henning@
2006-10-31add missing prototype for aml_evalinteger()Thordur I. Bjornsson
ok macro@
2006-10-31Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6.Marco Pfatschbacher
Before a normal user running ifconfig(8) could trigger up to three address hook calls per interface. OK mcbride@, henning@
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove
with 8.3-style filenames. Issue raised by Mikolaj Kucharski, eth0 (at) o2.pl. Jointly written with, and ok, jmc@.
2006-10-31note that additions/removals of files in changelist will be reported too;Jason McIntyre
ok dlg
2006-10-31Fix infinite loop when passing object with 3+ base classes by value:Peter Stromberg
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18300 Needed by openoffice and boost on amd64 ok espie@ miod@
2006-10-31Time is not a secret.Ryan Thomas McBride
Modulate the timer with an MD5 hash of the key to generate the sequence number. Ensure that the most significant bit of the modulated value is 0 to prevent wrapping of the sequence number. ok michele@
2006-10-31- Make DMA descripter members volatileBrad Smith
- Remove usage of BUS_DMA_ALLOCNOW with bus_dmamap_create - Use BUS_DMA_COHERENT on mapping DMA memory for TX/RX descriptors - Adjust m_data and m_len directly rather than calling m_adj - Proper use of bus_dmamap_sync against DMA descriptors From tsutsui@NetBSD Tested by kettenis@ brad@ otto@ Tested on armish/amd64/i386/sparc64
2006-10-31- don't allow anchors with _* names to be cleared or loaded from theRyan Thomas McBride
command line (but they can still be viewed) - don't allow users to specify _* as an anchor name in the ruleset - don't print _* anchor names with pfctl -sA unless -v is specified 'looks sensible' deraadt@
2006-10-31we're passing physical addresses to the adapter, so say so. add some magicDavid Gwynne
that lets me see packets coming out of the box.
2006-10-31Add new -d flag to SYNOPSIS and remove optional and unfunctionalRay Lai
[-] flag, which, according to FreeBSD logs, is supposed to print the usage. Sort flags in SYNOPSIS and DESCRIPTION. OK martin@, jmc@. Detective work and ok to kill [-] otto@.
2006-10-31absolutely huge reworking on this driver (sorry reyk). so far attach,David Gwynne
resource mapping, mem allocation, init, and rx is working. the tx path needs work, but that can happen in tree. overall it's closer to working than the old code. if_vicvar.h goes away since nothing else uses it. im getting this in so other people can play with it too. ok brad@
2006-10-31generate diffs for files listed in /etc/changelist as they are createdDavid Gwynne
and deleted. previously this script only generated diffs for existing files. ok lots of people including millert@ msf@ mcbride@ todd@ and probably more.
2006-10-31Remove dead code; len is always >= 1.Todd C. Miller
Convert a strncpy() to strlcpy() since it is followed by strlcat(). OK marco@ mk@
2006-10-31syncTheo de Raadt
2006-10-30regenBrad Smith
2006-10-30add PCI ids for newer Intel PRO/1000 chipsets.Brad Smith
2006-10-30regenBrad Smith
2006-10-30fix a typo in the comment above the SNI entries, SNC -> SNI.Brad Smith
From Igor Sobrado <igor at string1 dot ciencias dot uniovi dot es>
2006-10-30Now that we have smarter lex and yacc rules, remove redundant linesOtto Moerbeek
from Makefile. ok millert@
2006-10-30Timecounter based implementation of adjfreq(2). Largely from art@Otto Moerbeek
Tested by various using not (yet) committed amd64 timecounter code. ok deraadt@
2006-10-30Fix dynamic tuning of the radio sensitivity I broke when moving fromDamien Bergamini
rssadapt(9) to AMRR. pointed out by Erki Malling on misc@
2006-10-30Fix nameref -> objref for forward definition evaluatorJordan Hargrave
ok marco@
2006-10-30must pull in sys/types.h unconditionaly, because it is needed my pthreadsTheo de Raadt
includes used a bit later (for instance on the vax)
2006-10-30install boot.conf as a section 5 page, not section 8;Jason McIntyre
from mikolaj kucharski; ok mk deraadt krw
2006-10-30suceed -> succeed; from chad doughertyJason McIntyre
2006-10-30Now the primary CPU starts the CMMUs which tied to the secondary CPUs.Kenji Aoyama
Without this, the performance is not good on multi-CPU machine with non-MULTIPROCESSOR kernel, because the secondary CPUs run on the never-ending loop without cache. ok miod@
2006-10-30Changed CMMU probing method. On the luna88k, badaddr() returns 'good'Kenji Aoyama
on unpopulated slots, so we check the CMMU type value for each CMMU register address. ok miod@
2006-10-30removed unused variable.David Gwynne
ok brad@
2006-10-30regenBrad Smith
2006-10-30add an ALI PCI-ISA bridge and an NEC PCIe to PCI-X bridge.Brad Smith
2006-10-30syncTheo de Raadt
2006-10-30use vp->v_type to index into vtypes rather then vp->v_tag,Thordur I. Bjornsson
fixing odd output in the 'show vnode' ddb code. ok mickey@
2006-10-29Optimise a couple of printf()s; originally from Han Boetes.Tom Cosgrove
Reminded by, and ok, otto@.
2006-10-29Update to tzdata2006n from elsie.nci.nih.govTodd C. Miller
2006-10-29Uncomment changes made for the Energy Policy Act of 2005; it looksTodd C. Miller
like they will actually happen.
2006-10-29Plug a mem leak. Found in one of my trees. Forgat where it came from; mostOtto Moerbeek
likely from a NetBSD Coverity fix. ok ray@
2006-10-29use setresuid/gid and check for failure, ok bobHenning Brauer