summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | Rototill this file so that it actually compiles. It doesn't do anythingjhb2005-07-071-144/+135
* | | | Fix the computation of uptime for linux_sysinfo(). Before it was returningjhb2005-07-071-15/+3
* | | | - Remove spl's from osf1_usleep_thread().jhb2005-07-071-8/+4
* | | | Regenerate.jhb2005-07-079-17/+51
* | | | - Add two new system calls: preadv() and pwritev() which are like readv()jhb2005-07-079-187/+297
* | | | Fix a bug when shell expansion is done against dangling symlinks, bydelphij2005-07-071-1/+1
* | | | Fix ptsname(3) by converting it to use devname(3) to obtain the name ofmarcus2005-07-071-3/+4
* | | | This is sort of an MFS. Peter made these changes to the RELENG_*kensmith2005-07-075-3/+34
* | | | - Since we don't hold a usecount in pfs_exit we have to get a holdcntjeff2005-07-071-0/+4
* | | | `net.inet.ipf.fr_running' can be a negative value, which was introduced byjkim2005-07-071-1/+1
* | | | add myself as a new committerjkim2005-07-071-0/+1
* | | | reclaim mbuf when ieee80211_crypto_encap failssam2005-07-074-4/+12
* | | | Fix ifnet fallout in if_ti.scottl2005-07-072-16/+14
* | | | Exclude build32 target from the list of toolchain and kernel-toolchainkan2005-07-071-1/+1
* | | | only invoke ath_rate_tx_complete to update rate control state when thesam2005-07-072-1/+5
* | | | This commit was generated by cvs2svn to compensate for changes in r147801,sam2005-07-061-0/+1
|\ \ \ \
| * | | | clr ptr after freeing state to avoid subsequent null ptr derefsam2005-07-061-0/+1
* | | | | Add support for Farallon EtherMAC PC Card.imp2005-07-064-66/+65
* | | | | Add device entry for a Farallon EtherMac PC Card that I won on ebay. Thisimp2005-07-061-0/+1
* | | | | add pureg/-pureg parameter for controlling pureg ap mode supportsam2005-07-062-1/+22
* | | | | add "pureg" mode for ap operation: reject association requests fromsam2005-07-064-2/+23
* | | | | Correct a buffer overflow which occurred in the handling of somecperciva2005-07-061-1/+1
* | | | | Fix handling of data frames queued for a station in power save mode:sam2005-07-063-6/+7
* | | | | Fix race condition in handling node reference counts for authenticatingsam2005-07-063-2/+32
* | | | | Only update the scan entry state based on newly received frames.avatar2005-07-061-1/+2
* | | | | - Previously when broadcasting to N number of interfaces we would run pfilthompsa2005-07-063-32/+89
OpenPOWER on IntegriCloud