summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a compilation error with some compilers: __attribute__harti2012-05-221-6/+4
* Divide nand flash for DB6281 into two partitions. One for u-bootgber2012-05-221-0/+9
* Add a new geom class which allows to divide NAND Flash chipgber2012-05-226-0/+433
* Make dumptid non-static. It is used by libkvm to detect whetherharti2012-05-221-1/+1
* Fix booting on ARM.andrew2012-05-221-1/+1
* Fix make depend.uqs2012-05-221-1/+1
* Fix up some corner cases with aggregation handling.adrian2012-05-222-5/+19
* Correct use_screen() and use_window() prototypes in curs_threads(3x).dim2012-05-221-2/+2
* Ignore the power button press event for resuming rather than startingiwasaki2012-05-221-5/+5
* Remove redundant declaration of yyparsekevlo2012-05-221-1/+0
* Add missing header needed by free()kevlo2012-05-221-0/+1
* Wait until completion context unwinds before retrying CCBs that have beenjimharris2012-05-215-15/+147
* For now, add a quick debugging patch to log when the hw TXQ != the TID/AC.adrian2012-05-211-0/+12
* Rename ath_tx_cleanup() -> ath_tx_tid_cleanup() in order to not clashadrian2012-05-211-3/+3
* Make most BPF ioctls() SMP-safe.melifaro2012-05-211-6/+47
* Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...melifaro2012-05-213-29/+43
* Fix old panic when BPF consumer attaches to destroying interface.melifaro2012-05-216-100/+138
* Fix panic on attaching to non-existent interface (introduced by r233937, poin...melifaro2012-05-213-45/+163
* Add checks for memory allocation failures in appropriate places, andghelmer2012-05-211-12/+27
* Apply style(9) to return and switch/case statements.ghelmer2012-05-211-19/+22
* Re-add 'ic' and properly wrap it in the SUPERG macro.adrian2012-05-211-0/+3
* Don't recurse into libssp when MK_SSP is set to no.marcel2012-05-211-1/+5
* Add missing \n when generating pkg.confbapt2012-05-211-1/+1
* Regenerate usb.confhselasky2012-05-211-5/+13
* Import byacc from invisible island, it brings us lots of compatibilities withbapt2012-05-21175-5995/+60981
|\
| * Import byacc 20120115bapt2012-05-03127-0/+52906
* Disable NLS catalog use in libc if built with WITHOUT_NLS option.gleb2012-05-211-0/+2
* According to shared memory man pages, advice including <sys/types.h>kevlo2012-05-213-3/+3
* Be a little less magical, not that these values are likely to change...imp2012-05-212-4/+7
* Implement pmap_mincore for arm. Now programs using it don't cause aimp2012-05-211-3/+53
* - On FreeBSD, com_err.h is installed into /usr/include, not /usr/include/krb5.stas2012-05-211-1/+1
* Another minor re-arrangement of the code: calcualte the master clockimp2012-05-211-52/+64
* Print key value, an index, otherwise we don't know which key is allocated.davidxu2012-05-211-1/+1
* Use strcmp that I replaced by accident.kevlo2012-05-211-3/+3
* Fix broken ref countkevlo2012-05-211-0/+1
* Fix improper handling of variadic args with ICDEBUGkevlo2012-05-212-4/+2
* Remove dead codekevlo2012-05-211-5/+3
* Minor cleanup before some more major changes:imp2012-05-201-15/+11
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-05-201-55/+62
* Determine kernel load address dynamically from u-boot memory map.kientzle2012-05-203-10/+46
* Typo and mdoc(7) style fixes.gjb2012-05-2029-40/+46
* Don't start the sleep state transition procedure while sleep isiwasaki2012-05-201-1/+6
* Typo and mdoc(7) style fixes.gjb2012-05-202-2/+2
* Replace the list of PVOs owned by each PMAP with an RB tree. This simplifiesnwhitehorn2012-05-205-179/+77
* remove unused vap variablebschmidt2012-05-201-2/+0
* Discard frames after a DELBA which where queued during an active BAbschmidt2012-05-201-0/+5
* Remove unused variable.bschmidt2012-05-201-1/+0
* Add some more 100/130 series device IDs.bschmidt2012-05-201-0/+3
* Remove cpususpend IDT vector for XEN.iwasaki2012-05-202-0/+4
* Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt().adrian2012-05-201-308/+328
OpenPOWER on IntegriCloud