Age | Commit message (Expand) | Author |
2009-01-28 | Remove cur_usec variable that is no longer used. | Alexander Bluhm |
2009-01-28 | Don't map the full 16 MB PROM to prevent running out of kva. We're only | Mark Kettenis |
2009-01-28 | Add missing braces in trunc_page() call from vmapbuf(). | Alexander Yurchenko |
2009-01-27 | Correct my timeradd() thinko in nfsrv_writegather() | Bret Lambert |
2009-01-27 | In IPsec acquire mode, if the flow was configured for the "any" | Alexander Bluhm |
2009-01-27 | Get rid of the last traces of uvm.pager_[se]va | Miod Vallat |
2009-01-27 | Turns out the IRQ Information is optional in IRQ Descriptor resources, so | Mark Kettenis |
2009-01-27 | rum -> urtw. ok jsg@, kevlo@ | Martynas Venckus |
2009-01-27 | Simplify page-out/page-in map management; fix rare pager deadlock. | Ariane van der Steldt |
2009-01-27 | sync | Owain Ainsworth |
2009-01-27 | another GeForce 9300. | Owain Ainsworth |
2009-01-27 | If a packet translation was a NOP, undo separate NAT key and | Marco Pfatschbacher |
2009-01-27 | unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLY | Damien Bergamini |
2009-01-27 | handle HW VLAN tags being passed down; from Brad | Christian Weisgerber |
2009-01-27 | include the VLAN priority for hardware tagging, too; ok claudio@ | Christian Weisgerber |
2009-01-27 | Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to a | Owain Ainsworth |
2009-01-27 | make the hardware/no hardware tag stripping cases consistent and don't | Christian Weisgerber |
2009-01-27 | make drivers tell the mclgeti allocator what their maximum ring size is | David Gwynne |
2009-01-27 | While printing is turned off by default, the debug code was still | Owain Ainsworth |
2009-01-26 | Include the ioctl definitions for the modesetting interface. | Owain Ainsworth |
2009-01-26 | move ni_macaddr field at the top of the ieee80211_node structure. | Damien Bergamini |
2009-01-26 | remove ni_ba field from ieee80211_node structure as it is not used yet. | Damien Bergamini |
2009-01-26 | I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in line | Damien Bergamini |
2009-01-26 | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: | Damien Bergamini |
2009-01-26 | Remove unneeded brackets that where left over from when these were macros. | Claudio Jeker |
2009-01-26 | Unify error message. | Mark Kettenis |
2009-01-25 | memcpy needs a prototype which is in systm.h | Alexander Yurchenko |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-25 | In hpibid(), when computing timeouts from the cpuspeed variable, account for | Miod Vallat |
2009-01-25 | If hdattach() aborts early because the disk is not in good shape, always | Miod Vallat |
2009-01-25 | Behave correctly in interrupt handlers if no tty has been allocated yet | Miod Vallat |
2009-01-25 | add udfu(4), a driver to put dfu capable devices in dfu-mode for later | Federico G. Schwindt |
2009-01-24 | oops. forgot to remove a debug printf from the diff. | Thordur I. Bjornsson |
2009-01-24 | Use a timespec for the server write deadline and procrastination | Thordur I. Bjornsson |
2009-01-24 | Use a timespec instead of a time_t for the clients nfsnode | Thordur I. Bjornsson |
2009-01-24 | propagate the O_EXCL flag down to the file systems, by setting | Thordur I. Bjornsson |
2009-01-24 | use more appropriate sensor_task_register(9) paradigm; ok mk | Constantine A. Murenin |
2009-01-24 | * eliminate redundant initialisations of .desc and .value | Constantine A. Murenin |
2009-01-24 | magic 8 -> nitems(nfs_backoff) | Thordur I. Bjornsson |
2009-01-24 | make sure the from mbuf gets freed on error to. | Thordur I. Bjornsson |
2009-01-24 | fix a couple mistakes from rev 1.109 | Jacob Meuser |
2009-01-23 | Remove parameter names from function declarations, per style(9). | Bret Lambert |
2009-01-23 | Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providing | Michael Knudsen |
2009-01-23 | Make write_user_windows() do what the name suggests: flush user windows instead | Mark Kettenis |
2009-01-22 | Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva instead | Mark Kettenis |
2009-01-22 | Make re(4) at pci(4) detachable. | Mark Kettenis |
2009-01-22 | After the NFS server had sent a reply of size readsize or readdirsize, | Alexander Bluhm |
2009-01-22 | The variable nfs_reqq was protected by splsoftnet() only in 3 out | Alexander Bluhm |
2009-01-22 | Add support for Moxa CP-104JU, 4xrs232 | Jonathan Gray |
2009-01-22 | regen | Jonathan Gray |