Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-28 | hush | Jason Wright | |
2000-08-28 | driver for broadcom 5400 from FreeBSD. | Jason Wright | |
2000-08-28 | sync | Jason Wright | |
2000-08-28 | From FreeBSD: | Jason Wright | |
add broadcom 5400 and XaQti PHY definitions | |||
2000-08-27 | move IPv6 IPsec sysctl # downward, to avoid number conflict in *BSD. | Jun-ichiro itojun Hagino | |
angelos ok | |||
2000-08-26 | Add support for detach of xe and aue. | Nathan Binkert | |
2000-08-26 | sync mii code with netbsd | Nathan Binkert | |
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway | |||
2000-08-26 | Typo. Ok deraadt@ | Kevin Lo | |
2000-08-26 | Revert a minor FreeBSD tweak that tends to freeze my machine solid after | Aaron Campbell | |
large amounts of data transfer (ASIX 88141 card). | |||
2000-08-25 | Sync with FreeBSD. Summary of changes: | Aaron Campbell | |
- Modify to poll link state and positively set MAC's duplex as needed. - Program some DP83815 registers that are recommended for optimum performance. - Select the TX DMA burst size correctly for 10 and 100Mbps modes, especially improving the performance of the DP83815 at 10Mbps. | |||
2000-08-25 | Match Promise Ultra/100 as PDC20262 instead of PDC20246 | Chris Cappuccio | |
(netbsd) | |||
2000-08-25 | regen | Niklas Hallqvist | |
2000-08-25 | Remove a blank line that confused the awk script enough | Niklas Hallqvist | |
to remove the following copyright statement from the generated files. Noticed by Chris Demetriou <cgd@netbsd.org> | |||
2000-08-24 | Fix a problem when deleting a flow via -delete. This only affects flows | Federico G. Schwindt | |
using -transport; found by riq@core-sdi.com, fix by angelos@. | |||
2000-08-24 | Be careful about hzto returning <= 0. | Artur Grabowski | |
2000-08-23 | Move the updating of timeout queues to after ticks is incremented. | Artur Grabowski | |
The older code actually ensured that no timeout would be too early, but it violated the principle of least surprise by making it seem (when you looked at the time variable) that every timeout was one tick late. Also periodic timeouts (that readd themselves in the timeout function), will now happen with the frequency you expect. | |||
2000-08-23 | regen. | Federico G. Schwindt | |
2000-08-23 | - Simplify pread and pwrite now that we have a native implementation. | Federico G. Schwindt | |
- Implement pread/pwrite 64. - Add DUP2FD fcntl command, which is nothing else than dup2 (according to solaris manpage). This solves the dup error and the freezing problem on netscape-solaris (DNS still not working, tho). code from NetBSD. | |||
2000-08-23 | NetBSD RCS id | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | rename to svr4_error.c to svr4_errno.c | Brad Smith | |
2000-08-21 | 2.8-beta (so that X11 can distinguish login.conf) | Theo de Raadt | |
2000-08-21 | fix indentation from 1.41 addition | Jason Wright | |
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson | |
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will remove the old dc driver. -moj | |||
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson | |
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will switch over and use the new dz driver. -moj | |||
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson | |
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will add a new dz driver to replace the current dc. -moj | |||
2000-08-19 | - introduce new function ubsec_mcopy() which copies the header and trailer | Jason Wright | |
of one mbuf into another since ubsec doesn't copy data through - get all of the offsets right for the !nicealign case - style fixes Authentication/Encryption on the same packet now appears to work reliably | |||
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ | Nathan Binkert | |
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ angelos@ | Nathan Binkert | |
2000-08-19 | - upgrade icmp6 node information query support to 06 draft. | Jun-ichiro itojun Hagino | |
- pedant: possible alignment issue in ALIGN > 8 arch (should be okay for now) (sync with kame) | |||
2000-08-18 | Stupid Linux redefined SBRK semantics | Niklas Hallqvist | |
2000-08-18 | Remove comment that refers to a NOTE that was removed yesterday | Marco S Hyman | |
2000-08-18 | Add TCSBRK emulation. bug reported by sparud@crt.se | Niklas Hallqvist | |
2000-08-18 | wb needs mii_phy for mii_phy_reset() | Michael Shalayeff | |
2000-08-18 | unused variable if no apm and no pcibios conditions; pt out by chris@ | Michael Shalayeff | |
2000-08-17 | pcibios tells us everything, no bios_pciinfo | Michael Shalayeff | |
2000-08-17 | use destination lengths when trimming the output packet (cut and pasto) | Jason Wright | |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff | |
this is now a real device, which looks in flags for disabling address, interrupt or bus fixup. bios0's flags are to disable bios32 and pcibios probing. since boot_config support editing flags, it's posible to adjust pcibios functionality in the generic kernel upon boot time. man is coming. | |||
2000-08-17 | replace if_awi w/ semi-current netbsd driver; still has problems | Michael Shalayeff | |
2000-08-17 | - auth+enc sorta works: fixup all of the offsets for encryption/authentication | Jason Wright | |
- also check for cases that ubsec cannot handle (and should not happen anyway) - actually use the destination length to trim the packet in the output descriptor - don't copy the IV into the packet unless it doesn't already have one (old debugging code...) - style fixes | |||
2000-08-16 | morth to use new timeouts | Michael Shalayeff | |
2000-08-16 | Fix AK4531 data sheet link. Ok'd by deraadt@ | Kevin Lo | |
2000-08-15 | Increase if_obytes and if_omcasts in the output routine, | Chris Cappuccio | |
as it replaces ether_output and ether_output does this... (peter.jeremy@alcatel.com.au FreeBSD PR 20611) | |||
2000-08-15 | print cpu revision and type | Michael Shalayeff | |
2000-08-15 | cpu types, enable sti (which works now) | Michael Shalayeff | |
2000-08-15 | these are our cpu types, we maybe run on them, someday | Michael Shalayeff | |
2000-08-15 | note about pcxs and kernel base here | Michael Shalayeff | |
2000-08-15 | two btlb routines (i & d) for pcxs | Michael Shalayeff | |
2000-08-15 | expand per-cpu control routines switch | Michael Shalayeff | |