| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve errno in an error case. | jhb | 2011-03-17 | 1 | -1/+2 |
* | For secondary, set 2 * HAST_KEEPALIVE seconds timeout for incoming | trociny | 2011-03-17 | 3 | -9/+8 |
* | Remove duplicate definition of FIRSTARG. | andreast | 2011-03-17 | 1 | -3/+0 |
* | Add more details to the 'show battery' command including more raw | jhb | 2011-03-17 | 1 | -9/+51 |
* | Implement the usertime and systime keywords for ps, printing the | kib | 2011-03-17 | 4 | -21/+63 |
* | Remove the #if defined(FFS) || defined(IFS) braces around the calls to | kib | 2011-03-17 | 1 | -4/+0 |
* | Backport missing tunings for -march=core2: | mm | 2011-03-17 | 1 | -2/+2 |
* | When building libc with the syscall compatibility, don't also generate the | marcel | 2011-03-17 | 1 | -1/+4 |
* | Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and | marcel | 2011-03-17 | 1 | -1/+1 |
* | Remove uptime validity check that hasn't been necessary since r151417 | emaste | 2011-03-17 | 1 | -5/+1 |
* | Merge ACPICA 20110316. | jkim | 2011-03-17 | 16 | -69/+610 |
* | o) Set MAC addresses starting at the MAC base for all management ports, not | jmallett | 2011-03-16 | 4 | -39/+34 |
* | The size of zfsboot2 grown up to 64 Kbytes in r219089. | ae | 2011-03-16 | 2 | -2/+2 |
* | Set control flags in putc(). This should fix zfsboot hangs in drvread(). | ae | 2011-03-16 | 1 | -0/+1 |
* | Remove too expensive bus_dmamap_sync(9) call in dc_rx_resync(). | yongari | 2011-03-16 | 1 | -10/+4 |
* | Revert r219676. | jkim | 2011-03-16 | 1 | -3/+5 |
* | The hardware has caught up; improvements are now observed even at 128, | ivoras | 2011-03-16 | 1 | -1/+1 |
* | Rework r219679. Always check CPU class at run-time to make it predictable. | jkim | 2011-03-16 | 1 | -5/+5 |
* | Fix -march/-mtune=native autodetection for Intel Core 2 CPUs | mm | 2011-03-16 | 1 | -2/+9 |
* | From fts.c comment: | pjd | 2011-03-16 | 2 | -0/+2 |
* | o) Tear down receive interrupt on detach. | jmallett | 2011-03-16 | 4 | -7/+7 |
* | o) Clean up FPA pools on module unload. | jmallett | 2011-03-16 | 3 | -9/+60 |
* | o) Properly size caches and TLB on Octeon. | jmallett | 2011-03-16 | 2 | -12/+50 |
* | MFaltix: | marcel | 2011-03-16 | 15 | -143/+462 |
* | MFV of r219685, tzdata2011d | edwin | 2011-03-16 | 4 | -26/+57 |
* | Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers. | marcel | 2011-03-16 | 1 | -1/+1 |
* | Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix the | marcel | 2011-03-16 | 1 | -1/+1 |
* | rfork(2): Discourage rfork_thread-like approaches. | jilles | 2011-03-15 | 1 | -17/+3 |
* | bin: Prefer strrchr() to rindex(). | jilles | 2011-03-15 | 3 | -3/+3 |
* | Partially revert r219672. After r198295, kernel need to seed randomness as | jkim | 2011-03-15 | 1 | -0/+4 |
* | Do not let machdep.tsc_freq modify tsc_freq itself. It is bad for i386 as | jkim | 2011-03-15 | 1 | -5/+3 |
* | Remove tsc_present from this file, really. | jkim | 2011-03-15 | 1 | -1/+0 |
* | Fix a typo in the previous commit. AMD64 and Intel 64 are two brand names. | jkim | 2011-03-15 | 1 | -1/+3 |
* | Deprecate tsc_present as the last of its real consumers finally disappeared. | jkim | 2011-03-15 | 5 | -13/+9 |
* | Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since this | jkim | 2011-03-15 | 2 | -11/+6 |
* | Remove #include needed for debugging. | pjd | 2011-03-15 | 1 | -1/+0 |
* | Staticize functions which are not used somewhere else, move the | netchild | 2011-03-15 | 2 | -6/+7 |
* | Turn on softupdates by default. We need a UI to set filesystem parameters. | nwhitehorn | 2011-03-15 | 1 | -1/+1 |
* | Forgot to commit this change along with r219563: pam_group(8) now issues | des | 2011-03-15 | 1 | -1/+1 |
* | - Inadvertently committed files with +x attribute, fixed. | davidch | 2011-03-15 | 17 | -9/+20 |
* | Make get_cyclecount(9) little bit more useful where binuptime(9) is used. | jkim | 2011-03-14 | 2 | -3/+3 |
* | - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE. | davidch | 2011-03-14 | 25 | -0/+107849 |
* | When TSC is unavailable, broken or disabled and the current timecounter has | jkim | 2011-03-14 | 1 | -10/+43 |
* | Thanks to sysinstall for its 15 years of service. And now to sleep, | nwhitehorn | 2011-03-14 | 5 | -1568/+1567 |
* | Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mk | mm | 2011-03-14 | 1 | -2/+8 |
* | Backport SSSE3 instruction set support to base gcc. | mm | 2011-03-14 | 11 | -20/+1312 |
* | Add my birthday to the freebsd calendar. | dchagin | 2011-03-14 | 1 | -0/+1 |
* | Fix potential panic in dbuf_sync_list() relate to spill blocks handling. | pjd | 2011-03-14 | 1 | -4/+16 |
* | Fix typo that snuck in. | adrian | 2011-03-14 | 1 | -1/+1 |
* | Bring over the AR9285 board update code from ath9k. | adrian | 2011-03-14 | 1 | -52/+185 |