summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-27syncAaron Campbell
2000-10-27shortenAaron Campbell
2000-10-27deny agent/x11 forwarding unless requested; thanks to jwl@pobox.comMarkus Friedl
2000-10-27enable non-blocking IO on channels, and tty's (except for the client ttys).Markus Friedl
2000-10-27after seeding from the host.random file, immediately reset the seed file, soTheo de Raadt
that if a shutdown-less reboot occurs, the next re-seed is not a repeat
2000-10-27and angry dwarfs came on to meMichael Shalayeff
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
from gluk@ptci.ru; deraadt@ and niklas@ ok
2000-10-26Remove the notion of "Copybuffer ownership" now that copybuffer contents areAaron Campbell
always cleared on logout; from Jean-Baptiste.Marchand@epita.fr.
2000-10-26Add support for ADMtek AN985 Centaur-C CardBus Ethernet interfaces. Thanks forAaron Campbell
ADMtek for sending me a couple demo boards.
2000-10-26Merge with EOM 1.45Niklas Hallqvist
author: niklas fgetc returns int not char; Boris Prochazka <boris@stargate.ipunplugged.com>
2000-10-26Merge with EOM 1.10Niklas Hallqvist
author: niklas getopt returns int not char; Boris Prochazka <boris@stargate.ipunplugged.com>
2000-10-26syncTheo de Raadt
2000-10-26shorten lotsTheo de Raadt
2000-10-26put back the motd gets modified message; pjanzenTheo de Raadt
2000-10-26syncAaron Campbell
2000-10-26Add ADMtek AN985 CardBus.Aaron Campbell
2000-10-26match via82c586 also on other apollo chipsets, such as VT82C585, VT82C596A, ↵Michael Shalayeff
VT82C686A; after pondering in linux code; krw@ testing; deraadt@ ok
2000-10-26Note support for Xircom X3201-based CardBus Ethernet.Aaron Campbell
2000-10-26fix bpf; diagnosed by fgsTheo de Raadt
2000-10-26Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfullyAaron 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-26Close 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-26add older vandyke productsMarkus Friedl
2000-10-26update and fix ipsecadm usage exampleJason Wright
2000-10-26Fix some grammar issues; jcs@rt.fm. Make a few other improvements while we'reAaron Campbell
here. Closes PR/1475.
2000-10-26syncTheo de Raadt
2000-10-26a 3Dlabs cardTheo de Raadt
2000-10-26Update and a few cleanups, aaron@ okMiod Vallat
2000-10-26Verwenden Sie ein Beispiel, das besser für Geschmack der OpenBSD-EntwicklerAaron Campbell
in der Musik entsprochen wird.
2000-10-26Support for Rio600 players was added awhile ago, but the man page was neverAaron Campbell
updated; bad jakob@
2000-10-26syncTheo de Raadt
2000-10-26Add sun3 md manpagesMiod Vallat
2000-10-26Enable sun3 md manpagesMiod Vallat
2000-10-26shadow the dmaier to avoid an additional pci read in the interrupt pathJason Wright
if mastering isn't enabled, scream document netsec rev A workaround
2000-10-26Some share/man fleshing.Aaron Campbell
2000-10-26delete absolutely ridiculous crapTheo de Raadt
2000-10-25various savecore/kvm fixes; gluk@ptci.ru, PR#1461Theo de Raadt
2000-10-25Do not null deref in the IPSEC+PMTU case; provos@ ok. Thanks toAaron Campbell
andrews@crt.se for testing.
2000-10-25silence the "no multicast" warning for IFT_ENC, tooJason Wright
deraadt ok
2000-10-25mark swap16() and swap32() with __extension__; guenther@gac.eduTheo de Raadt
2000-10-25put back using bios_pciinfo, we will rework it later onMichael Shalayeff
2000-10-25typo; deraadt okJason Wright
2000-10-25some people may say that i suckMichael Shalayeff
2000-10-25add 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-25Wrap PCVT mouse operations in spltty(); deraadt@ okAaron Campbell
2000-10-25i386's interrupt counters are u_long, adjust printf formats.Michael Shalayeff
use err/errx instead of fprintf+exit. deraadt@ ok
2000-10-25DBM_READONLY -> DBM_RDONLY; dugsong@Aaron Campbell
2000-10-25In stty line enable ^T (status) as well.Todd C. Miller
2000-10-25Don't incorrectly document splserial() as spltty().Aaron Campbell
2000-10-25Clarify; gluk@ptci.ruAaron Campbell
2000-10-25Various fixes; from gluk@ptci.ruAaron Campbell