Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-29 | Add support for onboard bge(4)'s on Sun UltraSPARC hardware that apparently | Mark Kettenis | |
come without an attached SEEPROM. ok deraadt@ | |||
2006-08-29 | increase the carp demotion counter by 128 instead of 1 while rc runs. | Henning Brauer | |
you do not want a machine that is in the middle of rc and does not have all network daemons (that possibly increase the carp demotion counter further) to become master just because the other one lost 2 bgp sessions or similar for other daemons (esp sasyncd) and as such has a demotion count of >1. ok mcbride mpf deraadt | |||
2006-08-29 | Don't panic when watchdog timeout is called. | Marcus Glocker | |
formal ok deraadt@ | |||
2006-08-29 | move the NOTE section into the main body; | Jason McIntyre | |
2006-08-29 | allow a numeric argument to "carpdemote" to in-/decrease the demotion | Henning Brauer | |
counter by more than one. manpage help by jmc, ok mcbride mpf deraadt | |||
2006-08-29 | allow the carp demotion counter to be changed by arbitary values as long | Henning Brauer | |
as the resulting demotion counter value is in range. previously, we only allowed +/- 1. ok mpf mcbride deraadt | |||
2006-08-29 | Reality check: | Michael Knudsen | |
o Sync list of watchdog drivers in SEE ALSO o All watchdogs are now configured using sysctl o All watchdogs can thus be triggered from userland ok jmc | |||
2006-08-29 | Work around a problem in Heimdal that occurs when KRB5CCNAME file is | Darren Tucker | |
missing, by checking whether or not kerberos allocated us a context before attempting to free it. Patch from Simon Wilkinson, tested by biorn@, ok djm@ | |||
2006-08-29 | normalise some inconsistent (but harmless) NULL pointer checks | Damien Miller | |
spotted by the Stanford SATURN tool, via Isil Dillig; ok markus@ deraadt@ | |||
2006-08-29 | avoid ending mid-sentence w/ `.', or we get an extra space; | Jason McIntyre | |
2006-08-29 | clean up our mess | Damien Miller | |
2006-08-29 | Properly define quick mode suites for AH. With naddy. | Hans-Joerg Hoexer | |
ok ho | |||
2006-08-29 | Fix a possible kernel panic in ucom(4) that is caused by ttyclose() using data | Marc Balmer | |
already freed by ucom_close(). Problem reported and initial patch provided by Marc Winiger <marc@winiger.ch> ok miod, deraadt | |||
2006-08-29 | zyd is not making this release; ok jsg | Theo de Raadt | |
2006-08-29 | snuck in a typo, damnit | Theo de Raadt | |
2006-08-29 | some net if devices do not media negotiate (for link) until brought up. | Theo de Raadt | |
(for some drivers, this is a bug. for others, it is part of how they work) therefore before doing the 10-second link test, we must bring the if up. ok krw, tested marco ckuethe | |||
2006-08-29 | XXX when we find vgapci devices on a USIII machine, fail to match | Theo de Raadt | |
(for now, until the bugs are found. USIII machines remain serial-only for now); ok miod | |||
2006-08-29 | Handle site${VERSION}-$(hostname -s).tgz files better so that they | Kenneth R Westerback | |
don't get in the way of noticing that all default sets are installed. Restores the desired behaviour where [done] becomes the default answer to the "Location of sets?" question once all default sets are successfully installed. spotted by & ok deraadt@ | |||
2006-08-28 | use Forwarding Information Base vs. Forward Information Base; | Kevin Steves | |
ok jmc@ claudio@ | |||
2006-08-28 | Resync MAKEDEV scripts and man pages | Marc Aurele La France | |
2006-08-28 | move to official 4.0 | Theo de Raadt | |
2006-08-28 | Extend /dev/tty[C-F]* to /dev/tty[C-J]* on sparc64, and to /dev/tty[C-I]* on | Marc Aurele La France | |
sparc. ok miod@ | |||
2006-08-28 | Allow building procfs on systems that don't #define PT_STEP (such as sparc64). | Marc Aurele La France | |
ok pedro@, miod@ | |||
2006-08-28 | -fgnu-runtime is only effective for Objective-C source, and produces a | Marc Aurele La France | |
warning otherwise. ok herrb@ | |||
2006-08-28 | Completely rework the allocation/management of Rx buffers. | Damien Bergamini | |
The firmware expects 3KB Rx buffers so we can't just map mbuf clusters which are only 2KB. Also it seems that Rx buffers must be aligned on a 1KB boundary which is not necessary the case with mbuf clusters. We want to make damn sure the firmware will not DMA anything outside the mapped Rx buffers. The size of the Rx buffers is probably configurable but Intel will refuse to answer to any question regarding the programmation of the chipset, and a dump of the device registers led to nowhere. | |||
2006-08-28 | sync MEXTADD prototype with reality. | Damien Bergamini | |
it takes an extra "size" argument. ok jmc@, deraadt@ | |||
2006-08-28 | Make carp see all IPv6 address additions and remove dead code in carp_ioctl() | Ryan Thomas McBride | |
ok mpf@ henning@ | |||
2006-08-28 | Bump firmware package; create package which installs on any architecture, | Marcus Glocker | |
not just i386, as acx(4) runs on amd64 too now. Pointed out by jsg@ | |||
2006-08-28 | Another grammar nit; "please go ahead" jmc@. | Tom Cosgrove | |
2006-08-28 | zap argument name, okay millert@ | Marc Espie | |
2006-08-28 | .Xr sysctl 8; wording from jmc@ | Kevin Steves | |
2006-08-28 | tiny grammar fix; ok jmc@ | Kevin Steves | |
2006-08-28 | Port bus_dmamap_load(9) and bus_dmamap_sync(9). | Marcus Glocker | |
2006-08-28 | typos; from tbert | Jason McIntyre | |
(one not taken) | |||
2006-08-28 | proper justify the size caption to match numbers justification; deraadt@ ok | Michael Shalayeff | |
2006-08-28 | avoid avail_end common; no binary change; found by grunk@ | Michael Shalayeff | |
2006-08-28 | enable arc | David Gwynne | |
2006-08-28 | Check for illegal option lengths when parsing LCP packets | Can Erkin Acar | |
and drop such bad packets. Also remove some redundant mallocs. This fixes possible heap overflows when forming replys to such bad packets as discovered by Martin Husemann and Pavel Cahyna. reported by NetBSD, initial diff from markus@, additional comments by claudio@, ok markus@ | |||
2006-08-28 | Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now. | Marcus Glocker | |
Remove dead code chunk from if_pgt_pci.c. For those who want to refer to the original code you can find it in ~mglocker/pgt/orig. | |||
2006-08-28 | Get MAC address from the OpenFirmware local-mac-address property on sparc64. | Mark Kettenis | |
Needed to support onboard bge(4)'s on Sun machines which don't seem to be fitted with the EEPROM that normally contains the MAC address. ok brad@ | |||
2006-08-28 | move the firmware messaging under NBIO since it's only used by bio. | David Gwynne | |
2006-08-28 | indicate when the peer announced the Graceful Restart capability, ok claudio | Henning Brauer | |
2006-08-28 | async events defines and structs | Michael Shalayeff | |
2006-08-28 | revert flags usage commits. too close to release. will go in post release ↵ | Brad Smith | |
instead. requested by deraadt@ | |||
2006-08-28 | make a define for dealing w/ the big bit (0x80); no func change | Michael Shalayeff | |
2006-08-28 | properly detect failed drives and do not crash bioctl; krw@ testing | Michael Shalayeff | |
2006-08-28 | fix up disc size check. | Michael Coulter | |
ok krw@ deraadt@ | |||
2006-08-28 | sync | Theo de Raadt | |
2006-08-28 | Except I disagree strongly, and I was not asked | Theo de Raadt | |
2006-08-28 | Fix manual media types by always leaving the PHY in autoneg mode but adjusting | Brad Smith | |
the ANAR as appropriate. Derived from a diff for FreeBSD; same technique used by the Linux r8169 driver. |