Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-04 | do not allocate any PA allocating VA for mapping devices; drahn@ ok | Michael Shalayeff | |
2005-07-04 | always enforce cache-inhibit if bus_space_map()ping uncachable; drahn@ ok | Michael Shalayeff | |
2005-07-04 | implement support for X11 and agent forwarding over multiplex slave | Damien Miller | |
connections. Because of protocol limitations, the slave connections inherit the master's DISPLAY and SSH_AUTH_SOCK rather than distinctly forwarding their own. ok dtucker@ "put it in" deraadt@ | |||
2005-07-04 | sync | Theo de Raadt | |
2005-07-04 | new uplcom; Tomokazu Hirai | Theo de Raadt | |
2005-07-04 | sync | Theo de Raadt | |
2005-07-04 | oops, kernel free needs two args. thanks pedro | Ted Unangst | |
2005-07-03 | malloc(M_WAITOK) implies sleeping, so we have to double check that | Ted Unangst | |
somebody else didn't beat us in uid_find(). | |||
2005-07-03 | Fix data_length values in simulationed MODE SENSE page 4 responses so | Kenneth R Westerback | |
that scsi_do_mode_sense() accepts them. The data_length value does not include itself, and the pg_length value in a mode page does not include itself or the page_code fields. We were +1 on the former and -2 on the latter resulting in a data_length value that was too small by one. Eliminates 'mode sense page 5 not simulated' messages. ok marco@ | |||
2005-07-03 | sync | Dale Rahn | |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn | |
been worked on, so EA is pointless. Also the code is not enabled in GENERIC so it is not being tested or maintained. | |||
2005-07-03 | MCR_AFE, found on some chips | Theo de Raadt | |
2005-07-03 | sigh, aue cannot fit anymore because people keep growing code | Theo de Raadt | |
2005-07-03 | include CRC | Brad Smith | |
2005-07-03 | fix MTU ioctl case | Brad Smith | |
2005-07-03 | no need for HW VLAN tag removal so clean up some code. | Brad Smith | |
2005-07-03 | Add missing reserved byte to page_disk_format struct in | Kenneth R Westerback | |
scsi_disk_pages union. From FreeBSD and SCSI spec. | |||
2005-07-03 | rev 1.13 | Brad Smith | |
when changing to an unsupported media type, return EINVAL instead of ENXIO. From NetBSD | |||
2005-07-03 | enable use of the hardware 64 entry CAM table for perfect multicast | Brad Smith | |
filtering otherwise fallback on the multicast hash table if trying to filter on more than 64 addresses or if we're trying to flip on ALLMULTI. | |||
2005-07-03 | ETHERMTU_JUMBO -> ETHER_MAX_LEN_JUMBO | Brad Smith | |
2005-07-03 | adjust tuneable for Jumbo case | Brad Smith | |
2005-07-03 | regen | Brad Smith | |
2005-07-03 | GT -> GT AGP | Brad Smith | |
2005-07-03 | - when printing the "unsupported chip revision" message also print the | Brad Smith | |
chip revision. - allow VLAN-sized frames even when not using hardware VLAN support. From FreeBSD - disestablish PCI interrupt on failure to attach. - allow reception of Jumbo frames by default. Based on a diff sent to me a long time ago by mcbride@ | |||
2005-07-03 | regen | Brad Smith | |
2005-07-03 | add GeForce 6600 GT | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2005-07-03 | regen | Jared Yanovich | |
2005-07-03 | change VOP_PATHCONF to take a locked vnode, as its | Jared Yanovich | |
comment entry describes. requires that sys_fpathconf() lock its vnode. lots of testing by jolan and myself, ok pedro | |||
2005-07-02 | hardware checkcum in the receive direction only | Brad Smith | |
2005-07-02 | oops | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in rl_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in ral_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | add TLPHY_MEDIA_NO_10_T flag for DP4000 model | Brad Smith | |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith | |
2005-07-02 | don't call mii_pollstat() right after mii_tick() in foo_tick_task() | Brad Smith | |
2005-07-02 | set IFCAP_VLAN_MTU and do not whine if we cannot get mbufs | Brad Smith | |
2005-07-02 | - mbuf external storage is of (caddr_t), not (caddr_t *). | Brad Smith | |
- check for MTU being too small with ETHERMIN - don't bother reseting the card since it'll default to allowing Jumbos | |||
2005-07-02 | de-static and we don't need to enable bus mastering here | Brad Smith | |
2005-07-02 | info about Jumbos and checksum offload | Brad Smith | |
2005-07-02 | mention new 82573E chipset | Brad Smith | |
2005-07-02 | uncomment large portions of the page | Brad Smith | |
2005-07-02 | mention media types supported by the various cards | Brad Smith | |
2005-07-02 | mention the D-Link DFE-580TX Quad port card | Brad Smith | |
2005-07-02 | mention IPv4 receive IP/TCP/UDP checksum offload | Brad Smith | |
2005-07-02 | skip pcmcia com | Theo de Raadt | |
2005-07-02 | allow altq section to fully parse. | Joel Knight | |
2005-07-02 | Sync with the faq | Joel Knight | |
2005-07-02 | sync | Theo de Raadt | |
2005-07-02 | Remove unused cd_softc.name field. Use the saved INQUIRY data in | Kenneth R Westerback | |
scsi_link to determine device type, rather than keeping a copy in sd_softc.type. Remove unused sd_softc.type field. |