summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29shortenTheo de Raadt
2001-01-29Only remove socket files with ``set server open''.brian
Only show the mask in ``show bundle'' when it's been specified. Complain about unexpected arguments after ``set server {none,open,closed}'' Log re-open failures as warnings rather than phase messages. Fix some markup for the ``set server'' man page description.
2001-01-29Include <nl_types.h>. Conforms to SUSv2, mirrors NetBSD. ok deraadt@Christian Weisgerber
2001-01-29force DESTDIR here, tooTheo de Raadt
2001-01-29make depend again; i noticed this yesterday too, it used to but was disabled ↵Theo de Raadt
for some reason, i forget why; gwes@oat.com
2001-01-29talk about random.4Theo de Raadt
2001-01-29Add recently added files to the list.Aaron Campbell
2001-01-29Add a transient driver for the Y@P phone that downloads firmware intoAaron Campbell
the EZ-USB chip. After downloading the firmware the device detaches and then reattaches as a composite device (audio + HID). From NetBSD. /* XXX - untested */ Commented out in GENERIC for now, since this sounds like a kind of rare and weird device that no one would have. But it might be useful to have an example driver like this in the tree in case we see more (important) USB devices in the future using the EZ-USB.
2001-01-29- add infrastructure for dealing with the key generator (MCR2)Jason Wright
- add support for the onboard rng using that structure - add a interrupt status mask (differs for 5501 and 5601) - reorganize slightly to take into account that MCR1 isn't the only reason for interrupts.
2001-01-29Add ezload, subroutines for downloading firmware into Cypress (formerlyAaron Campbell
Anchor) EZ-USB chips. From NetBSD. /* XXX - untested */
2001-01-29Ignore leading witespace in the string given to PacketAliasProxyRule().brian
2001-01-29Add wdc_print_current_modes to print current transfer modes set on theConstantine Sapuntzakis
devices. Print after attach in wdc_isa, wdc_isapnp, wdc_pcmcia. pciide_print_modes rewritten to use wdc_print_current_modes. Disable wdc_print_caps since it's not as useful. Inspired by NetBSD. Thanks to Dale and Theo for pointing out this improvement.
2001-01-29implement a few macros in cpu.h; pointer out by miod@Michael Shalayeff
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-28replace canadish w/ englishMichael Shalayeff
2001-01-28prettyTheo de Raadt
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-28replace russlish with english; btw, are some of the descriptions of the bits ↵Theo de Raadt
backwards?
2001-01-28spelling. use sizeof vs. strlen(). ok markus@Kevin Steves
2001-01-28Add USSCANNER_DEBUG defines.Aaron Campbell
2001-01-28Don't pass a buffer with leading spaces to PacketAliasProxyRule()brian
2001-01-28Fix callout/timeout difference that did not quite get merged correctly.Dale Rahn
Uses were correct, just definition did not get moved appropriately.
2001-01-28more new shiny flags for your pleasure, Xr autoconfMichael Shalayeff
2001-01-28use size_t for strlen() return. ok markus@Kevin Steves
2001-01-28spelling. ok markus@Kevin Steves
2001-01-28``StrictHostKeyChecking ask'' documentation and small cleanup.Kevin Steves
ok markus@
2001-01-28add a comment on how to verbosify pcibiosMichael Shalayeff
2001-01-28PCIBIOSVERBOSE no moreMichael Shalayeff
2001-01-28better messageMichael Shalayeff
2001-01-28Support ADB bus devices: aed (events), akbd (keyboard) and ams (mouse)Dale Rahn
in generic kernel.
2001-01-28Adding ADB keyboard/mouse/apple event drivers. From Nbsd with changes to build.Dale Rahn
aed configures on newer systems. akbd and ams not tested on system which has a real ADB bus.
2001-01-28machdep.apmhalt docu goes here (and soon in apm.8).Marco S Hyman
Someone with better english skills than mine may want to edit the wording.
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-28remove i386 md note per Theo's requestMarco S Hyman
2001-01-28remove i386 md note per Theo's requestMarco S Hyman
2001-01-28remove i386 md note per Theo's requestMarco S Hyman
2001-01-28gigabit -> GigabitAaron Campbell
2001-01-28mdoc -compact'ify list of supported cards.Aaron Campbell
2001-01-28Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD.Aaron Campbell
/* XXX - untested */ Note: just reminding myself that I need to create a nice diff for Lennart to further portablize the USB code (I fell behind in doing this). In particular, for this driver, the IF_INPUT() macro just does ether_input() in OpenBSD, but we really want to call the local upl_input() routine.
2001-01-28Add driver for HP5300 scanner which uses a homebrew SCSI-over-USB protocol.Aaron Campbell
From NetBSD. /* XXX - untested */
2001-01-28Missing copyrightMarc Espie
2001-01-28syncTheo de Raadt
2001-01-28remove -Q, no longer neededMarkus Friedl