Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-06 | typo in error message | Jason Wright | |
2001-04-06 | Typo in comment (henric@aimnet.com) | Angelos D. Keromytis | |
2001-04-06 | Get rid of vm_pmap. | Artur Grabowski | |
beck@ ok. | |||
2001-04-06 | Only print an error if I/O cannot be mapped at egprobe if EGDEBUG is set. | Federico G. Schwindt | |
Don't panic if I/O cannot be mapped at egattach, print and return instead. | |||
2001-04-06 | Only define offsetof for KERNEL mode. Avoids breaking userland | Constantine Sapuntzakis | |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis | |
2001-04-06 | Free the right variable on error | Constantine Sapuntzakis | |
2001-04-05 | undo changes which did not even compile | Theo de Raadt | |
2001-04-05 | Tell the users what to report when the kernel crashes. | Artur Grabowski | |
2001-04-05 | From angelos: (he can't commit this himself right now) | Artur Grabowski | |
> I must have been on drugs...a deep copy is needed, or else there's double > free's when there's IPsec. [...] > This should solve the crash problems. | |||
2001-04-05 | merge with freebsd/netbsd; mainly a conversion to mii | Jason Wright | |
2001-04-04 | Roll Core minor. Ansify source. Handles are now 16 bits. Add | mjacob | |
ISPCTL_RUN_MBOXCMD entry point. Add ISPASYNC_UNHANDLED_RESPONSE definition. | |||
2001-04-04 | Add some additional mailbox definitions. Rename ICBOPT_PORTNAME to | mjacob | |
ICBOPT_BOTH_WWNS as being more descriptive. | |||
2001-04-04 | Keep up with the Joneses- sync up with core code for (eventual) usage here. | mjacob | |
2001-04-04 | Roll platform major/minor. Ansify. Add the appropriate bits for | mjacob | |
going to a synchronous restart queue blockage model. Add bits that say that scsi xfer has a timer active. Ha. ha ha. Add the bits that note that we have sense data when we get it. | |||
2001-04-04 | Ansify source. Set poenings to maxcmds again. Turn on interrupt | mjacob | |
driven mailbox commands if we've gotten past coldstart. Go to a synchronous restart queue blockage model for REQUEST QUEUE overflow conditions. Make sure that we only delete timers for commands that haven't gotten expired timers. | |||
2001-04-04 | Ansify source. Handles are now 16 bits. | mjacob | |
2001-04-04 | Ansify source. Say which channel the initiator ID is for. Rename | mjacob | |
ICBOPT_PORTNAME to ICBOPT_BOTH_WWNS as being more descriptive. Change handles to 16 bits. Add ISPCTL_RUN_MBOXCMD control function. | |||
2001-04-04 | Ansify. Fix botch that kept ISP 1020 firmware from being compiled in. | mjacob | |
Handles are 16 bits now. | |||
2001-04-04 | Add "softdep" option to mount. Update from rw/async to softdep | Grigoriy Orlov | |
and otherwise are disabled. art@ ok. | |||
2001-04-04 | match on a few more cards, prism2 support; aaron@ ok; from NetBSD | Michael Shalayeff | |
2001-04-04 | Disable ATAPI DMA on Promise controllers and some ALi controllers. | Constantine Sapuntzakis | |
Change Bus Master DMA Stop to not trust what we read from the device. | |||
2001-04-04 | Lay the groundwork for disabling ATAPI DMA on controllers | Constantine Sapuntzakis | |
where we have trouble. Note, in theory, ATAPI DMA is no different than ATA DMA. "Promise" not to tell anybody | |||
2001-04-04 | Minor cleanup to minimize diffs with NetBSD | Constantine Sapuntzakis | |
2001-04-04 | suppress RS/RA log messages (can be re-enabled by net.inet6.icmp6.nd6_debug), | Jun-ichiro itojun Hagino | |
as they may fill up /var. sync with kame. | |||
2001-04-04 | make sure rcvif is not bogus, on call to icmp6_reflect. | Jun-ichiro itojun Hagino | |
2001-04-04 | do not check ip_mtudisc on IPv6 TCP. | Jun-ichiro itojun Hagino | |
with IPv6 TCP PMTUD is mandatory, compute mss size accordingly. sync with kame | |||
2001-04-04 | check for return value of ENODEV from ifpromisc(). This will happen | Jason Wright | |
at detach time when if_detach_ioctl() has been installed for an outgoing interface and does not represent an error. | |||
2001-04-03 | We now can emulate vfork14 correctly | Niklas Hallqvist | |
2001-04-03 | vm_map.pmap should always be used, not only for uvm. | Artur Grabowski | |
2001-04-03 | Fix a vm_pmap in a debug printf. | Artur Grabowski | |
2001-04-03 | It is unnecessary to wrap uvm_wait() in splhigh(). Also, set p_addr to NULL | Aaron Campbell | |
when we free it; art@ ok | |||
2001-04-03 | siop is already defined in miland; from from@ | Michael Shalayeff | |
2001-04-03 | If you cannot test your work, please do not do commits and then break userland | Theo de Raadt | |
2001-04-02 | PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD. | Niklas Hallqvist | |
However PMAP_OLD is just there for emergencies, and will go away in the future | |||
2001-04-02 | Do not delete timeouts when they are not set | Niklas Hallqvist | |
2001-04-02 | Oops, this should have been committed along with the SROM media block parsing | Aaron Campbell | |
changes to the dc driver. | |||
2001-04-02 | sync | Niklas Hallqvist | |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist | |
on NetBSD's code, as well as some faked Posix RT extensions by me. This makes at least simple linuxthreads tests work. | |||
2001-04-02 | ATA_POLL should have been AT_POLL | Constantine Sapuntzakis | |
Flushcache on shutdown used to pass both AT_POLL and AT_WAIT. The two flags do not make sense together. Should fix panic when shutting down from ddb | |||
2001-04-02 | pool_get with PR_NOWAIT can fail. Handle that. | Artur Grabowski | |
(the old code could return NULL and the callers check for that, so it should be ok. | |||
2001-04-02 | Add padding and new field 'flags2' to struct scsi_inquiry_data, | Kenneth R Westerback | |
bringing it in line with the spc-2 definition of standard inquiry data. scsi_inquiry_data grows from 50 to 57 bytes in size. The new 'flags2' field gives access to PPR related information, the IUS, QAS and DT bits, used in negotiating Ultra3 transfers. Also add PPR related extended message defines. ok deraadt@ | |||
2001-04-01 | Add a macro to initialize the contents of a vmcmd set. | Artur Grabowski | |
Correctly initialize the vmcmds in linux_exec. | |||
2001-04-01 | if we have a secondary fontset loaded and it | Michael Shalayeff | |
does mapchar for it w /the same success as primary, prefer secondary mapping. this fixes non-lat char display. from Igor Grabin <violent@death.kiev.ua> | |||
2001-04-01 | spelling. | Hugh Graham | |
2001-04-01 | Print KA48 or KA45 as appropriate. Someone with a 4000/vlc or 3100/{3,4}0 | Hugh Graham | |
could test this in the next snapshot. | |||
2001-04-01 | Pick up a change from NetBSD: | Hugh Graham | |
: date: 2000/04/28 00:08:51; author: matt; state: Exp; lines: +2 -2 : Dump NRCV to 8 from 5. Note that a 8K NFS reply takes 6 full size : Ethernet packets so the chances are that if the server was fast enough : this driver would continuously lose one of the fragments. Eventually : causing the kernel load to fail. Add 2 extra for random ARP or other : packets that might be picked up. | |||
2001-04-01 | Call VAX_STYP_50 a MicroVAX 3100/85, even though this machine is KA55. | Hugh Graham | |
Ambiguity is because DEC's docs differ from observed values. Only cosmetic, at any rate. | |||
2001-04-01 | Changes to initialize the cache on KA690 properly; from Lord Isildur. | Hugh Graham | |
Entries for KA681 and KA691, and a conservative default case to keep things sane if an unknown cpu is encountered by me. Also some KNF. Anyone with a 4000/{4,5,6}00 able to test? | |||
2001-04-01 | cleanup a little | Michael Shalayeff | |