Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-27 | generate fpic/fPIC static links, so that gdb works; espie | Theo de Raadt | |
2000-10-27 | From FreeBSD: | Aaron Campbell | |
Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicom chips. Do not set DC_TX_ONE. The DC_TX_USE_INTR flag causes dc_encap() to set the 'interrupt on TX completion' bit only once every 64 packets. This is an attempt to reduce the number of interrupts generated by the chip. You're supposed to get a 'no more TX buffers left' interrupt once you hit the last packet whether you ask for one or not, however it seems the Davicom chip doesn't generate this interrupt, or at least it doesn't generate it under the same circumstances. The result is that if you transmit n packets, where n is less than 64, and then wait 5 seconds, you'll get a watchdog timeout whether you want one or not. The DC_TX_INTR_ALWAYS causes dc_encap() to request an interrupt for every frame. | |||
2000-10-27 | sync | Theo de Raadt | |
2000-10-27 | Put dc(4) cardbus attachment on floppyC, too. | Aaron Campbell | |
2000-10-27 | The IBM EtherJet 10/100 CardBus card works; jason@ | Aaron Campbell | |
2000-10-27 | Default to building at -O0 on vax until gcc problems can be worked out. | Hugh Graham | |
Hopefully only the short-term fix. | |||
2000-10-27 | sync | Aaron Campbell | |
2000-10-27 | shorten | Aaron Campbell | |
2000-10-27 | deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com | Markus Friedl | |
2000-10-27 | enable non-blocking IO on channels, and tty's (except for the client ttys). | Markus Friedl | |
2000-10-27 | after seeding from the host.random file, immediately reset the seed file, so | Theo de Raadt | |
that if a shutdown-less reboot occurs, the next re-seed is not a repeat | |||
2000-10-27 | and angry dwarfs came on to me | Michael Shalayeff | |
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff | |
from gluk@ptci.ru; deraadt@ and niklas@ ok | |||
2000-10-26 | Remove the notion of "Copybuffer ownership" now that copybuffer contents are | Aaron Campbell | |
always cleared on logout; from Jean-Baptiste.Marchand@epita.fr. | |||
2000-10-26 | Add support for ADMtek AN985 Centaur-C CardBus Ethernet interfaces. Thanks for | Aaron Campbell | |
ADMtek for sending me a couple demo boards. | |||
2000-10-26 | Merge with EOM 1.45 | Niklas Hallqvist | |
author: niklas fgetc returns int not char; Boris Prochazka <boris@stargate.ipunplugged.com> | |||
2000-10-26 | Merge with EOM 1.10 | Niklas Hallqvist | |
author: niklas getopt returns int not char; Boris Prochazka <boris@stargate.ipunplugged.com> | |||
2000-10-26 | sync | Theo de Raadt | |
2000-10-26 | shorten lots | Theo de Raadt | |
2000-10-26 | put back the motd gets modified message; pjanzen | Theo de Raadt | |
2000-10-26 | sync | Aaron Campbell | |
2000-10-26 | Add ADMtek AN985 CardBus. | Aaron Campbell | |
2000-10-26 | match via82c586 also on other apollo chipsets, such as VT82C585, VT82C596A, ↵ | Michael Shalayeff | |
VT82C686A; after pondering in linux code; krw@ testing; deraadt@ ok | |||
2000-10-26 | Note support for Xircom X3201-based CardBus Ethernet. | Aaron Campbell | |
2000-10-26 | fix bpf; diagnosed by fgs | Theo de Raadt | |
2000-10-26 | Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully | Aaron Campbell | |
on four different models, including the CBEM56G-100, RBE-100 RealPort, and the RBEM56G-100 RealPort. This commit adds support only for the LAN components; the modem is not configured yet. Detach support to come. Based on work from FreeBSD, mickey@, nate@, and myself. | |||
2000-10-26 | Close pr1295 - Only a DHCPNAK bootreply should have a yiaddr of 0.0.0.0, | Bob Beck | |
this makes sure we ignore bootreplies that aren't NAK's which have a 0 yiaddr. | |||
2000-10-26 | add older vandyke products | Markus Friedl | |
2000-10-26 | update and fix ipsecadm usage example | Jason Wright | |
2000-10-26 | Fix some grammar issues; jcs@rt.fm. Make a few other improvements while we're | Aaron Campbell | |
here. Closes PR/1475. | |||
2000-10-26 | sync | Theo de Raadt | |
2000-10-26 | a 3Dlabs card | Theo de Raadt | |
2000-10-26 | Update and a few cleanups, aaron@ ok | Miod Vallat | |
2000-10-26 | Verwenden Sie ein Beispiel, das besser für Geschmack der OpenBSD-Entwickler | Aaron Campbell | |
in der Musik entsprochen wird. | |||
2000-10-26 | Support for Rio600 players was added awhile ago, but the man page was never | Aaron Campbell | |
updated; bad jakob@ | |||
2000-10-26 | sync | Theo de Raadt | |
2000-10-26 | Add sun3 md manpages | Miod Vallat | |
2000-10-26 | Enable sun3 md manpages | Miod Vallat | |
2000-10-26 | shadow the dmaier to avoid an additional pci read in the interrupt path | Jason Wright | |
if mastering isn't enabled, scream document netsec rev A workaround | |||
2000-10-26 | Some share/man fleshing. | Aaron Campbell | |
2000-10-26 | delete absolutely ridiculous crap | Theo de Raadt | |
2000-10-25 | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | Theo de Raadt | |
2000-10-25 | Do not null deref in the IPSEC+PMTU case; provos@ ok. Thanks to | Aaron Campbell | |
andrews@crt.se for testing. | |||
2000-10-25 | silence the "no multicast" warning for IFT_ENC, too | Jason Wright | |
deraadt ok | |||
2000-10-25 | mark swap16() and swap32() with __extension__; guenther@gac.edu | Theo de Raadt | |
2000-10-25 | put back using bios_pciinfo, we will rework it later on | Michael Shalayeff | |
2000-10-25 | typo; deraadt ok | Jason Wright | |
2000-10-25 | some people may say that i suck | Michael Shalayeff | |
2000-10-25 | add pciprobe back into /boot. | Michael Shalayeff | |
it appears there are machines only equipped w/ real-mode pci bios. int time, we will benefit from this the other way around, -- we'll elliminate pci bios _calls_ in kernel instead. | |||
2000-10-25 | Wrap PCVT mouse operations in spltty(); deraadt@ ok | Aaron Campbell | |