summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-10-24More cleanups from FreeBSD version- principally getting rid of bogusmjacob
pullup for small mbufs (which was unnecessary); setting txint delay;
2001-10-24Match Netgear MA301 dumb PCMCIA->PCI bridge.Todd C. Miller
2001-10-24regen with MA301 entryTodd C. Miller
2001-10-24Add Netgear MA301 (PLX 9052 based dumb PCMCIA->PCI bridge).Todd C. Miller
2001-10-24cleanup, such as spaces and dangling return;sMichael Shalayeff
2001-10-24replace strings w/ defined names, missing initializer for pcbeep and split ↵Michael Shalayeff
tone into bass/treble
2001-10-24add mpeg_l3 encodings (after l1 and l2), define strings for center, depth, lfeMichael Shalayeff
2001-10-24do not #ifdef ANCACHE stuff makes softc constant; pointed out by ↵Michael Shalayeff
dima@m3d.dhs.org; fix by me
2001-10-24add missing RCS idsBrad Smith
2001-10-24forgot the audio at emu (; from Dries Schellekens <gwyllion@ace.ulyssis.org>Michael Shalayeff
2001-10-24Reset states counter when clearing states.Daniel Hartmeier
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-24make libc compileMichael Shalayeff
2001-10-24use _C_LABEL for C labelsMichael Shalayeff
2001-10-24add several more codecs, from elsaMichael Shalayeff
2001-10-24regenMichael Shalayeff
2001-10-24a few siemens nixdorf productsMichael Shalayeff
2001-10-24do not use kvtop(), use dma maps' stuffMichael Shalayeff
2001-10-24add emu at pciMichael Shalayeff
2001-10-24creative labs sb live! and (perhaps) pci512 driver.Michael Shalayeff
from Yannick Montulet, via netbsd, w/ some minor fixens from meself.
2001-10-24post 3.0 tree unlockTheo de Raadt
2001-10-20add CD9660Theo de Raadt
2001-10-18solve numerous problems:Michael Shalayeff
- free up ccb before calling scsi_done; - remove bogus tsleep/wakeup ccb availability mechanism; - fix an off by one size reporting in read_capacity. huge 10x to Alan Jones <RAJones@teklinks.com> and teklinks for providing a testbed and his time for testing. tests sustained 34 simultaneous tar zxvp at ldav of 76. however 36 simultaneous bonnies hang the machine, possibly for different reasons though. regardless, this fixed version passes an installation alright.
2001-10-18remove all com* on isa whatsoever.Janne Johansson
com_commulti-stuff broken.
2001-10-17make sure we use same key for removal (AF_INET was missing), ok deraadt@, ↵Markus Friedl
dhartmei@ reported buy wizz@mniam.net
2001-10-16Fix for bus_space_barrier which m68k doesn't need normally.Janne Johansson
From art@, same as Niklas@ suggested.
2001-10-15Acer labs chipsets (like on Blade100/Netra X1) have bugs when UDMA mode 4Jason Wright
is used. Disable that mode for now; from NetBSD.
2001-10-15disable com*, too brokenTheo de Raadt
2001-10-15Add 'allow-opts' to rules. Packets with IP options will be blocked byDaniel Hartmeier
default now, and can be allowed per rule. ok deraadt@
2001-10-15Make the test for iso9660 filesystems preferred if the device is a CD,Jason Wright
and use old behavior otherwise (check for sun label, then native label, then iso label).
2001-10-15Pull in several changes from NetBSD:Jason Wright
- Clear the dmamap inside splhigh() protection. - Manage both streaming caches on psycho/psycho+. And fix a botch I created when merging iommu changes last time.
2001-10-15move out of betaTheo de Raadt
2001-10-14Disable fd sharing for this release. Sorry.Artur Grabowski
deraadt@ ok.
2001-10-14Andreas Gunnarsson found a bug in iha that causes system crashesKenneth R Westerback
when running a DIAGNOSTIC kernel. This was exposed by the recent migration of the SCSI layer to use pools. timeout_del() was being called on de-allocated memory after every completed SCSI command. Which worked as long as the memory was not reused or zapped ... This patch, slightly modified from Andreas's original diff, moves the timeout_del() to before the call to scsi_done() which de-allocates the memory holding the timeout. All scb's that start a timeout go through this logic and have the timeout_del() called. ok millert@ deraadt@
2001-10-13Patch from Ryan McBride, fixes IPv6 return-rst problem, found byDaniel Hartmeier
Todd Fries. ok deraadt@
2001-10-12disable com*Theo de Raadt
2001-10-12Move the iso_disklabelspoof() call higher so that if one is present weJason Wright
prefer it to the sun/native label.
2001-10-12From NetBSD: convert printf's to debug only and remove a panicJason Wright
2001-10-11fix the cmd execution problem from pr#2116; from pvk@tsinet.ruMichael Shalayeff
2001-10-11Fix flawed logic when deciding if we should sleep whenArtur Grabowski
we are below the low watermark or if we should try to use up all buffers.
2001-10-11Count pages not buffers. This fixes deadlock condition which mainlyGrigoriy Orlov
occurs on the fs with large block size. We can have situation where numcleanbufs < locleanbufs and numdirtybufs < hidirtybufs. So, buffer flushing daemon never wakeups and other processes asleep forever waiting for a clean buffers. We count pages only for the dirty buffers which are on freelist(BQ_DIRTY). niklas@ found this. Rename flasher to cleaner. Suggested by costa@. Discussed with niklas@, costa@, millert@, art@. Ok deraadt@.
2001-10-11disable com*.... do not ask whyTheo de Raadt
2001-10-10regenArtur Grabowski
2001-10-10Don't roll our own dup, we cen use the standard one.Artur Grabowski
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-10Enable zlib in libsa (i.e. compressed kernels support in bootloaders)Miod Vallat
ok deraadt@
2001-10-10sorry, twe does not fitTheo de Raadt
2001-10-10gigabit only phys don't have any of the 10/100 bits set in BMSR, but theJason Wright
EXTSTAT bit -is- set. Add EXTSTAT to the early check of BMSR so that sk/xmphy can attach correctly.
2001-10-10pci oneTheo de Raadt
2001-10-10cleanTheo de Raadt