summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-04sthen@ has an motherboard with both agp and pcie that fails to boot.Owain Ainsworth
disabling agp_ali solves this. Proper fix shall hopefully some sometime after release. Shouldn't affect anyone. ok sthen@, prodded by deraadt@.
2008-03-04Add a workaround against a NULL pointer dereference on alpha whenMiod Vallat
invoking bus_dmaamp_sync, until the cause of the problem is found. ok deraadt@
2008-03-04Since the back-off goes 5,10,20,40 seconds, allow the retry timeout toChris Kuethe
increase to 80 and then 160sec before failing. Helps when doing big updates with "pkg_add -ui" ok espie, deraadt
2008-03-04fix ifdef DEBUG code; ok krw@ deraadt@Otto Moerbeek
2008-03-04remove -betaTheo de Raadt
2008-03-04zaurus should set CPROM too, since it handles boot.conf; noted by sthenTheo de Raadt
2008-03-04fix segfault when trying to lock and unlock rcs files thatJoris Vink
contain no revisions. reported by Jean Raby. ok deraadt@
2008-03-04Do not permit insertion of a "" symbolic link translation into the pathTheo de Raadt
translation; abort with ENOENT; ok millert kettenis thib, pr #5752
2008-03-04+.It Atlantis Land A02-UP1-W54; from giovanniJason McIntyre
ok jsg
2008-03-04fix use-after-free: pfxlist_onlink_check() might free rt_llinfo forMarkus Friedl
the current route, so make sure RTF_LLINFO is still set; fixes pr 5711; with krw@ and claudio@; ok jsing@
2008-03-04create a .slicemapfile with all 7 entries in itTheo de Raadt
2008-03-04Redo serial console configuration logic. Smaller, easier toKenneth R Westerback
understand. Add serial console handling for alpha, macppc, zaurus. No functional change for i386/amd64. All archs should now have automatic serial console configuration. ok deraadt@
2008-03-03tweak previous;Jason McIntyre
2008-03-03one more /usr/src/xenocara -> /usr/xenocara;Jason McIntyre
2008-03-03tweak previous;Jason McIntyre
2008-03-03Palm 700WX from and tested by todd@Jonathan Gray
discussed with deraadt@.
2008-03-03regenJonathan Gray
2008-03-03Palm 700WX from todd@.Jonathan Gray
discussed with deraadt@.
2008-03-03Two more rum devices from Ralink driver via sephe@dragonfly.Jonathan Gray
discussed with deraadt@
2008-03-03regenJonathan Gray
2008-03-03Two more rum devices from Ralink driver via sephe@dragonfly.Jonathan Gray
2008-03-03log a different notification message when the tcp check times out.Reyk Floeter
also adjust the documentation a little bit to decrease confusion about the check timeout. From pyr@ ok deraadt@
2008-03-03fix utterly confusing message for updates.Marc Espie
okay bernd@/deraadt@
2008-03-03Inherit global table options.Reyk Floeter
From Armin Wolfermann ok pyr@ deraadt@
2008-03-03The fix removes the replacement of se_key from relay_dns_request. se_keyReyk Floeter
is assigned a random value for and id in relay_udp_server before where the SPLAY_INSERT is performed, se_outkey is set to the return id rather than the rl_dskkey. The relay_dns_request which occurs after the SPLAY_INSERT no longer updates se_outkey, or se_key. The request is sent using the random value already placed into the se_key when the session is created. From Nigel Taylor ok pyr@ deraadt@
2008-03-03improve the compare function of addresses respecting the ports; this will fixReyk Floeter
the tree lookups in some cases. From Nigel Taylor ok pyr@ deraadt@
2008-03-03Change the XSRCDIR default to /usr/xenocara. ok deraadt@Matthieu Herrb
2008-03-02document the two big bugs left that somewhat hinder parallel mode.Marc Espie
2008-03-02fix pkg_add -r -BMarc Espie
problem noticed by winiger@
2008-03-02fix bugs formattingMarc Espie
2008-03-02introduce a isc_random_uniform() function to return a uniformly distributedDamien Miller
number 0 < x <= upper_bound and use it to correct the last tiny bias in the shuffle initialisation feedback & ok deraadt@
2008-03-02improve wording - from deraadt@Damien Miller
2008-03-02because arc4random_uniform is being used, the modulo bias is taken care ofTheo de Raadt
2008-03-02syncTheo de Raadt
2008-03-02Add a arc4random_uniform() that returns a uniformly distributed numberDamien Miller
in the range 0 <= x < upper_bound Please use this new API instead of "arc4random() % upper_bound", as it avoids the "modulo bias" that favours small results when upper_bound is not a power of two. feedback deraadt@ mcbride@; ok deraadt@
2008-03-02Keep resolv.conf.shadow around when restarting an install. ThisKenneth R Westerback
means manually entered DNS server addresses are not lost when an install is restarted. Restores behaviour unintentionally lost with r1.127. ok deraadt@
2008-03-02set the refid for v4 queries too. this allows sensor-driven ntpd to says itsChris Kuethe
reference is "HARD" (or "GPS", "UMBG", "UDCF" ... in theory) rather than "^@^@^@^@" "why not" henning@
2008-03-02Include sigcode in core dumps. This makes it possible to backtraceMark Kettenis
through signal handlers with gdb. ok miod@
2008-03-02Make sure that temporary file has been successfully opened.Tobias Stoeckmann
ok joris
2008-03-02another extra endpwent() not neededTheo de Raadt
2008-03-02rcs_errno is gone: zap rcs_errstr() and rcs_errstrs[] as well.Tobias Stoeckmann
ok joris
2008-03-02Change some spaces to tabs in the transmit functions.Brad Smith
ok kettenis@
2008-03-02rannotate needs at least one module as argument.Tobias Stoeckmann
ok joris
2008-03-02Print the right synopsis for commands on error (especially if commandsTobias Stoeckmann
share the same function: (r)tag, etc.). ok joris
2008-03-02Use a union to ensure alignment of the cmsg.Hans-Joerg Hoexer
ok deraadt
2008-03-02Pass a buffer size to InterpretArg() and do not let it overflow it, savesMiod Vallat
propolice some work in command_Expand_Interpret(). Inspired by FreeBSD; ok deraadt@
2008-03-02use a union to ensure alignment of the cmsg (pay attention: various otherTheo de Raadt
parts of the tree need this treatment too); ok djm
2008-03-02if there is no smbios, there cannot be acpiTheo de Raadt
ok kettenis gwk, tested by a lot of people, and checked from the logs
2008-03-02PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usageMark Kettenis
and man page.
2008-03-02Clear interrupts on detach. Fixes interrupt storm on digital-onlyDeanna Phillips
controllers, like the HDMI found on Radeon cards. Tested by claudio@ and kettenis@.