aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Farrallon EtherMac PC Card to the list of supported cards.Warner Losh2005-07-091-4/+11
* 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
* Sync which ggate changes.Pawel Jakub Dawidek2005-07-081-16/+34
* Reimplement ggatec/ggated applications.Pawel Jakub Dawidek2005-07-086-453/+1092
* 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
* document ENABLE_WPA_SUPPLICANT_EAPOLSam Leffler2005-07-082-1/+19
* 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
* handle RTM_IFINFO events so we terminate when an interface isSam Leffler2005-07-081-1/+14
* 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
* Missed one piece of the cluster's quirk. Need to override WARNS becauseKen Smith2005-07-081-0/+1
* Merge the following from the English version:Denis Peplin2005-07-081-2/+25
* ALTQify ste(4).Max Laier2005-07-082-7/+10
* This commit was generated by cvs2svn to compensate for changes in r147824,David E. O'Brien2005-07-071-99/+61
|\
| * Fix bogus fmov* SPARC opcodes.David E. O'Brien2005-07-071-99/+61
* | Patch the freebsd spec file for PowerPC so that PIC code builds correctly.Scott Long2005-07-071-0/+6
* | 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
* | - Add two new system calls: preadv() and pwritev() which are like readv()John Baldwin2005-07-079-187/+297
* | Fix a bug when shell expansion is done against dangling symlinks, byXin LI2005-07-071-1/+1
* | Fix ptsname(3) by converting it to use devname(3) to obtain the name ofJoe Marcus Clarke2005-07-071-3/+4
* | This is sort of an MFS. Peter made these changes to the RELENG_*Ken Smith2005-07-075-3/+34
* | - Since we don't hold a usecount in pfs_exit we have to get a holdcntJeff Roberson2005-07-071-0/+4
* | `net.inet.ipf.fr_running' can be a negative value, which was introduced byJung-uk Kim2005-07-071-1/+1
* | add myself as a new committerJung-uk Kim2005-07-071-0/+1
* | reclaim mbuf when ieee80211_crypto_encap failsSam Leffler2005-07-074-4/+12