Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino | |
1999-12-08 | Move the FIBMAP ioctl. | Angelos D. Keromytis | |
1999-12-08 | KAME IPv6 merger TODOs. you may want to see them earlier... | Jun-ichiro itojun Hagino | |
1999-12-08 | IPv6 header handling, improve IPv4 option handling support. | Angelos D. Keromytis | |
1999-12-08 | fix mbuf chain allocation to comply with m_devget() way. | Jun-ichiro itojun Hagino | |
1999-12-08 | comment out call to inet_ntoa6() as we don't have the code yet. | Jun-ichiro itojun Hagino | |
1999-12-08 | fix field name (ip6_hdr->ip6_src). use IN6_ARE_ADDR_EQUAL for comparison. | Jun-ichiro itojun Hagino | |
1999-12-08 | AH finished, a couple of cosmetic changes in ESP. | Angelos D. Keromytis | |
1999-12-08 | make sure video timing is enabled (not always done by prom); NetBSD. | Jason Wright | |
1999-12-08 | Remove unused #define cruft. | Aaron Campbell | |
1999-12-08 | Whoops; forgot to bump FreeBSD version numbers. | Aaron Campbell | |
1999-12-08 | Sync with FreeBSD: | Aaron Campbell | |
- Reset the PHY before selecting a mode. - Program IPG register to match duplex setting in accordance with Adaptec manual recommendations. | |||
1999-12-08 | Sync with FreeBSD: | Aaron Campbell | |
- Use TX descriptor polling, similar to the xl driver, to reduce TX overhead. - As in if_sf, reset PHY when switching modes. - Remove unused code that was #ifdef foo'd out. | |||
1999-12-07 | driver for National Semiconductor 83843; from NetBSD. | Jason Wright | |
1999-12-07 | sync | Jason Wright | |
1999-12-07 | Merge with NetBSD: | Jason Wright | |
o move common support functions for phy drivers from mii.c to mii_physubr.c, so that they are not includes if no PHY is configured o Clean up the code that adds media a little, and make media selection table-driven in preparation for some other changes to be made. o Don't add any loopback versions of media, for now. o Add mii_down(), which is used by MAC drivers to inform PHYs that the interface is now down. PHYs use this to cancel pending asynchronous operations. o Add OUI for Enable Semiconductor. o New Driver for TDK TSC78Q2120 PHY | |||
1999-12-07 | remove freebsd bridging stuff, and let ALL packets go to ether_input() | Jason Wright | |
1999-12-07 | quiet | Jason Wright | |
1999-12-07 | merge with freebsd: | Jason Wright | |
o when setting/clearing promisc mode, just update filter o call xl_init() in xl_media_upd() for handling media changes better on combo's o alternate tx strategy for 3c90?[BC] cards | |||
1999-12-07 | Use pool to allocate page tables. This has the nice effect that we can uncache | Artur Grabowski | |
them on allocation instead of flushing cache every time we fiddle with them. Some parts from NetBSD. | |||
1999-12-07 | Forgot a printf... | Angelos D. Keromytis | |
1999-12-07 | New ah_new_input(), protocol-independent processing (still lacking | Angelos D. Keromytis | |
IPv6-specific protocol header processing). | |||
1999-12-07 | Missing "else"... | Angelos D. Keromytis | |
1999-12-07 | Driver for Sundance ST201 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-07 | move .mul and .umul into the kernel. if v8 sparc is detected, replace with | Theo de Raadt | |
the equivelant 2-instruction sequence. | |||
1999-12-06 | Regen. | Aaron Campbell | |
1999-12-06 | More. | Aaron Campbell | |
1999-12-06 | Keep statistics in default case as well. | Angelos D. Keromytis | |
1999-12-06 | Oops, typo. | Angelos D. Keromytis | |
1999-12-06 | Some preliminiries to AH revamping (similar to ESP)... | Angelos D. Keromytis | |
1999-12-06 | Don't do m_adj() if it's not really needed (minor optimization, | Angelos D. Keromytis | |
doesn't correctness) | |||
1999-12-06 | Regen. | Aaron Campbell | |
1999-12-06 | Implement compatibility for Linux stime() syscall. | Aaron Campbell | |
1999-12-06 | Simplify include files. | Angelos D. Keromytis | |
1999-12-06 | Put the "size check fired" behind ifdef DEBUG, it can happen in some | Artur Grabowski | |
legitimate cases. | |||
1999-12-06 | Make this work for uvm. | Artur Grabowski | |
1999-12-06 | Yet another solution to the mfs unmount/kill race (not ugly this time). | Artur Grabowski | |
Require that the mount point is vfs_busy on entry to dounmount. | |||
1999-12-06 | When truncating directories by less than a block we shouldn't zero the | Artur Grabowski | |
part of the block that we're deallocating. From NetBSD. | |||
1999-12-06 | New ESP code that's v4 and v6 friendly. | Angelos D. Keromytis | |
1999-12-06 | ffs_init is a vfsop. Move it to ffs_vfsops. | Artur Grabowski | |
1999-12-06 | Always make sure that softdep mounts are not async. | Artur Grabowski | |
1999-12-06 | Don't compute values that we don't use later. | Artur Grabowski | |
1999-12-06 | #if 0 some broken unreached code. | Artur Grabowski | |
1999-12-06 | Add another statistic | Angelos D. Keromytis | |
1999-12-05 | sure, nix the PROT_EXEC; zzlevo@dd.chalmers.se | Theo de Raadt | |
1999-12-05 | Fix an INET6 dependency (niklas@) | Angelos D. Keromytis | |
1999-12-05 | Pass device mode to query_encoding in the structure to fill, so | Marc Espie | |
that devices that don't need it are not affected. eso has those weird 16 bits mode that differ in endianess depending on READ/WRITE. Use this to avoid setting AUDIO_FLAGS_EMULATED needlessly. Reorder eso modes slightly so that emulated modes are always last. | |||
1999-12-05 | Integrate the latest soft updates code. | Artur Grabowski | |
From mckusick@mckusick.com. | |||
1999-12-05 | Collect statistics on sync and async writes. | Artur Grabowski | |
From NetBSD. | |||
1999-12-05 | With soft updates, some buffers will be remarked as dirty after being written. | Artur Grabowski | |
Handle this when syncing filesystems when unmounting. From NetBSD. |