summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-27update 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-27kate(4) manual pageConstantine A. Murenin
2008-03-27welcome kate(4), a new driver supporting AMD K8 temperature sensorsConstantine A. Murenin
discussed with deraadt and others tested by jasper, deraadt, todd and others
2008-03-27openssh-4.9Damien Miller
2008-03-26Fix RCS identDamien Miller
2008-03-26Disable some code that reads some sun4u-specific registers for diagnosticMark Kettenis
reasons, but isn't otherwise used.
2008-03-26add no-user-rc authorized_keys option to disable execution of ~/.ssh/rcDamien Miller
2008-03-26Bomb out if we cannot read the input. This happens when selectTodd 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-26syncTheo de Raadt
2008-03-26plug a mem leak. the array of ports wasnt freed on detach.David Gwynne
2008-03-26HISTORY tweak; ok ottoJason McIntyre
2008-03-26add a couple missing devices; ok miodJason McIntyre
2008-03-26some readability fixes for DESCRIPTION;Jason McIntyre
2008-03-26no sense for devices to reference other (same type) devices;Jason McIntyre
requested by deraadt/miod help/ok miod
2008-03-26zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@Otto Moerbeek
2008-03-26Add DIOCRLDINFO support.Kenneth R Westerback
2008-03-25Add a bsd.xconf.mk glue file, to be included at the start of XenocaraMatthieu Herrb
makefiles. ok oga@.
2008-03-25last patch had backwards test; spotted by termim AT gmail.comDamien Miller
2008-03-25Make 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-25Add PVG and change wording of SHA.Mark Kettenis
2008-03-25be more explicit about the unit used for the f_b* fields; prompted byOtto Moerbeek
and ok djm@
2008-03-25ignore ~/.ssh/rc if a sshd_config ForceCommand is specified;Damien Miller
from dtucker@ ok deraadt@ djm@
2008-03-25section 3, Darrin ChandlerOtto Moerbeek
2008-03-24disable no-replace rename test now that we prefer a POSIX rename; spottedDamien Miller
by dkrause@
2008-03-24Make it possible to disable/enable pseudo devices in UKC, config file andMats O Jansson
at config -e. -moj ok deraadt@
2008-03-24add "sparc64" to .Dt;Jason McIntyre
2008-03-24Remove 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-24add it(4) at port 0x228, found on some motherboards.Oleg Safiullin
ok deraadt@
2008-03-24bye, bye recalloc. Bad interface for various reasons.Marc Espie
discussed with deraadt@ and otto@ and millert@
2008-03-24check for emptiness of SRCS, since make warns otherwise.Marc Espie
okay deraadt@
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo 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-24We were led astray (like many others before us) to believe thatTheo 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 toAntoine Jacoutot
use "0.0" for SHARED_LIBS version when importing a new port ok espie@
2008-03-24Correct the synopsis.Joel Sing
ok jasper@
2008-03-24remove dependency on recalloc()Todd C. Miller
2008-03-24Use correct cpuid on sun4v.Mark Kettenis
2008-03-24auvia(4) doesn't record properly, so don't claim full-duplexJacob Meuser
capabilities.
2008-03-248-bit has been emulated for some time now. quit lying.Jacob Meuser
2008-03-24syncTheo de Raadt
2008-03-24Change XXgetdisklabel() to the 'normal' four parameter model toKenneth R Westerback
prepare for adding missing DIOC* ioctl's. No functional change.
2008-03-23Add code to initialize CPUs on sun4v.Mark Kettenis
2008-03-23Remove two stray references to the departed -r argument to disklabel.Kenneth R Westerback
Pointed out by jmc@
2008-03-23Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename theMark 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-234.3 is fin; ok deraadtConstantine A. Murenin
2008-03-23Missing .El; spotted by jmc@Miod Vallat
2008-03-23typo; deraadtMiod Vallat
2008-03-23syncTheo de Raadt
2008-03-23tweak previous;Jason McIntyre
2008-03-23Not-functional-enough driver for the Sun Expert3D cards, put in tree as anMiod Vallat
incentive for further tinkering only; not for the faint of heart.