Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-31 | rename pcibios.h to pcibiosvar.h | Theo de Raadt | |
2000-10-31 | Trim the fat, needs testing. | Todd C. Miller | |
2000-10-31 | Make space by removing hostname (just use /kern), slip, and ppp. | Todd C. Miller | |
2000-10-31 | some buffer care; jakob | Theo de Raadt | |
2000-10-31 | so that large packets do not wrap "n"; from netbsd | Markus Friedl | |
2000-10-31 | handle all old openssh versions | Markus Friedl | |
2000-10-31 | ramdisk support for vax. | Hugh Graham | |
2000-10-30 | Fix up this man page considerably. | Aaron Campbell | |
2000-10-30 | src not unpacked on CD-ROM anymore | Theo de Raadt | |
2000-10-30 | packages, not ports. Ok'd deraadt@, aaron@ | Marc Espie | |
2000-10-30 | Match the Macronix 98727/98732 chips. | Aaron Campbell | |
2000-10-30 | sync | Aaron Campbell | |
2000-10-30 | Macronix 98727/98732 | Aaron Campbell | |
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell | |
2000-10-30 | Use mkstemp(3) for here document (<<) temporary files instead of $$ | Todd C. Miller | |
Problem noted by proton@ENERGYMECH.NET | |||
2000-10-30 | Fix bug with ACQUIRE message. | Angelos D. Keromytis | |
2000-10-30 | accept unknown options in leases by default; beck | Theo de Raadt | |
2000-10-29 | Pull updated file from binutils CVS : fixes tons of warnings, espie@ ok | Miod Vallat | |
2000-10-29 | Repair mips-based targets, espie@ ok | Miod Vallat | |
2000-10-29 | sync | Theo de Raadt | |
2000-10-29 | undo this; adds files, unacceptable at this point in release | Theo de Raadt | |
2000-10-29 | No atapi(4) exists: correctly reference atapiscsi(4) instead; closes PR/1477. | Aaron Campbell | |
2000-10-29 | vax uses uvm. | Hugh Graham | |
2000-10-29 | sync | Aaron 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-29 | Eek, typo in my last commit; noticed by huynh.29@osu.edu | Aaron Campbell | |
2000-10-29 | Put .Dt's argument in all-caps; nate@ | Aaron Campbell | |
2000-10-28 | Close PR 1419, use modified patch (original from peter.galbavy@knowledge.com) | Angelos D. Keromytis | |
2000-10-28 | Reduce footprint of ATA driver by only having PROBE debug messages compiled | Constantine Sapuntzakis | |
in by default. | |||
2000-10-28 | Reference enc(4) properly; nate@ | Aaron Campbell | |
2000-10-28 | donacq, not acquire (noted by peter.galbavy@knowledge.com) | Angelos D. Keromytis | |
2000-10-27 | Patch to get rid of ST506 phantoms. Thanks to Grigoriy Orlov for the design | Constantine Sapuntzakis | |
and testing. | |||
2000-10-27 | clean licence issues; drahn | Theo de Raadt | |
2000-10-27 | conf.c: Merge with EOM 1.46 | Niklas 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-27 | Minor nit: print IPsec in bold under NAME section by using Nm; nate@ | Aaron Campbell | |
2000-10-27 | Make cardbus version of dc detach properly. OK aaron@ | Nathan Binkert | |
2000-10-27 | From 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-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 |