summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make the RELENG_6 branch operation official by moving HEAD to 7.0-CURRENT.scottl2005-07-112-2/+2
* bump for libpcap importsam2005-07-111-1/+1
* additions from libpcap 0.9.1 releasesam2005-07-111-1/+14
* Handle encrypt of arbitarily fragmented mbuf chains: previouslysam2005-07-111-18/+68
* nuke assert that duplicates real checksam2005-07-111-3/+0
* Correct a minor typo.delphij2005-07-111-1/+1
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-1011-22/+65
* remove local mods that snuck into rev 1.6sam2005-07-101-4/+1
* Update for the new and removed MPT driver files.scottl2005-07-102-2/+3
* Massive overhaul of MPT Fusion driver:scottl2005-07-1021-2966/+7130
* Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64marius2005-07-102-13/+21
* - Declare lookup tables etc. const. [1]marius2005-07-101-68/+148
* - Declare lookup tables etc. const.marius2005-07-104-93/+175
* - Add missing opt_isa.h. This fixes the standalone build of sound.komarius2005-07-101-2/+14
* Add a missing mtx_destroy() in hme_pci_detach().marius2005-07-101-0/+1
* Switch from trying to allocate up to 8 register banks for the EBusmarius2005-07-101-19/+6
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-106-12/+74
* remove driver-private key allocators; use the default one insteadsam2005-07-103-36/+0
* Change default key allocation method to do the right thing forsam2005-07-091-1/+18
* Repair this:cracauer2005-07-091-0/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-096-36/+46
* Have the NMI handler call the C language trap() routine and directlyjkoshy2005-07-091-2/+27
* Use m_length (m, NULL) instead of m->m_pkthdr.len.rik2005-07-093-3/+3
* Lost cx_mpsafenet check.rik2005-07-091-2/+3
* Lost t_oproc() callback assignment.rik2005-07-091-0/+1
* Lost CX_UNLOCK().rik2005-07-091-0/+4
* Protect from partially initialized channels.rik2005-07-093-0/+6
* Regrab dvp only when ISDOTDOT.tanimura2005-07-091-1/+2
* Space & alignment nits.rik2005-07-093-21/+20
* Some cleanups and tweaks to some of the atomic.h files in preparation forjhb2005-07-093-253/+234
* Add Giant around linux_getcwd_common() in linux_getcwd().jhb2005-07-091-0/+2
* Add missing locking to linux_connect() so that it can be marked MP safe:jhb2005-07-091-8/+15
* Document that SOCK_LOCK is used to protect so_emuldata.jhb2005-07-091-1/+1
* The nsegs parameter to bus_dmamap_load_mbuf_sg is not required togrehan2005-07-091-0/+2
* Fix the build. The SMC_8020BT define doesn't exist yet.scottl2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listimp2005-07-091-3/+2
* correct check for high priority wme trafficsam2005-07-081-1/+1
* Add CANCEL command which allows to remove one request from the queue orpjd2005-07-082-4/+53
* oops ... forgot to declare sc in my previous commit. unbreak build.damien2005-07-081-0/+1
* fix allocation of rx dma buffers. buffers must be contiguous.damien2005-07-081-2/+2
* Make sure that all the necessary USB endpoints are found during devicedamien2005-07-082-2/+7
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.damien2005-07-082-2/+2
* Use implicit type cast for ->k_lock to fix compilation of ndisrik2005-07-081-3/+3
* fix another instance of the MORE_DATA bit handling for frames on thesam2005-07-081-2/+1
* reclaim node reference when ieee80211_encap failssam2005-07-083-4/+13
* update ural idssam2005-07-082-2/+34
* Regen.jhb2005-07-085-6/+6
* Mark second instance of lchown() MP safe just like the first.jhb2005-07-081-1/+1
* ALTQify ste(4).mlaier2005-07-081-6/+8
* Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().jhb2005-07-071-2/+7
OpenPOWER on IntegriCloud