Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-28 | kill way out of date stuff | Joris Vink | |
2008-02-28 | do not fatal() on CVS_METHOD_EXT, since we actually support this. | Joris Vink | |
reported & diff tested by Geerd-Dietger Hoffmann | |||
2008-02-28 | Log an error if a device can not be opened, only log line discipline attachment | Marc Balmer | |
when the line discipline has really been attached. And a few manual tweaks. | |||
2008-02-28 | from audio(4): | Jacob Meuser | |
blocksize sets the current audio blocksize. The generic audio driver layer and the hardware driver have the opportunity to ad- just this block size to get it within implementation-required limits. Upon return from an AUDIO_SETINFO call, the actual blocksize set is returned in this field. Normally the blocksize is calculated to correspond to 50ms of sound and it is recalcu- lated when the encoding parameter changes, but if the blocksize is set explicitly this value becomes sticky, i.e., it remains even when the encoding is changed. The stickiness can be cleared by reopening the device or setting the blocksize to 0. however, there were insufficient checks to make the blocksize is actually sticky once it is set by the user. this adds them. ok ratchov@ | |||
2008-02-28 | mention the Sun part # for their PCI-X adapter. | Brad Smith | |
ok deraadt@ | |||
2008-02-28 | Add initial bits for fiber support with the BCM5706/BCM5708 chipsets. | Brad Smith | |
Tested with copper adapters by brad@, johan@ and Jung <moorang at gmail dot com> ok dlg@ | |||
2008-02-28 | Update for the BCM5706 miidevs entry change. | Brad Smith | |
ok dlg@ | |||
2008-02-28 | regen | Brad Smith | |
2008-02-28 | - Update the BCM5706 PHY entry to also mention SX since this id is shared | Brad Smith | |
between copper and fiber PHY. - Add the PHY id for the BCM5708S fiber adapters. From FreeBSD ok dlg@ | |||
2008-02-27 | prevent file races | Joris Vink | |
ok tobias@ | |||
2008-02-27 | Don't dump duplicate data in stack segments of core dumps when the stack | Mark Kettenis | |
memory map is fragmented. Avoids ridiculously large core dumps. ok miod@ | |||
2008-02-27 | Make sure we match the correct pci domain; clean up the code a bit and remove | Mark Kettenis | |
an unneeded goto. ok miod@ | |||
2008-02-27 | Try to load host.random before starting the network, no network | Damien Miller | |
randomisations (among other things) benefit from it. We still try again after /var has been definitely mounted in case it is on NFS; ok deraadt@ | |||
2008-02-27 | add an extension method "posix-rename@openssh.com" to perform POSIX atomic | Damien Miller | |
rename() operations. based on patch from miklos AT szeredi.hu in bz#1400; ok dtucker@ markus@ | |||
2008-02-27 | Add ICH8M SATA IDE support, and adjust for renamed ICH7 and ICH8 IDs. | Mark Kettenis | |
tested by drahn@, "looks right to me" deraadt@ | |||
2008-02-27 | regen | Mark Kettenis | |
2008-02-27 | Add ICH8M SATA IDE, and correct a few ICH7 and ICH8 SATA/AHCI/RAID entries. | Mark Kettenis | |
tested by drahn@, "looks right to me" deraadt@ | |||
2008-02-27 | Correct the watchdog timer by moving it out from under the condition check | Brad Smith | |
for the IFF_OACTIVE flag. Tested by brad@, johan@, krw@, wilfried@ From mickey | |||
2008-02-27 | Always end line that states diff options with a newline. | Tobias Stoeckmann | |
ok joris | |||
2008-02-27 | sync | Theo de Raadt | |
2008-02-27 | fix a segfault in gnucvs that can occur with "checkout -c" if there is | Joris Vink | |
an unknown flag specified in CVSROOT/modules. found by tobias@, ok millert@ | |||
2008-02-27 | Properly check if temporary files have been successfully opened. If not, | Tobias Stoeckmann | |
print error message on stderr (instead of stdout). ok millert, ray, tedu | |||
2008-02-27 | return from tda_attach before registering the sensor task | Robert Nagy | |
if there are no temperature sensors | |||
2008-02-27 | fail nicely instead of crashing for format strings containing '*', | Theo de Raadt | |
without a matching argument following from Jukka Salmi | |||
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher | |
I got fooled by patch(1). Sorry. | |||
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher | |
I got fooled by patch(1). Sorry. | |||
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher | |
I got fooled by patch(1). Sorry. Found by and OK thib@. | |||
2008-02-27 | Have popfile() also close the main config file, | Marco Pfatschbacher | |
but only do the final popfile call after yyparse() is done. This also fixes config reload on SIGHUP for some daemons. Spotted by otto@. OK deraadt@ | |||
2008-02-27 | ugh got bitten by the path | Theo de Raadt | |
2008-02-27 | start cleaning up that mess (some sprintf -> snprintf, plus -Wall) | Marc Espie | |
okay millert@ | |||
2008-02-27 | sync | Theo de Raadt | |
2008-02-27 | put opencvs(1) actively into /usr/bin/opencvs; for now it is not yet 100% | Theo de Raadt | |
ready as a replacement for gnu cvs, but it is time to let people start using it and breaking it. ONE RULE REMAINS. Do NOT even think for a moment that you can opencvs against our main repositories in any way -- that will come later. this is to improve the testing process. ok joris beck | |||
2008-02-26 | kill some first-person wording; help from jmc | Theo de Raadt | |
2008-02-26 | spacing | Joris Vink | |
2008-02-26 | do not install cvs.1 or cvs.5 yet; ok joris | Theo de Raadt | |
2008-02-26 | plug memleaks | Joris Vink | |
based upon a diff from Igor Zinovik | |||
2008-02-26 | Fix memory leak in the parser. Found by Matthew Dempsky but using the more | Claudio Jeker | |
common way to clear the TAILQ. OK thib@ | |||
2008-02-26 | Ignore and drop path attributes with a type code of 0 instead of sending an | Claudio Jeker | |
error back. This increases robustness without causing any issues. The RFC does not forbid the use of 0 in the type code but it is not explicitly allowed and the type code list at IANA does not mention 0 at all. OK henning@ | |||
2008-02-26 | Don't pass quick when tagging, so the tag can be used outside | Henning Brauer | |
the ftp-proxy anchor. Exotic setups with route-to etc. can be implemented this way. from camield, ok reyk beck canacar and manpage polished by jmc | |||
2008-02-26 | sync | Theo de Raadt | |
2008-02-26 | support EPSON CX5400 scanner; Christophe Etcheverry <cetcheve at gmail dot com> | Theo de Raadt | |
2008-02-26 | sync | Theo de Raadt | |
2008-02-26 | Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ; | Theo de Raadt | |
from Pav Lucistnik <pav@FreeBSD.org> | |||
2008-02-26 | bump to 4.3; ok miod | Jason McIntyre | |
2008-02-26 | fix memory leak (in one case of unaligned buffers); from Markus Kvetter | Theo de Raadt | |
ok markus | |||
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher | |
but only do the final popfile call after yyparse() is done. This also fixes config reload on SIGHUP for some daemons. Spotted by otto@. OK deraadt@ | |||
2008-02-26 | Allow a range of baud rates in a manner similiar to tip/cu, | Jonathan Gray | |
fixes PR 5734 as tested by Sergey Prysiazhnyi <apelsin@atmnis.com>. Fix suggested by and ok deraadt@, "diff is correct" miod@ | |||
2008-02-25 | - Add lii(4) commented out to the amd64 configs | Brad Smith | |
- Comment out lii(4) in the i386 configs since it does not work yet - Add et(4) to the i386 and amd64 RAMDISK_CD configs ok deraadt@ | |||
2008-02-25 | Following up with further dmesg display tweaking after the cardbusprint() | Brad Smith | |
change. ok deraadt@ | |||
2008-02-25 | delete prototypes for functions which the kernel does not have | Theo de Raadt | |
from brynet@gmail.com |