aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update for the new and removed MPT driver files.Scott Long2005-07-102-2/+3
* Massive overhaul of MPT Fusion driver:Scott Long2005-07-1021-2955/+7119
* Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64Marius Strobl2005-07-102-13/+21
* - Declare lookup tables etc. const. [1]Marius Strobl2005-07-101-68/+148
* - Declare lookup tables etc. const.Marius Strobl2005-07-104-93/+175
* - Add missing opt_isa.h. This fixes the standalone build of sound.koMarius Strobl2005-07-101-2/+14
* Add a missing mtx_destroy() in hme_pci_detach().Marius Strobl2005-07-101-0/+1
* Switch from trying to allocate up to 8 register banks for the EBusMarius Strobl2005-07-101-19/+6
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-106-12/+74
* remove driver-private key allocators; use the default one insteadSam Leffler2005-07-103-36/+0
* Change default key allocation method to do the right thing forSam Leffler2005-07-091-1/+18
* Repair this:Martin Cracauer2005-07-091-0/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:Joseph Koshy2005-07-096-36/+46
* Have the NMI handler call the C language trap() routine and directlyJoseph Koshy2005-07-091-2/+27
* Use m_length (m, NULL) instead of m->m_pkthdr.len.Roman Kurakin2005-07-093-3/+3
* Lost cx_mpsafenet check.Roman Kurakin2005-07-091-2/+3
* Lost t_oproc() callback assignment.Roman Kurakin2005-07-091-0/+1
* Lost CX_UNLOCK().Roman Kurakin2005-07-091-0/+4
* Protect from partially initialized channels.Roman Kurakin2005-07-093-0/+6
* Regrab dvp only when ISDOTDOT.Seigo Tanimura2005-07-091-1/+2
* Space & alignment nits.Roman Kurakin2005-07-093-21/+20
* Some cleanups and tweaks to some of the atomic.h files in preparation forJohn Baldwin2005-07-093-253/+234
* Add Giant around linux_getcwd_common() in linux_getcwd().John Baldwin2005-07-091-0/+2
* Add missing locking to linux_connect() so that it can be marked MP safe:John Baldwin2005-07-091-8/+15
* Document that SOCK_LOCK is used to protect so_emuldata.John Baldwin2005-07-091-1/+1
* The nsegs parameter to bus_dmamap_load_mbuf_sg is not required toPeter Grehan2005-07-091-0/+2
* Fix the build. The SMC_8020BT define doesn't exist yet.Scott Long2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listWarner Losh2005-07-091-3/+2
* correct check for high priority wme trafficSam Leffler2005-07-081-1/+1
* Add CANCEL command which allows to remove one request from the queue orPawel Jakub Dawidek2005-07-082-4/+53
* oops ... forgot to declare sc in my previous commit. unbreak build.Damien Bergamini2005-07-081-0/+1
* fix allocation of rx dma buffers. buffers must be contiguous.Damien Bergamini2005-07-081-2/+2
* Make sure that all the necessary USB endpoints are found during deviceDamien Bergamini2005-07-082-2/+7
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.Damien Bergamini2005-07-082-2/+2
* Use implicit type cast for ->k_lock to fix compilation of ndisRoman Kurakin2005-07-081-3/+3
* fix another instance of the MORE_DATA bit handling for frames on theSam Leffler2005-07-081-2/+1
* reclaim node reference when ieee80211_encap failsSam Leffler2005-07-083-4/+13
* update ural idsSam Leffler2005-07-082-2/+34
* Regen.John Baldwin2005-07-085-6/+6
* Mark second instance of lchown() MP safe just like the first.John Baldwin2005-07-081-1/+1
* ALTQify ste(4).Max Laier2005-07-081-6/+8
* Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().John Baldwin2005-07-071-2/+7
* Remove an extra call to read() in ibcs2_read() that can never be reached.John Baldwin2005-07-071-2/+0
* Conditionally acquire Giant around the ISC and Xenix system calls basedJohn Baldwin2005-07-072-10/+24
* Lock Giant in svr4_add_socket() so that the various svr4_*stat() callsJohn Baldwin2005-07-071-0/+6
* Remove an unused syscallarg() macro leftover from this code's origins inJohn Baldwin2005-07-071-2/+0
* Rototill this file so that it actually compiles. It doesn't do anythingJohn Baldwin2005-07-071-144/+135
* Fix the computation of uptime for linux_sysinfo(). Before it was returningJohn Baldwin2005-07-071-15/+3
* - Remove spl's from osf1_usleep_thread().John Baldwin2005-07-071-8/+4
* Regenerate.John Baldwin2005-07-079-17/+51