summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-09Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
code. No functional change.
2006-01-09skip the darn cereal devices, which i think are just markers for the host ↵Theo de Raadt
chip i think
2006-01-09fix a panic in the locking stuff that was caused by a pasto. found byDavid Gwynne
Johan M:son Lindman.
2006-01-09Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeatedKenneth R Westerback
manual calculation. No functional change.
2006-01-08Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG;Miod Vallat
no functional change. From Ray Lai.
2006-01-08Fix one more uninitialized variable scenario; from Ray Lai.Miod Vallat
2006-01-08Make sure we can exit from a loop in v_key_init() regardless of the localeMiod Vallat
we're in; from Ray Lai.
2006-01-08Appease gcc 3 and the C gods by fixing a couple of undefined statements;Miod Vallat
from Ray Lai.
2006-01-08Explicit braces around macro fields and logical operations, gets rid of 148Miod Vallat
warnings, no functional change. From Ray Lai.
2006-01-08Remove unused grf_softc members; do not keep temporary data in grf_softcMiod Vallat
either, instead keep it on the stack or directly in attachment structures. No functional change.
2006-01-08regenBrad Smith
2006-01-08add a third ATI RS480 PCI Express bridge.Brad Smith
2006-01-08regenBrad Smith
2006-01-08add another ATI RS480 PCI Express bridgeBrad Smith
2006-01-08Don't provide bass and treble mixer controls if the underlying hardware doesn'tMark Kettenis
provide these. Put them in the outputs class. ok joris@
2006-01-08Allow @value in @include. Backported from texinfo 3.8.Mark Kettenis
ok deraadt@, krw@
2006-01-08make cvs_init_create_files() return type void; ok joris@.Xavier Santolaria
2006-01-08Drop native MacOS support from the adb direct code, and skip callbackMiod Vallat
wrappers used to convert between MacOS pascal calling convention and the C calling convention, unless option MRG_ADB. No functional change.
2006-01-08Big-endian fix here too.Miod Vallat
2006-01-08Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;Miod Vallat
while there, make the detailed descriptions dependent on ADBVERBOSE (enabled in GENERIC) instead of DIAGNOSTIC.
2006-01-08Advertize color on non-indexed modes, and swap blue and red at 16bpp (might beMiod Vallat
necessary at 24 and 32bpp as well).
2006-01-08Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp.Miod Vallat
2006-01-08Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values.Miod Vallat
2006-01-08Switch macfb from an rcons backend to a rasops backend; supposedly restoresMiod Vallat
all pixel depth operation, but there are still font display problems at 4bpp and 16bpp at the moment; also make sure the display is white on black, whichever colour depth we are in.
2006-01-08Oops, don't forget to initialize the raw repeat timeout; lost while cleaning.Miod Vallat
2006-01-08Correctly initialize ri_devcmap at 4bpp.Miod Vallat
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-08regenDamien Bergamini
2006-01-08more Ralink Technology PCI ids.Damien Bergamini
2006-01-08i cant spell my own name.David Gwynne
noticed by miod@
2006-01-08syncTheo de Raadt
2006-01-08Fix the handling of negative hexadecimal numbers in integer formats.Todd C. Miller
From NetBSD.
2006-01-08syncTheo de Raadt
2006-01-08LinkSys->LinksysJolan Luff
2006-01-08make the description of the first example a little more informative;Jason McIntyre
2006-01-08LinkSys -> Linksys;Jason McIntyre
from jolan
2006-01-07mention the 6i and remove bio stuff as there is no bio supportBrad Smith
in this driver at the moment. From Srebrenko Sehic <ssehic at armorlogic dot com>
2006-01-07Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line forMiod Vallat
``serial boot echo''.
2006-01-07more tweaks; ok grangeJason McIntyre
2006-01-07improve the RETURN VALUES section;Jason McIntyre
for such a small diff, this one was hard work... based on a diff from ray lai; blood, sweat, and tears (and ok) kettenis
2006-01-07expand the section on ssh tunnelling machanisms;Jason McIntyre
from michael knudsen
2006-01-07kill trailing whitespace;Jason McIntyre
2006-01-07tweak;Jason McIntyre
2006-01-07tweaks;Jason McIntyre
2006-01-07Add COMMUNITY_NO_PEER to the list of known wellknown communities else itClaudio Jeker
is not possible to use NO_PEER as community in the config.
2006-01-07Remove #ifdef'ed out prototypes for previously removed #ifdef'ed out code.Mark Kettenis
2006-01-07remove description of MODGNU_SHARED_LIBS, explain that SHARED_LIBS +Marc Espie
USE_LIBTOOL should be enough for libtool-using port.
2006-01-07Add hpet(4) man page.Alexander Yurchenko
2006-01-07I'm really bored: acpi(4) and acpitimer(4) man pages...Alexander Yurchenko
2006-01-07p_dupfd need only be -1, nothing else. but this is nothing like what aaron ↵Theo de Raadt
has coming...