summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-08do not point to rcsfile(5) as we do not provide it.Xavier Santolaria
2006-03-08fix race condition in SCP for real.Marc Espie
We can't control a grand-child death through gzip, so stop spawning grand-children: create two children connected by hand through a pipe, and when we close gzip, explicitly wait for the second child to die as well. This avoids race conditions between sigpipe and sigusr1. (and as usual, the resulting code is easier to follow once you get through the pipe/fork). Thanks theo for the comment. ;-)
2006-03-08tweak the debug macros a bitDavid Gwynne
2006-03-08Ansify; from Alexey Dobriyan; hope the license gets cleared up, so weOtto Moerbeek
can include this in the build again.
2006-03-08fix support for the smbus controller on nforce 1 chipsets. only try toDavid Gwynne
use the timer and rng on amd chips. diff, testing, and patience from gwk
2006-03-08really match gnu on error;Xavier Santolaria
2006-03-08respect -q; pointed out by Ray Lai.Xavier Santolaria
2006-03-08unbreak GENERIC.MP; from gklokTheo de Raadt
2006-03-08some cleanup including:Moritz Jodeit
o typos in comments o missing #include o remove pointless nomem() func o unused variables o more use of asprintf(3) ok deraadt@
2006-03-08spacingTheo de Raadt
2006-03-08KNF.Marco Peereboom
Undo emacsisms/jordanisms. Rearange protos and globals. This file needs more cleanup but this is a start.
2006-03-08KNF + alignment.Marco Peereboom
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.