Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-01 | The 6005 and 6050-based parts need DC calibration turned on, otherwise the | Mark Kettenis | |
firmware will crap out, at least on the 6005. First step to getting my "Intel Centrino Advanced-N 6205" to work. | |||
2011-09-01 | Add regression tests for relaying connections through relayd. This | Alexander 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-01 | add 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 buffer | Charles Longeau | |
- remove annoying debug lines - disable back filters at smtpd.conf level committing on behalf of gilles@ | |||
2011-09-01 | Fix the display of running utilities (e.g. don't say we are running | Antoine 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-31 | propagate change of internals | Marc Espie | |
fixes: Not a SCALAR reference at /usr/libdata/perl5/OpenBSD/PkgSpec.pm line 454 | |||
2011-08-31 | Report VXT cpu as `VXT', not `KA48', to match what the PROM says. | Miod Vallat | |
2011-08-31 | Don't pretend to `enable floating point' and fiddle with PR_ACCS register on | Miod 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-31 | sync after recent java.port.mk changes | Jasper Lievisse Adriaanse | |
2011-08-31 | add support for per-line DATA callbacks, this allows filters to take their | Gilles Chehade | |
decisions *while* the message is being received by the client. | |||
2011-08-31 | Remove 2nd person. ok jmc@ | lum | |
2011-08-31 | versionspec stuff belongs in PkgSpec, not PackageName | Marc Espie | |
2011-08-31 | synch with current state of affairs a bit | Marc Espie | |
2011-08-31 | On a file write fail: | lum | |
1. return an error value 2. show an error message From Loganaden Velvindron with suggestion from millert@ | |||
2011-08-31 | only one leap second is permitted, not two; from guenther | Jason McIntyre | |
2011-08-31 | use the same format/text, as far as possible, for date strings; | Jason McIntyre | |
help/ok guenther millert | |||
2011-08-31 | have the timespec arguments match in case those of time_arg; | Jason McIntyre | |
2011-08-31 | Copy description of the -t option and its argument with revised text | Philip Guenthe | |
from the touch(1) manpage after much discussion with jmc@ and miller@ | |||
2011-08-31 | Allow dired mode to open files regardless of characters in | lum | |
filename, from Henri Kemppainen. Tested, reviewed and a tweak each from Loganaden Velvindron and myself. ok jasper@ | |||
2011-08-30 | Same fix as 'touch': with the -t option, when the year is specified | Philip 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-30 | sync after recent java.port.mk change | Jasper Lievisse Adriaanse | |
2011-08-30 | Call 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-30 | regen | Martin Pieuchot | |
2011-08-30 | Add another GeForce 8400 GS | Martin Pieuchot | |
2011-08-30 | in 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-30 | remove some pointless Pp/-compact combinations; either ingo or kristaps | Jason McIntyre | |
will update mandoc repo | |||
2011-08-30 | remove unused header | Charles Longeau | |
ok gilles@ | |||
2011-08-30 | Another memory leak from Tiago Cunha. | Nicholas Marriott | |
2011-08-30 | Plug memory leak, from Tiago Cunha. | Nicholas Marriott | |
2011-08-30 | fix format string | Charles Longeau | |
ok gilles@ | |||
2011-08-30 | Don'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-30 | Make the code match the manpage and POSIX spec when the year is specified | Philip Guenthe | |
but the century isn't: century is 1900 if year >= 69; else 2000 ok millert@ | |||
2011-08-30 | Make ps -N/-M work again by correcting kernel vs user address | Philip Guenthe | |
handling in the FILL_KPROC() macro. Problems pointed out by Martin Pelikan (martin.pelikan at gmail.com) | |||
2011-08-30 | Document a "once" filter option used to create one shot rules. | Mike Belopuhov | |
ok henning, mcbride, jmc | |||
2011-08-30 | One shot rules can be used in pf.conf by specifying a "once" filter option. | Mike Belopuhov | |
ok henning, mcbride | |||
2011-08-30 | Add support for one shot rules that remove themselves from an active | Mike 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-29 | cast all printed time_t to long long int, and change format string accordingly. | Charles Longeau | |
ok gilles@ | |||
2011-08-29 | remove unused file | Charles Longeau | |
ok gilles@ | |||
2011-08-29 | Return of the long missing powerpc interrupt rewrite. Was working for | Dale Rahn | |
several weeks before release on macppc, socppc bugs just fixed. | |||
2011-08-29 | add missing header needed by signal() | Charles Longeau | |
ok gilles@ | |||
2011-08-29 | No need to discourage xz distfiles because of sparc. | Matthew Dempsky | |
ok naddy@, espie@ | |||
2011-08-29 | protect sc->sc_state access and ncr53c9x_sched() call with splbio in | Miod 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-29 | as requested by Tomas Bodzar, remove the reference to the non-existent | Jason 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-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis | |
ok guenther@ | |||
2011-08-29 | Update 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-29 | Update to tzdata2011i from elsie.nci.nih.gov | Todd C. Miller | |
2011-08-29 | dont use a semaphore (which doesnt block interrupts in the critical | David 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-29 | In dired mode, make point move up and down first character | lum | |
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-29 | regen | Mike Belopuhov | |