summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Preserve errno in an error case.jhb2011-03-171-1/+2
* For secondary, set 2 * HAST_KEEPALIVE seconds timeout for incomingtrociny2011-03-173-9/+8
* Remove duplicate definition of FIRSTARG.andreast2011-03-171-3/+0
* Add more details to the 'show battery' command including more rawjhb2011-03-171-9/+51
* Implement the usertime and systime keywords for ps, printing thekib2011-03-174-21/+63
* Remove the #if defined(FFS) || defined(IFS) braces around the calls tokib2011-03-171-4/+0
* Backport missing tunings for -march=core2:mm2011-03-171-2/+2
* When building libc with the syscall compatibility, don't also generate themarcel2011-03-171-1/+4
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andmarcel2011-03-171-1/+1
* Remove uptime validity check that hasn't been necessary since r151417emaste2011-03-171-5/+1
* Merge ACPICA 20110316.jkim2011-03-1716-69/+610
* o) Set MAC addresses starting at the MAC base for all management ports, notjmallett2011-03-164-39/+34
* The size of zfsboot2 grown up to 64 Kbytes in r219089.ae2011-03-162-2/+2
* Set control flags in putc(). This should fix zfsboot hangs in drvread().ae2011-03-161-0/+1
* Remove too expensive bus_dmamap_sync(9) call in dc_rx_resync().yongari2011-03-161-10/+4
* Revert r219676.jkim2011-03-161-3/+5
* The hardware has caught up; improvements are now observed even at 128,ivoras2011-03-161-1/+1
* Rework r219679. Always check CPU class at run-time to make it predictable.jkim2011-03-161-5/+5
* Fix -march/-mtune=native autodetection for Intel Core 2 CPUsmm2011-03-161-2/+9
* From fts.c comment:pjd2011-03-162-0/+2
* o) Tear down receive interrupt on detach.jmallett2011-03-164-7/+7
* o) Clean up FPA pools on module unload.jmallett2011-03-163-9/+60
* o) Properly size caches and TLB on Octeon.jmallett2011-03-162-12/+50
* MFaltix:marcel2011-03-1615-143/+462
* MFV of r219685, tzdata2011dedwin2011-03-164-26/+57
* Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers.marcel2011-03-161-1/+1
* Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix themarcel2011-03-161-1/+1
* 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
OpenPOWER on IntegriCloud