summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-23Bring back pmap_motorola in service for amiga, too.Miod Vallat
2002-02-23remove unused file.Dale Rahn
2002-02-23If the allocator has the PA_WANT flag set, return whole pages immediately.Artur Grabowski
2002-02-23Pools that are only used in the ioctls can use the nointr allocator.Artur Grabowski
2002-02-23Fix up some functions. Don't have static all over the placeArtur Grabowski
and don't static inline big functions that are called multiple times and are not time critical.
2002-02-22If there is no regress target provide one with _SUBDIRUSE.Artur Grabowski
2002-02-22Unbreak 68060 support, sorryMiod Vallat
2002-02-22Get rid of more Ms in my tree.Artur Grabowski
2002-02-22Convert to regress.mkArtur Grabowski
2002-02-22Change the regression-tests target to do depend before running regress.Artur Grabowski
2002-02-22Switch mvme68k to pmap_motorola again.Miod Vallat
68060 operation tested by deraadt@
2002-02-22manpages fixes, mostly from fgsch@ with cleanup and correction.Dale Rahn
2002-02-22Do not include uio header file, that interface was removed.Dale Rahn
2002-02-22Be sure to wait the whole 0.5 seconds (half a second!) for the streamingJason Wright
cache to flush, not some fraction of it, before giving up.
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
sets additions
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
add extattrctl getextattr setextattr
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
2002-02-22Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@Dale Rahn
libc support pieces
2002-02-22typo; jslag@prop.walkerart.orgTheo de Raadt
2002-02-22EA syncDale Rahn
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-02-22Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@Dale Rahn
2002-02-22Call ether_ioctl() the way [insert favorite diety] intended.Jason Wright
2002-02-22Debugger() is #ifdef DDBTheo de Raadt
2002-02-22More locking in the NFS codeConstantine Sapuntzakis
2002-02-22Revert to previous (non hacked =) version now that the iommu is handledJason Wright
correctly and it doesn't crash
2002-02-22- don't call strbuf_flush_done for each segment, call it once per map (andJason Wright
then only if necessary) - When flushing a partial segment make sure we flush all of the necessary pages (the case where len < NBPG would not correctly flush both pages if va + off <-> va + off + len crossed a page boundary)
2002-02-22a few sigval_ptr cases were returning pc instead of fault addressTheo de Raadt
2002-02-22include a siginfo_t with ktrace PSIG information, so that kdump can printTheo de Raadt
fault addresses and other information. (a small bug exists: in some signal delivery cases, two PSIG records may be inserted, because postsig() is unaware a PSIG record has already been placed. but this small bug can stay since the siginfo_t information helps us find and fix other bugs)
2002-02-22From NetBSD:Jason Wright
- Fix pr sparc64/15633: datafault at tlp_start causes panic - Also clean up some additional 32-bit kernel printf issues. - Handle the case where a DMA operation wraps from the end of a page to the beginning of the same page properly by double-mapping that page. - Move a brace so this will compile w/o DEBUG. - Overhaul iommu_dvmamap_load_raw(). From Me: - Verify the streaming cache exists before waiting on it to clear during flush. - Force sync of flush status (hardware sets it to 1 when its done) - Force sync flush of registers (bus_space_barrier) - Flush ALL segments on BUS_DMA_POSTREAD operations (not just the first!)
2002-02-22TypoThierry Deval
2002-02-22make test for pr 2354 explicitMarkus Friedl
2002-02-22test keyscan as well (test for pr 2354)Markus Friedl
2002-02-22overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@Markus Friedl
2002-02-22IEEE80211_NWKEY_* flags; from netbsdMichael Shalayeff
2002-02-22update Python listing and remove Squid.Brad Smith
2002-02-22do not transmit ICMP source quench. from kjc/kameJun-ichiro itojun Hagino
2002-02-22Xr netstat(8)Miod Vallat
2002-02-22Attempt to document the multicast routing configuration here, rather thanMiod Vallat
having people read the comments in /etc/netstart. Add more Xr in the way.
2002-02-22Check the right return value in the second mmap.Artur Grabowski
2002-02-22Fix stack sharing in FORK_VMNOSTACK.Artur Grabowski
Don't assume that the stack is on the top of user address space. And don't assume that the stack grows down.
2002-02-22Ugh. fix numerous bugs.Artur Grabowski
2002-02-22mark opened device and socket as close on exec; idea from freebsd pr/35182Michael Shalayeff
2002-02-22if file mode known, try to avoid a race.. i think. millert spotted a bug in ↵Theo de Raadt
my first draft
2002-02-22note KTRFAC_EMULTheo de Raadt
2002-02-21Invoke helper scripts with relative path; this got borked in rev 1.13.Miod Vallat
2002-02-21newlines at eofTheo de Raadt
2002-02-21for a SIGSEGV, only read cr2 once, not twice (and now si_addr is not just ↵Theo de Raadt
the fault page)
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
tested on alpha sparc64 powerpc.