summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2011-08-31Remove 2nd person. ok jmc@lum
2011-08-31versionspec stuff belongs in PkgSpec, not PackageNameMarc Espie
2011-08-31synch with current state of affairs a bitMarc Espie
2011-08-31On a file write fail:lum
1. return an error value 2. show an error message From Loganaden Velvindron with suggestion from millert@
2011-08-31only one leap second is permitted, not two; from guentherJason McIntyre
2011-08-31use the same format/text, as far as possible, for date strings;Jason McIntyre
help/ok guenther millert
2011-08-31have the timespec arguments match in case those of time_arg;Jason McIntyre
2011-08-31Copy description of the -t option and its argument with revised textPhilip Guenthe
from the touch(1) manpage after much discussion with jmc@ and miller@
2011-08-31Allow dired mode to open files regardless of characters inlum
filename, from Henri Kemppainen. Tested, reviewed and a tweak each from Loganaden Velvindron and myself. ok jasper@
2011-08-30Same fix as 'touch': with the -t option, when the year is specifiedPhilip Guenthe
but the century isn't, the century is 1900 if year >= 69; otherwise it's 2000. (With 32bit time_t, this does't affect any working usage.) ok millert@
2011-08-30sync after recent java.port.mk changeJasper Lievisse Adriaanse
2011-08-30Call free() into ramqueue_remove_{batch,host,message,envelope}() instead of ↵Charles Longeau
just after the function call. While there, also include stats counters into their respective function. ok gilles@
2011-08-30regenMartin Pieuchot
2011-08-30Add another GeForce 8400 GSMartin Pieuchot
2011-08-30in column lists, enforce the following ordering:Jason McIntyre
.Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want)
2011-08-30remove some pointless Pp/-compact combinations; either ingo or kristapsJason McIntyre
will update mandoc repo
2011-08-30remove unused headerCharles Longeau
ok gilles@
2011-08-30Another memory leak from Tiago Cunha.Nicholas Marriott
2011-08-30Plug memory leak, from Tiago Cunha.Nicholas Marriott
2011-08-30fix format stringCharles Longeau
ok gilles@
2011-08-30Don't OR the VID, we want the whole TCI, this makes vlanprio (PCP/CF)Christiano F. Haesbaert
available to our network stack. ok mcbride naddy henning
2011-08-30Make the code match the manpage and POSIX spec when the year is specifiedPhilip Guenthe
but the century isn't: century is 1900 if year >= 69; else 2000 ok millert@
2011-08-30Make ps -N/-M work again by correcting kernel vs user addressPhilip Guenthe
handling in the FILL_KPROC() macro. Problems pointed out by Martin Pelikan (martin.pelikan at gmail.com)
2011-08-30Document a "once" filter option used to create one shot rules.Mike Belopuhov
ok henning, mcbride, jmc
2011-08-30One shot rules can be used in pf.conf by specifying a "once" filter option.Mike Belopuhov
ok henning, mcbride
2011-08-30Add support for one shot rules that remove themselves from an activeMike Belopuhov
ruleset after match. In case this is the only rule in the anchor, the anchor will be destroyed automatically after the rule is matched. This is an extremely handy technique for firewall proxies. ok henning, mcbride
2011-08-29cast all printed time_t to long long int, and change format string accordingly.Charles Longeau
ok gilles@
2011-08-29remove unused fileCharles Longeau
ok gilles@
2011-08-29Return of the long missing powerpc interrupt rewrite. Was working forDale Rahn
several weeks before release on macppc, socppc bugs just fixed.
2011-08-29add missing header needed by signal()Charles Longeau
ok gilles@
2011-08-29No need to discourage xz distfiles because of sparc.Matthew Dempsky
ok naddy@, espie@
2011-08-29protect sc->sc_state access and ncr53c9x_sched() call with splbio inMiod Vallat
ncr53c9x_poll(). Fixes a race causing *some* drives to trigger a panic in ncr53c9x_sched() at attach time on vax. ok dlg@ krw@
2011-08-29as requested by Tomas Bodzar, remove the reference to the non-existentJason McIntyre
mount_portal(8): although i've just gone on record to say the change is pointless, he has correctly pointed out that it leads to a dead link in the online man pages.
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
ok guenther@
2011-08-29Update firmware to the latest version available from Myricom (1.4.53a).David Gwynne
via freebsd, tested locally in production for a week or so.
2011-08-29Update to tzdata2011i from elsie.nci.nih.govTodd C. Miller
2011-08-29dont use a semaphore (which doesnt block interrupts in the criticalDavid Gwynne
section) to protect the completion ring. mpii_poll can be in the middle of the critical section when an interrupt is generated, but because something is already in the critical section the isr cant clear the condition causing the interrupt and you spin forever entering the isr and being forced to exit it without doing any work by the semaphore. this moves to protecting the completion ring with a vanilla mutex. work taken off the ring is stuck on local lists in the isr to be completed outside the mutex in case a completion path issues a polled command which will try to call the isr which tries to mutex_enter while the previous call on the stack would be holding the mutex... this diff is large because of the list changes needed to support the local lists in mpii_intr. issue found by bluhm@ and debugged by Christian Ehrhardt
2011-08-29In dired mode, make point move up and down first characterlum
of file name. Also add some missing keybindings. Initial diff and numerous revisions from Loganaden Velvindron, contributions from Henri Kemppainen and myself. Much testing done by Nima Hoda. ok jasper@
2011-08-29regenMike Belopuhov