summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mention the upper hard limit for -n option. Patch slightly modifiedwblock2012-05-231-3/+6
* Note that the new jail(8) will be appearing in 9.1.jamie2012-05-232-4/+4
* mdoc: move two sentences from synopsis to description (where they reallyjoel2012-05-232-20/+16
* Rework the previous change to honor MADT processor IDs when probingjhb2012-05-232-60/+59
* Only check to see if a memory resource is a PCI ROM BAR when activatingjhb2012-05-231-2/+2
* Soft PMC support for ARM.fabient2012-05-233-11/+26
* vm_pager_object_lookup: small performance optimizationavg2012-05-231-6/+7
* Use consistent text at the begining of the files.tuexen2012-05-2340-181/+147
* Update copyright date.tuexen2012-05-231-2/+3
* Fix build:delphij2012-05-234-12/+12
* Don't force max payload size to 128. Root complex and Endpoint willyongari2012-05-231-2/+0
* Make IPMI work in the bce driver even when the interface isyongari2012-05-231-1/+23
* Re-up the TX ath_buf limit from 128 to 512.adrian2012-05-221-1/+1
* Fix use-after-free in kern_jail_set() triggered e.g. by attemptstrasz2012-05-221-6/+10
* commandline -> command linedelphij2012-05-221-2/+2
* Fix some corner cases in the ieee80211_send_bar() handling.adrian2012-05-221-1/+27
* The fix in r235291 re-broke the "allow.nomount" case. Re-fix itjamie2012-05-221-12/+14
* Do not incorrectly warn when printing a quad_t using "%qd" on 64-bit platforms.obrien2012-05-221-0/+4
* Don't leak locks in prison_racct_modify().trasz2012-05-221-1/+4
* Fix world after byacc import:bapt2012-05-2216-303/+302
* Bump __FreeBSD_version for the byacc import, and update _bootstrap_tools.des2012-05-222-2/+5
* Fix panic with RACCT that could occur in low memory (or out of swap)trasz2012-05-222-1/+4
* Add the code for new Intel GPU driver, which supports GEM, KMS andkib2012-05-2281-0/+72060
* A rewrite of the i810 bits of the agp(4) driver. New driver supportskib2012-05-229-638/+2273
* Fix enforcement of file size limit with O_APPEND on ZFS.trasz2012-05-221-3/+6
* 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
|\
OpenPOWER on IntegriCloud