summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change default key allocation method to do the right thing forsam2005-07-091-1/+18
* - Grammar fixesmarkus2005-07-091-12/+12
* Repair this:cracauer2005-07-091-0/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-096-36/+46
* New release notes:hrs2005-07-092-8/+92
* Have the NMI handler call the C language trap() routine and directlyjkoshy2005-07-091-2/+27
* Fix a bug in pmclog_read() that causes it to return with a falsejkoshy2005-07-091-2/+15
* Fix a bug that affected on-the-fly gmon.out file generation.jkoshy2005-07-093-12/+9
* 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
* Add Farrallon EtherMac PC Card to the list of supported cards.imp2005-07-091-4/+11
* 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
* Sync which ggate changes.pjd2005-07-081-16/+34
* Reimplement ggatec/ggated applications.pjd2005-07-086-455/+1094
* 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
* document ENABLE_WPA_SUPPLICANT_EAPOLsam2005-07-082-1/+19
* 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
* handle RTM_IFINFO events so we terminate when an interface issam2005-07-081-1/+14
* 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
* Missed one piece of the cluster's quirk. Need to override WARNS becausekensmith2005-07-081-0/+1
* Merge the following from the English version:den2005-07-081-2/+25
* ALTQify ste(4).mlaier2005-07-082-7/+10
* This commit was generated by cvs2svn to compensate for changes in r147824,obrien2005-07-071-101/+63
|\
| * Fix bogus fmov* SPARC opcodes.obrien2005-07-071-101/+63
* | Patch the freebsd spec file for PowerPC so that PIC code builds correctly.scottl2005-07-071-0/+6
* | Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().jhb2005-07-071-2/+7
* | Remove an extra call to read() in ibcs2_read() that can never be reached.jhb2005-07-071-2/+0
* | Conditionally acquire Giant around the ISC and Xenix system calls basedjhb2005-07-072-10/+24
* | Lock Giant in svr4_add_socket() so that the various svr4_*stat() callsjhb2005-07-071-0/+6
* | Remove an unused syscallarg() macro leftover from this code's origins injhb2005-07-071-2/+0
OpenPOWER on IntegriCloud