summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-04There is no such thing as the "Intel Centrino Advanced-N 6005".Mark Kettenis
2011-09-04Add test wether relayd is logging the correct http content-length.Alexander Bluhm
2011-09-04regenMark Kettenis
2011-09-04Add entry for Intel Z68 LPC and correct the H61 LPC entry (pointed out byMark Kettenis
Martin Pelikan).
2011-09-04Especially with SSL and short data transfers, it could happen thatAlexander Bluhm
the client closed before the connection to the server has been established. Then the relay closed immediately before transferring any data. The solution is to delay the close until the other side has an event buffer. ok sthen@
2011-09-04we've already stated the format of the -d and -t arguments: no need toJason McIntyre
repeat it; ok millert
2011-09-04have the -t argument name in the options list match that of SYNOPSIS;Jason McIntyre
ok millert
2011-09-04The relayd used the CHECK_TIMEOUT for connect and ssl handshake.Alexander Bluhm
This is 200 milliseconds and too short. Instead use the 600 seconds session timeout that is used for accepted sessions everywhere else. While there, make flag handling in relay_ssl_transaction() consistent to the other functions. tested and ok sthen@
2011-09-04syncStuart Henderson
2011-09-04Add PCI ids for D-Link DGE-530T C1 GigE NIC and the ServerWorks HT-1100 SATAStuart Henderson
controllers. From Brad.
2011-09-04grammar fix; from Martin PelikanJason McIntyre
2011-09-04Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@Miod Vallat
more than 8 years ago; allows aucat (and sndio users) to happily use amd7930-based audio devices. Verified by playing an mp3 file on vax.
2011-09-04syncMiod Vallat
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03no vme(4) for this platform;Jason McIntyre
2011-09-03some minor tweaks;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
2011-09-03tweak previous;Jason McIntyre
2011-09-03Manpage for vsaudio(4/vax).Miod Vallat
2011-09-03regenMiod Vallat
2011-09-03Add audio devices.Miod Vallat
2011-09-03Driver for the audio chip found on VAXstation 4000. Tested on VLC, /60 andMiod Vallat
/90.
2011-09-03Switch the sparc audioamd(4) code to the MI driver; tested on SPARCclassicMiod Vallat
with and without option AUDIO_C_HANDLER.
2011-09-03MI driver for AMD79C30 audio chip; from NetBSDMiod Vallat
2011-09-03zap trailing whitespace;Jason McIntyre
2011-09-03document new stuffMarc Espie
2011-09-03Help prevent watchdog timeouts.Kevin Lo
Tested by roberth <robert at openbsd dot pap dot st> and Johan Torin. From Brad
2011-09-03Disable PHY hibernation. The PHY will go into sleep state when itKevin Lo
detects no established link and it will re-establish link when the cable is plugged in. Previously it failed to re-establish link when the cable was plugged in such that it required turning the interface down and then up to make it work. This was caused by incorrectly programmed hibernation parameters. Further details regarding PHY setup are necessary to be able to re-enable this feature. Tested by Matteo Filippetto and Gabriel Linder From FreeBSD via Brad
2011-09-03Fix backtrace across signals on amd64Philip Guenthe
ok kettenis@
2011-09-03Add a general warning about gdb matching against sigcode instructionsPhilip Guenthe
2011-09-02Add tests for relayd session timeout.Alexander Bluhm
2011-09-02Differential gain calibration makes the 6005 firmware crap out, so skip it forMark Kettenis
now until we figure out why. This probably means the device won't function optimally, but that's better than not functioning at all. Makes my "Intel Centrinto Advanced-N 6205" work quite well.
2011-09-02Add tests for relayd http put and https.Alexander Bluhm
2011-09-02Add tests for relayd protocol http 1.0 and 1.1.Alexander Bluhm
2011-09-02Add email address for diffs and remove plural man pages. ok jmc@lum
Also tweak man page from jmc@
2011-09-02generate a devid from vpd page 80 if vpd page 83 doesnt exist or work.David Gwynne
ok krw@
2011-09-01grammar fix; from BrynetJason McIntyre
2011-09-01move a log_debug() call to a less annoying spot so that it does not getGilles Chehade
called for each single line of DATA exchanged between smtp and mfa
2011-09-01Introduce a small set of functions to manage stat counters in aEric Faurot
simpler and hopefully saner way. ok gilles@ chl@
2011-09-01The 6005 and 6050-based parts need DC calibration turned on, otherwise theMark Kettenis
firmware will crap out, at least on the 6005. First step to getting my "Intel Centrino Advanced-N 6205" to work.
2011-09-01Add regression tests for relaying connections through relayd. ThisAlexander Bluhm
is useful to ensure that socket splicing is working correctly. Server, relayd, client with different config are started for each subtest. Data must pass unmodified.
2011-09-01add missing header needed by bsearch()Charles Longeau
ok gilles@
2011-09-01- if no filter is setup, do not overwrite the data line with filtmsg bufferCharles Longeau
- remove annoying debug lines - disable back filters at smtpd.conf level committing on behalf of gilles@
2011-09-01Fix the display of running utilities (e.g. don't say we are runningAntoine Jacoutot
makemap when we are in fact running newaliases...). No functionnal change.
2011-09-01- remove drupal5 reference, drupal5 is gone.Jasper Lievisse Adriaanse
2011-08-31propagate change of internalsMarc Espie
fixes: Not a SCALAR reference at /usr/libdata/perl5/OpenBSD/PkgSpec.pm line 454
2011-08-31Report VXT cpu as `VXT', not `KA48', to match what the PROM says.Miod Vallat
2011-08-31Don't pretend to `enable floating point' and fiddle with PR_ACCS register onMiod Vallat
KA45 and KA48. The FPU is built-in, and PR_ACCS is not implemented (as the PROM will tell you if you try to EX it). This was copied from KA46 and for some reason KA45 and KA48 ignore writes to PR_ACCS (unlike VXT which hangs). Tested on KA45 and KA48.
2011-08-31sync after recent java.port.mk changesJasper Lievisse Adriaanse
2011-08-31add support for per-line DATA callbacks, this allows filters to take theirGilles Chehade
decisions *while* the message is being received by the client.