summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Expose the umtx_key structure and API to the rest of the kernel.jhb2011-02-232-50/+53
* Properly handle BARs bigger than 4G. The '1' was treated as an intjhb2011-02-231-3/+3
* Fix off-by-one error in check against max_threads_per_proc.jhb2011-02-231-1/+1
* Calculate and return the count in vmspace_swap_count as a vm_offset_tbrucec2011-02-232-8/+9
* Fix typos - remove duplicate "is".brucec2011-02-238-8/+8
* Remove unnecessary controller reinitialization which resulted inyongari2011-02-231-5/+13
* Update how accounting log files are rotated.dougb2011-02-222-11/+38
* Added patch-functions-upgrade which should fix some kernel panicsjpaetzel2011-02-221-2/+2
* Better method for grabbing disk name, dmesg may produce mangled output.jpaetzel2011-02-221-1/+1
* Make sure to only accept and handle action frames which are for us. Inbschmidt2011-02-225-45/+58
* Xref makefs(8).jh2011-02-221-1/+2
* Fix whitespace nit.jhb2011-02-221-1/+0
* Eliminate two dubious attempts at optimizing the implementation of aalc2011-02-221-12/+4
* Add support for optional distributions, installation of the ports tree andnwhitehorn2011-02-223-2/+23
* MFi386: revision 218926nyan2011-02-221-1/+1
* Use a single list to simplify future maintenance and ensure all list items arelstewart2011-02-221-2/+0
* Make code more friendly to the non-C99 compilers - don't allocatesobomax2011-02-221-4/+8
* Regen src.conf(5) after r218941 and r218942.uqs2011-02-221-6/+10
* The default for FDT has changed, rename the flag/options file.uqs2011-02-221-1/+1
* Flesh out WITHOUT_GROFF support to DTRT.uqs2011-02-229-54/+567
* Teach tools/install.sh the -d directory mode.uqs2011-02-222-4/+20
* Fix bzero() for 64-bit.jchandra2011-02-221-19/+1
* - Fix QA issuesmiwi2011-02-221-45/+55
* - Remove no longer in usemiwi2011-02-222-87/+0
* Back out 218933 and 281934. The easy cases still worked, but someimp2011-02-222-17/+18
* Don't set the RTS/CTS enable bit per-scenario if the global RTS/CTSadrian2011-02-221-8/+8
* Select building CLANG based on ${TARGET_ARCH} and existence ofimp2011-02-221-2/+16
* Testing based on MACHINE_ARCH is problematic. Default to yes to buildimp2011-02-221-14/+1
* Shuffle around the RTS/CTS rate/duration logic.adrian2011-02-221-17/+52
* * Don't setup the scenario if the try count is 0adrian2011-02-221-0/+18
* Resurrect ofw_pci_if.m from r178578.marius2011-02-211-0/+53
* It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT.bschmidt2011-02-211-6/+6
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-218-98/+122
* In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variabledim2011-02-211-1/+1
* Fix formatting of new stat sysctls; add descriptionsadrian2011-02-211-6/+12
* Add a new counter which tracks frames TX'ed with HT protection.adrian2011-02-212-1/+4
* Add a vocal warning to ath_hal_computetxtime() function is used for non-11n r...adrian2011-02-211-0/+5
* Make private functions static.brucec2011-02-211-8/+8
* mdoc(7) markup.pluknet2011-02-211-1/+1
* Default to the lowest negotiated rate for mgmt/multicast traffic in 11n modeadrian2011-02-211-0/+18
* Add some error checking on the return values of chdir() and calloc(). Thenwhitehorn2011-02-212-17/+49
* Actually install the example Khelp module committed in r218545.lstewart2011-02-212-0/+5
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-213-6/+9
* Final commit to round out the "Five New TCP Congestion Control Algorithms forlstewart2011-02-2114-8/+2170
* The FD_FORM ioctl used to ignore errors from the floppy controller; now whenbrucec2011-02-211-2/+1
* Fix typos - remove duplicate "the".brucec2011-02-2185-91/+91
* Modify the AR5416 11na rate table to use 24mb OFDM 11a for control traffic,adrian2011-02-211-19/+19
* Implement setting the short preamble bit if it's needed for the current node.adrian2011-02-211-6/+6
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.mm2011-02-202-4/+12
* Backport svn r124339 from gcc 4.3 and add opteron-sse3, athlon64-sse3mm2011-02-203-1/+15
OpenPOWER on IntegriCloud