Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-08 | make cvs_init_create_files() return type void; ok joris@. | Xavier Santolaria | |
2006-01-08 | Drop native MacOS support from the adb direct code, and skip callback | Miod Vallat | |
wrappers used to convert between MacOS pascal calling convention and the C calling convention, unless option MRG_ADB. No functional change. | |||
2006-01-08 | Big-endian fix here too. | Miod Vallat | |
2006-01-08 | Display 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-08 | Advertize color on non-indexed modes, and swap blue and red at 16bpp (might be | Miod Vallat | |
necessary at 24 and 32bpp as well). | |||
2006-01-08 | Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp. | Miod Vallat | |
2006-01-08 | Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values. | Miod Vallat | |
2006-01-08 | Switch macfb from an rcons backend to a rasops backend; supposedly restores | Miod 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-08 | Oops, don't forget to initialize the raw repeat timeout; lost while cleaning. | Miod Vallat | |
2006-01-08 | Correctly initialize ri_devcmap at 4bpp. | Miod Vallat | |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller | |
2006-01-08 | regen | Damien Bergamini | |
2006-01-08 | more Ralink Technology PCI ids. | Damien Bergamini | |
2006-01-08 | i cant spell my own name. | David Gwynne | |
noticed by miod@ | |||
2006-01-08 | sync | Theo de Raadt | |
2006-01-08 | Fix the handling of negative hexadecimal numbers in integer formats. | Todd C. Miller | |
From NetBSD. | |||
2006-01-08 | sync | Theo de Raadt | |
2006-01-08 | LinkSys->Linksys | Jolan Luff | |
2006-01-08 | make the description of the first example a little more informative; | Jason McIntyre | |
2006-01-08 | LinkSys -> Linksys; | Jason McIntyre | |
from jolan | |||
2006-01-07 | mention the 6i and remove bio stuff as there is no bio support | Brad Smith | |
in this driver at the moment. From Srebrenko Sehic <ssehic at armorlogic dot com> | |||
2006-01-07 | Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line for | Miod Vallat | |
``serial boot echo''. | |||
2006-01-07 | more tweaks; ok grange | Jason McIntyre | |
2006-01-07 | improve 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-07 | expand the section on ssh tunnelling machanisms; | Jason McIntyre | |
from michael knudsen | |||
2006-01-07 | kill trailing whitespace; | Jason McIntyre | |
2006-01-07 | tweak; | Jason McIntyre | |
2006-01-07 | tweaks; | Jason McIntyre | |
2006-01-07 | Add COMMUNITY_NO_PEER to the list of known wellknown communities else it | Claudio Jeker | |
is not possible to use NO_PEER as community in the config. | |||
2006-01-07 | Remove #ifdef'ed out prototypes for previously removed #ifdef'ed out code. | Mark Kettenis | |
2006-01-07 | remove description of MODGNU_SHARED_LIBS, explain that SHARED_LIBS + | Marc Espie | |
USE_LIBTOOL should be enough for libtool-using port. | |||
2006-01-07 | Add hpet(4) man page. | Alexander Yurchenko | |
2006-01-07 | I'm really bored: acpi(4) and acpitimer(4) man pages... | Alexander Yurchenko | |
2006-01-07 | p_dupfd need only be -1, nothing else. but this is nothing like what aaron ↵ | Theo de Raadt | |
has coming... | |||
2006-01-07 | Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386 | Aaron 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-06 | document which iic bus masters on which architectures | Theo de Raadt | |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller | |
2006-01-06 | Don'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-06 | Add missing rcsid | Todd C. Miller | |
2006-01-06 | sync | Theo de Raadt | |
2006-01-06 | Include <sys/types.h> and don't define away __size_t | Todd C. Miller | |
Based on existing bits for FreeBSD 5 | |||
2006-01-06 | Add real C99 stdint.h and inttypes.h based on an initial version I did in | Todd C. Miller | |
1997 (yes, really). | |||
2006-01-06 | Adapt 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-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2006-01-06 | typo fix from ray lai; | Jason McIntyre | |
ok deraadt | |||
2006-01-06 | mark up fix; | Jason McIntyre | |
2006-01-06 | restructure the section on cvs sub-commands: make each command | Jason 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-06 | ingore local update of newly added files. this fixes some possible | Reyk Floeter | |
NULL pointer conditions and also removes some obsolete extra checks. ok joris@ | |||
2006-01-06 | uninitialized pointer could confuse the cleanup check | Reyk Floeter | |
ok joris@ | |||
2006-01-06 | Two helper macros for setting SLP_TYPx values. | Alexander Yurchenko | |