gjb
116f0fb807
Fix typo: s/null/full
...
Spotted by: jilles
Sponsored by: The FreeBSD Foundation
2014-05-04 17:53:01 +00:00
ae
65883d393c
Add better error description for case when we are doing resize and
...
scheme-specific method returns EBUSY.
MFC after: 1 week
2014-05-04 16:55:51 +00:00
ae
8488e4961e
Prevent an unexpected shrinking on resizing due to alignment for MBR,
...
PC98 and VTOC8 schemes.
Reported by: jmg
MFC after: 1 week
2014-05-04 16:43:57 +00:00
nwhitehorn
34465d9bbe
Disable ACPI and P4TCC throttling by default, following discussion on
...
freebsd-current. These CPU speed control techniques are usually unhelpful
at best. For now, continue building the relevant code into GENERIC so that
it can trivially be re-enabled at runtime if anyone wants it.
MFC after: 1 month
2014-05-04 16:38:21 +00:00
trasz
f4c8cf8cb6
Provide better descriptions for 'struct ctl_scsiio' fields; based mostly
...
on emails from ken@.
2014-05-04 15:35:04 +00:00
smh
fd5ca87253
Use a zio flag to prevent recursion of vdev_queue_io_done which can
...
cause stack overflow for IO's which return ZIO_PIPELINE_CONTINUE
from the zio_vdev_io_start stage and hence don't suspend and complete
in a different thread.
This prevents double fault panic on slow machines running ZFS on
GELI volumes which return EOPNOTSUPP directly to BIO_DELETE requests.
MFC after: 1 month
X-MFC-With: r265152
2014-05-04 14:05:14 +00:00
pluknet
86a85509b8
Expand PGET_WANTREAD. Language fixes.
...
Submitted by: jmg
2014-05-04 12:32:37 +00:00
pluknet
4226abee66
Treat the '-' as meaning standard input.
...
Obtained from: NetBSD
2014-05-04 12:20:40 +00:00
ae
000f6e777d
For schemes that do an automatic partition aligning move this code to
...
separate function.
MFC after: 1 week
2014-05-04 10:14:25 +00:00
loos
e80f8fa589
Move gpiobus routines to dev/gpio. Avoid polluting ofw_bus with bus
...
specific parts.
Requested by: nwhitehorn
2014-05-04 04:01:26 +00:00
markj
b79625ea0c
Remove a duplicate definition.
...
MFC after: 3 days
2014-05-04 03:37:39 +00:00
markj
bddfd9feb6
If the traced process stops because it received a signal, libproc needs
...
to ensure that the signal is forwarded when proc_continue() is called.
MFC after: 3 weeks
2014-05-04 03:34:32 +00:00
gjb
baf69d5639
Document r265229[1], r265249[2]:
...
'-J' flag added to ps(1) [1], and top(1) [2].
Sponsored by: The FreeBSD Foundation
2014-05-04 01:33:02 +00:00
gjb
0bc17abe76
Document r264601, addition of if_nf10bmac(4) (with no
...
corresponding manual page, so <literal> tags are used).
Sponsored by: The FreeBSD Foundation
2014-05-04 01:33:00 +00:00
gjb
664b2fe727
Wrap lindev(4) references in <literal> tags.
...
Sponsored by: The FreeBSD Foundation
2014-05-04 01:32:59 +00:00
gjb
302648fb4b
Dereference man.lindev.4 macros, since the device is removed.
...
Sponsored by: The FreeBSD Foundation
2014-05-04 01:32:57 +00:00
gjb
5397a577ca
Document r265132, addition of full(4).
...
Sponsored by: The FreeBSD Foundation
2014-05-04 01:32:55 +00:00
loos
137b57d817
Really sort out the headers.
...
sys/systm.h must always come after sys/param.h.
Remove sys/types.h which should never be included together with sys/param.h.
Add sys/malloc.h for correctness even if it seems to don't be needed.
Remove more unused headers found by unusedinc (from bde@) and tested with a
universe build.
Reported by: bde
2014-05-03 20:33:00 +00:00
melifaro
876586a2b1
Fix panic on IPv4 address removal introduced in r265279.
...
Reported by: Trond Endrestøl
MFC with: r265279
2014-05-03 20:22:13 +00:00
bryanv
1d364a3637
Fix SYNOPSIS ("device if_vtnet" -> "device vtnet").
...
Obtained from: DragonFlyBSD
MFC after: 3 days
2014-05-03 19:57:17 +00:00
pluknet
f9605d0603
Documented the pget(9) system kernel interface.
...
Reviewed by: trociny, kib
MFC after: 1 week
2014-05-03 18:50:47 +00:00
melifaro
1f938512ab
Fix sysctl_ifmalist() broken in r265019.
...
Reported by: Olivier Cochard-Labbé
MFC with: r265019
2014-05-03 17:57:06 +00:00
melifaro
bb33a54f34
Remove additional fib checks from rtalloc1_fib.
...
It looks like current consumers are either unaware
of MRT (and uses RT_DEFAULT_FIB implicitly) or
know what thay are doing, In latter case they
will be either hit by KASSERT or ESCRH will be returned
due to NULL rnh.
2014-05-03 16:38:05 +00:00
melifaro
a4407f98c0
Pass radix head ptr along with rte to rtexpunge().
...
Rename rtexpunge to rt_expunge().
2014-05-03 16:28:54 +00:00
markj
2965ace268
Fix a typo.
...
MFC after: 3 days
2014-05-03 16:18:42 +00:00
kib
42829c1795
After r254627, the deupdate() started writing the directory entries to
...
disk. That has a side effect of corrupting the "." entries names on
rename, since the call to createde() in the msdosfs_rename() sets the
de_Name to the target name. If any change to the directory attributes
is performed, the wrong name is written back to the on-disk direntry
on update.
Overwrite the de_Name for the directories on rename to correct the dot
name.
Submitted by: bde
MFC after: 1 week
2014-05-03 16:11:55 +00:00
brueffer
e05f978e11
Add urtwn(4) to the hardware notes.
...
MFC after: 1 week
2014-05-03 15:33:48 +00:00
brueffer
71f8696d4d
Make the HARDWARE section ready for release notes generation; sort SEE ALSO.
...
MFC after: 1 week
2014-05-03 15:31:54 +00:00
bdrewery
c9d9c19e83
Fix width/alignment of JID column. Make it support up to the maximum
...
7-wide JIDs. On a system using jails for common tasks the JID can
quickly increase.
MFC after: 2 weeks
2014-05-03 15:03:47 +00:00
brueffer
3650d0b479
Add rsu(4) to the hardware notes.
...
MFC after: 1 week
2014-05-03 11:39:04 +00:00
brueffer
824c412b2a
Make this manpage ready for hardware notes generation, add more Xrefs and perform
...
general cleanup.
In particular, don't claim rsu(4) devices can be configured with hostname(1)...
MFC after: 1 week
2014-05-03 11:34:54 +00:00
dumbbell
b016f706b7
drm/radeon: Add 32bit ioctls support
...
This allows to run 32bit applications on a 64bit host. This was tested
successfully with Wine (emulators/i386-wine-devel) and StarCraft II.
Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
MFC after: 1 week
2014-05-03 11:23:10 +00:00
brueffer
e968d51538
Add a missing colon.
2014-05-03 11:15:28 +00:00
thomas
84ede10b91
Add appropriate quoting to allow building with a KERNCONFDIR containing
...
spaces.
PR: kern/162736
MFC after: 1 week
2014-05-03 09:24:20 +00:00
thomas
574a744c49
Minor comment fix: dbsz is the block size as set by bs/ibs/obs,
...
not the size of the buffer.
2014-05-03 09:07:02 +00:00
thomas
4346e12888
Minor comment fix.
2014-05-03 09:06:11 +00:00
eadler
ad67091f07
Fix syntax error with modern shells
...
Submitted by: multiple
2014-05-03 08:52:52 +00:00
markj
75ad05df26
Allow "a.out" as an alias for the executable if no other matching entries
...
are found. This improves compatibility with Solaris' libproc and fixes a
number of failing DTrace tests that rely on this feature.
MFC after: 3 weeks
2014-05-03 04:44:03 +00:00
loos
9b78ac2c57
Fix the tinderbox armv6/arm build failure.
...
VYBRID code depends on FDT.
2014-05-03 03:40:36 +00:00
smh
90763c1679
Don't treat TRIM requests returning ENOTSUP as an unexpected error.
...
MFC after: 1 month
X-MFC-With: r265152
2014-05-03 02:30:01 +00:00
rmacklem
2c816214c0
The new draft specification for NFSv4.0 specifies that a server
...
should either accept owner and owner_group strings that are just
the digits of the uid/gid or return NFS4ERR_BADOWNER.
This patch adds a sysctl vfs.nfsd.enable_stringtouid, which can
be set to enable the server w.r.t. accepting numeric string. It
also ensures that NFS4ERR_BADOWNER is returned if numeric uid/gid
strings are not enabled. This fixes the server for recent Linux
nfs4 clients that use numeric uid/gid strings by default.
Reported and tested by: craigyk@gmail.com
MFC after: 2 weeks
2014-05-03 00:13:45 +00:00
bdrewery
971b2fb328
- Add J command to help.
...
MFC after: 2 weeks
X-MFC-with: r265249
2014-05-02 23:47:14 +00:00
bdrewery
b5296cf7b9
- Add a hint for 'u' and 'J' command that '+' displays all.
...
MFC after: 2 weeks
2014-05-02 23:32:44 +00:00
bdrewery
1042af2b8e
Add -J command/flag to filter by jail name/jid. This will automatically
...
display the JID as well (the -j command/flag).
0 displays host.
+ displays all.
MFC after: 2 weeks
Relnotes: yes
2014-05-02 23:30:39 +00:00
marius
ed48e9a0db
Allow GEOM_VINUM to be statically compiled into the kernel.
...
Submitted by: gleb
MFC after: 3 days
2014-05-02 23:23:18 +00:00
mjg
1b83ce1524
Request a non-exiting process in sysctl_kern_proc_{o,}filedesc
...
This fixes a race with exit1 freeing p_textvp.
Suggested by: kib
MFC after: 1 week
2014-05-02 21:55:09 +00:00
mjg
2c1f524e77
Fix typo in KF_FD_TYPE_TRACE comment: ptrace -> ktrace
2014-05-02 21:41:35 +00:00
brueffer
09b97bcfaf
Free resources in an error case.
...
CID: 1018947
Found with: Coverity Prevent(tm)
MFC after: 1 week
2014-05-02 21:34:17 +00:00
brueffer
b135b84670
Generate hardware notes for mpr(4) and bump copyright for 2014.
2014-05-02 21:19:13 +00:00
brueffer
1fe106e922
Use our standard SYNOPSIS wording; perform some cleanup while here.
2014-05-02 21:14:28 +00:00