aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the AR9300 HAL into the kernel and module builds.Adrian Chadd2013-05-023-11/+60
* Fix this code to compile without warnings - AH_DEBUG was pulling inAdrian Chadd2013-05-021-2/+6
* Update Intel email address.Eitan Adler2013-05-022-2/+2
* Add device identification and probe/attach support for the QCA9565.Adrian Chadd2013-05-024-0/+7
* Add the AR933x SoC GPIO pin count limitation.Adrian Chadd2013-05-021-0/+5
* Bump __FreeBSD_version for accept4() and pipe2().Jilles Tjoelker2013-05-011-1/+1
* Regenerate files for pipe2().Jilles Tjoelker2013-05-0111-12/+77
* Add pipe2() system call.Jilles Tjoelker2013-05-014-0/+21
* Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0Rick Macklem2013-05-011-3/+21
* Regenerate files for accept4().Jilles Tjoelker2013-05-0111-12/+95
* Add accept4() system call.Jilles Tjoelker2013-05-016-25/+70
* Partially saved extended state must be handled always, i.e. for bothKonstantin Belousov2013-05-011-26/+24
* The check to ensure that xstate_bv always has XFEATURE_ENABLED_X87 andKonstantin Belousov2013-05-011-3/+0
* In case ZFS doesn't use UMA for buffers there's no need to waste memoryDavide Italiano2013-05-011-0/+3
* Introduce a constant, ELF_NOTE_ROUNDSIZE, which evidently declare ourMikolaj Golub2013-05-011-9/+10
* Don't include asm.h in non-asm files.Warner Losh2013-05-014-119/+55
* Remove asm.h dependency in a hackish way.Warner Losh2013-05-011-5/+17
* Import NetBSD's version, which is perfectly fine.Warner Losh2013-05-011-38/+76
* Add the standard #ifdef header protection.Warner Losh2013-05-011-0/+5
* Import virgin regdef.h from 4.4 Lite 2's sys/pmax/include/regdef.h,Warner Losh2013-05-011-81/+62
* Fix incorrect sizeof() in bzero()Eitan Adler2013-05-011-1/+1
* Correct a few sizeof()sEitan Adler2013-05-014-4/+4
* Disable TXCONT, it's not here in FreeBSD.Adrian Chadd2013-05-011-0/+2
* There's no HAL_EEPROM in FreeBSD - use ar9300_eeprom_t instead.Adrian Chadd2013-05-011-1/+1
* Remove ancient compatibility cruft.Eitan Adler2013-04-302-123/+0
* Add missing bracesEitan Adler2013-04-301-1/+2
* Fix DDP breakage introduced in r248925. Bitwise OR has higherNavdeep Parhar2013-04-301-2/+7
* MFP4 change 222060:Brooks Davis2013-04-301-0/+19
* MFP4 changes 222065 and 222068:Brooks Davis2013-04-303-1/+2
* Partial MFC of change 228122:Brooks Davis2013-04-301-1/+1
* use netmap_rx_irq() and netmap_tx_irq() instead of replicating theLuigi Rizzo2013-04-301-10/+3
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inLuigi Rizzo2013-04-304-73/+16
* Partial cleanup in preparation for upcoming changes:Luigi Rizzo2013-04-302-35/+87
* remove $Id$ (whitespace change)Luigi Rizzo2013-04-302-2/+0
* malloc(9) cannot return NULL if M_WAITOK flag is specified.Davide Italiano2013-04-302-17/+5
* The Intel PMC architectural events have encodings which are identical toDavide Italiano2013-04-302-25/+49
* socket: Make shutdown() wake up a blocked accept().Jilles Tjoelker2013-04-301-0/+2
* Complete r250097:Davide Italiano2013-04-301-3/+6
* When hwpmc(4) module is unloaded it reports a double leakage. This happensDavide Italiano2013-04-301-7/+3
* Fixup Westmere hwpmc(4) support: add missing CPU flag so thatDavide Italiano2013-04-301-3/+3
* Attach to the T580 (2 x 40G) card.Navdeep Parhar2013-04-301-1/+1
* - Provide accurate ifmedia information so that 40G ports/transceivers areNavdeep Parhar2013-04-302-6/+44
* cxgbe(4): Some updates to shared code.Navdeep Parhar2013-04-304-30/+94
* Pass a format string to kproc_create() [1] and thus fix the build withSergey Kandaurov2013-04-301-10/+1
* Sync from git - ah_config is in 'ath_hal', not 'ath_hal_private' onAdrian Chadd2013-04-291-1/+1
* xenstore/xenstore.c:Justin T. Gibbs2013-04-291-1/+2
* Add a new driver to support the Intel Non-Transparent Bridge(NTB).Carl Delsey2013-04-2910-0/+2904
* Fix a bug that allows NFS clients to issue READDIR on files.Dag-Erling Smørgrav2013-04-291-0/+2
* whitespace - document alternative locking under linuxLuigi Rizzo2013-04-291-0/+2
* Only cleanup CMI-related state on detach if the system supports CMI.John Baldwin2013-04-291-12/+10