Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-27 | ARGH! disable gart, I suck! | Marco Peereboom | |
2005-09-27 | Clean up prints. From jason@ | Marco Peereboom | |
2005-09-27 | add some file status checks in local setup; | Xavier Santolaria | |
2005-09-27 | use xargs -r0 for our build process | Theo de Raadt | |
2005-09-27 | increment refcount when opening a lib that is already open (dev/inode | Kurt Miller | |
case) ok drahn@ | |||
2005-09-27 | typo in comment: sprintf -> snprintf, ok markus@ | Alexander von Gernler | |
2005-09-27 | document aesctr and null encryption; ok jmc, hshoexer | Markus Friedl | |
2005-09-27 | missing return | Markus Friedl | |
2005-09-27 | tweaks from wiz@netbsd | Jason McIntyre | |
2005-09-27 | - don't mess with SCSI controller bits here, only map the two regions | Martin Reindl | |
we need - unmap Valkyrie register space after matching, we don't use it later from NetBSD | |||
2005-09-27 | missing pieces for RBV video handling | Martin Reindl | |
from NetBSD | |||
2005-09-27 | report 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.conf | David Krause | |
2005-09-27 | kill spaces | David Krause | |
2005-09-26 | Use 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-26 | minor knf | Theo de Raadt | |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat | |
code duplication in cardbus, pcmcia and puc attachments. Joint effort with fgs@; blessed deraadt@ | |||
2005-09-26 | Enable the USB softintr code on platforms which __HAVE_GENERIC_SOFTINTERRUPTS. | Miod Vallat | |
go ahead deraadt@ | |||
2005-09-26 | allocate and map the mbox separately to the iocmds used by the ccbs. | David Gwynne | |
2005-09-26 | deal with xargs new behaviour by using -r, okay deraadt@ | Pedro Martelletto | |
2005-09-26 | bring 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-26 | terminate the buffer before calling regexec(3) when prompting for | Federico G. Schwindt | |
confirmation. fixes a crash with malloc options; otto@ ok. | |||
2005-09-26 | Return EIO if reading fails. | Mark Kettenis | |
ok drahn@ | |||
2005-09-26 | Match Apple Shasta PCI ID as found on G5 systems. | Mark Kettenis | |
ok drahn@ | |||
2005-09-26 | Match "u3" as found in G5 systems. | Mark Kettenis | |
ok drahn@ | |||
2005-09-26 | Consider nodes named "mpic" as potential open-pic candidates. | Mark Kettenis | |
ok drahn@ | |||
2005-09-26 | If setting the filter fails, pass the error back; | Otto Moerbeek | |
ok deraadt@ | |||
2005-09-26 | Fix a redraw problem that occurs when a recalled history line has | Otto Moerbeek | |
length equal to screen width - 2. Spotted by jmc@, tested by various. ok deraadt@ | |||
2005-09-26 | some more style nits and bits; | Xavier Santolaria | |
2005-09-26 | style; | Xavier Santolaria | |
2005-09-26 | - correct framebuffer calculation offset by marking off garbage bits in | Martin Reindl | |
the DAFB v7 - treat the Quadra 605 like the LC47x from NetBSD | |||
2005-09-26 | Fully unload dependant libraries, fixes gphoto2 bug. | Dale Rahn | |
2005-09-26 | Delete wrong comments, originally came from Makefile.mvme88k. | Kenji Aoyama | |
ok miod@ | |||
2005-09-25 | remove useless paragraph and fix half-duplex example. | Brad Smith | |
2005-09-25 | Define symbolic constants for the processor identification register fields | Miod Vallat | |
and use them. No functional change. | |||
2005-09-25 | Typos | Miod Vallat | |
2005-09-25 | Define the symbolic register indexes in trapframe in <m68k/reg.h> only | Miod Vallat | |
#ifdef _KERNEL; also remove duplicate prototypes with <sys/ptrace.h>. Helped by martin@ | |||
2005-09-25 | Remove unused defines and macros. | Miod Vallat | |
2005-09-25 | cal now (well, has done for a while) accepts a single argument | Jason 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-25 | Change the size parameter of cmmu_flush_tlb() from bytes to pages. This makes | Miod Vallat | |
things easier for the callers, and allows us to inline the "fewer than 4 pages" situation for speed. | |||
2005-09-25 | Turn 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-25 | Do not consider userland trap #496 (BUG system call on mvme88k) as special | Miod 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-25 | regen | Mark Kettenis | |
2005-09-25 | Add stuff found in iMac G5. | Mark Kettenis | |
ok deraadt@ | |||
2005-09-25 | Do not try increasing NKMEMPAGE_MAX on sun4m at all, until we make | Miod Vallat | |
kernel_map larger. | |||
2005-09-25 | On Sun4m, be sure to steal the overlapping part of the iommu dvma space | Miod Vallat | |
and kernel_map from the latter. Otherwise, very bad things happen when kernel_map usage grows. | |||
2005-09-25 | Revert temporary hack. | Mark Kettenis | |
ok deraadt@ | |||
2005-09-25 | sync | Theo de Raadt | |
2005-09-25 | Change 21040 modes slightly. | Brad Smith | |
From matt NetBSD | |||
2005-09-25 | Remove some duplicate definitions. | Brad Smith | |
From mycroft NetBSD |