summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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-30KNF from niklas@. :)Hakan Olsson
2001-01-30enable uhci & ohci by defaultTheo 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-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-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-30do not install pcvt includes either; aaron@ okMichael Shalayeff
2001-01-30do not build pcvt toolsTheo 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-29Add ises, commented out.Hakan Olsson
2001-01-29Driver for the Pijnenburg PCC-ISES crypto chip. For now, it only generatesHakan Olsson
random data for the system entropy pool. No crypto yet.
2001-01-29syncjasoni
2001-01-29implement ftruncate64jasoni
2001-01-29Allow syscall aliasing to allow for multiple linux syscalls to be mappedjasoni
to the same native syscall. To quote Jaromir's NetBSD commit if the third argument in syscall.conf matches [a-z0-9_], use it as a function alias instead of the function name in { ... } - from NetBSD, deraadt@ ok.
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29new timeoutsMichael Shalayeff
2001-01-29cleanup rmx_mtu handling (no #ifdef INET6). from netbsd.Jun-ichiro itojun Hagino
(same change is in kame)
2001-01-29new timeouts; spacesMichael Shalayeff
2001-01-29regenMichael Shalayeff
2001-01-29even shorterMichael Shalayeff
2001-01-29consts, spacesMichael Shalayeff
2001-01-29fix isadma-less compile, new pnpdevs, space controlMichael Shalayeff
2001-01-29regenMichael Shalayeff
2001-01-29size reducage and constifyMichael Shalayeff
2001-01-29const match tableMichael Shalayeff
2001-01-29new timeouts; some constifying; space controlMichael Shalayeff
2001-01-29init the interface before interrupt establishment; and change to OpenBSD ↵Theo de Raadt
printing "rules"
2001-01-29grab rng stuff more often (now 6400bytes/sec)Jason Wright
document the other mcr2 operations and fix a printf (luckily it's never been called =)
2001-01-29bring sparc into the 20th century, add support for 'boot -c' (BOOT_CONFIG)Jason Wright
2001-01-29Prepend SCSI_ to some of the SCSI opcodes to aid in sharing code w/NetBSDConstantine Sapuntzakis
2001-01-29Pull in updates from NetBSD 1.49. Mostly support for a couple moreConstantine Sapuntzakis
quirky devices.
2001-01-29Fix bug where timeouts triggered too early, caused panic on ATAPI tapes.Niklas Hallqvist
Removed hardcoded WDCDEBUG definitions.
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-29shortenTheo de Raadt