Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-08 | Code that I will forget to change when I convert pmax to UVM. | Artur Grabowski | |
Better to commit it now. | |||
2000-11-08 | Include vm_page.h and reorder some. | Artur Grabowski | |
2000-11-08 | Initialize the timeout in attach, not wi_init. | Artur Grabowski | |
The difference is that we do not risk reinitializing a pending timeout. | |||
2000-11-08 | Defines for min_gnt and max_lat fields in the bhlc reg. | Artur Grabowski | |
Not used yet. | |||
2000-11-08 | Use netisr_dispatch. | Artur Grabowski | |
2000-11-08 | Opps. | Artur Grabowski | |
protect from multiple inclusion. Needed for the netisr_dispatch changes. | |||
2000-11-08 | Don't busy-wait for random data. | Artur Grabowski | |
Remove unnecessary splhigh. | |||
2000-11-08 | Enable UVM for amiga. | Artur Grabowski | |
2000-11-08 | Enable UVM by default. | Artur Grabowski | |
2000-11-08 | Some fixes to vmapbuf and vunmapbuf. | Artur Grabowski | |
Mostly from NetBSD. | |||
2000-11-08 | Fixes to submap allocation. | Artur Grabowski | |
2000-11-08 | Use netisr_dispatch.h | Artur Grabowski | |
2000-11-08 | OpenBSD tag | Artur Grabowski | |
2000-11-08 | Add a centralized dispatcher for softnet interrupts. | Artur Grabowski | |
This is so that we won't need to change every arch on a softnet change. From NetBSD. | |||
2000-11-08 | Add files required to compile kerberosIV/usr.bin/kftp | Hans Insulander | |
2000-11-08 | If MD code has defined curproc, don't do it here. | Artur Grabowski | |
This is not a perfect solution. | |||
2000-11-08 | If MD code has defined curproc, don't do it here. | Artur Grabowski | |
This is not a perfect solution. | |||
2000-11-07 | sync | Theo de Raadt | |
2000-11-07 | shorten | Theo de Raadt | |
2000-11-07 | we are at 2.8-current | Theo de Raadt | |
2000-11-07 | Don't assume that a SOCK_DGRAM descriptor in -direct mode is an | brian | |
unconnected socket. | |||
2000-11-07 | Pass the correct option data to the compression modules Init function | brian | |
rather than the data associated with the first protocol REQuested. Initiate MPPE session keys correctly based on whether we're client or server | |||
2000-11-07 | Promise PCI devs renamed | Chris Cappuccio | |
2000-11-07 | sync | Chris Cappuccio | |
2000-11-07 | Make more sense with Promise stuff | Chris Cappuccio | |
2000-11-07 | Repair documentation, remove OPTi and ALi references (these chips are NOT | Chris Cappuccio | |
supported in DMA modes right now), add some missing ones | |||
2000-11-07 | Use cc -xassembler-with-cpp instead of cpp | as | Artur Grabowski | |
2000-11-07 | Fix multicast filter programming; from FreeBSD. | Aaron Campbell | |
2000-11-07 | regen | Michael Shalayeff | |
2000-11-07 | ami megaraid definitions | Michael Shalayeff | |
2000-11-07 | estimate sc_link.openings on the number of configured units | Michael Shalayeff | |
2000-11-07 | initialize tdb pointer correctly, from Jean-Jacques.Bernard@hsc.fr | Niels Provos | |
2000-11-07 | AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.org | Michael Shalayeff | |
2000-11-07 | No need for extern struct proc *curproc. | Artur Grabowski | |
2000-11-07 | Cleanup ctx_free wrt. 4m vs. 4c. | Artur Grabowski | |
plus some other minor cleanups. | |||
2000-11-07 | Cleanup some ifdefs in the powerdown code. | Artur Grabowski | |
2000-11-07 | Race conditions make it hard for us to know if the interrupt was for us. | Artur Grabowski | |
Return -1 instead of 0 if we did not service the interrupt. XXX - this is a horrible kludge, but should fix the stray interrupt problem that so many people have seen. | |||
2000-11-07 | Add __P(). ok deraadt@ | Kevin Lo | |
2000-11-07 | - Since the actual frame processing takes place from softnet(), splhigh | Jason Wright | |
is not needed (the only other two places that modify the state of the bridge are bridge_ioctl() and bridge_rtage(), both of which can easily be wrapped in splsoftnet). - compute a random hashkey each time the bridge is brought up | |||
2000-11-07 | Add __P(). ok deraadt@ | Kevin Lo | |
2000-11-07 | mdoc nit | Aaron Campbell | |
2000-11-07 | Passive ftp support from newer lynx sources. To enable it, see | Federico G. Schwindt | |
FTP_PASSIVE in lynx.cfg. | |||
2000-11-06 | cache disable flag | Michael Shalayeff | |
2000-11-06 | regen | Michael Shalayeff | |
2000-11-06 | dfe-660 | Michael Shalayeff | |
2000-11-06 | tabs vs spaces | Michael Shalayeff | |
2000-11-06 | downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net | Markus Friedl | |
2000-11-06 | do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi | Markus Friedl | |
2000-11-06 | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi | Markus Friedl | |
2000-11-06 | Restore the real non-standard loopback address (127.1) | Matthieu Herrb | |