summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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...
2006-01-07Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386Aaron Campbell
to see; page fault trap in linux_elf_probe (char *itp is being passed as NULL and then "if (itp[0])" attempts to dereference it). deraadt@ "trash it asap"
2006-01-06document which iic bus masters on which architecturesTheo de Raadt
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Don't add the same function twice when ordering the functions of a PCI device.Mark Kettenis
Prevents alipm(4) attaching twice on Blade-100. ok deraadt@
2006-01-06Add missing rcsidTodd C. Miller
2006-01-06syncTheo de Raadt
2006-01-06Include <sys/types.h> and don't define away __size_tTodd C. Miller
Based on existing bits for FreeBSD 5
2006-01-06Add real C99 stdint.h and inttypes.h based on an initial version I did inTodd C. Miller
1997 (yes, really).
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD.
2006-01-06typo fix from ray lai;Jason McIntyre
ok deraadt
2006-01-06mark up fix;Jason McIntyre
2006-01-06restructure the section on cvs sub-commands: make each commandJason McIntyre
a sub-section, and put the command usage in an indented display; this removes the problem of line split on complicated usage, and makes the usage itself much easier to maintain (no mark up to worry about). page looks nicer too ;) ok joris xsa
2006-01-06ingore local update of newly added files. this fixes some possibleReyk Floeter
NULL pointer conditions and also removes some obsolete extra checks. ok joris@
2006-01-06uninitialized pointer could confuse the cleanup checkReyk Floeter
ok joris@
2006-01-06Two helper macros for setting SLP_TYPx values.Alexander Yurchenko