Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-04 | sthen@ 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-04 | Add a workaround against a NULL pointer dereference on alpha when | Miod Vallat | |
invoking bus_dmaamp_sync, until the cause of the problem is found. ok deraadt@ | |||
2008-03-04 | Since the back-off goes 5,10,20,40 seconds, allow the retry timeout to | Chris Kuethe | |
increase to 80 and then 160sec before failing. Helps when doing big updates with "pkg_add -ui" ok espie, deraadt | |||
2008-03-04 | fix ifdef DEBUG code; ok krw@ deraadt@ | Otto Moerbeek | |
2008-03-04 | remove -beta | Theo de Raadt | |
2008-03-04 | zaurus should set CPROM too, since it handles boot.conf; noted by sthen | Theo de Raadt | |
2008-03-04 | fix segfault when trying to lock and unlock rcs files that | Joris Vink | |
contain no revisions. reported by Jean Raby. ok deraadt@ | |||
2008-03-04 | Do not permit insertion of a "" symbolic link translation into the path | Theo de Raadt | |
translation; abort with ENOENT; ok millert kettenis thib, pr #5752 | |||
2008-03-04 | +.It Atlantis Land A02-UP1-W54; from giovanni | Jason McIntyre | |
ok jsg | |||
2008-03-04 | fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for | Markus Friedl | |
the current route, so make sure RTF_LLINFO is still set; fixes pr 5711; with krw@ and claudio@; ok jsing@ | |||
2008-03-04 | create a .slicemapfile with all 7 entries in it | Theo de Raadt | |
2008-03-04 | Redo serial console configuration logic. Smaller, easier to | Kenneth 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-03 | tweak previous; | Jason McIntyre | |
2008-03-03 | one more /usr/src/xenocara -> /usr/xenocara; | Jason McIntyre | |
2008-03-03 | tweak previous; | Jason McIntyre | |
2008-03-03 | Palm 700WX from and tested by todd@ | Jonathan Gray | |
discussed with deraadt@. | |||
2008-03-03 | regen | Jonathan Gray | |
2008-03-03 | Palm 700WX from todd@. | Jonathan Gray | |
discussed with deraadt@. | |||
2008-03-03 | Two more rum devices from Ralink driver via sephe@dragonfly. | Jonathan Gray | |
discussed with deraadt@ | |||
2008-03-03 | regen | Jonathan Gray | |
2008-03-03 | Two more rum devices from Ralink driver via sephe@dragonfly. | Jonathan Gray | |
2008-03-03 | log 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-03 | fix utterly confusing message for updates. | Marc Espie | |
okay bernd@/deraadt@ | |||
2008-03-03 | Inherit global table options. | Reyk Floeter | |
From Armin Wolfermann ok pyr@ deraadt@ | |||
2008-03-03 | The fix removes the replacement of se_key from relay_dns_request. se_key | Reyk 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-03 | improve the compare function of addresses respecting the ports; this will fix | Reyk Floeter | |
the tree lookups in some cases. From Nigel Taylor ok pyr@ deraadt@ | |||
2008-03-03 | Change the XSRCDIR default to /usr/xenocara. ok deraadt@ | Matthieu Herrb | |
2008-03-02 | document the two big bugs left that somewhat hinder parallel mode. | Marc Espie | |
2008-03-02 | fix pkg_add -r -B | Marc Espie | |
problem noticed by winiger@ | |||
2008-03-02 | fix bugs formatting | Marc Espie | |
2008-03-02 | introduce a isc_random_uniform() function to return a uniformly distributed | Damien Miller | |
number 0 < x <= upper_bound and use it to correct the last tiny bias in the shuffle initialisation feedback & ok deraadt@ | |||
2008-03-02 | improve wording - from deraadt@ | Damien Miller | |
2008-03-02 | because arc4random_uniform is being used, the modulo bias is taken care of | Theo de Raadt | |
2008-03-02 | sync | Theo de Raadt | |
2008-03-02 | Add a arc4random_uniform() that returns a uniformly distributed number | Damien 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-02 | Keep resolv.conf.shadow around when restarting an install. This | Kenneth 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-02 | set the refid for v4 queries too. this allows sensor-driven ntpd to says its | Chris Kuethe | |
reference is "HARD" (or "GPS", "UMBG", "UDCF" ... in theory) rather than "^@^@^@^@" "why not" henning@ | |||
2008-03-02 | Include sigcode in core dumps. This makes it possible to backtrace | Mark Kettenis | |
through signal handlers with gdb. ok miod@ | |||
2008-03-02 | Make sure that temporary file has been successfully opened. | Tobias Stoeckmann | |
ok joris | |||
2008-03-02 | another extra endpwent() not needed | Theo de Raadt | |
2008-03-02 | rcs_errno is gone: zap rcs_errstr() and rcs_errstrs[] as well. | Tobias Stoeckmann | |
ok joris | |||
2008-03-02 | Change some spaces to tabs in the transmit functions. | Brad Smith | |
ok kettenis@ | |||
2008-03-02 | rannotate needs at least one module as argument. | Tobias Stoeckmann | |
ok joris | |||
2008-03-02 | Print the right synopsis for commands on error (especially if commands | Tobias Stoeckmann | |
share the same function: (r)tag, etc.). ok joris | |||
2008-03-02 | Use a union to ensure alignment of the cmsg. | Hans-Joerg Hoexer | |
ok deraadt | |||
2008-03-02 | Pass a buffer size to InterpretArg() and do not let it overflow it, saves | Miod Vallat | |
propolice some work in command_Expand_Interpret(). Inspired by FreeBSD; ok deraadt@ | |||
2008-03-02 | use a union to ensure alignment of the cmsg (pay attention: various other | Theo de Raadt | |
parts of the tree need this treatment too); ok djm | |||
2008-03-02 | if there is no smbios, there cannot be acpi | Theo de Raadt | |
ok kettenis gwk, tested by a lot of people, and checked from the logs | |||
2008-03-02 | PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usage | Mark Kettenis | |
and man page. | |||
2008-03-02 | Clear interrupts on detach. Fixes interrupt storm on digital-only | Deanna Phillips | |
controllers, like the HDMI found on Radeon cards. Tested by claudio@ and kettenis@. |