Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-30 | Pass 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-30 | Improve printing of various NVAX models. Similar to work by Michael Kukat. | Hugh Graham | |
2001-01-30 | Update with SIE data provided by: | Hugh Graham | |
Michael Kukat, Martin Domany, and Mark Cooper | |||
2001-01-30 | Get DZ on the Cheetah working properly. (argh) | Hugh Graham | |
2001-01-30 | Crank WSDISPLAY_DEFAULTSCREENS=6 to be more like pcvt (and so xdm starts). | Aaron Campbell | |
2001-01-30 | KNF from niklas@. :) | Hakan Olsson | |
2001-01-30 | enable uhci & ohci by default | Theo de Raadt | |
2001-01-30 | - make hme_put() a little neater | Jason Wright | |
- mostly style | |||
2001-01-30 | - take advantage of the fact that qe's and be's require qec's and move | Jason Wright | |
some common functionality into qec's driver (rx and tx frame fetching) - avoid modulus operations - some style | |||
2001-01-30 | WSMOUSEDEVCF_MUX_DEFAULT -> WSKBDDEVCF_MUX_DEFAULT, although this didn't | Aaron Campbell | |
matter much since they are the same value, but confusing nonetheless. | |||
2001-01-30 | borrow an idea from if_rl... take advantage of HME_RX_OFFSET and use | Jason Wright | |
m_devget() to pull the packet out of hme's buffers | |||
2001-01-30 | re-add local ipf changes that were whacked in the 3.4.16 merge. userland to ↵ | Kjell Wooding | |
follow | |||
2001-01-30 | change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf merge | Kjell Wooding | |
2001-01-30 | new timeouts | Jason Wright | |
2001-01-30 | Ignore PIOMODE(0x4) errors | Constantine Sapuntzakis | |
2001-01-30 | Missed this file in adding ADB keyboard and mouse files for powerpc. | Dale Rahn | |
2001-01-30 | do not install pcvt includes either; aaron@ ok | Michael Shalayeff | |
2001-01-30 | do not build pcvt tools | Theo de Raadt | |
2001-01-30 | change config files over to wscons | Theo de Raadt | |
2001-01-30 | Support for the wscons machine-independent console driver on the i386. To | Aaron 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-29 | Generate less random data. Suggested by mickey@. | Hakan Olsson | |
2001-01-29 | Add ises, commented out. | Hakan Olsson | |
2001-01-29 | Driver for the Pijnenburg PCC-ISES crypto chip. For now, it only generates | Hakan Olsson | |
random data for the system entropy pool. No crypto yet. | |||
2001-01-29 | sync | jasoni | |
2001-01-29 | implement ftruncate64 | jasoni | |
2001-01-29 | Allow syscall aliasing to allow for multiple linux syscalls to be mapped | jasoni | |
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-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | new timeouts | Michael Shalayeff | |
2001-01-29 | cleanup rmx_mtu handling (no #ifdef INET6). from netbsd. | Jun-ichiro itojun Hagino | |
(same change is in kame) | |||
2001-01-29 | new timeouts; spaces | Michael Shalayeff | |
2001-01-29 | regen | Michael Shalayeff | |
2001-01-29 | even shorter | Michael Shalayeff | |
2001-01-29 | consts, spaces | Michael Shalayeff | |
2001-01-29 | fix isadma-less compile, new pnpdevs, space control | Michael Shalayeff | |
2001-01-29 | regen | Michael Shalayeff | |
2001-01-29 | size reducage and constify | Michael Shalayeff | |
2001-01-29 | const match table | Michael Shalayeff | |
2001-01-29 | new timeouts; some constifying; space control | Michael Shalayeff | |
2001-01-29 | init the interface before interrupt establishment; and change to OpenBSD ↵ | Theo de Raadt | |
printing "rules" | |||
2001-01-29 | grab 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-29 | bring sparc into the 20th century, add support for 'boot -c' (BOOT_CONFIG) | Jason Wright | |
2001-01-29 | Prepend SCSI_ to some of the SCSI opcodes to aid in sharing code w/NetBSD | Constantine Sapuntzakis | |
2001-01-29 | Pull in updates from NetBSD 1.49. Mostly support for a couple more | Constantine Sapuntzakis | |
quirky devices. | |||
2001-01-29 | Fix 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-29 | shorten | Theo de Raadt | |