Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-24 | Force write posting after changing GPIO pin status. | Miod Vallat | |
2010-02-24 | Fix read/write logic to not rely upon M41T8X_TOD_START being zero. | Miod Vallat | |
No functional change. | |||
2010-02-24 | Don't print "EEPROM reload timed out" message. Devices that don't have an | Mark Kettenis | |
EEPROM exist (RouterBOARD RB600A) and reloading default values from the EEPROM will fail on those decives. ok deraadt@ | |||
2010-02-24 | Sweex LW153 | Damien Bergamini | |
2010-02-24 | The Sweex LW153 is a run(4). | Damien Bergamini | |
2010-02-24 | more run(4) ids | Damien Bergamini | |
2010-02-24 | new vendor OvisLink and associated run(4) id. | Damien Bergamini | |
new Pegatron run(4) id. | |||
2010-02-24 | ALLWIN Tech | Damien Bergamini | |
2010-02-24 | new vendor ALLWIN Tech and associated run(4) product ids. | Damien Bergamini | |
2010-02-24 | - use proper capitalization and add two more .Xr's | Jasper Lievisse Adriaanse | |
2010-02-24 | - properly maintain sc->curchan | Damien Bergamini | |
- return 1 in athn_intr for the gpio intr too | |||
2010-02-24 | Disable Reduced Interframe Space search on AR9160 to workaround | Damien Bergamini | |
baseband issues. It would be cleaner to modify directly the initvals for AR9160 but I want to keep the exact same initvals as the Linux ath9k driver. from ath9k | |||
2010-02-24 | fix AR_PHY_TX_DESIRED_SCALE_CCK mask (only affect AR9280 2.0 | Damien Bergamini | |
with ROM rev >= 20) do some cleanup of phy registers definitions while i'm here. | |||
2010-02-24 | Typo fix from Tim van der Molen. | Nicholas Marriott | |
2010-02-24 | Don't set the terminal to nonblocking on detach until we have finished with it | Nicholas Marriott | |
entirely. | |||
2010-02-24 | fix scaling of battery current | Otto Moerbeek | |
2010-02-24 | spacing | Theo de Raadt | |
2010-02-24 | The iwn-firmware-5.3 package contains a new iwn-6000 firmware image | Damien Bergamini | |
for Intel Centrino Advanced-N 6200/Ultimate-N 6300. See http://marc.info/?l=linux-wireless&m=126697113419549&w=2 for a list of changes. | |||
2010-02-24 | Sync the list of initialisation steps done for the default | Jonathan Gray | |
relay protocol with that done for specified relay protocols. Makes it possible to use SSL for the default relay protocol. From boudewijn@indes.com in pr 6316 | |||
2010-02-24 | put back the line of code that copies the timestamp out for tables | Henning Brauer | |
tracked down by Dan Harnett <daniel at harnett.name> | |||
2010-02-24 | manual pages should not have blank lines outside literal context, | Ingo Schwarze | |
and .Pp is not needed before or after .Sh; found by mandoc -Tlint; "please fix" jmc@ | |||
2010-02-24 | revert rev. 1.54 because it doesn't change the rendering with groff | Ingo Schwarze | |
but breaks the build with mandoc(1); ok jmc@ espie@ | |||
2010-02-24 | According to mdoc.samples(7), .Xo is explicitely disallowed after .Op, | Ingo Schwarze | |
so switch from .Op Xo to .Oo Oc Xo, avoiding overlapping blocks. Note that removing the .Xo/.Xc and just putting everything on one line looks good, but is not possible right now because it triggers one of our old groff bugs, killing the build. Also fix another case of explicitly overlapping blocks, changing Oo Xo Oc Oo Op Oc Xc to just Oo Oc Oo Oo Oc Oc. ok jmc@ | |||
2010-02-24 | match code and doc; ok claudio | Jason McIntyre | |
2010-02-24 | exit if paths are not relative to chroot | Jakob Schlyter | |
2010-02-24 | fix SEE ALSO; | Jason McIntyre | |
2010-02-24 | merge more local changes: | Robert Nagy | |
- disable unsafe builtins - create a stub for -Wbounded - move strict aliasing to -O3 | |||
2010-02-24 | man page for yeeloong embedded controller chip | Otto Moerbeek | |
2010-02-24 | Get rid of overlapping blocks; | Ingo Schwarze | |
found by and fixing the build with mandoc(1). While here, use the proper escape sequence for the vertical bar. Patch from jmc@, thanks! | |||
2010-02-24 | sort SEE ALSO; | Jason McIntyre | |
2010-02-24 | regen | Jakob Schlyter | |
2010-02-24 | better default chroot | Jakob Schlyter | |
2010-02-24 | wait for sshd to fully stop in cleanup() function; avoids races in tests | Damien Miller | |
that do multiple start_sshd/cleanup cycles; "I hate pidfiles" deraadt@ | |||
2010-02-24 | Add $OpenBSD$ tags in comments, our portable-syncing scripts use these | Damien Miller | |
2010-02-23 | Add another 340 product ids found in the linux driver | Jonathan Gray | |
2010-02-23 | regen | Jonathan Gray | |
2010-02-23 | add a heap of ftdi devices found in the linux driver | Jonathan Gray | |
2010-02-23 | Fix the worst among the fatal block-nesting issues we have in our tree, | Ingo Schwarze | |
in the end simply changing Oo Xo Oo Oc Oc Xc to Oo Xo Oo Oc Xc Oc. I tried five different variants without the Xo/Xc, because there is no real reason why Xo/Xc should be needed here, and two additional variants with Xo/Xc that look more pretty than what i'm now committing. All seven alternatives work both with mandoc and groff 1.20.1, but all seven trigger various different bugs in our old groff, and we still need to remain compatible with our old groff right now. ok jmc@ sobrado@ | |||
2010-02-23 | add remove command; ok jmc@ gilles@ | Kevin Steves | |
2010-02-23 | switch to simple indicators instead of playing string games; prompted | Otto Moerbeek | |
by deraadt@ | |||
2010-02-23 | - add more machines these devices are found on. | Jasper Lievisse Adriaanse | |
2010-02-23 | Restore MTRRs on resume. | Mark Kettenis | |
ok oga@, pirofti@ | |||
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze | |
in these cases, is useless anyway. Found by and fixing the build with mandoc; still fine with both old and new groff. ok jmc@ | |||
2010-02-23 | Add a description for message-id and message-uid (text from gilles@). | Kevin Steves | |
Also combine the two schedule commands with uid/id into one. help and ok jmc@ and gilles@ | |||
2010-02-23 | ykbec(4), a driver to read fan, temperature and battery status using | Otto Moerbeek | |
the kb3310b embedded controller chip on the yeeloong. With help & ok miod@ | |||
2010-02-23 | Allow CPU->PCI access in a subset of the `high' bonito pci memory space | Miod Vallat | |
(1GB@1GB); that's the best we can do on 2F due to the way the crossbar windows work. Necessary for upcoming Fuloong2F changes. | |||
2010-02-23 | Add opendocument mime types, from Lars Nooden. | Stuart Henderson | |
Pointed out by deraadt@, ok henning@ | |||
2010-02-23 | mention 82599 support | Jonathan Gray | |
2010-02-23 | Add support for 82599 devices based on changes to the FreeBSD driver. | Jonathan Gray | |
Tested by deraadt on a HotLava card and myself with an Intel X520 and a CX4 82598. ok claudio@ | |||
2010-02-23 | sync | Igor Sobrado | |