Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-07 | - the PCI layer enables bus mastering so don't bother again here. | Brad Smith | |
- use pci_mapreg_map() | |||
2005-07-07 | change panic into printf for pci_intr_disestablish() | Brad Smith | |
2005-07-07 | initialize Scan.SSID from the right source | joshua stein | |
fixes association with access points with ssid broadcasting disabled ok dlg@ | |||
2005-07-07 | Match an additional 10 ural ids, most of which are already listed | Jonathan Gray | |
in the device list. | |||
2005-07-07 | regen | Jonathan Gray | |
2005-07-07 | 10 more RT2570 devices, found in Windows drivers. | Jonathan Gray | |
2005-07-07 | remove unused structure definitions. ok damien@ | Kevin Lo | |
2005-07-07 | sync | Theo de Raadt | |
2005-07-07 | shorten | Theo de Raadt | |
2005-07-07 | Match Gigabyte GN-WBKG, from Jaime Fournier <ober at linbsd.org>. | Jonathan Gray | |
2005-07-07 | regen | Jonathan Gray | |
2005-07-07 | Gigabyte GN-WBKG from Jaime Fournier <ober at linbsd.org> | Jonathan Gray | |
2005-07-07 | fix accounting bug on extraction - we were incorrectly subtracting many times | Damien Miller | |
the amount requested from the pool's entropy estimate; ok mickey@ deraadt@ | |||
2005-07-06 | Eliminate a couple of 'msg.msg_iovlen < 0' tests. msg_iovlen is | Kenneth R Westerback | |
unsigned. ok millert@ deraadt@ | |||
2005-07-06 | url fits | Theo de Raadt | |
2005-07-06 | Fix bounds check for incomplete code sets so they cannot overflow the codes | Todd C. Miller | |
array. From Mark Adler. | |||
2005-07-06 | regen | Jonathan Gray | |
2005-07-06 | More NVIDIA devices, in a dmesg from tybollt at solace.mh.se | Jonathan Gray | |
2005-07-06 | ural works; pedro@ironchicken.am-gen.org | Theo de Raadt | |
2005-07-06 | - Rewritten TX to use only two pointers to track producer/consumer. | Brad Smith | |
- Bugfix: don't forget to set IFF_OACTIVE when TX list is full. From FreeBSD - clear IFF_RUNNING & IFF_OACTIVE in vr_stop() before de-allocating resources. Thanks to cloder@, millert@ and pedro@ for testing. | |||
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ↵ | Michael Shalayeff | |
configs for now | |||
2005-07-06 | allow bge(4) to receive Jumbos by default. | Brad Smith | |
ok krw@ | |||
2005-07-06 | regen | Brad Smith | |
2005-07-06 | add Intergraph Intense 3D | Brad Smith | |
2005-07-05 | - prototype must not have variable name. | Brad Smith | |
From itojun NetBSD - Fix signed/unsigned comparison warnings. - Make ifm_data unsigned. - Make media and mask unsigned. From thorpej NetBSD ok deraadt@ | |||
2005-07-05 | Since scsi_link now includes a copy of the INQUIRY data, don't keep a | Kenneth R Westerback | |
copy of the vendor/product/revision fields in sd_softc. Just use the INQUIRY data to build the disklabel 'label' when required. No functional change. | |||
2005-07-04 | probe & handle TI16750 if they ever show up here | Theo de Raadt | |
2005-07-04 | broadcom never ceases to amaze us. the fifos on their 16550a | Theo de Raadt | |
serial chips are apparently 15 bytes not 16 bytes. reported to me by the option driver author | |||
2005-07-04 | 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. (missed in previous commit) | |||
2005-07-04 | remove TUBA, ok many | Markus Friedl | |
2005-07-04 | in if_group_routechange(), when checking wether a default route was changed | Henning Brauer | |
to trigger an if_group_egress_build() call, stop looking at the mask in the v4 case, at least until I figured out why we sometimes see masks full of crap. | |||
2005-07-04 | restrict the tcp.finwait timeout (45s) to state combinations where we have | Markus Friedl | |
seen a FIN from both sides (whether ACKed or not) and use tcp.closing (900s) for half closed connections. otherwise half closed connections will time out within 45s. ok dhartmei, henning. | |||
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 | sync | Theo de Raadt | |
2005-07-04 | new uplcom; Tomokazu Hirai | 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 | |