Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-03 | in pmap_enter4m use access_type to set the initial mod/ref flags on the pv | Artur Grabowski | |
1999-09-03 | use setpgt4m for the initial mappings too, not that it really matters since | Artur Grabowski | |
those pages are already uncached when needed, but it makes it more obvious what happens here. | |||
1999-09-03 | Horrible workaround for hanging mount_mfs processes that received a signal. | Artur Grabowski | |
After finding the third deadlock during dounmount, I decided that it would be less painful to let the unmounting be handled with a separate thread. XXX - this is a kludge. | |||
1999-09-03 | We have to set the pagetable pointers with the atomic swap instruction. | Artur Grabowski | |
From NetBSD. (actually from a paper I read recently, but since NetBSD already did that it was easier to grab the code from them) | |||
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski | |
the access type that caused this mapping. This is to simplify pmaps with mod/ref emulation (none for the moment) and in some cases speed up pmap_is_{referenced,modified}. At the same time, clean up some mappings that had too high protection. XXX - the access type is incorrect in old vm, it's only used by uvm and MD code. The actual use of this in pmap_enter implementations is not in this commit. | |||
1999-09-03 | inet_ntoa4 should manage 4-calls, not just 2 | Hakan Olsson | |
1999-09-03 | Don't delete the cache on down/up transitions unless it's empty. Instead | Jason Wright | |
flush the dynamics. Required other handling of the cache table to accomodate. Modify SIOCBRDGFLUSH to handle flushall and flush dynamic requests. | |||
1999-09-03 | o make this look more like an OpenBSD driver (removed static's) | Jason Wright | |
o partial merge with freebsd, alpha support (currently untested) | |||
1999-09-02 | sync | David Leonard | |
1999-09-02 | sync | Jason Downs | |
1999-09-02 | More Initio devices | Jason Downs | |
1999-09-02 | add uncaceable, per pa1.1 manual | Michael Shalayeff | |
1999-09-02 | replace w/ one derived from Lites-parisc, UofUtah | Michael Shalayeff | |
1999-09-02 | re-enable ESS18**; deraadt@ | David Leonard | |
1999-09-01 | ne2000_attach() later; this terse commit message being blown towards | Theo de Raadt | |
our buddy Bill Fumerola | |||
1999-09-01 | o simpler handling of "forme" packets | Jason Wright | |
o when ~IFF_UP, don't act like a bridge for output either | |||
1999-09-01 | increase tcp_iss increment | Niels Provos | |
1999-09-01 | put ax on big ramdisk | Theo de Raadt | |
1999-09-01 | Fix messed up logic that could cause an unmap of an unmapped region. | Constantine Sapuntzakis | |
1999-08-31 | correctly update window information | Niels Provos | |
1999-08-31 | Add umass (commented out). Don't uncomment it yet. | Federico G. Schwindt | |
1999-08-31 | Uncomment umodem and umass. | Federico G. Schwindt | |
1999-08-31 | sync with NetBSD; | Federico G. Schwindt | |
struct device->bdevice. | |||
1999-08-30 | replace "" with "oldscsibus" in oldscsibus_cd. -moj | Mats O Jansson | |
1999-08-30 | Kill mfsiom.h. We are not using anything from it. | Artur Grabowski | |
1999-08-29 | regen -moj | Mats O Jansson | |
1999-08-29 | Add an ethernet adapter. -moj | Mats O Jansson | |
1999-08-29 | Move all config files forwrd wrt IDE & dp8390 devices | Niklas Hallqvist | |
1999-08-29 | Sync with NetBSD; | Federico G. Schwindt | |
Add some comments. Change a type name. | |||
1999-08-29 | regen. | Federico G. Schwindt | |
1999-08-29 | Fixes/updates from FreeBSD; from NetBSD. | Federico G. Schwindt | |
1999-08-29 | simplfy attachment of fvme children | Jason Wright | |
1999-08-27 | Add device ID for 398XUW, such as found on some RAID controllers. | Jason Downs | |
(This allows, for instance, an AAA-131CF to function as a normal SCSI controller with this driver.) | |||
1999-08-27 | more SACK hole validity testing; fix a tcp seq arithmetic bug. cmetz and me. | Niels Provos | |
1999-08-27 | sync | Federico G. Schwindt | |
1999-08-27 | More products from NetBSD. | Federico G. Schwindt | |
1999-08-27 | Sync with NetBSD; | Federico G. Schwindt | |
Make sure not to call tsleep() from suspend/resume routine. Move more of the transfer completion processing to HC independent code. Fix some problems with transfer abort & timeout. Merge the soft_{td,qh} with the real {td,qh}. This saves time and space. | |||
1999-08-27 | sync | Federico G. Schwindt | |
1999-08-27 | Add a Kawatsu mouse; from NetBSD. | Federico G. Schwindt | |
1999-08-27 | Disable SACK for now, it has problems, deraadt@ | Todd C. Miller | |
1999-08-27 | sync | Jason Downs | |
1999-08-27 | Fix Ensoniq, add Inition devices. | Jason Downs | |
1999-08-27 | sync | Jason Downs | |
1999-08-27 | S3 Savage series | Jason Downs | |
1999-08-26 | increase timeout for "lost messages" | David Leonard | |
1999-08-26 | remove some unneeded debugging | David Leonard | |
1999-08-26 | add an inner xor to make prediction attacks against the ids harder, due | Niels Provos | |
to an attack pointed out by David Wagner. | |||
1999-08-26 | change a & to &&. From dima@best.net | Artur Grabowski | |
1999-08-25 | Move COREGA to ALLIEDTELESIS. | Federico G. Schwindt | |
1999-08-25 | sync | Federico G. Schwindt | |