Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-22 | Be sure to wait the whole 0.5 seconds (half a second!) for the streaming | Jason Wright | |
cache to flush, not some fraction of it, before giving up. | |||
2002-02-22 | EA sync | Dale Rahn | |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn | |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn | |
2002-02-22 | Call ether_ioctl() the way [insert favorite diety] intended. | Jason Wright | |
2002-02-22 | Debugger() is #ifdef DDB | Theo de Raadt | |
2002-02-22 | More locking in the NFS code | Constantine Sapuntzakis | |
2002-02-22 | Revert to previous (non hacked =) version now that the iommu is handled | Jason Wright | |
correctly and it doesn't crash | |||
2002-02-22 | - don't call strbuf_flush_done for each segment, call it once per map (and | Jason 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-22 | a few sigval_ptr cases were returning pc instead of fault address | Theo de Raadt | |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo 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-22 | From 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-22 | IEEE80211_NWKEY_* flags; from netbsd | Michael Shalayeff | |
2002-02-22 | do not transmit ICMP source quench. from kjc/kame | Jun-ichiro itojun Hagino | |
2002-02-22 | Fix 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-21 | for a SIGSEGV, only read cr2 once, not twice (and now si_addr is not just ↵ | Theo de Raadt | |
the fault page) | |||
2002-02-21 | In WI_SETSTR round up i_len to be an even number if needed since we | Todd C. Miller | |
are going to divide it by 2. More or less based on NetBSD. | |||
2002-02-21 | There is no need to restrict number of bufs to 200. | Artur Grabowski | |
It's just a pasto from sparc. | |||
2002-02-21 | Correctly initialize the compression case. | Angelos D. Keromytis | |
2002-02-21 | %s/iommu_clear/iommu_remove/g | Jason Wright | |
(iommu_clear was renamed awhile ago, but comments and such were not updated) | |||
2002-02-21 | Pasto. Ok mickey@ | Thierry Deval | |
2002-02-21 | Typo. Ok mickey@ | Thierry Deval | |
2002-02-21 | oops | Michael Shalayeff | |
2002-02-21 | pmap.pmap_pd is redundant -- no more | Michael Shalayeff | |
2002-02-21 | Fix /tmp races. | Miod Vallat | |
This requires the use of a gcc'ism on the cc commandline, though. | |||
2002-02-20 | frantzen's stackghost code. wcookie is set at 0 right now, until debugger | Theo de Raadt | |
support added (i mean, written) | |||
2002-02-20 | 104 byte WEP key support for Prism2 cards; from NetBSD | Todd C. Miller | |
2002-02-20 | Remove useless prototypes for wi_request_fill_ssid() and wi_write_ssid(). | Todd C. Miller | |
Unike NetBSD we use a macro instead of those functions. mickey@ OK | |||
2002-02-20 | merging ppref could cause negative back reference, fix from niklas@ | Niels Provos | |
2002-02-20 | setup power failure handler (for sw-controlled power button), move toc handler | Michael Shalayeff | |
2002-02-20 | support amd766 as amd756; from peter@ (pr/1948); tested by Henning Brauer ↵ | Michael Shalayeff | |
<lists-openbsdbugs@bsws.de> | |||
2002-02-20 | Don't rely on vp for anything in dqsync as it can be null | Constantine Sapuntzakis | |
2002-02-19 | Heh. Don't assume that sizeof(void *) > sizeof(int). | Artur Grabowski | |
2002-02-19 | Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination. | Miod Vallat | |
Fixes PR #2219 | |||
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat | |
2002-02-19 | amap_pp_adjref could fragment ppref array; fix by merging adjacent chunks; | Niels Provos | |
from Chuck Silvers; okay art@ | |||
2002-02-19 | Missing FRELE in error case. ok provos@ | Thomas Nordin | |
2002-02-19 | bump NMBCLUSTERS | Jason Wright | |
2002-02-19 | From NetBSD: | Jason Wright | |
change some debug printfs to make gcc happy | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Fix timeout overflow caused by "scsictl format" on machines HZ==100. | |||
2002-02-19 | If there are pckbd's, register ourselves to handle beeps... AXi's can now | Jason Wright | |
squawk with the best of 'em. | |||
2002-02-19 | get rid of old if 0'ed code. add support for __weak_alias and fix | Dale Rahn | |
support for __warn_references (both from alpha/sparc4). | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Shift the UPAID in the correct direction. | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Fix microsecond calculation in microtime. Fix register allocation in microtime(). | |||
2002-02-19 | stategy is not an english word | Theo de Raadt | |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt | |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt | |
2002-02-19 | add support for media and other generic 802.11 ioctls, elliminates need for ↵ | Michael Shalayeff | |
wicontrol on the ramdisk floppy, pretty much; from netbsd | |||
2002-02-19 | Add new trm driver. Pointed out by brad@ | Kenneth R Westerback | |
2002-02-18 | copy the segment regs w/ zeroing upper 16 bits | Michael Shalayeff | |