obrien
90add981c7
If running with "-K" really do not information about symbols from the a.out
...
argument. Before this fix, after searching the currently-running kernel,
we would still search the a.out argument - completely override the in-kernel
list, essentially defeating the K flag's purpose.
PR: 47387
Submitted by: Ryan Beasley <ryanb@goddamnbastard.org>
2009-01-12 21:49:42 +00:00
takawata
b9b900fee2
More usb2 foma driver update.
...
1. Export usb serial port unit number as sysctl.
2. Fix bug on handsfree port.
2009-01-12 20:13:14 +00:00
jkim
926a84447a
Connect padlock(4) to amd64 build for VIA Nano processors.
2009-01-12 19:23:46 +00:00
simon
8ccecdd30b
netcat is "now" in base, so point people at nc(1) instead of the port.
...
MFC after: 1 week
2009-01-12 19:17:43 +00:00
jkim
7cdff4176a
Add basic amd64 support for VIA Nano processors.
2009-01-12 19:17:35 +00:00
obrien
b1dd6fa37d
Vi got me in trouble in r187102 - fix typo of duplicate output filename.
...
Submitted by: several
2009-01-12 17:26:52 +00:00
obrien
dd5e3d11d0
Fix issue where ata_atapicmd() can never really return EBUSY which is
...
expected in acd_fixate().
This should fix various problems folks are having with 'burncd' reporting
"burncd: ioctl(CDRIOCFIXATE): Input/output error" during the fixate phase
when "fixate" is issued together with the "data" command.
PR: 95979
Submitted by: Jaakko Heinonen <jh@saunalahti.fi>
2009-01-12 17:18:58 +00:00
thompsa
fc7deb78dc
Provide a NDIS tx power level converstion to/from net80211, this uses a loookup
...
table to approximate mW<->dBM.
Submitted by: Paul B. Mahol
2009-01-12 17:15:09 +00:00
gnn
d559dffeaf
Fix CTF based builds to that if the debug build is being used we get
...
debug symbols.
Reviewed by: jhb
2009-01-12 16:54:41 +00:00
obrien
b31c3b6b02
Update fech URL.
...
Submitted by: Alexander Best <alexbestms@math.uni-muenster.de>
2009-01-12 16:31:27 +00:00
jkim
353435eb1f
Allow VIA Nano processors to boot FreeBSD/amd64.
...
PR: amd64/130303
MFC after: 1 week
2009-01-12 16:28:19 +00:00
jkim
2ae8269946
Add support for AMD64 Family 10h processors.
...
PR: kern/128331
MFC after: 3 days
2009-01-12 16:07:03 +00:00
danger
0e488ac6c8
- add missing include
...
- fix struct memeber's name [1]
PR: docs/130413 [1]
Submitted by: Thomas Mueller <tmueller@sysgo.com> [1]
MFC after: 3 days
2009-01-12 13:12:02 +00:00
qingli
751dff3610
Revive the RTF_LLINFO flag in route.h. The kernel code is guarded
...
by the new kernel option COMPAT_ROUTE_FLAGS for binary backward
compatibility. The RTF_LLDATA flag maps to the same value as RTF_LLINFO.
RTF_LLDATA is used by the arp and ndp utilities. The RTF_LLDATA flag is
always returned to the userland regardless whether the COMPAT_ROUTE_FLAGS
is defined.
2009-01-12 11:24:32 +00:00
obrien
c9e59ec6fa
Use a dynamically grown buffer for building the argv for the sub-mounts.
...
Also fix RCSid spamage.
Inspired by patch from: Christoph Mallon <christoph.mallon@gmx.de>
2009-01-12 08:22:36 +00:00
maxim
ff24caf9b3
o Sort .Xr.
2009-01-12 07:45:03 +00:00
delphij
bd0b9c72c6
o Language improvements from OpenBSD;
...
o Use an ISC-style license as did by the author.
Obtained from: OpenBSD
2009-01-12 06:10:48 +00:00
delphij
9277245887
o ANSIfy.
...
o Use ISC style copyright as did by the author.
Obtained from: OpenBSD
2009-01-12 06:09:34 +00:00
delphij
818a5e2c15
Fix typo.
...
Submitted by: Ben Kaduk <minimarmot gmail com>
MFC after: 3 days
2009-01-12 03:33:48 +00:00
nwhitehorn
87790de246
Some early Macintosh GPIO controllers don't provide reg properties for
...
interrupt-only GPIOs. Honor this, and allow interrupt attachment, but not
read/write access for such devices.
Reported by: Niels Eliasen
2009-01-12 01:36:01 +00:00
danger
53dabe7d04
- improve readability
...
Reviewed by: trhodes, keramida
MFC after: 3 days
2009-01-11 22:36:45 +00:00
trhodes
6f0bfed2be
Quote the "u" as it's the name of the union, this may prevent
...
some confusion when reading the manual page.
PR: 117798
Discussed with: keramida, brueffer
Recommended by: phk
2009-01-11 21:59:42 +00:00
rwatson
903b355d85
Since we allow conditional allocation of labels on syncache entries,
...
remove historic assertion that labels are always present.
2009-01-11 20:01:43 +00:00
thompsa
f668a06fbc
Remove unneeded includes.
2009-01-11 19:41:38 +00:00
sam
57e30e3c20
add missing return that broke WPA1+2 support
...
Submitted by: "Jared Go" <jared@hobnob.com>
2009-01-11 18:59:14 +00:00
bz
3aee8850cf
Add a short section talking about jails and file systems; mention the
...
mountand jail-aware file systems as well as quota.
PR: kern/68192
Reviewed by: simon
MFC after: 2 weeks
2009-01-11 18:40:56 +00:00
trasz
a671e32e90
Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfs
...
vnodes.
Reviewed by: kib
Approved by: rwatson (mentor)
Sponsored by: FreeBSD Foundation
2009-01-11 17:11:01 +00:00
chinsan
d73a74d3ea
Use full name (noticed by: ru@
2009-01-11 13:56:55 +00:00
trasz
95c0ca9565
Prevent a panic that happens on SMP machines when removing a disk with
...
many writes queued up.
Reviewed by: phk, scottl
Approved by: rwatson (mentor)
Sponsored by: FreeBSD Foundation
2009-01-11 13:51:04 +00:00
mav
b95d10610b
Fix unwanted crosschannel mixing, possible on some codecs like
...
VIA VT1708B and Realtek ALC268.
2009-01-11 12:04:18 +00:00
maxim
dd783f73a1
o Tweak comments a bit.
2009-01-11 11:36:00 +00:00
rwatson
1406f45dff
Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf()
...
in the loopback and synthetic loopback code so that packets are
access control checked and relabeled. Previously, the MAC
Framework enforced that packets sent over the loopback weren't
relabeled, but this will allow policies to make explicit choices
about how and whether to relabel packets on the loopback. Also,
for SIMPLEX devices, this produces more consistent behavior for
looped back packets to the local MAC address by labeling those
packets as coming from the interface.
Discussed with: csjp
Obtained from: TrustedBSD Project
2009-01-10 23:50:23 +00:00
ru
f6fb926c38
Fix usage() with SYNOPSIS.
2009-01-10 22:49:02 +00:00
ru
9bc17fdeb6
Fix markup and spelling.
2009-01-10 22:48:12 +00:00
mav
2a3b2e9619
OSS tools expect EINVAL for unsupported ioctls, but not ENXIO.
2009-01-10 21:38:37 +00:00
obrien
52de835e28
Explicitly check each mount argv building assignment for buffer over flowing.
...
Reviewed by: imp (earlier version of patch)
2009-01-10 20:54:47 +00:00
mav
2303bb0912
Make devnode include full device path.
...
This makes OSSv4 osstest tool work.
2009-01-10 20:49:15 +00:00
mav
6eabf0bd03
Remove debug slipped with the previous commit.
2009-01-10 19:01:29 +00:00
mav
9082151e88
Import some new constants and structures fields from OSSv4.
...
Implement some OSSv4 ioctls to make ossinfo tool work and print
something reasonable.
2009-01-10 18:19:22 +00:00
trasz
4c485439e2
Don't call destroy_dev(9) with a mutex held. While here, shuffle
...
things around so the periph destructors look alike. Based on a patch
by Jaakko Heinonen.
Submitted by: Jaakko Heinonen
Reviewed by: scottl
Approved by: rwatson (mentor)
Sponsored by: FreeBSD Foundation
2009-01-10 17:22:49 +00:00
trasz
81e2127caa
Add the possibility to specify "-o force" with "mdconfig -du".
...
Reviewed by: scottl
Approved by: rwatson (mentor)
Sponsored by: FreeBSD Foundation
2009-01-10 17:17:18 +00:00
kib
2715f5ad31
Correct description for the Marvell 88SE6101.
...
Submitted by: Andriy Gapon <avg icyb net ua>
MFC after: 3 days
2009-01-10 16:24:58 +00:00
mav
80961bb176
Add one more bunch of controller and codec IDs.
2009-01-10 14:14:00 +00:00
trhodes
00acc9b7ae
A bit of rewording for clarity, taken from OpenBSD.
...
Submitted by: jmc@OpenBSD.org
2009-01-10 12:47:22 +00:00
ru
bc0785459c
Fix crash with "netstat -m -N foo".
...
PR: bin/124724
MFC after: 3 days
2009-01-10 12:39:12 +00:00
rwatson
5743072acf
Rather than having MAC policies explicitly declare what object types
...
they label, derive that information implicitly from the set of label
initializers in their policy operations set. This avoids a possible
class of programmer errors, while retaining the structure that
allows us to avoid allocating labels for objects that don't need
them. As before, we regenerate a global mask of labeled objects
each time a policy is loaded or unloaded, stored in mac_labeled.
Discussed with: csjp
Suggested by: Jacques Vidrine <nectar at apple.com>
Obtained from: TrustedBSD Project
Sponsored by: Apple, Inc.
2009-01-10 10:58:41 +00:00
rwatson
aeaccdebe1
Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather than
...
MPC_OBJECT_IPQ; it was already defined, just not used.
Obtained from: TrustedBSD Project
Sponsored by: Apple, Inc.
2009-01-10 09:17:16 +00:00
bz
8ef504d98d
Rather than using the cred from curthread, take it from the thread
...
referenced in the sysctl req argument.
Reviewed by: rwatson
MFC after: 2 weeks
2009-01-09 23:57:59 +00:00
sam
34a5fb9b43
remove license ack requirement; this was never needed
...
Reviewed by: core
2009-01-09 22:35:25 +00:00
marcus
267597236c
Fix a deadlock which can occur due to a pseudofs vnode not getting unlocked.
...
Reported by: Richard Todd <rmtodd@ichotolot.servalan.com>
Reviewed by: kib
Approved by: kib
2009-01-09 22:06:48 +00:00