Age | Commit message (Expand) | Author |
2010-04-03 | Add support for Nokia Internet Stick CS-15. | Marco Pfatschbacher |
2010-04-03 | sync | Marco Pfatschbacher |
2010-04-03 | Add Nokia Internet Stick CS-15. | Marco Pfatschbacher |
2010-04-03 | byteswap the cmdset word properly so we enable the right features on | David Gwynne |
2010-04-03 | remove some debug output | David Gwynne |
2010-04-03 | dont allocate with M_TEMP and then free with M_DEVBUF. made even worse that | David Gwynne |
2010-04-03 | add support for emulating the disk characteristics and disk limits vpd | David Gwynne |
2010-04-03 | add bnx; from brad | Theo de Raadt |
2010-04-03 | document the first byte of the random MAC address | Theo de Raadt |
2010-04-02 | add $OpenBSD$ | Jonathan Gray |
2010-04-02 | ugly spacing | Theo de Raadt |
2010-04-02 | Special-case SIOCADDMULTI and SIOCDELMULTI ioctls, based on code from if_tun. | Stefan Sperling |
2010-04-02 | Add a case so that FIONREAD on the master side of a pty returns the size | Nicholas Marriott |
2010-04-02 | Put se(4) onto these ramdisks | Theo de Raadt |
2010-04-02 | SiS 190 ethernet driver ported from FreeBSD by Christopher Zimmermann | Theo de Raadt |
2010-04-02 | For the VT8251 host bridge, only attach the pci bus is non-zero, otherwise | Mark Kettenis |
2010-04-02 | fix an ugly construct | Theo de Raadt |
2010-04-02 | Clear the PG_PMAP_EXE flags whenever writable mappings are created. | Dale Rahn |
2010-04-02 | Remove parent/slave mode of rbus as nothing uses it. | Jonathan Gray |
2010-04-02 | allow this to compile in the never-gonna-happen world without INET | Theo de Raadt |
2010-04-01 | Add PCI_PRODUCT_ATI_RADEON_HD4500_M to the list | Robert Nagy |
2010-04-01 | Add more dell subids found in the windows driver. | Jonathan Gray |
2010-04-01 | Avoid null pointer dereference. Pointed out by Nick Hudson; variant on his | Mark Kettenis |
2010-04-01 | Don't index cpu_info by apic id, but by device unit number instead. Recent | Mark Kettenis |
2010-04-01 | Add H700 now that we know the subid... | Marco Peereboom |
2010-04-01 | Allow for multiple CPUs by moving to an array of cpu_info. | Joel Sing |
2010-03-31 | More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protect | Dale Rahn |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
2010-03-31 | Add bnx firmware on installation media; this causes a media oflow, so | Miod Vallat |
2010-03-31 | Bring /dev/apm support in line with apm(4). Make the suspend button send | Mark Kettenis |
2010-03-31 | if bthub defines are needed by conf.c, they must come from files.bluetooth | Theo de Raadt |
2010-03-31 | fix typo | Theo de Raadt |
2010-03-31 | Radeon HD2400 XT works. Tested by Dennis den Brok; thanks! | Owain Ainsworth |
2010-03-31 | update the inteldrm GEM interface to the newer version. | Owain Ainsworth |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2010-03-30 | Since we use a direct mapping for the area where we save a process' floating | Mark Kettenis |
2010-03-30 | Support Radeon Mobility HD3670; James Thackray. Thanks! | Owain Ainsworth |
2010-03-30 | sync | Owain Ainsworth |
2010-03-30 | Mobility Radeon HD3670, from James Thackray (first.last@gmail.com) | Owain Ainsworth |
2010-03-30 | Have bge_start check if there are less than 16 free send BDs and if not | Christian Weisgerber |
2010-03-30 | Do not print ac97 link rate message unless debug is enabled. | David Coppa |
2010-03-30 | We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because it | Theo de Raadt |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2010-03-29 | Add Radeon HD360 Mobility. | Owain Ainsworth |
2010-03-29 | Don't try and idle the engine via the ring if the cp is not running. | Owain Ainsworth |
2010-03-28 | Fix user-after-free bug in pmap_remove(). Page table pages are freed as soon | Mark Kettenis |
2010-03-28 | Add envy(4), as found on Tezro; attaches, not tested yet because marco@ doesn't | Miod Vallat |
2010-03-28 | Correctly account devio usage, instead of relying upon unused devio registers | Miod Vallat |