summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-08Patch from Gordon Klock to update AMD PowerNow K8 support on i386,Uwe Stuehler
and to add amd64 K8 support from FreeBSD.
2006-03-07Add hooks for "machine acpi disasm"Marco Peereboom
ok jordan
2006-03-07Add "disasm" code for ddb. With this one can disassemble AML code from DDB.Marco Peereboom
example : "machine acpi disasm \\_SB_.BIF_" dumps the battery AML on my laptop. Disasm code was written by jordan. Help from miod on ddb lexer magic. ok jordan.
2006-03-07Add a few more SMSC devices.Mark Kettenis
2006-03-07Fix collision between SI_SOFTSERIAL and OS timers in the interrupt mask.Uwe Stuehler
The new allocation of softintr bits complicates SI_TO_IRQBIT, but I see no safe way around it.
2006-03-07Add the proper constant to replace a magic interrupt number.Uwe Stuehler
2006-03-07add feodor ivanovich chaliapinMichael Shalayeff
2006-03-07Improve adm1030/adm1031 detection.Mark Kettenis
ok deraadt@
2006-03-07a few things from bavarian affection w/ beerMichael Shalayeff
2006-03-07Break patterns containing newlines into multiple patterns like POSIX says.Otto Moerbeek
Report by Ralf dot Wildenhues at gmx dot de; testing by jmc@ ok beck@ millert@
2006-03-07- Use the correct initialization routine for the VIA VT8233 chipsetBrad Smith
now that kettenis@ has corrected the PCI id entry. - Add the SiS 962 chipset. ok kettenis@ mickey@
2006-03-07Don't issue I2O_EXEC_IOP_CLEAR to AMI boards, since someBrad Smith
firmware revisions can't handle it. From ad NetBSD ok mickey@
2006-03-07Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us.Miod Vallat
ok uwe@
2006-03-07On via-pmu systems, check whether the firmware has found adb devices on theMiod Vallat
bus to decide whether to go the long way or not when resetting the bus. Fixes the long delay probe on Mac Mini. Tested by various.
2006-03-07Fix a bug reported by Xavier Beaudouin. On config reloads set parametersClaudio Jeker
inside group blocks were reset to default values. The problem was that group ids changed on reload as soon as a new peer was added to one group. Make sure that group ids remain the same over reloads a similar thing is already done for peer ids. ok henning@
2006-03-07in rcs_write() only do stuff when the RCS file ondisk isn't synced;Joris Vink
niallo agrees;
2006-03-07use the cu_bridge_id rather than the cu_rootid for the bridge address.Brad Smith
From: Onno Molenkamp via Andrew Thompson <thompsa at freebsd dot org> ok jason@
2006-03-07"set attribute ..." in neighbor blocks needs better documentation.Claudio Jeker
With input from jmc@ and ok henning@
2006-03-07do not write partial files out if the PKG_CACHE filesystem overflows.Marc Espie
2006-03-07no need to duplicate error message;Xavier Santolaria
2006-03-07make sure the timezone is valid;Joris Vink
2006-03-07Typo. ok otto@Kjell Wooding
2006-03-07Use 65535 instead of 0xffff to specify the maximum number that can be usedClaudio Jeker
for the local part of communities.
2006-03-07Moscow code is 495 now. Spotted by Alexey Dobriyan <adobriyan@gmail.com>.Alexander Yurchenko
2006-03-07Fix pkg_copy().Bernd Ahlers
2006-03-07Fix prototype of is_digit(). From Alexey Dobriyan.Otto Moerbeek
2006-03-07properly zap temporary file.Marc Espie
2006-03-07rendez-vous with subchild through signal USR1.Marc Espie
2006-03-07make pkg_copy be overidable by subclass.Marc Espie
2006-03-07only the grand child can have issuesMarc Espie
2006-03-07-nv is a valid combination; confirmed by ottoJason McIntyre
2006-03-07whitespace fixesDavid Gwynne
2006-03-07KNF & cleanupHenning Brauer
mostly From: Przemyslaw Nowaczyk <p_nowaczyk@o2.pl>
2006-03-07rcsintro.7 now merged into rcs.1;Jason McIntyre
2006-03-07beef up this file somewhat and merge in cvsintro.7, which is notJason McIntyre
needed as a standalone file; requested by deraadt ok xsa niallo (in a slightly different incarnation)
2006-03-07beef up this file a little; ok grangeJason McIntyre
2006-03-07special case: repository holds several packages (say, old versions), andMarc Espie
you choose the most recent one, which also happens to be the currently installed version -> then explicitly say no update is needed and proceed.
2006-03-07let scp repositories work. Avoid run-away processes by just having one singleMarc Espie
ssh connection for each repository.
2006-03-07pass the grandchild pid through the pipe, in order to be able to monitor it.Marc Espie
2006-03-07simplify the description of what a restricted shell is:Jason McIntyre
sh.1 does not need to talk about rksh; ksh.1 does not need to talk about rsh; also references to rpdksh are not really helpful; from tamas tevesz; ok jaredy
2006-03-07advertisment -> advertisement; from leonardo chiquitto filhoJason McIntyre
2006-03-07missing break;Xavier Santolaria
2006-03-07grammar tweaks; ok hshoexerJason McIntyre
2006-03-07Implement the diffie-hellman-group-exchange-sha256 key exchange methodDamien Miller
using the SHA256 code in libc (and wrapper to make it into an OpenSSL EVP), interop tested against CVS PuTTY
2006-03-07Fix NULL deref when doing `lint --'.Moritz Jodeit
Successful build with i386 and sparc64.
2006-03-07Add support for the serial interface to the UMTS/GPRS/GSM modemJonathan Gray
portion of the Sony Ericsson GC89 card. From Felix Kronlage.
2006-03-07regenJonathan Gray
2006-03-07Add id for the serial interface to the UMTS/GPRS/GSM modem onJonathan Gray
the Sony Ericsson GC89 card. From Felix Kronlage.
2006-03-07regenJonathan Gray
2006-03-07Add a few entries found in submitted dmesgs.Jonathan Gray
Also change nForce 4 SATA entires to not be of the form nForce 4 SATA [1-2] to reduce confusion wrt SATA I/II.