Andrey V. Elsukov
c778397f26
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
Andrey V. Elsukov
0dd7f00cee
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
Nathan Whitehorn
a9d0ed68b3
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
Edward Tomasz Napierala
8cd22f5edf
Provide better descriptions for 'struct ctl_scsiio' fields; based mostly
...
on emails from ken@.
2014-05-04 15:35:04 +00:00
Steven Hartland
4f64781818
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
Sergey Kandaurov
4688952ced
Expand PGET_WANTREAD. Language fixes.
...
Submitted by: jmg
2014-05-04 12:32:37 +00:00
Sergey Kandaurov
c401df0176
Treat the '-' as meaning standard input.
...
Obtained from: NetBSD
2014-05-04 12:20:40 +00:00
Andrey V. Elsukov
bc1e8f56ff
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
Luiz Otavio O Souza
8d25059572
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
Mark Johnston
604457091d
Remove a duplicate definition.
...
MFC after: 3 days
2014-05-04 03:37:39 +00:00
Mark Johnston
92f92525d1
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
Glen Barber
52586e7474
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
Glen Barber
f7d2f98988
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
Glen Barber
b4f99e79c1
Wrap lindev(4) references in <literal> tags.
...
Sponsored by: The FreeBSD Foundation
2014-05-04 01:32:59 +00:00
Glen Barber
c026b77a11
Dereference man.lindev.4 macros, since the device is removed.
...
Sponsored by: The FreeBSD Foundation
2014-05-04 01:32:57 +00:00
Glen Barber
006838ecc0
Document r265132, addition of full(4).
...
Sponsored by: The FreeBSD Foundation
2014-05-04 01:32:55 +00:00
Luiz Otavio O Souza
002381df32
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
Alexander V. Chernikov
a32603a55a
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
Bryan Venteicher
c23a7a1e16
Fix SYNOPSIS ("device if_vtnet" -> "device vtnet").
...
Obtained from: DragonFlyBSD
MFC after: 3 days
2014-05-03 19:57:17 +00:00
Sergey Kandaurov
17f494c00e
Documented the pget(9) system kernel interface.
...
Reviewed by: trociny, kib
MFC after: 1 week
2014-05-03 18:50:47 +00:00
Alexander V. Chernikov
c9f98940b9
Fix sysctl_ifmalist() broken in r265019.
...
Reported by: Olivier Cochard-Labbé
MFC with: r265019
2014-05-03 17:57:06 +00:00
Alexander V. Chernikov
972ed56a33
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
Alexander V. Chernikov
b980262e63
Pass radix head ptr along with rte to rtexpunge().
...
Rename rtexpunge to rt_expunge().
2014-05-03 16:28:54 +00:00
Mark Johnston
0eca77fd24
Fix a typo.
...
MFC after: 3 days
2014-05-03 16:18:42 +00:00
Konstantin Belousov
08cf5ceb8e
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
Christian Brueffer
42b097602d
Add urtwn(4) to the hardware notes.
...
MFC after: 1 week
2014-05-03 15:33:48 +00:00
Christian Brueffer
3613136981
Make the HARDWARE section ready for release notes generation; sort SEE ALSO.
...
MFC after: 1 week
2014-05-03 15:31:54 +00:00
Bryan Drewery
069f49cfe8
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
Christian Brueffer
92c8a5f121
Add rsu(4) to the hardware notes.
...
MFC after: 1 week
2014-05-03 11:39:04 +00:00
Christian Brueffer
be0d76eb2b
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
Jean-Sébastien Pédron
b5cd65d1c7
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
Christian Brueffer
d3e6a7f8d4
Add a missing colon.
2014-05-03 11:15:28 +00:00
Thomas Quinot
cf35c685d0
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 Quinot
37f1b88ba0
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 Quinot
66d5f71966
Minor comment fix.
2014-05-03 09:06:11 +00:00
Eitan Adler
377d232d9c
Fix syntax error with modern shells
...
Submitted by: multiple
2014-05-03 08:52:52 +00:00
Mark Johnston
acc0eea6b0
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
Luiz Otavio O Souza
1deba728cd
Fix the tinderbox armv6/arm build failure.
...
VYBRID code depends on FDT.
2014-05-03 03:40:36 +00:00
Steven Hartland
573621a6d6
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
Rick Macklem
ca20bd924f
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
Bryan Drewery
b42dda4bbc
- Add J command to help.
...
MFC after: 2 weeks
X-MFC-with: r265249
2014-05-02 23:47:14 +00:00
Bryan Drewery
ee92dd81a5
- Add a hint for 'u' and 'J' command that '+' displays all.
...
MFC after: 2 weeks
2014-05-02 23:32:44 +00:00
Bryan Drewery
1b60f97272
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 Strobl
02e17f0b93
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
Mateusz Guzik
f2b1eaec33
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
Mateusz Guzik
6b6348aa74
Fix typo in KF_FD_TYPE_TRACE comment: ptrace -> ktrace
2014-05-02 21:41:35 +00:00
Christian Brueffer
ed472910ba
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
Christian Brueffer
0eb41ebc3d
Generate hardware notes for mpr(4) and bump copyright for 2014.
2014-05-02 21:19:13 +00:00
Christian Brueffer
0c077bad5b
Use our standard SYNOPSIS wording; perform some cleanup while here.
2014-05-02 21:14:28 +00:00
Christian Brueffer
c3e2c655a5
Properly free resources in case of error.
...
CID: 1007032
Found with: Coverity Prevent(tm)
MFC after: 2 weeks
2014-05-02 20:45:55 +00:00