summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rfork(2): Discourage rfork_thread-like approaches.jilles2011-03-151-17/+3
* bin: Prefer strrchr() to rindex().jilles2011-03-153-3/+3
* Partially revert r219672. After r198295, kernel need to seed randomness asjkim2011-03-151-0/+4
* Do not let machdep.tsc_freq modify tsc_freq itself. It is bad for i386 asjkim2011-03-151-5/+3
* Remove tsc_present from this file, really.jkim2011-03-151-1/+0
* Fix a typo in the previous commit. AMD64 and Intel 64 are two brand names.jkim2011-03-151-1/+3
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-155-13/+9
* Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since thisjkim2011-03-152-11/+6
* Remove #include needed for debugging.pjd2011-03-151-1/+0
* Staticize functions which are not used somewhere else, move thenetchild2011-03-152-6/+7
* Turn on softupdates by default. We need a UI to set filesystem parameters.nwhitehorn2011-03-151-1/+1
* Forgot to commit this change along with r219563: pam_group(8) now issuesdes2011-03-151-1/+1
* - Inadvertently committed files with +x attribute, fixed.davidch2011-03-1517-9/+20
* Make get_cyclecount(9) little bit more useful where binuptime(9) is used.jkim2011-03-142-3/+3
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-1425-0/+107849
* When TSC is unavailable, broken or disabled and the current timecounter hasjkim2011-03-141-10/+43
* Thanks to sysinstall for its 15 years of service. And now to sleep,nwhitehorn2011-03-145-1568/+1567
* Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mkmm2011-03-141-2/+8
* Backport SSSE3 instruction set support to base gcc.mm2011-03-1411-20/+1312
* Add my birthday to the freebsd calendar.dchagin2011-03-141-0/+1
* Fix potential panic in dbuf_sync_list() relate to spill blocks handling.pjd2011-03-141-4/+16
* Fix typo that snuck in.adrian2011-03-141-1/+1
* Bring over the AR9285 board update code from ath9k.adrian2011-03-141-52/+185
* Don't sleep while setting the clock. This can cause panics whennwhitehorn2011-03-131-2/+2
* sh: Fix some parameter expansion variants ${#...}.jilles2011-03-133-19/+51
* POSIX accepts only ELOOP if O_NOFOLLOW is specified and target is a symlink.pjd2011-03-131-5/+5
* In command line options allow size to be specified using k/M/G/Ttrociny2011-03-132-25/+9
* Rewind manifest file in case distributions are in a different order there.nwhitehorn2011-03-131-0/+2
* Use the manifest file count, if available, to determine the number of filesnwhitehorn2011-03-131-19/+62
* Fix some typos due to unremoved commented-out lines. A great big pointynwhitehorn2011-03-132-3/+4
* Add generation of an installation manifest containing SHA256 checksums asnwhitehorn2011-03-135-24/+112
* add myselfpawel2011-03-131-0/+3
* Fix typo.brucec2011-03-131-1/+1
* Revert r219578dougb2011-03-131-3/+3
* sh: Add some tests for ${#parameter}.jilles2011-03-133-0/+26
* Connect the full doc build (Handbook, etc.) to the build. This is not builtnwhitehorn2011-03-132-12/+40
* Enable shared page use for amd64/linux32 and i386/linux binaries.dchagin2011-03-134-34/+36
* Remove the advertising clause from the UCB license according to themarius2011-03-139-36/+0
* Constantly use MHz instead of Mhz.bschmidt2011-03-132-6/+6
* Fix the nfarray offsets for the ar2133/ar5133 radio - (AR5416, AR9160, etc.)adrian2011-03-133-5/+52
* When injecting frames a temporary node is faked, during this severalbschmidt2011-03-131-1/+2
* Fix a cut&paste error while parsing htcap/htinfo elements. This one isbschmidt2011-03-131-1/+1
* Honor device capabilities while initializing ni_htrates.bschmidt2011-03-132-13/+52
* Fix rmax calculation during BSS selection.bschmidt2011-03-131-9/+21
* Fill hc_mcsset completely.bschmidt2011-03-131-14/+42
* While determining the maxrate for ieee80211_media_setup() honorbschmidt2011-03-131-4/+12
* Change the way HT capatibilities are announced.bschmidt2011-03-131-43/+88
* Cross-reference ip(4) rather than sysctl(8) for the global, shared MIBbz2011-03-131-4/+6
* First step on removing the harcoded RX/TX stream and MCS0-15 assumptions.bschmidt2011-03-132-0/+13
* * Add wireless MAC reset, in prep for bringing over AR9130 support.adrian2011-03-131-4/+15
OpenPOWER on IntegriCloud