Ulrich Spörlein
0d9deed52c
mdoc: drop redundant .Pp and .LP calls
...
They have no effect when coming in pairs, or before .Bl/.Bd
2010-10-08 12:40:16 +00:00
Ulrich Spörlein
7558f6b4f3
mdoc: fix manlint warnings by unbreaking mdoc syntax
2010-10-08 12:39:49 +00:00
Oleksandr Tymoshenko
eef93d2fae
- Introduce WITH_GPIO knob and disable building gpioctl
...
by default. Most systems do not need it.
2010-10-05 21:19:20 +00:00
Jung-uk Kim
85a3024411
Revert the unrelated patch crept in the previous commit.
2010-10-05 18:47:51 +00:00
Jung-uk Kim
e116381d02
Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change
...
after this because pmap_unmapbios() is a macro for pmap_unmapdev() on amd64.
2010-10-05 18:38:23 +00:00
Ruslan Ermilov
c3d91ba426
Revise markup, mainly.
2010-10-05 06:31:11 +00:00
Antoine Brodin
8d8bfa7f9e
Reconnect uathload to the build.
2010-10-03 20:09:19 +00:00
Nathan Whitehorn
e3d8cf496d
Extend sysinstall to handle powerpc64 by teaching it that powerpc64 has
...
a lib32 distribution, and that the GENERIC kernel is named GENERIC64.
More modifications will be required later for installations from ftp due
to the shared platform name with 32-bit powerpc, but this is enough for
snapshot CDs to work.
Reviewed by: brucec
2010-10-03 17:50:43 +00:00
Oleksandr Tymoshenko
968ec6a63e
Add gpioctl(8). Utility for configuring/accessing GPIO pins
2010-09-28 03:28:20 +00:00
Ed Maste
f145c771fb
Protect the watchdog daemon against swap OOM killer. This is similar to
...
SVN r199804 which added protection to sshd, cron, syslogd, and inetd.
2010-09-26 01:45:33 +00:00
Doug Barton
6d7fe90938
Eliminate the --disable-ipv6 string which while technically correct in
...
terms of the arguments that configure was called with is misleading because
if IPv6 support is present on the system it will be present in BIND.
2010-09-22 18:46:17 +00:00
Nick Hibma
3532ad3e53
Bugfix: Reset the packet counters at the same time as the byte counts.
...
Reviewed by: brian
MFC after: 3 weeks
2010-09-18 22:26:50 +00:00
Jung-uk Kim
42fecd1294
Merge ACPICA 20100915.
2010-09-16 20:08:00 +00:00
John Baldwin
770e4c5bc0
Only attempt to list extended capabilities for devices that have a
...
PCI-express capabilities. Non-PCI-express PCI devices may simply ignore
the upper bits in a config register address effectively aliasing the
device ID register to 0x100 rather than returning 0xFFFFFFFF. Previously
the code relied on these reads returning 0xFFFFFFFF.
MFC after: 3 days
2010-09-16 16:03:12 +00:00
Ed Maste
cbb9ebd738
Allow a kernel config to specify a set but empty value via
...
'makeoptions OPTION=' for consistency with the make commandline.
Previously 'makeoptions WERROR=' would result in a syntax error; now
it produces the same effect as 'makeoptions WERROR'. Both forms now
result in 'WERROR=' in the generated Makefile.
2010-09-13 18:26:34 +00:00
Warner Losh
9117ce0c88
It turns out that TARGET_CPUARCH doesn't buy us much here, if anything, but
...
costs us another copy of the transform. Revert it.
# Maybe makefile.inc1 should set TARGET_CPUARCH for the cross-tools, but
# it doesn't now. That would solve problems in other places too.
Submitted by: jmallet@
2010-09-13 07:15:01 +00:00
Warner Losh
4a9a1e43a5
Ooops! Shouldn't have committed this
2010-09-13 02:26:36 +00:00
Warner Losh
519b7ecc1b
Merge from tbemd: use Makefile.arch to control building.
...
Reviewed by: arch@ (many times, no objection)
2010-09-13 02:21:07 +00:00
Warner Losh
cb015705d8
Use TARGET_CPUARCH instead of TARGET_ARCH here. Define TARGET_CPUARCH
...
based on TARGET_ARCH. Use TARGET_ARCH still for a powerpc64 test.
Futureproof for coming mipsel/mipseb and arm/armeb rename.
2010-09-13 00:57:48 +00:00
Jaakko Heinonen
ab7d0151f9
In backup_kernel(), support backing up subdirectories and handle files
...
with spaces correctly.
Approved by: cperciva
MFC after: 1 month
2010-09-12 18:53:44 +00:00
Colin Percival
211f2ba07f
"freebsd-update fetch -r NEWRELEASE" is meaningless and probably a typo
...
for "freebsd-update upgrade -r NEWRELEASE". Error out and suggest what
the user probably meant.
Submitted by: James Seward
MFC after: 1 month
2010-09-10 20:20:28 +00:00
Colin Percival
adbcc9964d
Add warning about freebsd-update upgrade needing lots of disk space.
...
Submitted by: jpaetzel
MFC after: 1 month
2010-09-10 19:23:59 +00:00
Colin Percival
85451f90f1
Remind the user that he needs to run 'freebsd-update install' to install
...
new bits after downloading them using 'freebsd-update upgrade'.
Submitted by: bapt
MFC after: 1 month
2010-09-10 19:20:52 +00:00
John Baldwin
b4fb1ba027
Document the format of extended capabilities in the '-c' output.
2010-09-09 18:51:20 +00:00
John Baldwin
64393db3d1
- Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' when
...
walking the capability list.
- Use constants for PCI header types instead of magic numbers.
MFC after: 1 week
2010-09-09 18:29:48 +00:00
Warner Losh
8f3bacb08f
Add file missed in r212337, my bad...
2010-09-09 03:33:07 +00:00
Warner Losh
ecc12db0a4
pc-sysinstall(8) patch that allows images to be written to disks
...
This patch creates the "image" directive for the pc-sysinstall config
file. This allows disks to be configured with an image instead of
partitioning.
PR: 150137
Submitted by: John Hixson
2010-09-08 20:10:24 +00:00
Maksim Yevmenkin
fc780ca17e
Make sure to only pickup hid_input items when parsing input reports.
...
As it turns out, libusbhid(3) also picks up hic_collection items even
though we explicitly requested hid_input items only.
Tested by: Buganini < buganini at gmail dot com >
MFC after: 1 week
2010-09-08 20:00:27 +00:00
John Baldwin
937a5e2c20
Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_sel
...
field populated, it ignores the rest of the 'pci_sel' structure.
MFC after: 1 week
2010-09-08 18:18:01 +00:00
John Baldwin
79c2de35b5
- Add register definitions related to extended capability IDs in
...
PCI-express. I used PCIZ_* for ID constants (plain capability IDs use
PCIY_*).
- Add register definitions for the Advanced Error Reporting, Virtual
Channels, and Device Serial Number extended capabilities.
- Teach pciconf -c to list extended as well as plain capabilities. Adds
more detailed parsing for AER, VC, and device serial numbers.
MFC after: 2 weeks
2010-09-08 17:53:34 +00:00
Maksim Yevmenkin
33e98ade53
Do not request SDP attributes using ranges.
...
Apparently some devices do not like it.
MFC after: 1 week
Tested by: Buganini < buganini at gmail dot com >
2010-09-07 16:36:03 +00:00
Fabien Thomas
eb707d6039
When an asm location cannot be resolved to a function the cost
...
will be spread as small value and then filtered by the threshold.
As a first step solution display the number of event that cannot
be resolved as a valid function location.
MFC after: 1week
2010-09-03 13:54:02 +00:00
Kevin Lo
34759932a8
For consistency, cast result of getpid() to long
2010-08-31 07:19:10 +00:00
Nathan Whitehorn
89513bce11
Use MACHINE_ARCH instead of MACHINE as the directory to fetch packages
...
from. Packages are architecture dependent, not machine dependent.
2010-08-30 21:58:52 +00:00
Rebecca Cran
e7f8dd75b3
Fix incorrect usage of 'assure' and 'insure'.
...
Approved by: rrs (mentor)
2010-08-28 16:32:01 +00:00
Nathan Whitehorn
b12277d1d4
Repair some build breakage introduced in r211725 and garbage collect some
...
code made obsolete in the same commit.
2010-08-28 15:03:11 +00:00
Warner Losh
3a1d56f9a4
Make sure TARGET_ABI is defined. TARGET_ABI will die a horrible death
...
after we get all of TBEMD merged back into head, and make mips64 imply
n64, so don't bother to make this 100% pretty. You'll have to settle
for only 64% pretty.
2010-08-26 15:49:52 +00:00
Warner Losh
b86e178f05
Ugly kludge to paper over some kind of ld bug and/or misuse: don't
...
build uathload on mips n64 either.
2010-08-26 05:25:51 +00:00
Alexander Motin
9c1af42179
When ACPI reports current battery consumption rate in mAmps, print it also
...
in mWatts. Values in mAmps are not always suitable, because they depend on
battery voltage, which depends on battery type and charge level.
2010-08-24 18:07:59 +00:00
Warner Losh
b3b8bde704
Indent things consistently
...
PR: 149926
Submitted by: John Hixson
2010-08-24 06:11:46 +00:00
Warner Losh
25faff346c
MFtbemd:
...
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.
2010-08-23 22:24:11 +00:00
Warner Losh
683b191334
This patch to pc-sysinstall allows the setting of a new config
...
variable for installation, which lets the user/front-end select
between MBR or GPT partitioning schemes when doing a dedicated disk
installation.
PR: 149772
Submitted by: Kris Moore
2010-08-19 06:11:06 +00:00
Warner Losh
924a3731d3
Added "-m" option to "disk-list" to list memory disks along with
...
standard disks.
PR: 149749
Submitted by: John Hixson
2010-08-19 06:07:49 +00:00
Warner Losh
a13642d62d
Simple patch to add support zpool virtual devices that are not
...
currently supported.
PR: 149599
Submitted by: John Hixson
2010-08-19 06:05:05 +00:00
Warner Losh
6784d5cdbd
Some cleanup, changed some echo's to echo_log, check for PROGDIR so
...
that different PROGDIR's can be set.
PR: 148806
Submitted by: John Hixson
2010-08-19 06:02:31 +00:00
Warner Losh
742736b923
Updates to pc-sysinstall that allow FTP installation of FreeBSD.
...
PR: 148661
Submitted by: John Hixson
2010-08-19 06:01:25 +00:00
Warner Losh
a5a3ab24a4
Various updates to support new pc-sysinstall directive
...
"installPackages" that will install packages and all package
dependencies.
PR: 148606
Submitted by: John Hixon
2010-08-19 05:59:27 +00:00
Rebecca Cran
3affea8f99
To restart, sysinstall calls execl. Since it will create a new process, we
...
can't check to see if sysinstall is running as init just by checking if the
PID is 0. Introduce a new option that sets the RunningAsInit flag, and update
the code to check RunningAsInit intstead of getpid().
PR: bin/38854
Submitted by: Peter Sedeffow <peter at trumanbrewery.com>
Approved by: rrs (mentor)
MFC after: 1 month
2010-08-17 09:39:06 +00:00
Rebecca Cran
cf2280aca7
Add -m and -M options to control the minimum and maximum frequency.
...
PR: bin/145063
Submitted by: Boris Kochergin <spawk at acm.poly.edu>
Reviewed by: cperciva
Approved by: rrs (mentor)
MFC after: 2 weeks
2010-08-17 09:11:38 +00:00
Joel Dahl
c2025a7660
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
...
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2010-08-16 15:18:30 +00:00