Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-11-06 | regen | Michael Shalayeff | |
2000-11-06 | creative nomadiimg | Michael Shalayeff | |
2000-11-06 | Add two paragraphs to the BUGS section: | Aaron Campbell | |
- Note that mii_tick() is not currently run for ASIX boards. - Do not recommend Davicom adapters as they hog the PCI bus. | |||
2000-11-06 | Fix manpage examples. | Angelos D. Keromytis | |
2000-11-06 | Send the message to registered promiscuous listeners. | Angelos D. Keromytis | |
2000-11-06 | Don't bomb when the length of pagedvn vm_cmd is not page aligned. | Artur Grabowski | |
Other commands were checked and look safe. | |||
2000-11-06 | MLINK uhub.4 | Theo de Raadt | |
2000-11-06 | use the macros from queue.h more consistently | Jason Wright | |
update if_omcasts and call IF_DROP when necessary | |||
2000-11-06 | Xr crypto 9, not crypt 9 | Jason Wright | |
2000-11-06 | Correct an Xr: ipsecadm(4) -> ipsecadm(8); kent@unit.liu.se | Aaron Campbell | |
2000-11-06 | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. | Aaron Campbell | |
From ianm@kashmir.cit.nepean.uws.edu.au. | |||
2000-11-05 | add 802.1D LSAP | Jason Wright | |
2000-11-05 | pmax sets fixes | Miod Vallat | |
2000-11-05 | Link with gcc -shared | Miod Vallat | |
2000-11-05 | Update to reflect closer to reality. and current direction for the port. | Dale Rahn | |
2000-11-05 | 2.9 | Jason Wright | |
2000-11-05 | Changes to print out size of L2 Cache for G4 and G3 machines. | Dale Rahn | |
It "configures" the cache, but it seemed to be configured by openfirmware previously. From NetBSD. | |||
2000-11-04 | Add several mirrors | Nathan Binkert | |
2000-11-04 | typos | Markus Friedl | |
2000-11-03 | argh. fix previous commit. | Federico G. Schwindt | |
2000-11-03 | byebye old doc about pcmcia and network cards; deraadt@ ok. | Federico G. Schwindt | |
2000-11-03 | add raid and pcibios stuff; aaron@ look over it | Michael Shalayeff | |
2000-11-03 | Incorporate suggestions from Louis Bertrand. | Hugh Graham | |
2000-11-03 | typos | jasoni | |
2000-11-03 | - We support ext2fs as an install medium. | jasoni | |
- typo. | |||
2000-11-03 | xbox is not audio, and amd audio is not misc... deraadt@ ok | Miod Vallat | |
2000-11-02 | Add missing comma. Noticed by john@maKintosh.com | Nathan Binkert | |