summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-07Fix cursor unplot bug. pointer to cursor was not initialized, thus itDale S. Rahn
would unmap the cursor at y,y rather than the real position.
2000-09-07Fix base address of screen (obtained from openfirmware)Dale S. Rahn
Fill screen with background color.
2000-09-07Install manpage on powerpc also.Dale S. Rahn
2000-09-07install manpage for powerpc also.Dale S. Rahn
2000-09-07bogus comment policeTodd T. Fries
2000-09-07Use the vt100 console emulation, remove dumb just for space.Dale S. Rahn
2000-09-07wscons is used on powerpc also.Dale S. Rahn
2000-09-07wscons is used by powerpc also.Dale S. Rahn
2000-09-07Add device nodev for wsdisplay, wskbd, wsmouse as required by wsconctl.Dale S. Rahn
2000-09-07Remove redundant includesbrian
2000-09-06cardbus tooTheo de Raadt
2000-09-06user_config needs ifdef BOOT_CONFIG protection.Dale S. Rahn
2000-09-06Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2000-09-06catch misaligned access exception for user mode.Dale S. Rahn
wasn't here before because supposedly the processor would handle misaligned accesses itself.
2000-09-06Add usb keyboard. from NetBSD.Dale S. Rahn
2000-09-06Match Free/Net macros for le32toh/letoh32, define in terms of the other.Dale S. Rahn
2000-09-06Update to tzdata2000fTodd C. Miller
2000-09-06syncTheo de Raadt
2000-09-06Correct a typo; Dag-Erling Smorgrav <des@ofug.org>brian
2000-09-06take offset from hardware clock specified with 'option TIMEZONE=' andMatthieu Herrb
'option DST=' into account when initializing the clock. ok drahn@
2000-09-06When starting up sendmail in the background, redirect stderr toTodd C. Miller
/dev/null too. Otherwise, if there is a name resolution problem the rc files may finish before sendmail forks into a daemon and it will complain about EBADF on stderr (since init revoked it). From a discussion between Theo and myself.
2000-09-06much more meat, but objdump is still broken..Theo de Raadt
2000-09-06There is a Belkin F5U011, too. Same engine as the F5U111, apparently.Aaron Campbell
2000-09-06add mag tape ioctl emulation; from freebsd. Other cleanup.Eric Jackson
2000-09-06prototypeMarkus Friedl
2000-09-06it was ment to be -link1 before cut and paste had been executedMichael Shalayeff
2000-09-06Update to use vga console, USB keyboard, adb for reset/poweroff.Dale S. Rahn
2000-09-06Add device nodes for USB, move the console control from openfirmware to wscons.Dale S. Rahn
2000-09-06First cut at vga console support for PowerMac (USB keyboard)Dale S. Rahn
uses adb to reboot or power-off system. add support for various USB devices into device table, as well as some other missing devices.
2000-09-06Version with latest features. to be merged into GENERIC shortly.Dale S. Rahn
2000-09-06Remove _very_ old unused config files.Dale S. Rahn
2000-09-06Remove isa pieces, add vgafb as a powerpc specific device.Dale S. Rahn
2000-09-06Update README a bit, mostly remove old/incorrect information.Dale S. Rahn
State that the primary supported machines are the imac and G4 machines.
2000-09-06The ISA based systems are not currently supported. When or If they areDale S. Rahn
supported in the future, some of this code can be revived, or rewritten as appropriate. But since it not maintained and will likely not compile, there is little reason to keep it around for now.
2000-09-06Add header file for adb subsystem.Dale S. Rahn
2000-09-06Add machine specific vga framebuffer code. Probably should be machineDale S. Rahn
independant, but not now.
2000-09-06If the bridge is an MPC106 (Grackle) print it's revision.Dale S. Rahn
2000-09-06Add adb support, no devices attached to adb supported yet, but itDale S. Rahn
is used to power-off and reboot newer machines (that claim to not have adb).
2000-09-06boot message cleanup.Dale S. Rahn
2000-09-06vgafb is removed, was only used on powerpc, and is not in a state toDale S. Rahn
be an MI device. This old version was based on old wscons and will not build.
2000-09-06vgafb is removed, was only used on powerpc, and is not in a state toDale S. Rahn
be an MI device. This old version was based on old wscons and will not build.
2000-09-06vgafb is removed, was only used on powerpc, and is not in a state toDale S. Rahn
be an MI device. This old version was based on old wscons and will not build.
2000-09-06Add support for smaller font, default 23point font is too large for 800x600Dale S. Rahn
or 640x480 screen. Move font initialization into source file, rather than in header file. New font added, 8x16, derived from ic/font8x16.c If gallant font will give 80 or more columns, it is used, if not the 8x16 font is used.
2000-09-06Remove #ifdef/#endif around various bits of INQUIRY responseKenneth R Westerback
information. Left over from old attempt to fit adw with U3W on floppyxx.fs instead of floppyBxx.fs. Puts 'sdx at ...' msgs back at the start of their own lines so the drives can be found during (I)nstall or (U)pgrade!
2000-09-05various fixes to SACK and FACK from adesai@cisco.com, tomh@tomh.org andNiels Provos
osuga@mml.yrp.nttdocomo.co.jp
2000-09-05Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@Aaron Campbell
2000-09-05init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabledMichael Shalayeff
2000-09-05cleanupMarkus Friedl
2000-09-05enable ssh-add -d for DSA keysMarkus Friedl
2000-09-05Support detach of xl(4) devices, mainly to allow the ejection and insertion ofAaron Campbell
3Com575-based CardBus PC Cards; from nate@