Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-08 | Check for implied acks. If we receive an update that is on our retransmission | Claudio Jeker | |
queue for the neighbor there is no need to send back an ack. | |||
2006-03-08 | Document "set community delete ..." and sync that section with the one | Claudio Jeker | |
from the PARAMETERS section. ok henning@ | |||
2006-03-08 | fix usage(); | Xavier Santolaria | |
2006-03-08 | spacing in usage(); | Xavier Santolaria | |
2006-03-08 | even betterer | Henning Brauer | |
From: Przemyslaw Nowaczyk <p_nowaczyk@o2.pl> | |||
2006-03-08 | propagate stuff to be able to explicitly clean-up repositories. | Marc Espie | |
(we can't use a normal destructor, since this will be called for each fork()ed subprocess). | |||
2006-03-08 | do not point to rcsfile(5) as we do not provide it. | Xavier Santolaria | |
2006-03-08 | fix 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-08 | tweak the debug macros a bit | David Gwynne | |
2006-03-08 | Ansify; from Alexey Dobriyan; hope the license gets cleared up, so we | Otto Moerbeek | |
can include this in the build again. | |||
2006-03-08 | fix support for the smbus controller on nforce 1 chipsets. only try to | David Gwynne | |
use the timer and rng on amd chips. diff, testing, and patience from gwk | |||
2006-03-08 | really match gnu on error; | Xavier Santolaria | |
2006-03-08 | respect -q; pointed out by Ray Lai. | Xavier Santolaria | |
2006-03-08 | unbreak GENERIC.MP; from gklok | Theo de Raadt | |
2006-03-08 | some 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-08 | spacing | Theo de Raadt | |
2006-03-08 | KNF. | Marco Peereboom | |
Undo emacsisms/jordanisms. Rearange protos and globals. This file needs more cleanup but this is a start. | |||
2006-03-08 | KNF + alignment. | Marco Peereboom | |
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 | |