Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-31 | undo unp_internalize in case of errors; report Christian Biere; ok claudio | Markus Friedl | |
2006-10-31 | do not re-generate the timestamp modulation offset for SYN-ACK retransmits; | Markus Friedl | |
this unbreaks TCP for high RTT (~3s); ok mcbride@ | |||
2006-10-31 | Remove bogus input line. | Hans-Joerg Hoexer | |
2006-10-31 | a step ahead in opencvs add|remove remote support. | Xavier Santolaria | |
2006-10-31 | first cut at sensors | Jolan Luff | |
help from & ok dlg@ | |||
2006-10-31 | usage information goes to stderr | Martin Reindl | |
2006-10-31 | +.Xr fhstat 2 | Jason McIntyre | |
from mjf@netbsd -r.1.21 ok otto | |||
2006-10-31 | Document set ruleset-optimization [ none | basic | profile ]. | Ryan Thomas McBride | |
2006-10-31 | make pfsync a clonable too, but prevent more than one instance from | Henning Brauer | |
beeing created for now - much more work would be required to change that input & ok ryan | |||
2006-10-31 | Document new behaviour of the -o (ruleset optimization) flag. | Ryan Thomas McBride | |
2006-10-31 | Add some regression tests for odd ipsecctl behaviour noticed by | Hans-Joerg Hoexer | |
Prabhu Gurumurt. Test ikefail10 should fail, but does not and needs to be fixed. | |||
2006-10-31 | ether_input_mbuf() isn't necessary, turn it into a macro and deal with | Jason Wright | |
it's "special" case in ether_input(). Based on similiar idea in FreeBSD. ok brad | |||
2006-10-31 | Allow 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-31 | add missing prototype for aml_evalinteger() | Thordur I. Bjornsson | |
ok macro@ | |||
2006-10-31 | Only 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-31 | Mention that cdboot won't find boot.conf if you create the CD | Tom Cosgrove | |
with 8.3-style filenames. Issue raised by Mikolaj Kucharski, eth0 (at) o2.pl. Jointly written with, and ok, jmc@. | |||
2006-10-31 | note that additions/removals of files in changelist will be reported too; | Jason McIntyre | |
ok dlg | |||
2006-10-31 | Fix 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-31 | Time 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 volatile | Brad 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 the | Ryan 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-31 | we're passing physical addresses to the adapter, so say so. add some magic | David Gwynne | |
that lets me see packets coming out of the box. | |||
2006-10-31 | Add new -d flag to SYNOPSIS and remove optional and unfunctional | Ray 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-31 | absolutely 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-31 | generate diffs for files listed in /etc/changelist as they are created | David 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-31 | Remove 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-31 | sync | Theo de Raadt | |
2006-10-30 | regen | Brad Smith | |
2006-10-30 | add PCI ids for newer Intel PRO/1000 chipsets. | Brad Smith | |
2006-10-30 | regen | Brad Smith | |
2006-10-30 | fix 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-30 | Now that we have smarter lex and yacc rules, remove redundant lines | Otto Moerbeek | |
from Makefile. ok millert@ | |||
2006-10-30 | Timecounter based implementation of adjfreq(2). Largely from art@ | Otto Moerbeek | |
Tested by various using not (yet) committed amd64 timecounter code. ok deraadt@ | |||
2006-10-30 | Fix dynamic tuning of the radio sensitivity I broke when moving from | Damien Bergamini | |
rssadapt(9) to AMRR. pointed out by Erki Malling on misc@ | |||
2006-10-30 | Fix nameref -> objref for forward definition evaluator | Jordan Hargrave | |
ok marco@ | |||
2006-10-30 | must pull in sys/types.h unconditionaly, because it is needed my pthreads | Theo de Raadt | |
includes used a bit later (for instance on the vax) | |||
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre | |
from mikolaj kucharski; ok mk deraadt krw | |||
2006-10-30 | suceed -> succeed; from chad dougherty | Jason McIntyre | |
2006-10-30 | Now 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-30 | Changed 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-30 | removed unused variable. | David Gwynne | |
ok brad@ | |||
2006-10-30 | regen | Brad Smith | |
2006-10-30 | add an ALI PCI-ISA bridge and an NEC PCIe to PCI-X bridge. | Brad Smith | |
2006-10-30 | sync | Theo de Raadt | |
2006-10-30 | use 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-29 | Optimise a couple of printf()s; originally from Han Boetes. | Tom Cosgrove | |
Reminded by, and ok, otto@. | |||
2006-10-29 | Update to tzdata2006n from elsie.nci.nih.gov | Todd C. Miller | |
2006-10-29 | Uncomment changes made for the Energy Policy Act of 2005; it looks | Todd C. Miller | |
like they will actually happen. | |||
2006-10-29 | Plug a mem leak. Found in one of my trees. Forgat where it came from; most | Otto Moerbeek | |
likely from a NetBSD Coverity fix. ok ray@ | |||
2006-10-29 | use setresuid/gid and check for failure, ok bob | Henning Brauer | |