Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-16 | in file_poll() the number of polled file structures is not equal to the | Alexandre Ratchov | |
number of polled descriptors. Count the number of polled structrues to detect deadlocks rather than the number of descriptors, avoinding false positives. | |||
2008-11-16 | Make clients inherit the volume parameter when the -v option is used in | Alexandre Ratchov | |
server mode. It gives the maximum volume a client may have. This wastes dynamic range, but allows volume to stay constant when other clients connect or disconnect. | |||
2008-11-16 | clear pending interrupts in the driver attach routine. | Damien Bergamini | |
otherwise the chip comes up with the RF_TOGGLED bit set which triggers an if_stop() call if a shared interrupt occurs. | |||
2008-11-16 | remove dead code. | Damien Bergamini | |
2008-11-16 | sync | Damien Bergamini | |
2008-11-16 | USB IDs for Atheros AR9170. | Damien Bergamini | |
2008-11-16 | Make sure to increment the the output error counter if | Brad Smith | |
not using TRUNK_PROTO_NONE and there are no member ports. ok mpf@ | |||
2008-11-16 | Add new style replacement for isp_inline.h. | Kenneth R Westerback | |
2008-11-15 | update the readme a bit by deleting most of the irrelevant info, such as msdos | Ted Unangst | |
support and who to mail for 5" floppies... ok kjell | |||
2008-11-15 | classic C compatibility (no statements before decls) | Theo de Raadt | |
2008-11-14 | When parsing v4 addresses mark them as network addresses | Hans-Joerg Hoexer | |
(IPV4_ADDR_SUBNET) when they contain a '/'. This allows to choose between IPV4_ADDR and IPV4_ADDR_SUBNET by adding "/32", ie. "a.b.c.d" vs. "a.b.c.d/32". This helps to interop with other IKE implementations. From Mitja Muzenic <mitja at muzenic dot net>, thanks! Idea supported by markus@ and jdixon@. | |||
2008-11-14 | oops. not yet. sorry for the noise. | Jacob Meuser | |
2008-11-14 | * readability improvement in azalia_codec_connect_stream | Jacob Meuser | |
* DEBUG cleanup from Alexey Suslikov, thanks | |||
2008-11-14 | Revert the reduction in the delays in the miibus read/write routines, | Christian Weisgerber | |
which broke on-board RTL8111C adapters. | |||
2008-11-14 | Garbage collect the LDT segments, and simply use the GDT segments. | Tobias Weingartner | |
The beginning of i386 segment review/cleanup. Tested by various people. | |||
2008-11-14 | Atomically update the PTE. | Kurt Miller | |
okay weingart@ art@ | |||
2008-11-14 | the warnings produced by -Wtraditional are not interesting, so remove it. | Ted Unangst | |
ok jmc otto | |||
2008-11-14 | add back acsite.m4 | Todd C. Miller | |
2008-11-14 | Upgrade to sudo 1.7. See the WHATSNEW files for details. | Todd C. Miller | |
2008-11-14 | Upgrade to sudo 1.7. See the WHATSNEW files for details. | Todd C. Miller | |
2008-11-14 | when describing options that can be passed to mount: | Jason McIntyre | |
- keep the examples in this page and fstab(5) in sync - give an equivalent fstab(5) entry to show how options are specified these changes are necessary because of the differing ways we pass options to mount. while here, zap some .Tn ok otto | |||
2008-11-14 | LOG_INFO is a level not a facility; input and ok jmc@ | Kevin Steves | |
2008-11-14 | Sigh. Some clients can't handle three DHO_PAD options holding space | Kenneth R Westerback | |
for an unused overload option. Noticed by mk@ when netbooting his G4 mac mini. So compact the options by shifting them over the unused option and filling the end by DHO_PAD. Tested by mk@. | |||
2008-11-14 | regen | Brad Smith | |
2008-11-14 | Add more NVIDIA MCP77 PCI ids and correct the existing MCP77 SMBus PCI id. | Brad Smith | |
2008-11-13 | - rephrase the "cannot load cert" warning that is output at startup when a | Gilles Chehade | |
listen directive has no matching certificate. it sounds like a critical failure when it just means "no tls support". - minor log_debug() addition in smtp.c | |||
2008-11-13 | Backout previous commit, there are still some issues with it. | Landry Breuil | |
ok sthen@ | |||
2008-11-13 | add support for ST's chip since documentation is now available at | Theo de Raadt | |
http://www.st.com/stonline/products/literature/ds/13448/stts424e02.pdf as discovered by Gert-Jan Vons. | |||
2008-11-13 | use different TSCs when sending the two MIC failure report frames | Damien Miller | |
to our AP as we enter TKIP countermeasures by caching the TSC of the last frame to fail the MIC; prompted by and ok damien@ | |||
2008-11-13 | Mitigate the new WPA attack described in Beck, M. and Tews S. "Practical | Damien Miller | |
attacks against WEP and WPA". The attack works by using the MIC failure notification messages sent station->AP on MIC failure as an oracle to verify guesses to reverse the CRC. To stop this, we can skip sending these notify frames except when we are going into "countermeasures" mode (drop the AP association, do not process traffic for 60s). When we go into countermeasures, I send two MIC failure notifications in a row - this should force the AP into countermeasures too. ok damien@ | |||
2008-11-13 | fix rcs tag. | Jonathan Gray | |
From patrick keshishian <sidster@boxsoft.com> | |||
2008-11-13 | To allow for easier playing with more strict settings introduce | Otto Moerbeek | |
a separate symbolic constant for the leeway we allow when moving allocations towards the end of a page. No functional change. | |||
2008-11-13 | back out bloaty bullshit from IANA | Theo de Raadt | |
2008-11-13 | Add openvpn, gpsd and subversion, from IANA. ok djm@ | Ian Darwin | |
2008-11-12 | KNF (whitespace fixes). ok brad@. | Stuart Henderson | |
2008-11-12 | Interphase Hawk is 3207, not 4207 (which is Interphase Eagle and will need | Miod Vallat | |
a different driver) | |||
2008-11-12 | Add a comment to sigcode() to explain why the use of 'int $0x80' is | Tobias Weingartner | |
necessary, so that future hackers will not be mislead the same way I was when looking at this code. | |||
2008-11-12 | when destroying the device, mark the mixer and the demultiplexer | Alexandre Ratchov | |
for ``AUTOQUIT'' first, and then call file_eof() and friends. fixes crashes sthen@ noticed on zaurus | |||
2008-11-12 | Usage -> usage. | Igor Sobrado | |
2008-11-12 | fix typo in debug printf; ok ratchov@ | Stuart Henderson | |
2008-11-12 | we should not document each operand in the usage of a command, | Igor Sobrado | |
it is an usual practice on BSDs and make the synopsis and usage more robust when operands are added or removed; synchronize the usage with the synopsis on the manual page; while here, remove superfluous information from the usage. ok jmc@ | |||
2008-11-12 | avoid a few strlen calls for constant strings; prompted by tg; ok djm@ | Otto Moerbeek | |
2008-11-12 | sync | Theo de Raadt | |
2008-11-11 | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires | Kurt Miller | |
gcc with pie support to be built first. ok kettenis@ | |||
2008-11-11 | Add support for position independent executables. This adds compile flags | Kurt Miller | |
-fpie & -fPIE which are similar to -fpic & -fPIC except that the resulting objects can not be used in shared libraries due to an additional optimization for pie. This also adds the -pie link flag which produces a pie executable given pic or pie objects. Combining -pie with -static is currently disabled. The only gcc3 arch that doesn't support pie at moment is arm due to binutils relocation bugs. ok kettenis@ | |||
2008-11-11 | Drop svnd lines from the munged fstab for upgrades, to avoid confusing | Kenneth R Westerback | |
fsck. Reported by Sebastian Rother via tech@. "sure" deraadt@ | |||
2008-11-11 | Enable support for debugging pie programs. Code from Elena Zannoni's | Kurt Miller | |
<ezannoni at redhat dot com> pie branch in gdb cvs, less extraneous parts and with some bug fixes. Debugging w/core files for pie programs isn't working yet since AUXV data isn't included in our core files at the moment. feedback and ok kettenis@ | |||
2008-11-11 | tweak previous; | Jason McIntyre | |
2008-11-11 | if the device disappear the mixer and demultiplexer chains are | Alexandre Ratchov | |
destroyed. If this happen then warn and exit, rather than crashing. | |||
2008-11-11 | - mistakenly removed this lock | Gilles Chehade | |