summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-24Update floppy disk descriptions.Miod Vallat
Add a macro to document floppyC. Add a macro to document generic upgrade instructions. Fix a few typos. ok fries@
2001-04-24More explaination/better wording on what is necessary for shared disks.Dale Rahn
2001-04-24Update whatis to include details of what has changed between 2.8 and 2.9Dale Rahn
for powerpc
2001-04-24Last-minute fix for flavor deps. Very, very late.Marc Espie
Thanks, Theo.
2001-04-24enable txp(4)Theo de Raadt
2001-04-24Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com toTheo de Raadt
release the 3CR990 microcode under an acceptable licence.
2001-04-24Major update to powerpc specific distribution notes.Dale Rahn
Minor tweaking may be necessary but this is the mass of the change.
2001-04-24update for XF4Todd T. Fries
2001-04-24update, etcHugh Graham
2001-04-24missing splx, found by art, not yet tested by smurph, but he has run out of timeTheo de Raadt
2001-04-24OpenSSH-2.9Markus Friedl
2001-04-24compatility -> compatibility; mpech@prosoft.org.lvAaron Campbell
2001-04-24Correct SA refcounting. Fixes a bug where isakmpd could die when a peer wasNiklas Hallqvist
discovered to have rebooted, and old now invalid SAs had to be garbage- collected.
2001-04-24remove unecessary code and dataJason Wright
initialize more of the client state in client_mode() add sessionid check on incoming packets. Non-matching packets are just ignored (this allows multiple pppoe's to run on the same interface without freaking out). Thanks again to Russell T Hunt <alaric@MIT.EDU>.
2001-04-24Remove unnecessary code; Russell T Hunt <alaric@MIT.EDU>.Jason Wright
2001-04-24PPPOE_MTU should be (ETHERMTU - sizeof(struct pppoe_header)) not two bytesJason Wright
less. (This is the MTU between ppp and bpf, not to be confused with the link negotiated ppp mtu). Many thanks to Russell T Hunt <alaric@MIT.EDU> and Brian Somers <brian@Awfulhak.org> for finding this.
2001-04-24make a clearer statement about unsupported functionalityMichael Shalayeff
2001-04-24linksys wpc11 is supportedMichael Shalayeff
2001-04-23remove debugMarkus Friedl
2001-04-23allow public key for -e, tooMarkus Friedl
2001-04-23regenTodd C. Miller
2001-04-23The Linksys WPC11 uses the Lucent Wavelan vendor and product IDs butTodd C. Miller
it is a Prism2 card. We add fake entries in pcmciadevs and the wi_pcmcia_product list so that it gets treated as Prism2.
2001-04-23Various man page fixes and improvements from gluk@Aaron Campbell
2001-04-23s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea.Artur Grabowski
2001-04-23Clean up supposedly 'impossible' case in siop_intr() soKenneth R Westerback
a) meaningful but not voluminous debug info is printed and clearly associated with the offending siop bus. b) instead of panic'ing, reset the scsi bus and return. This problem was only seen under heavy load on powerpc. Plus fix one typo (exeption -> exception). ok deraadt@
2001-04-23Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return.Kenneth R Westerback
Spotted by fgsch@.
2001-04-23double splxArtur Grabowski
2001-04-23double splx in error path.Artur Grabowski
2001-04-23Missing splx in error handling.Artur Grabowski
2001-04-23crank crypto lib version, just in caseTheo de Raadt
2001-04-23crank ssl lib version, just in caseTheo de Raadt
2001-04-23import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@Markus Friedl
2001-04-23when we take a pci interrupt, upgrade it to level. but always ignoreTheo de Raadt
changes which force to edge, because it appears that a lot of via bios do not contain a full list of level interrupts. when we set such an interrupt to edge, we spin and hang. i suggested this behaviour change, and this fix is by northpoint mickey.
2001-04-23fasion -> fashion; spotted by ericj@Aaron Campbell
2001-04-22document hostbased and other cleanupMarkus Friedl
2001-04-22CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@Markus Friedl
2001-04-22Free fs->fs_contigdirs array only on successful rw->ro update. ThisGrigoriy Orlov
fixes "duplicated free" panic. Update file system from read-write to read-only freed memory but may fail later if file system busy. deraadt@ ok.
2001-04-22Fix spl handling in ipfilter ioctl interface. Work by aaron@ and me.Grigoriy Orlov
Problem was reported by DK <obsd@snti.com> as kernel panic loading ipa - "WARNING: SPL NOT LOWERED ON SYSCALL EXIT". deraadt@ ok.
2001-04-22Remove -march=i{56}86 optimization because of compiler bug. This bugGrigoriy Orlov
results in system lockup, which many people report for 2.8 and -current when they doing a big network transfer. This problem affect only custom kernels in which only one cpu type enabled (option I586_CPU or I686_CPU). When lockup occur I can't switch between virtual wscons terminals. System continue respond to pings and forward ip packets. It is possible to enter into ddb. DDB show that several processes in runnable state, but it seems that task switching not occur. More and more processes becomes runnable. Stack of curproc looks like: > _end(e99d8fac, e0101dcc, 4, e0635a00, e99d8f80) at 0xe99d8f78 > _end(e99d8fa0, e028a62e, e99d8fac, 0, 0) at 0xe99d8f78 > ddb> Sometimes 'boot sync' cleanly unmount all file systems. I reproduce this bug by transfering two big files from ftp simultaneously. It seems that at least one process must perform a network transfer and two or more processes must fight for the processor. The following PRs probably a result of this problem: 1504, 1716, 1751, 1771, 1780. deraadt@ ok.
2001-04-22permit compilation without I586_CPU or I686_CPU; armin@wolfermann.orgTheo de Raadt
2001-04-22In the verbiage for MNT_SOFTDEP add a reference to 'softdep' inKenneth R Westerback
mount(8). ok deraadt@
2001-04-22Update pdisk manpage to match formatting for other manpages, correctionsDale Rahn
appropriate for openbsd.
2001-04-22style, noted by stevesk; sort flags in usageMarkus Friedl
2001-04-22xref draft-ietf-secsh-*Markus Friedl
2001-04-22rename arguments -x -> -e (export key), -X -> -i (import key)Markus Friedl
xref draft-ietf-secsh-publickeyfile-01.txt
2001-04-22scp > 2GB; niles@scyld.com; ok deraadt@, djm@Markus Friedl
2001-04-22typos spotted by stevesk@; ok deraadt@Damien Miller
2001-04-22Update VAX installation notes:Miod Vallat
- sync supported hardware list with web page - use m4.common macros whenever possible - mention sets size (might need an update) - mention serial console is compulsory, and might need some hardware setup hugh@ ok, said more text to come soon, too.
2001-04-22Sync with mirror list.Miod Vallat
2001-04-21Do not use wsmux on alpha. Now I can start Xtga.Aaron Campbell