summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-01-27Turns out the IRQ Information is optional in IRQ Descriptor resources, soMark Kettenis
2009-01-27rum -> urtw. ok jsg@, kevlo@Martynas Venckus
2009-01-27Simplify page-out/page-in map management; fix rare pager deadlock.Ariane van der Steldt
2009-01-27syncOwain Ainsworth
2009-01-27another GeForce 9300.Owain Ainsworth
2009-01-27If a packet translation was a NOP, undo separate NAT key andMarco Pfatschbacher
2009-01-27unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLYDamien Bergamini
2009-01-27handle HW VLAN tags being passed down; from BradChristian Weisgerber
2009-01-27include the VLAN priority for hardware tagging, too; ok claudio@Christian Weisgerber
2009-01-27Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to aOwain Ainsworth
2009-01-27make the hardware/no hardware tag stripping cases consistent and don'tChristian Weisgerber
2009-01-27make drivers tell the mclgeti allocator what their maximum ring size isDavid Gwynne
2009-01-27While printing is turned off by default, the debug code was stillOwain Ainsworth
2009-01-26Include the ioctl definitions for the modesetting interface.Owain Ainsworth
2009-01-26move ni_macaddr field at the top of the ieee80211_node structure.Damien Bergamini
2009-01-26remove ni_ba field from ieee80211_node structure as it is not used yet.Damien Bergamini
2009-01-26I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in lineDamien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2009-01-26Remove unneeded brackets that where left over from when these were macros.Claudio Jeker
2009-01-26Unify error message.Mark Kettenis
2009-01-25memcpy needs a prototype which is in systm.hAlexander Yurchenko
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-25In hpibid(), when computing timeouts from the cpuspeed variable, account forMiod Vallat
2009-01-25If hdattach() aborts early because the disk is not in good shape, alwaysMiod Vallat
2009-01-25Behave correctly in interrupt handlers if no tty has been allocated yetMiod Vallat
2009-01-25add udfu(4), a driver to put dfu capable devices in dfu-mode for laterFederico G. Schwindt
2009-01-24oops. forgot to remove a debug printf from the diff.Thordur I. Bjornsson
2009-01-24Use a timespec for the server write deadline and procrastinationThordur I. Bjornsson
2009-01-24Use a timespec instead of a time_t for the clients nfsnodeThordur I. Bjornsson
2009-01-24propagate the O_EXCL flag down to the file systems, by settingThordur I. Bjornsson
2009-01-24use more appropriate sensor_task_register(9) paradigm; ok mkConstantine A. Murenin
2009-01-24* eliminate redundant initialisations of .desc and .valueConstantine A. Murenin
2009-01-24magic 8 -> nitems(nfs_backoff)Thordur I. Bjornsson
2009-01-24make sure the from mbuf gets freed on error to.Thordur I. Bjornsson
2009-01-24fix a couple mistakes from rev 1.109Jacob Meuser
2009-01-23Remove parameter names from function declarations, per style(9).Bret Lambert
2009-01-23Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providingMichael Knudsen
2009-01-23Make write_user_windows() do what the name suggests: flush user windows insteadMark Kettenis
2009-01-22Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva insteadMark Kettenis
2009-01-22Make re(4) at pci(4) detachable.Mark Kettenis
2009-01-22After the NFS server had sent a reply of size readsize or readdirsize,Alexander Bluhm
2009-01-22The variable nfs_reqq was protected by splsoftnet() only in 3 outAlexander Bluhm
2009-01-22Add support for Moxa CP-104JU, 4xrs232Jonathan Gray
2009-01-22regenJonathan Gray
2009-01-22Moxa CP-104JU another puc fromJonathan Gray
2009-01-22Call checkdisklabel() for labels built from native info. This willKenneth R Westerback
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2009-01-21Pass the new pointer to sysctl_clockrate(), so that trying to change theMiod Vallat
2009-01-21It turns out that Sun USB keyboards really follow the HID specification forMiod Vallat
2009-01-21Extend the acceleration code to handle jfb (XVR-600, XVR-1200) models, theMiod Vallat