Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-24 | More cleanups from FreeBSD version- principally getting rid of bogus | mjacob | |
pullup for small mbufs (which was unnecessary); setting txint delay; | |||
2001-10-24 | Match Netgear MA301 dumb PCMCIA->PCI bridge. | Todd C. Miller | |
2001-10-24 | regen with MA301 entry | Todd C. Miller | |
2001-10-24 | Add Netgear MA301 (PLX 9052 based dumb PCMCIA->PCI bridge). | Todd C. Miller | |
2001-10-24 | cleanup, such as spaces and dangling return;s | Michael Shalayeff | |
2001-10-24 | replace strings w/ defined names, missing initializer for pcbeep and split ↵ | Michael Shalayeff | |
tone into bass/treble | |||
2001-10-24 | add mpeg_l3 encodings (after l1 and l2), define strings for center, depth, lfe | Michael Shalayeff | |
2001-10-24 | do not #ifdef ANCACHE stuff makes softc constant; pointed out by ↵ | Michael Shalayeff | |
dima@m3d.dhs.org; fix by me | |||
2001-10-24 | add missing RCS ids | Brad Smith | |
2001-10-24 | forgot the audio at emu (; from Dries Schellekens <gwyllion@ace.ulyssis.org> | Michael Shalayeff | |
2001-10-24 | Reset states counter when clearing states. | Daniel Hartmeier | |
2001-10-24 | syslog_r() implementation. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-10-24 | make libc compile | Michael Shalayeff | |
2001-10-24 | use _C_LABEL for C labels | Michael Shalayeff | |
2001-10-24 | add several more codecs, from elsa | Michael Shalayeff | |
2001-10-24 | regen | Michael Shalayeff | |
2001-10-24 | a few siemens nixdorf products | Michael Shalayeff | |
2001-10-24 | do not use kvtop(), use dma maps' stuff | Michael Shalayeff | |
2001-10-24 | add emu at pci | Michael Shalayeff | |
2001-10-24 | creative labs sb live! and (perhaps) pci512 driver. | Michael Shalayeff | |
from Yannick Montulet, via netbsd, w/ some minor fixens from meself. | |||
2001-10-24 | post 3.0 tree unlock | Theo de Raadt | |
2001-10-20 | add CD9660 | Theo de Raadt | |
2001-10-18 | solve 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-18 | remove all com* on isa whatsoever. | Janne Johansson | |
com_commulti-stuff broken. | |||
2001-10-17 | make sure we use same key for removal (AF_INET was missing), ok deraadt@, ↵ | Markus Friedl | |
dhartmei@ reported buy wizz@mniam.net | |||
2001-10-16 | Fix for bus_space_barrier which m68k doesn't need normally. | Janne Johansson | |
From art@, same as Niklas@ suggested. | |||
2001-10-15 | Acer labs chipsets (like on Blade100/Netra X1) have bugs when UDMA mode 4 | Jason Wright | |
is used. Disable that mode for now; from NetBSD. | |||
2001-10-15 | disable com*, too broken | Theo de Raadt | |
2001-10-15 | Add 'allow-opts' to rules. Packets with IP options will be blocked by | Daniel Hartmeier | |
default now, and can be allowed per rule. ok deraadt@ | |||
2001-10-15 | Make 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-15 | Pull 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-15 | move out of beta | Theo de Raadt | |
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski | |
deraadt@ ok. | |||
2001-10-14 | Andreas Gunnarsson found a bug in iha that causes system crashes | Kenneth 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-13 | Patch from Ryan McBride, fixes IPv6 return-rst problem, found by | Daniel Hartmeier | |
Todd Fries. ok deraadt@ | |||
2001-10-12 | disable com* | Theo de Raadt | |
2001-10-12 | Move the iso_disklabelspoof() call higher so that if one is present we | Jason Wright | |
prefer it to the sun/native label. | |||
2001-10-12 | From NetBSD: convert printf's to debug only and remove a panic | Jason Wright | |
2001-10-11 | fix the cmd execution problem from pr#2116; from pvk@tsinet.ru | Michael Shalayeff | |
2001-10-11 | Fix flawed logic when deciding if we should sleep when | Artur Grabowski | |
we are below the low watermark or if we should try to use up all buffers. | |||
2001-10-11 | Count pages not buffers. This fixes deadlock condition which mainly | Grigoriy 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-11 | disable com*.... do not ask why | Theo de Raadt | |
2001-10-10 | regen | Artur Grabowski | |
2001-10-10 | Don't roll our own dup, we cen use the standard one. | Artur Grabowski | |
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller | |
2001-10-10 | Enable zlib in libsa (i.e. compressed kernels support in bootloaders) | Miod Vallat | |
ok deraadt@ | |||
2001-10-10 | sorry, twe does not fit | Theo de Raadt | |
2001-10-10 | gigabit only phys don't have any of the 10/100 bits set in BMSR, but the | Jason Wright | |
EXTSTAT bit -is- set. Add EXTSTAT to the early check of BMSR so that sk/xmphy can attach correctly. | |||
2001-10-10 | pci one | Theo de Raadt | |
2001-10-10 | clean | Theo de Raadt | |