Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-08 | Patch from Gordon Klock to update AMD PowerNow K8 support on i386, | Uwe Stuehler | |
and to add amd64 K8 support from FreeBSD. | |||
2006-03-07 | Add hooks for "machine acpi disasm" | Marco Peereboom | |
ok jordan | |||
2006-03-07 | Add "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-07 | Add a few more SMSC devices. | Mark Kettenis | |
2006-03-07 | Fix 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-07 | Add the proper constant to replace a magic interrupt number. | Uwe Stuehler | |
2006-03-07 | add feodor ivanovich chaliapin | Michael Shalayeff | |
2006-03-07 | Improve adm1030/adm1031 detection. | Mark Kettenis | |
ok deraadt@ | |||
2006-03-07 | a few things from bavarian affection w/ beer | Michael Shalayeff | |
2006-03-07 | Break 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 chipset | Brad Smith | |
now that kettenis@ has corrected the PCI id entry. - Add the SiS 962 chipset. ok kettenis@ mickey@ | |||
2006-03-07 | Don't issue I2O_EXEC_IOP_CLEAR to AMI boards, since some | Brad Smith | |
firmware revisions can't handle it. From ad NetBSD ok mickey@ | |||
2006-03-07 | Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us. | Miod Vallat | |
ok uwe@ | |||
2006-03-07 | On via-pmu systems, check whether the firmware has found adb devices on the | Miod 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-07 | Fix a bug reported by Xavier Beaudouin. On config reloads set parameters | Claudio 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-07 | in rcs_write() only do stuff when the RCS file ondisk isn't synced; | Joris Vink | |
niallo agrees; | |||
2006-03-07 | use 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-07 | do not write partial files out if the PKG_CACHE filesystem overflows. | Marc Espie | |
2006-03-07 | no need to duplicate error message; | Xavier Santolaria | |
2006-03-07 | make sure the timezone is valid; | Joris Vink | |
2006-03-07 | Typo. ok otto@ | Kjell Wooding | |
2006-03-07 | Use 65535 instead of 0xffff to specify the maximum number that can be used | Claudio Jeker | |
for the local part of communities. | |||
2006-03-07 | Moscow code is 495 now. Spotted by Alexey Dobriyan <adobriyan@gmail.com>. | Alexander Yurchenko | |
2006-03-07 | Fix pkg_copy(). | Bernd Ahlers | |
2006-03-07 | Fix prototype of is_digit(). From Alexey Dobriyan. | Otto Moerbeek | |
2006-03-07 | properly zap temporary file. | Marc Espie | |
2006-03-07 | rendez-vous with subchild through signal USR1. | Marc Espie | |
2006-03-07 | make pkg_copy be overidable by subclass. | Marc Espie | |
2006-03-07 | only the grand child can have issues | Marc Espie | |
2006-03-07 | -nv is a valid combination; confirmed by otto | Jason McIntyre | |
2006-03-07 | whitespace fixes | David Gwynne | |
2006-03-07 | KNF & cleanup | Henning Brauer | |
mostly From: Przemyslaw Nowaczyk <p_nowaczyk@o2.pl> | |||
2006-03-07 | rcsintro.7 now merged into rcs.1; | Jason McIntyre | |
2006-03-07 | beef up this file somewhat and merge in cvsintro.7, which is not | Jason McIntyre | |
needed as a standalone file; requested by deraadt ok xsa niallo (in a slightly different incarnation) | |||
2006-03-07 | beef up this file a little; ok grange | Jason McIntyre | |
2006-03-07 | special case: repository holds several packages (say, old versions), and | Marc 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-07 | let scp repositories work. Avoid run-away processes by just having one single | Marc Espie | |
ssh connection for each repository. | |||
2006-03-07 | pass the grandchild pid through the pipe, in order to be able to monitor it. | Marc Espie | |
2006-03-07 | simplify 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-07 | advertisment -> advertisement; from leonardo chiquitto filho | Jason McIntyre | |
2006-03-07 | missing break; | Xavier Santolaria | |
2006-03-07 | grammar tweaks; ok hshoexer | Jason McIntyre | |
2006-03-07 | Implement the diffie-hellman-group-exchange-sha256 key exchange method | Damien Miller | |
using the SHA256 code in libc (and wrapper to make it into an OpenSSL EVP), interop tested against CVS PuTTY | |||
2006-03-07 | Fix NULL deref when doing `lint --'. | Moritz Jodeit | |
Successful build with i386 and sparc64. | |||
2006-03-07 | Add support for the serial interface to the UMTS/GPRS/GSM modem | Jonathan Gray | |
portion of the Sony Ericsson GC89 card. From Felix Kronlage. | |||
2006-03-07 | regen | Jonathan Gray | |
2006-03-07 | Add id for the serial interface to the UMTS/GPRS/GSM modem on | Jonathan Gray | |
the Sony Ericsson GC89 card. From Felix Kronlage. | |||
2006-03-07 | regen | Jonathan Gray | |
2006-03-07 | Add 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. |