summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: Import arithmetic expression code from dash.jilles2011-02-087-516/+716
* Explicitly include <sys/types.h> as suggested by getpid(2) and don't rely onpjd2011-02-081-0/+1
* Unlink UNIX domain socket file only if:pjd2011-02-081-5/+16
* Improve the error interrupt handler. In particular, read themarcel2011-02-081-9/+14
* Take advantage of accessing the kernel TSB via ASI_ATOMIC_QUAD_LDD_PHYSmarius2011-02-081-1/+2
* net80211 really doesn't want A_MPDU to appear on non-11n station node mbufs.adrian2011-02-081-0/+9
* Commit some missing bits to the sample rate module to (more) correctly calcul...adrian2011-02-081-6/+14
* I missed this commit - enable 4k transaction support for the ar5416+ar9160.adrian2011-02-081-0/+1
* After reading a bitmap block for i-nodes or blocks, recheck the count ofjhb2011-02-081-0/+18
* There's apparently a bug with Merlin (AR9280) and later chipsets whereadrian2011-02-086-5/+8
* Don't consider ioctl returning error as a fatal error and move on to nextdelphij2011-02-081-8/+18
* In arm_get_next_irq(), use the last IRQ argument in order to preventmarcel2011-02-081-11/+23
* o Make sure to mask off timer1 interrupts. It's not necessarilymarcel2011-02-081-1/+2
* Remove the uio_yield prototype and symbol. This function has beenmdf2011-02-084-9/+8
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-0812-40/+49
* - Added systcls for header splitting, RX/TX buffer count, interruptdavidch2011-02-072-703/+1112
* Curitel UM150 needs a quirk to stop it from detaching straight aftern_hibma2011-02-072-0/+2
* Update manpage to remove CRT reference.gjb2011-02-071-2/+2
* Add in some AR9280 specific board configuration options.adrian2011-02-073-39/+119
* Bring over some AR9280-specific v14 additions that exist in ath9k.adrian2011-02-072-3/+6
* Fix the previous commit of pthread_getthreadid_np(3).jkim2011-02-071-57/+0
* Use analog delay macro for modifying an analog register.adrian2011-02-071-1/+1
* Add a new RMW macro for analog register writes which implements the neededadrian2011-02-071-0/+4
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-0710-2/+171
* - Use LINE_MAX from limits.h as the maximum line length instead ofjh2011-02-071-6/+12
* Handle EOF when skipping lines.jh2011-02-071-1/+4
* Fix typo in SIFS setupadrian2011-02-071-1/+1
* Add in a per phy error sysctl.adrian2011-02-071-0/+20
* Fix bugs related to M_FLOWID:tuexen2011-02-075-13/+37
* Minor grammar fix. s/cores'/core's/gjb2011-02-071-1/+1
* Add "iface name" and "iface description" commands.brian2011-02-078-24/+177
* If not set (due to some error Michael is working onrrs2011-02-071-0/+12
* 1) Track when flowid does get set.rrs2011-02-073-2/+4
* MFi386: revision 218329nyan2011-02-071-0/+6
* MFi386: revision 218327nyan2011-02-071-1/+17
* MFi386: revision 217886nyan2011-02-071-3/+5
* Remove use_high from the softc and simply check the number of GPIOmarcel2011-02-071-7/+3
* unbreak mutlicast hash creation for the second time.ticso2011-02-071-2/+12
* Make it impossible to clear the MNT_NFS4ACLS flag on ZFS filesystemtrasz2011-02-061-1/+3
* rfork_thread(3): Mark deprecated in favor of pthread_create(3).jilles2011-02-061-2/+10
* Update to BIND 9.6.3, the latest from ISC on the 9.6 branch.dougb2011-02-06148-8077/+9846
|\
| * Vendor import of BIND 9.6.3dougb2011-02-05142-8071/+9812
* | o) Cavium Octeon doesn't need nop barriers.jmallett2011-02-061-0/+42
* | Comment-out FLOWTABLE. It causes a kernel panic due to a misaligned memorymarcel2011-02-061-1/+2
* | Just tag all RX packets as needing reorder processing for now.adrian2011-02-061-5/+12
* | Only tag packets with the A-MPDU bit if they were part of an A-MPDU RX.adrian2011-02-062-11/+9
* | Now that we break the loop on fstat(2) failure we no longer need to satisfypjd2011-02-061-2/+0
* | Add (void) cast before snprintf(3)s for which we are not interested in returnpjd2011-02-061-13/+13
* | Treat fstat(2) failure (different than EBADF) as fatal error.pjd2011-02-061-0/+1
* | Open syslog when logging sysconf(3) failure.pjd2011-02-061-0/+4
OpenPOWER on IntegriCloud