summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-09-25Produce more clear error message parsing date strings. ok joris@Otto Moerbeek
2005-09-25Fix wrong normalization in compare. From andreas@Otto Moerbeek
2005-09-25package name changed; steve.shockley@shockley.netTheo de Raadt
2005-09-25shuffle some stuff aroundBrad Smith
2005-09-25remove TULIP_PCI_ATTACH_ARGS and TULIP_SHUTDOWN_ARGSBrad Smith
2005-09-25use cvs_add_build_entry(); joris okXavier Santolaria
2005-09-251.83 again:David Gwynne
fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernel buffer for passthrough io rather than setting its own up.
2005-09-251.82 again; dont use the scsi xfer to decide if we should dma_sync.David Gwynne
instead use generic variables in the ccb so commands not originating from the scsi layer can be handled by ami_done as well. this version does not freeze like 1.82. the secret seems to be to go ami_put_ccb before scsi_done.
2005-09-25remove more indirection through typedef's and macrosBrad Smith
2005-09-25- delint: zero sized array initalisation is a gccismBrad Smith
- move timeout_set() from tulip_attach() to tulip_pci_attach() - free -> freedescs in tulip_txput() - remove duplicate flag setting in tulip_2114x_media_preset() TULIP_MEDIA_10BASET_FD switch case - some cleaning reduces the delta from the NetBSD driver
2005-09-24- add auth_type and auth_keyid to struct ctl_ifaceMathieu Sauve-Frankel
- have ospfctl tell us when we are using authentication with 'show interface' ok claudio@ norby@
2005-09-24Add some code to just build the packing-list even if the package won'tMarc Espie
happen. Use -q and -Q for now, may change.
2005-09-24fp->pos is int32 so do not print it as quadMichael Shalayeff
2005-09-24check the file is worth scanning to avoid endless loops; from Matthias ↵Michael Shalayeff
Kilian <kili@outback.escape.de> in pr4219
2005-09-24give it a bit highr priority and exit w/ failure if systcl ever fails; marc@ ↵Michael Shalayeff
henning@ ok some time ago...
2005-09-24some people suggested to put this quote in here... ok joris@Reyk Floeter
2005-09-24pass actual items to prepare_long and check_name so that we can alsoMarc Espie
verify that modes/groups/owners are correct (code to come)
2005-09-24move uname/gname existence check into ArcCheck: Ustar archives deal withMarc Espie
this differently. Namely, use specific variables that default to the numeric value if the uid/gid don't exist in mkheader. Since the entry fields are not filled, ArcCheck gets all it needs for the package check.
2005-09-24The ADM8211B seems to stall after some time of constantJonathan Gray
activity at DS11 speeds. Check for this in the watchdog using seemingly undocumented bits of the TEST1 register used in Linux driver and restart if a stall is detected.
2005-09-24Make use of ieee80211_ibss_merge() from net80211.Jonathan Gray
Based on changes made by David Young to NetBSD.
2005-09-24Remove a bunch of redundant defines that are also in net80211.Jonathan Gray
From a change by David Young to NetBSD.
2005-09-24Make atw_cardbus_power() not tell us its name every time it is called...Jonathan Gray