summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-30AboCom URE450Theo de Raadt
2001-01-30Supply an always safe path to configureNiklas Hallqvist
2001-01-30Forgotten version number updateNiklas Hallqvist
2001-01-30wskbd(8) -> wskbd(4); TDeval@PrimeOBJ.COMAaron Campbell
2001-01-30Rearrange into a more logical order; marc@snafu.orgAaron Campbell
2001-01-30Pass the correct MUX type to wsmux_attach_sc().Aaron Campbell
2001-01-30- Add some checks for (sc != NULL). Missed by me previously. Fixes boot -c.Aaron Campbell
- Remove static.
2001-01-30Improve printing of various NVAX models. Similar to work by Michael Kukat.Hugh Graham
2001-01-30Update with SIE data provided by:Hugh Graham
Michael Kukat, Martin Domany, and Mark Cooper
2001-01-30Get DZ on the Cheetah working properly. (argh)Hugh Graham
2001-01-30Crank WSDISPLAY_DEFAULTSCREENS=6 to be more like pcvt (and so xdm starts).Aaron Campbell
2001-01-30kill moused for now.Marc Espie
2001-01-30ip_compat.h to ip_fil_compat.h. missed this one. sorryKjell Wooding
2001-01-30KNF from niklas@. :)Hakan Olsson
2001-01-30enable uhci & ohci by defaultTheo de Raadt
2001-01-30move console ttys around. serial becomes tty0?, console ttyC?Theo de Raadt
2001-01-30check for invalid [.max] fieldsTheo de Raadt
2001-01-30- make hme_put() a little neaterJason Wright
- mostly style
2001-01-30- take advantage of the fact that qe's and be's require qec's and moveJason Wright
some common functionality into qec's driver (rx and tx frame fetching) - avoid modulus operations - some style
2001-01-30Change /dev/ttyE* to /dev/ttyC* to reflect reality in OpenBSD.Aaron Campbell
2001-01-30WSMOUSEDEVCF_MUX_DEFAULT -> WSKBDDEVCF_MUX_DEFAULT, although this didn'tAaron Campbell
matter much since they are the same value, but confusing nonetheless.
2001-01-30borrow an idea from if_rl... take advantage of HME_RX_OFFSET and useJason Wright
m_devget() to pull the packet out of hme's buffers
2001-01-30reimplement whacked changes. ip_compat.h to ip_fil_compat.hKjell Wooding
2001-01-30reimplement whacked ipmon changeKjell Wooding
2001-01-30ip_compat.h to ip_fil_compat.hKjell Wooding
2001-01-30reimplement whacked ipfstat changesKjell Wooding
2001-01-30reimplement whacked ipnat changesKjell Wooding
2001-01-30reimplement local ipf mods and import some missed patchesKjell Wooding
2001-01-30re-add local ipf changes that were whacked in the 3.4.16 merge. userland to ↵Kjell Wooding
follow
2001-01-30change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf mergeKjell Wooding
2001-01-30new timeoutsJason Wright
2001-01-30Ignore PIOMODE(0x4) errorsConstantine Sapuntzakis
2001-01-30Missed this file in adding ADB keyboard and mouse files for powerpc.Dale Rahn
2001-01-30support/make ttyEcfg for powerpc, wscons config node.Dale Rahn
2001-01-30do not install pcvt includes either; aaron@ okMichael Shalayeff
2001-01-30sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@Brad Smith
2001-01-30do not build pcvt toolsTheo de Raadt
2001-01-30install wscons utils manpages into i386 subdir as wellMichael Shalayeff
2001-01-30Build these userland wscons utilities on i386.Aaron Campbell
2001-01-30switch to wsconsTheo de Raadt
2001-01-30syncTheo de Raadt
2001-01-30change config files over to wsconsTheo de Raadt
2001-01-30Support for the wscons machine-independent console driver on the i386. ToAaron Campbell
become default in a few moments once deraadt commits new kernel config files. IMPORTANT NOTE: A few important pieces are still required to be worked out over the next few days. Users (and developers) relying on X should probably stay away from -current until further notice. This should not take long, but here is your first heads up. If you decide to upgrade your kernel anyway, be sure to update your /etc/ttys file to use vt100 instead of vt220. The rest of the fallout from this should be minor.
2001-01-29Generate less random data. Suggested by mickey@.Hakan Olsson
2001-01-29three floppies, and a bsd.rd for the CDTheo de Raadt
2001-01-29mark signal racesTheo de Raadt
2001-01-29do not _exit() in fork()'d childTheo de Raadt
2001-01-29do not exit(-1)Theo de Raadt
2001-01-29handle rsa_private_decrypt failures; helps against the Bleichenbacher pkcs#1 ↵Markus Friedl
attack
2001-01-29Fix mdoc botch; markus@Aaron Campbell