summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-31rename pcibios.h to pcibiosvar.hTheo de Raadt
2000-10-31Trim the fat, needs testing.Todd C. Miller
2000-10-31Make space by removing hostname (just use /kern), slip, and ppp.Todd C. Miller
2000-10-31some buffer care; jakobTheo de Raadt
2000-10-31so that large packets do not wrap "n"; from netbsdMarkus Friedl
2000-10-31handle all old openssh versionsMarkus Friedl
2000-10-31ramdisk support for vax.Hugh Graham
2000-10-30Fix up this man page considerably.Aaron Campbell
2000-10-30src not unpacked on CD-ROM anymoreTheo de Raadt
2000-10-30packages, not ports. Ok'd deraadt@, aaron@Marc Espie
2000-10-30Match the Macronix 98727/98732 chips.Aaron Campbell
2000-10-30syncAaron Campbell
2000-10-30Macronix 98727/98732Aaron Campbell
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-10-30Use mkstemp(3) for here document (<<) temporary files instead of $$Todd C. Miller
Problem noted by proton@ENERGYMECH.NET
2000-10-30Fix bug with ACQUIRE message.Angelos D. Keromytis
2000-10-30accept unknown options in leases by default; beckTheo de Raadt
2000-10-29Pull updated file from binutils CVS : fixes tons of warnings, espie@ okMiod Vallat
2000-10-29Repair mips-based targets, espie@ okMiod Vallat
2000-10-29syncTheo de Raadt
2000-10-29undo this; adds files, unacceptable at this point in releaseTheo de Raadt
2000-10-29No atapi(4) exists: correctly reference atapiscsi(4) instead; closes PR/1477.Aaron Campbell
2000-10-29vax uses uvm.Hugh Graham
2000-10-29syncAaron Campbell
2000-10-29- Add many new devices gleaned from dmesglog.Aaron Campbell
- Rearrange some entries that weren't in the proper ID-order. - Fix some typos as well.
2000-10-29Eek, typo in my last commit; noticed by huynh.29@osu.eduAaron Campbell
2000-10-29Put .Dt's argument in all-caps; nate@Aaron Campbell
2000-10-28Close PR 1419, use modified patch (original from peter.galbavy@knowledge.com)Angelos D. Keromytis
2000-10-28Reduce footprint of ATA driver by only having PROBE debug messages compiledConstantine Sapuntzakis
in by default.
2000-10-28Reference enc(4) properly; nate@Aaron Campbell
2000-10-28donacq, not acquire (noted by peter.galbavy@knowledge.com)Angelos D. Keromytis
2000-10-27Patch to get rid of ST506 phantoms. Thanks to Grigoriy Orlov for the designConstantine Sapuntzakis
and testing.
2000-10-27clean licence issues; drahnTheo de Raadt
2000-10-27conf.c: Merge with EOM 1.46Niklas Hallqvist
util.c: Merge EOM diff 1.20 - 1.21, i.e. 1.19 is still left to be merged author: ho Use stat(), not lstat().
2000-10-27Minor nit: print IPsec in bold under NAME section by using Nm; nate@Aaron Campbell
2000-10-27Make cardbus version of dc detach properly. OK aaron@Nathan Binkert
2000-10-27From FreeBSD:Aaron Campbell
Yet another bug fix/optimization for the Davicom DM9100/9102: increase the PCI latency timer value to 0x80. Davicom's Linux driver does this, and it drastically reduces the number of TX underruns in my tests. (Note: this is done only for the Davicom chips. I'm not sure it's a good idea to do it for all of them.)
2000-10-27generate fpic/fPIC static links, so that gdb works; espieTheo de Raadt
2000-10-27From 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-27syncTheo de Raadt
2000-10-27Put dc(4) cardbus attachment on floppyC, too.Aaron Campbell
2000-10-27The IBM EtherJet 10/100 CardBus card works; jason@Aaron Campbell
2000-10-27Default to building at -O0 on vax until gcc problems can be worked out.Hugh Graham
Hopefully only the short-term fix.
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