Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-27 | update the revision cpuid table, removing three duplicate ids from "JH-F" | Constantine A. Murenin | |
and adding two missing ids for Mobile AMD Sempron rev DH-G2; tested todd | |||
2008-03-27 | kate(4) manual page | Constantine A. Murenin | |
2008-03-27 | welcome kate(4), a new driver supporting AMD K8 temperature sensors | Constantine A. Murenin | |
discussed with deraadt and others tested by jasper, deraadt, todd and others | |||
2008-03-27 | openssh-4.9 | Damien Miller | |
2008-03-26 | Fix RCS ident | Damien Miller | |
2008-03-26 | Disable some code that reads some sun4u-specific registers for diagnostic | Mark Kettenis | |
reasons, but isn't otherwise used. | |||
2008-03-26 | add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc | Damien Miller | |
2008-03-26 | Bomb out if we cannot read the input. This happens when select | Todd C. Miller | |
says there has been a status change to indicate that the tty has gone away. Prevents spinning on terminal detach. OK pvalchev@ | |||
2008-03-26 | sync | Theo de Raadt | |
2008-03-26 | plug a mem leak. the array of ports wasnt freed on detach. | David Gwynne | |
2008-03-26 | HISTORY tweak; ok otto | Jason McIntyre | |
2008-03-26 | add a couple missing devices; ok miod | Jason McIntyre | |
2008-03-26 | some readability fixes for DESCRIPTION; | Jason McIntyre | |
2008-03-26 | no sense for devices to reference other (same type) devices; | Jason McIntyre | |
requested by deraadt/miod help/ok miod | |||
2008-03-26 | zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@ | Otto Moerbeek | |
2008-03-26 | Add DIOCRLDINFO support. | Kenneth R Westerback | |
2008-03-25 | Add a bsd.xconf.mk glue file, to be included at the start of Xenocara | Matthieu Herrb | |
makefiles. ok oga@. | |||
2008-03-25 | last patch had backwards test; spotted by termim AT gmail.com | Damien Miller | |
2008-03-25 | Make pci_intr_map(9) fail if the interrupt line register is set to 0xff. | Mark Kettenis | |
Prevents crashes later on when we try to estabish the interrupt. ok miod@, deraadt@ | |||
2008-03-25 | Add PVG and change wording of SHA. | Mark Kettenis | |
2008-03-25 | be more explicit about the unit used for the f_b* fields; prompted by | Otto Moerbeek | |
and ok djm@ | |||
2008-03-25 | ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; | Damien Miller | |
from dtucker@ ok deraadt@ djm@ | |||
2008-03-25 | section 3, Darrin Chandler | Otto Moerbeek | |
2008-03-24 | disable no-replace rename test now that we prefer a POSIX rename; spotted | Damien Miller | |
by dkrause@ | |||
2008-03-24 | Make it possible to disable/enable pseudo devices in UKC, config file and | Mats O Jansson | |
at config -e. -moj ok deraadt@ | |||
2008-03-24 | add "sparc64" to .Dt; | Jason McIntyre | |
2008-03-24 | Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered. | Mark Kettenis | |
2008-03-24 | - extern.h is already included by ps.h, so zap it. | Jasper Lievisse Adriaanse | |
from Jacek Masiulaniec, via ray@ ok ray@ | |||
2008-03-24 | add it(4) at port 0x228, found on some motherboards. | Oleg Safiullin | |
ok deraadt@ | |||
2008-03-24 | bye, bye recalloc. Bad interface for various reasons. | Marc Espie | |
discussed with deraadt@ and otto@ and millert@ | |||
2008-03-24 | check for emptiness of SRCS, since make warns otherwise. | Marc Espie | |
okay deraadt@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-24 | We were led astray (like many others before us) to believe that | Theo de Raadt | |
msg_controllen should be CMSG_LEN() instead of CMSG_SPACE() because the kernel fd passing code was erroring out when "cm->cmsg_len != control->m_len" instead of "CMSG_ALIGN(cm->cmsg_len) != control->m_len". On machines with 16-byte alignment, when one thinks about how the ALIGN padding happens, it is clear that msg_controllen has to be CMSG_SPACE() or the kernel cannot hope to bounds check the messages correctly. For now, change the check to cm->cmsg_len > control->m_len to permit the old ABI to continue working. Later perhaps when all the old binaries are gone we can stop permitting their use. lots of discussion with kettenis | |||
2008-03-24 | - since we are in control of shared library versions, advise people to | Antoine Jacoutot | |
use "0.0" for SHARED_LIBS version when importing a new port ok espie@ | |||
2008-03-24 | Correct the synopsis. | Joel Sing | |
ok jasper@ | |||
2008-03-24 | remove dependency on recalloc() | Todd C. Miller | |
2008-03-24 | Use correct cpuid on sun4v. | Mark Kettenis | |
2008-03-24 | auvia(4) doesn't record properly, so don't claim full-duplex | Jacob Meuser | |
capabilities. | |||
2008-03-24 | 8-bit has been emulated for some time now. quit lying. | Jacob Meuser | |
2008-03-24 | sync | Theo de Raadt | |
2008-03-24 | Change XXgetdisklabel() to the 'normal' four parameter model to | Kenneth R Westerback | |
prepare for adding missing DIOC* ioctl's. No functional change. | |||
2008-03-23 | Add code to initialize CPUs on sun4v. | Mark Kettenis | |
2008-03-23 | Remove two stray references to the departed -r argument to disklabel. | Kenneth R Westerback | |
Pointed out by jmc@ | |||
2008-03-23 | Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename the | Mark Kettenis | |
existing sun4u defines and add sun4v. For now, decide which set to use at compile time. Change the sun4u-specific code in locore.s to use the sun4u defines. | |||
2008-03-23 | 4.3 is fin; ok deraadt | Constantine A. Murenin | |
2008-03-23 | Missing .El; spotted by jmc@ | Miod Vallat | |
2008-03-23 | typo; deraadt | Miod Vallat | |
2008-03-23 | sync | Theo de Raadt | |
2008-03-23 | tweak previous; | Jason McIntyre | |
2008-03-23 | Not-functional-enough driver for the Sun Expert3D cards, put in tree as an | Miod Vallat | |
incentive for further tinkering only; not for the faint of heart. |