| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfix: Reset the packet counters at the same time as the byte counts. | n_hibma | 2010-09-18 | 1 | -2/+2 |
* | Merge ACPICA 20100915. | jkim | 2010-09-16 | 2 | -3/+4 |
* | Only attempt to list extended capabilities for devices that have a | jhb | 2010-09-16 | 1 | -1/+5 |
* | Allow a kernel config to specify a set but empty value via | emaste | 2010-09-13 | 1 | -0/+1 |
* | It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, but | imp | 2010-09-13 | 1 | -11/+2 |
* | Ooops! Shouldn't have committed this | imp | 2010-09-13 | 1 | -528/+0 |
* | Merge from tbemd: use Makefile.arch to control building. | imp | 2010-09-13 | 9 | -319/+728 |
* | Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCH | imp | 2010-09-13 | 1 | -2/+11 |
* | In backup_kernel(), support backing up subdirectories and handle files | jh | 2010-09-12 | 1 | -5/+6 |
* | "freebsd-update fetch -r NEWRELEASE" is meaningless and probably a typo | cperciva | 2010-09-10 | 1 | -2/+14 |
* | Add warning about freebsd-update upgrade needing lots of disk space. | cperciva | 2010-09-10 | 1 | -0/+5 |
* | Remind the user that he needs to run 'freebsd-update install' to install | cperciva | 2010-09-10 | 1 | -0/+4 |
* | Document the format of extended capabilities in the '-c' output. | jhb | 2010-09-09 | 1 | -1/+13 |
* | - Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' when | jhb | 2010-09-09 | 1 | -6/+6 |
* | Add file missed in r212337, my bad... | imp | 2010-09-09 | 1 | -0/+34 |
* | pc-sysinstall(8) patch that allows images to be written to disks | imp | 2010-09-08 | 13 | -239/+523 |
* | Make sure to only pickup hid_input items when parsing input reports. | emax | 2010-09-08 | 1 | -1/+2 |
* | Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_sel | jhb | 2010-09-08 | 1 | -7/+3 |
* | - Add register definitions related to extended capability IDs in | jhb | 2010-09-08 | 1 | -0/+95 |
* | Do not request SDP attributes using ranges. | emax | 2010-09-07 | 1 | -2/+4 |
* | When an asm location cannot be resolved to a function the cost | fabient | 2010-09-03 | 4 | -0/+6 |
* | For consistency, cast result of getpid() to long | kevlo | 2010-08-31 | 1 | -1/+1 |
* | Use MACHINE_ARCH instead of MACHINE as the directory to fetch packages | nwhitehorn | 2010-08-30 | 1 | -4/+8 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 2 | -2/+2 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -1/+1 |
* | Make sure TARGET_ABI is defined. TARGET_ABI will die a horrible death | imp | 2010-08-26 | 1 | -1/+1 |
* | Ugly kludge to paper over some kind of ld bug and/or misuse: don't | imp | 2010-08-26 | 1 | -1/+2 |
* | When ACPI reports current battery consumption rate in mAmps, print it also | mav | 2010-08-24 | 1 | -16/+21 |
* | Indent things consistently | imp | 2010-08-24 | 32 | -1506/+1620 |
* | MFtbemd: | imp | 2010-08-23 | 7 | -8/+8 |
* | This patch to pc-sysinstall allows the setting of a new config | imp | 2010-08-19 | 2 | -7/+97 |
* | Added "-m" option to "disk-list" to list memory disks along with | imp | 2010-08-19 | 3 | -5/+22 |
* | Simple patch to add support zpool virtual devices that are not | imp | 2010-08-19 | 1 | -13/+6 |
* | Some cleanup, changed some echo's to echo_log, check for PROGDIR so | imp | 2010-08-19 | 3 | -7/+26 |
* | Updates to pc-sysinstall that allow FTP installation of FreeBSD. | imp | 2010-08-19 | 4 | -39/+224 |
* | Various updates to support new pc-sysinstall directive | imp | 2010-08-19 | 12 | -35/+358 |
* | To restart, sysinstall calls execl. Since it will create a new process, we | brucec | 2010-08-17 | 6 | -28/+51 |
* | Add -m and -M options to control the minimum and maximum frequency. | brucec | 2010-08-17 | 2 | -8/+88 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 10 | -14/+14 |
* | Given the lag between introducing the options-compat and fixing the | imp | 2010-08-15 | 1 | -1/+1 |
* | Turns out that it is a bad idea to have a missing compat option be a | imp | 2010-08-15 | 1 | -3/+5 |
* | Correctly spell janice and jimmy as janis and jimi (assuming | schweikh | 2010-08-14 | 1 | -14/+14 |
* | use uintmax_t instead of uint64_t. | takawata | 2010-08-13 | 1 | -1/+1 |
* | Fix build on amd64 and ia64. | takawata | 2010-08-13 | 1 | -4/+3 |
* | Fix crunchide to work on sparc64 and perhaps other 64 bit platforms. | adrian | 2010-08-12 | 1 | -1/+6 |
* | Fix breakage on 64bit architecture by using inttypes.h macro. | takawata | 2010-08-12 | 1 | -1/+2 |
* | Fix tindebox breakage about format warning. | takawata | 2010-08-12 | 1 | -1/+1 |
* | Add TCG ACPI spec table (TCPA) support. | takawata | 2010-08-11 | 2 | -0/+274 |
* | - Improve the wait4data() routine so it behaves better when checking | gad | 2010-08-11 | 1 | -7/+23 |
* | Fix some typos: flush vs. flash, and some others. | olli | 2010-08-11 | 1 | -3/+3 |