aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't use an empty struct.Olivier Houchard2013-03-111-0/+1
* Ports are no more exported via cvsup, remove cvsup examples and documentation...Baptiste Daroussin2013-03-117-159/+7
* Add a few new fields to the RX vendor radiotap header:Adrian Chadd2013-03-112-3/+28
* Bump the EVM array size up to fit the AR9380 EVM entries.Adrian Chadd2013-03-111-1/+7
* Add three-stream EVM values.Adrian Chadd2013-03-111-1/+3
* Bring back the comment on the sizing of the callout array that gotAndre Oppermann2013-03-101-0/+2
* The kernel pmap is statically allocated, so there is really no need toAlan Cox2013-03-102-2/+0
* Correct a date, add an obsolete directory.Antoine Brodin2013-03-101-1/+2
* Add 2 more obsolete files.Antoine Brodin2013-03-101-0/+2
* Add more obsolete files.Antoine Brodin2013-03-101-0/+6
* Finish portalfs removal.Antoine Brodin2013-03-101-2/+0
* Fix a typo in DPADD.Antoine Brodin2013-03-101-1/+1
* Add another register definition bit - whether to populate EVM or PLCPAdrian Chadd2013-03-101-0/+1
* Add __aeabi_memcpy to libkern as clang may generate calls to it.Andrew Turner2013-03-102-0/+38
* Kill this, it's not needed at this point and (hopefully) the parentAdrian Chadd2013-03-101-2/+0
* - Clang doesn't understand the -mno-thumb-interwork. Only use it with gcc.Andrew Turner2013-03-101-0/+6
* Fix a typo where db_printf was spelt printf.Andrew Turner2013-03-101-1/+1
* Update how we read the stack pointer to work on both GCC and clang.Andrew Turner2013-03-101-2/+5
* Tell the unwinder we can't unwind swi_entry. This fixes an infinite loopAndrew Turner2013-03-101-0/+4
* Correctly align the unwind tables. Without this clang may incorrectly alignAndrew Turner2013-03-101-0/+1
* Attach the elf section headers to the loaded kernel as metadata, soIan Lepore2013-03-102-32/+19
* __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inAndrew Turner2013-03-092-2/+2
* Since ubldr doesn't necessarily load a kernel at the physical address in theIan Lepore2013-03-091-5/+6
* Update a comment: The object lock is no longer a mutex.Alan Cox2013-03-091-1/+1
* Add forgotten .ElAlexander V. Chernikov2013-03-091-0/+1
* Fixup r248032:Davide Italiano2013-03-091-1/+1
* Document netstat -Q flags meaning.Alexander V. Chernikov2013-03-091-1/+6
* Call make_dev_credf() rather than using the couple make_dev()/dev_ref().Davide Italiano2013-03-091-8/+3
* Fix another compiler warning issue when invariants are disabled.Adrian Chadd2013-03-091-2/+1
* Improve UMTX_PROFILING:Attilio Rao2013-03-091-2/+119
* Don't log a message when the watchdog is reloaded. It's not useful to do soMark Johnston2013-03-091-2/+0
* commit correct tested fix for gr_util.cDiane Bruce2013-03-091-46/+58
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutDavide Italiano2013-03-092-15/+16
* - Initialize variable in smbfs_rename() to silent compiler warningDavide Italiano2013-03-091-1/+2
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-0966-15139/+37
* Correct the lock class for the vm object lock.Konstantin Belousov2013-03-091-1/+1
* Rework overflow checks of r247898 to not let too "intelligent" compiler toAlexander Motin2013-03-092-7/+9
* Disable the hw TID != buffer TID check.Adrian Chadd2013-03-091-0/+11
* Print out the queue flags during a TX DMA shutdown.Adrian Chadd2013-03-091-2/+5
* Fix non-invariant compilation.Adrian Chadd2013-03-091-6/+3
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-0994-783/+1000
* Merge from vmc-playground:Attilio Rao2013-03-094-13/+23
* Placeholder for the upcoming AR9300 HAL code.Adrian Chadd2013-03-091-0/+9
* Fix long-standing issue with interface routes being unprotected:Alexander V. Chernikov2013-03-083-4/+41
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-0813-250/+458
* Add legacy support to geom raid to create a /dev/arX device for supportSean Bruno2013-03-082-0/+25
* Import Linux commit a1b7736dac5f2d5876e68c47a0fce3f423840070Jean-Sébastien Pédron2013-03-081-1/+4
* drm: Fix a call to free(9) with an incorrect malloc typeJean-Sébastien Pédron2013-03-083-3/+1
* Eliminate excessive $FreeBSD$ headers.Xin LI2013-03-082-4/+0
* g_label_ntfs_taste: Abort taste is recsize == 0Jean-Sébastien Pédron2013-03-081-1/+1