Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-01 | mmap return paddr_t not int. | Dale Rahn | |
2001-02-01 | use ipaddr in channel messages, ietf-secsh wants this | Markus Friedl | |
2001-02-01 | grr, don't forget to change the reserved field to the upper 4 bits of the ↵ | Jason Wright | |
header. | |||
2001-02-01 | according to the draft-housley-etherip-01, the version is in the low order | Jason Wright | |
4 bits of the header | |||
2001-02-01 | adapt to wscons type changes. | Artur Grabowski | |
2001-02-01 | Adapt to recent wscons changes. | Artur Grabowski | |
2001-02-01 | pckbc_isa seems to have moved to files.isa | Artur Grabowski | |
2001-02-01 | Fix the wsmux_setmax() function. By the time wsmuxattach() runs (through hook | Aaron Campbell | |
in ioconf.c created by the wsmux pseudo-device), an input device may have already attached itself as a mux. We don't want to whack these pointers. Net result: the PS/2 mouse on my laptop is now properly mux'd. Right now I have my laptop's builtin keyboard and builtin mouse (ps/2), plus I have attached a separate USB keyboard and USB mouse. All four devices are accepting input at the same time. If I want to go mobile, I can unhook the USB devices and my builtin devices will still work without changing X settings. Very cool. | |||
2001-02-01 | Major changes to get MVME188 working. More header and code cleanups. The | Steve Murphree | |
kernel is tested on MVME188A/2P256 and MVME188A/1P64. | |||
2001-02-01 | Do not attempt to attach cards that have unsupported (i.e., non-5, non-3) | Aaron Campbell | |
voltages. Fixes the problem with those silly SCM Microsystems PCI-CardBus dock boards that are often shipped with Lucent WaveLAN cards. Thanks to drahn@openbsd.org for testing and dave@arbor.net for originally reporting the problem. | |||
2001-02-01 | Almost, but not quite, 3 years late... a man page for the led driver. | Jason Wright | |
2001-02-01 | ??? Bogons! How did this get broken? | Steve Murphree | |
2001-02-01 | - le attaches at pci these days, too | Jason Wright | |
- update supported models from i386.html | |||
2001-02-01 | s/SuperProbe/XF86Setup/ .. oops! | Todd T. Fries | |
s/8.0/8.3/ .. reflect update to X requirements for building. | |||
2001-02-01 | MAXLOGNAME defn changed | Theo de Raadt | |
2001-02-01 | packets received on gif's for local processing can't just fall down the | Jason Wright | |
stack, they have to be pushed; when calling ether_input(): 1 - unicast packets have the ifp of the matching interface 2 - bcast/mcast packets have the ifp of the first IFT_ETHER bridge member based on discussion with angelos. | |||
2001-02-01 | Ok, more alignment fallout (caused by a single byte header interspersed with | Jason Wright | |
nicely aligned headers)... Copy the first MHLEN worth of data into a new buffer and rebuild the mbuf to make sure that the protocol data is nicely aligned. | |||
2001-01-31 | No, MAXLOGNAME 32 is better, because mumble mumble blah blah blah | Theo de Raadt | |
2001-01-31 | Allocate shared memory via the bus_dmamem/bus_dmamap interface; makes le | Thorsten Lockert | |
interface work under VMware as an additional bonus. ok theo@ | |||
2001-01-31 | Dont write kernel if nothing has changed. ok @deraadt. -moj | Mats O Jansson | |
2001-01-31 | based on art's sparc patch: | Jason Wright | |
mmap should return -1 on failure, not EOPNOTSUPP. As it was now, an mmap of /dev/mem always returned page 45. | |||
2001-01-31 | errx() misuse; tomo@ns1.infinitedata.net | Theo de Raadt | |
2001-01-31 | KNF; tomo@ns1.infinitedata.net | Theo de Raadt | |
2001-01-31 | typo; tomo@ns1.infinitedata.net | Theo de Raadt | |
2001-01-31 | 32 character user names | Chris Cappuccio | |
2001-01-31 | Reflect changes in utmp.h | Chris Cappuccio | |
2001-01-31 | remove old infrastructure which is not used anymore. Ok'd by beck@ | Brad Smith | |
2001-01-31 | unused | Markus Friedl | |
2001-01-31 | do not disconnect if local port forwarding fails, e.g. if port is already in use | Markus Friedl | |
2001-01-31 | make aware of UT_NAMESIZE | Theo de Raadt | |
2001-01-31 | constrain to 8 character login prints, unless longer, for now | Theo de Raadt | |
2001-01-31 | fat utmp handling; truncate to 16 chars for now, until we decide how ugly | Theo de Raadt | |
we will accept. | |||
2001-01-31 | typo | Brad Smith | |
2001-01-31 | KNF | Theo de Raadt | |
2001-01-31 | ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE ↵ | Markus Friedl | |
messages; bug report from edmundo@rano.org | |||
2001-01-31 | more fat utmp; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-01-31 | more fat utmp; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt | |
2001-01-31 | OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@ | Aaron Campbell | |
2001-01-31 | mmap should return -1 on failure, not EOPNOTSUPP. | Artur Grabowski | |
As it was now, an mmap of /dev/mem always returned page 45. | |||
2001-01-31 | regen'd. | Marc Espie | |
Correct line numbers. Note that autoconf 2.13 is slightly different from the version originally used in binutils 2.10 (namely the mmap and alloca tests have been slightly modified, with no consequences for us... the changes are mostly for C++ compatibility). | |||
2001-01-31 | Spacing | Marc Espie | |
2001-01-31 | sync | Theo de Raadt | |
2001-01-31 | add kern.cp_time sysctl, to be used by various things | Theo de Raadt | |
2001-01-31 | still need pcvt files to build X, for now | Theo de Raadt | |
2001-01-31 | it's obviously bed time... really avoid mbuf lossage if MGETHDR fails | Jason Wright | |
2001-01-31 | oops, avoid mbuf lossage if MGETHDR fails | Jason Wright | |
2001-01-31 | Switch alpha to ELF. | Artur Grabowski | |
2001-01-31 | deconfuse include path. (XXX - this for my future hacks). | Artur Grabowski | |
2001-01-31 | resolve.c is unnecessary (and conflicts with the same file from | Artur Grabowski | |
libkrb. XXX - we really, really, really want to unify libroken between arla and krb4 (and krb5 in the future). |