summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-27ARGH! disable gart, I suck!Marco Peereboom
2005-09-27Clean up prints. From jason@Marco Peereboom
2005-09-27add some file status checks in local setup;Xavier Santolaria
2005-09-27use xargs -r0 for our build processTheo de Raadt
2005-09-27increment refcount when opening a lib that is already open (dev/inodeKurt Miller
case) ok drahn@
2005-09-27typo in comment: sprintf -> snprintf, ok markus@Alexander von Gernler
2005-09-27document aesctr and null encryption; ok jmc, hshoexerMarkus Friedl
2005-09-27missing returnMarkus Friedl
2005-09-27tweaks from wiz@netbsdJason McIntyre
2005-09-27- don't mess with SCSI controller bits here, only map the two regionsMartin Reindl
we need - unmap Valkyrie register space after matching, we don't use it later from NetBSD
2005-09-27missing pieces for RBV video handlingMartin Reindl
from NetBSD
2005-09-27report time duration required to play sample then % error of sample rate.Dale Rahn
from PR 4304. Also added support for different sample rate requests. ok jason@
2005-09-27+/etc/hostapd.confDavid Krause
2005-09-27kill spacesDavid Krause
2005-09-26Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents.Kenneth R Westerback
ILLEGAL REQUEST is correctly reported for blank media, as an informative FreeBSD comment pointed out. Ensure the returned table of contents is always initialized to zero. Call readdisklabel with spoofonly = 1 when no data tracks are found. Don't try to read the DOS label from the device if spoofonly is 1. Only done for amd64 here. More archs to follow. Eliminates scsi error messages when attempting to open a cd containing blank media, as pointed out by Michael Coulter. ok deraadt@
2005-09-26minor knfTheo de Raadt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
code duplication in cardbus, pcmcia and puc attachments. Joint effort with fgs@; blessed deraadt@
2005-09-26Enable the USB softintr code on platforms which __HAVE_GENERIC_SOFTINTERRUPTS.Miod Vallat
go ahead deraadt@
2005-09-26allocate and map the mbox separately to the iocmds used by the ccbs.David Gwynne
2005-09-26deal with xargs new behaviour by using -r, okay deraadt@Pedro Martelletto
2005-09-26bring in two changes from freebsd:Pedro Martelletto
- keep track of free blocks dependencies, and only tell the syncer to release the blocks when there are no more dirty buffers associated - don't mark the inode dependency as done if we had to rollback its allocation due to the bitmap being inconsistent testing by krw, jsg, jmc and sturm, okay deraadt
2005-09-26terminate the buffer before calling regexec(3) when prompting forFederico G. Schwindt
confirmation. fixes a crash with malloc options; otto@ ok.
2005-09-26Return EIO if reading fails.Mark Kettenis
ok drahn@
2005-09-26Match Apple Shasta PCI ID as found on G5 systems.Mark Kettenis
ok drahn@
2005-09-26Match "u3" as found in G5 systems.Mark Kettenis
ok drahn@
2005-09-26Consider nodes named "mpic" as potential open-pic candidates.Mark Kettenis
ok drahn@
2005-09-26If setting the filter fails, pass the error back;Otto Moerbeek
ok deraadt@
2005-09-26Fix a redraw problem that occurs when a recalled history line hasOtto Moerbeek
length equal to screen width - 2. Spotted by jmc@, tested by various. ok deraadt@
2005-09-26some more style nits and bits;Xavier Santolaria
2005-09-26style;Xavier Santolaria
2005-09-26- correct framebuffer calculation offset by marking off garbage bits inMartin Reindl
the DAFB v7 - treat the Quadra 605 like the LC47x from NetBSD
2005-09-26Fully unload dependant libraries, fixes gphoto2 bug.Dale Rahn
2005-09-26Delete wrong comments, originally came from Makefile.mvme88k.Kenji Aoyama
ok miod@
2005-09-25remove useless paragraph and fix half-duplex example.Brad Smith
2005-09-25Define symbolic constants for the processor identification register fieldsMiod Vallat
and use them. No functional change.
2005-09-25TyposMiod Vallat
2005-09-25Define the symbolic register indexes in trapframe in <m68k/reg.h> onlyMiod Vallat
#ifdef _KERNEL; also remove duplicate prototypes with <sys/ptrace.h>. Helped by martin@
2005-09-25Remove unused defines and macros.Miod Vallat
2005-09-25cal now (well, has done for a while) accepts a single argumentJason McIntyre
of the abbreviated month name: update SYNOPSIS, usage(), and DESCRIPTION to reflect this; remove a sentence that was repeated in the text - replace it with something marginally more useful; be clear that both numerical and string arguments are now accepted; escape some hyphens whilst here;
2005-09-25Change the size parameter of cmmu_flush_tlb() from bytes to pages. This makesMiod Vallat
things easier for the callers, and allows us to inline the "fewer than 4 pages" situation for speed.
2005-09-25Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
instead of the contents of a for() loop. No functional change. From the m88k SMP tree; ok art@ deraadt@ [complete diff this time]
2005-09-25Do not consider userland trap #496 (BUG system call on mvme88k) as specialMiod Vallat
anymore, since we don't want to allow userland to talk to the BUG. Deliver SIGSYS instead of doing nothing. Makes things simpler, plus it polluted luna88k.
2005-09-25regenMark Kettenis
2005-09-25Add stuff found in iMac G5.Mark Kettenis
ok deraadt@
2005-09-25Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we makeMiod Vallat
kernel_map larger.
2005-09-25On Sun4m, be sure to steal the overlapping part of the iommu dvma spaceMiod Vallat
and kernel_map from the latter. Otherwise, very bad things happen when kernel_map usage grows.
2005-09-25Revert temporary hack.Mark Kettenis
ok deraadt@
2005-09-25syncTheo de Raadt
2005-09-25Change 21040 modes slightly.Brad Smith
From matt NetBSD
2005-09-25Remove some duplicate definitions.Brad Smith
From mycroft NetBSD