Author: trasz
Date: Tue Aug 1 15:51:16 2017
New Revision: 321877
URL: https://svnweb.freebsd.org/changeset/base/321877
Log:
MFC r320359:
Add vfs.nfsd.nfsd_enable_uidtostring, which works just like
vfs.nfsd.nfsd_enable_stringtouid, but in reverse - when set to 1,
it forces the NFSv4 ser
Author: trasz
Date: Mon Dec 19 18:27:22 2016
New Revision: 310281
URL: https://svnweb.freebsd.org/changeset/base/310281
Log:
MFC r307902:
Make the USB attach strings in dmesg include product name.
MFC after:1 month
Modified:
stable/10/sys/dev/usb/usb_device.c
Directory Propertie
Author: trasz
Date: Mon Dec 19 18:26:26 2016
New Revision: 310280
URL: https://svnweb.freebsd.org/changeset/base/310280
Log:
MFC r307774:
Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
"product vendor". This is consistent with how it's generally done.
The ordering i
Author: trasz
Date: Sat Dec 3 20:01:12 2016
New Revision: 309510
URL: https://svnweb.freebsd.org/changeset/base/309510
Log:
MFC r301761:
Fix frexpl() declaration to not include the field name.
Modified:
stable/10/lib/msun/src/math.h
Directory Properties:
stable/10/ (props changed)
Author: trasz
Date: Sat Dec 3 19:55:55 2016
New Revision: 309509
URL: https://svnweb.freebsd.org/changeset/base/309509
Log:
MFC r308206:
Make autounmountd(8) not die when traced with "truss -p".
Modified:
stable/10/usr.sbin/autofs/autounmountd.c
Directory Properties:
stable/10/ (pro
Author: trasz
Date: Fri Nov 4 14:06:21 2016
New Revision: 308292
URL: https://svnweb.freebsd.org/changeset/base/308292
Log:
MFC r297207:
Make the autofs(5) -hosts map more robust, primarily to make it correctly
handle NFS shares containing whitespace. This also adds the -E parameter
to
Author: trasz
Date: Fri Nov 4 13:59:57 2016
New Revision: 308291
URL: https://svnweb.freebsd.org/changeset/base/308291
Log:
MFC r287032:
Tweak the "rctl_enable" description to not give the impression
of being disabled by default.
Modified:
stable/10/share/man/man5/rc.conf.5
Directory
Author: trasz
Date: Fri Nov 4 13:51:10 2016
New Revision: 308290
URL: https://svnweb.freebsd.org/changeset/base/308290
Log:
MFC r292210:
Fix kernel build with "options GEOM_MOUNTVER". Previously it was only
working as a kernel module.
PR: 205026
Modified:
stable/10/sys
Author: trasz
Date: Sat Jan 23 15:48:14 2016
New Revision: 294635
URL: https://svnweb.freebsd.org/changeset/base/294635
Log:
MFC r289453:
Add -w flag to iscsictl(8) utility, to make it wait for successfull
session establishment. Scripting is kind of hard without it.
Sponsored by: Th
Author: trasz
Date: Tue Jan 12 14:18:54 2016
New Revision: 293759
URL: https://svnweb.freebsd.org/changeset/base/293759
Log:
Hide the "unmount of /dev failed (BUSY)" warning at shutdown or reboot,
introduced with r293742, just like it was hidden before that commit.
This is a direct commit
Author: trasz
Date: Tue Jan 12 10:24:08 2016
New Revision: 293747
URL: https://svnweb.freebsd.org/changeset/base/293747
Log:
MFC r290689:
Fix resource leaks in error cases.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/init/init.c
Directory Properties:
stable/10/
Author: trasz
Date: Tue Jan 12 10:14:57 2016
New Revision: 293744
URL: https://svnweb.freebsd.org/changeset/base/293744
Log:
MFC r290548:
Userspace part of reroot support. This makes it possible to change
the root filesystem without full reboot, using "reboot -r". This can
be used to to
Author: trasz
Date: Tue Jan 12 10:11:29 2016
New Revision: 293743
URL: https://svnweb.freebsd.org/changeset/base/293743
Log:
MFC r287964:
Kernel part of reroot support - a way to change rootfs without reboot.
Note that the mountlist manipulations are somewhat fragile, and not very
pr
Author: trasz
Date: Tue Jan 12 10:09:03 2016
New Revision: 293742
URL: https://svnweb.freebsd.org/changeset/base/293742
Log:
MFC r287107:
Make vfs_unmountall() unmount /dev after /, not before. The only
reason this didn't result in an unclean shutdown is that devfs ignores
MNT_FORCE fl
Author: trasz
Date: Tue Jan 12 09:58:00 2016
New Revision: 293741
URL: https://svnweb.freebsd.org/changeset/base/293741
Log:
MFC r285240:
Remove reboot.S (part of libc). It's not needed and was actually
broken - returning 0 from reboot(2) resulted in SIGBUS.
Sponsored by: The FreeBS
Author: trasz
Date: Tue Jan 12 09:27:01 2016
New Revision: 293738
URL: https://svnweb.freebsd.org/changeset/base/293738
Log:
MFC r289110:
Make geom_nop(4) collect statistics on all types of BIOs, not just
reads and writes.
PR: kern/198405
Submitted by: Matthew D. Fuller
Author: trasz
Date: Mon Jan 11 20:13:45 2016
New Revision: 293694
URL: https://svnweb.freebsd.org/changeset/base/293694
Log:
MFC r289060:
Document iSCSI and autofs(5) variables in rc.conf(5).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/share/man/man5/rc.conf.5
Directory
Author: trasz
Date: Mon Jan 11 20:11:41 2016
New Revision: 293693
URL: https://svnweb.freebsd.org/changeset/base/293693
Log:
MFC r287429:
The dumpfs(8) utility doesn't actually use disktab(5); remove it
from "SEE ALSO".
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin
Author: trasz
Date: Mon Jan 11 20:10:14 2016
New Revision: 293692
URL: https://svnweb.freebsd.org/changeset/base/293692
Log:
MFC r287396:
It's 2015, and some people are still trying to use fdisk and then
go asking what debug flags to set for GEOM to make it work. Advice
them to use gpa
Author: trasz
Date: Mon Jan 11 20:03:58 2016
New Revision: 293691
URL: https://svnweb.freebsd.org/changeset/base/293691
Log:
MFC r287704:
Point potential geom_fox(4) users to gmultipath(8).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/share/man/man4/geom_fox.4
Directory
Author: trasz
Date: Mon Jan 11 20:01:50 2016
New Revision: 293690
URL: https://svnweb.freebsd.org/changeset/base/293690
Log:
MFC 289113:
Add 'p' postfix to mdconfig(8).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/mdconfig/mdconfig.8
stable/10/sbin/mdconfig/mdconf
Author: trasz
Date: Mon Jan 11 19:59:56 2016
New Revision: 293688
URL: https://svnweb.freebsd.org/changeset/base/293688
Log:
MFC r289111:
Provide better debug message on kernel module name clash.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/kern/kern_module.c
Directo
Author: trasz
Date: Mon Jan 11 19:32:07 2016
New Revision: 293686
URL: https://svnweb.freebsd.org/changeset/base/293686
Log:
MFC r290408:
Make rctl(8) use more reasonable buffer size for retrieving the rules.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.bin/rctl/rctl
Author: trasz
Date: Mon Jan 11 19:21:20 2016
New Revision: 293681
URL: https://svnweb.freebsd.org/changeset/base/293681
Log:
MFC r290404:
Fix markup in rctl(8) - the 'rule' or 'filter' arguments are not optional.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.bin/rctl/
On 1018T1137, John-Mark Gurney wrote:
> Edward Tomasz Napierala wrote this message on Sun, Oct 18, 2015 at 14:52
> +:
> > Author: trasz
> > Date: Sun Oct 18 14:52:31 2015
> > New Revision: 289516
> > URL: https://svnweb.freebsd.org/changeset/base/289516
&
Author: trasz
Date: Sun Oct 18 15:03:47 2015
New Revision: 289521
URL: https://svnweb.freebsd.org/changeset/base/289521
Log:
MFC r287785:
Make it clear that 'swapuse' is swap reservation and not actual swap usage.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.bin/rctl
Author: trasz
Date: Sun Oct 18 15:02:07 2015
New Revision: 289520
URL: https://svnweb.freebsd.org/changeset/base/289520
Log:
MFC r287827:
Add a way to specify stripesize and stripeoffset to gnop(8). This makes
it possible to "simulate" 4K media, to eg test alignment handling.
Sponsor
Author: trasz
Date: Sun Oct 18 14:59:38 2015
New Revision: 289519
URL: https://svnweb.freebsd.org/changeset/base/289519
Log:
MFC r287951:
The "automount" rc script should depend on "automountd", not the other
way around.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc
Author: trasz
Date: Sun Oct 18 14:57:42 2015
New Revision: 289518
URL: https://svnweb.freebsd.org/changeset/base/289518
Log:
MFC 287397:
Fix markup.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/mount_unionfs/mount_unionfs.8
Directory Properties:
stable/10/ (prop
Author: trasz
Date: Sun Oct 18 14:55:09 2015
New Revision: 289517
URL: https://svnweb.freebsd.org/changeset/base/289517
Log:
MFC r286360:
Tweak mdconfig(8) manual page, in particular revise the EXAMPLES
section. This removes stuff that doesn't really belong there,
and simplifies exampl
Author: trasz
Date: Sun Oct 18 14:52:31 2015
New Revision: 289516
URL: https://svnweb.freebsd.org/changeset/base/289516
Log:
MFC r258909:
Tweak mdconfig(8) manual page, in particular revise the EXAMPLES
section. This removes stuff that doesn't really belong there,
and simplifies exampl
Author: trasz
Date: Sun Oct 18 14:47:19 2015
New Revision: 289515
URL: https://svnweb.freebsd.org/changeset/base/289515
Log:
MFC r257182 (by jmg@):
bump date forgotten in r257165
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/mdconfig/mdconfig.8
Directory Properties:
Author: trasz
Date: Sun Oct 18 14:46:12 2015
New Revision: 289514
URL: https://svnweb.freebsd.org/changeset/base/289514
Log:
MFC r257165 (by jmg@):
Document that -a will output the device name when -u is not specified..
when -u is specified it is not...
update the docs to say that yo
Author: trasz
Date: Sun Oct 18 14:41:38 2015
New Revision: 289513
URL: https://svnweb.freebsd.org/changeset/base/289513
Log:
MFC r287033:
After r286237 it should be fine to call vgone(9) on a busy GEOM vnode;
remove KASSERT that would prevent forced devfs unmount from working.
Sponso
Author: trasz
Date: Sun Oct 18 14:36:04 2015
New Revision: 289512
URL: https://svnweb.freebsd.org/changeset/base/289512
Log:
MFC r286283:
Fix panic triggered by code like this:
open("/dev/md0", O_EXEC);
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/geom/geom_dev.c
D
Author: trasz
Date: Sun Oct 18 14:34:13 2015
New Revision: 289511
URL: https://svnweb.freebsd.org/changeset/base/289511
Log:
MFC r286237:
Fix panic that would happen on forcibly unmounting devfs (note that
as it is now, devfs ignores MNT_FORCE anyway, so it needs to be modified
to trigg
Author: trasz
Date: Sun Oct 18 14:31:54 2015
New Revision: 289510
URL: https://svnweb.freebsd.org/changeset/base/289510
Log:
MFC r286281:
Mark vgonel() as static.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/kern/vfs_subr.c
Directory Properties:
stable/10/ (props
Author: trasz
Date: Sun Oct 18 14:25:04 2015
New Revision: 289509
URL: https://svnweb.freebsd.org/changeset/base/289509
Log:
MFC r286226:
Rework the way iSCSI initiator handles system shutdown. This fixes
hangs on shutdown with LUNs with mounted filesystems over a disconnected
iSCSI ses
Author: trasz
Date: Sun Oct 18 14:20:11 2015
New Revision: 289508
URL: https://svnweb.freebsd.org/changeset/base/289508
Log:
MFC r285881:
Add md_root example to defaults/loader.conf.
Note that this doesn't quite work yet - the preloaded image
gets loaded twice for some reason.
S
Author: trasz
Date: Sun Oct 18 14:17:30 2015
New Revision: 289507
URL: https://svnweb.freebsd.org/changeset/base/289507
Log:
MFC r285870:
Document md_root in loader(8). The md(4) manual page mentions it,
but it's hard to find and easy to miss.
Sponsored by: The FreeBSD Foundation
Mo
Author: trasz
Date: Sun Oct 18 14:16:01 2015
New Revision: 289506
URL: https://svnweb.freebsd.org/changeset/base/289506
Log:
MFC r285847:
Add missing SIGUSR1 description.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/init/init.8
Directory Properties:
stable/10/ (
Author: trasz
Date: Sun Oct 18 14:01:20 2015
New Revision: 289505
URL: https://svnweb.freebsd.org/changeset/base/289505
Log:
MFC r281726:
Optimize the O_NOCTTY handling hack in linux_common_open().
MFC r281728:
Add back fdrop() missed in r281726.
Sponsored by: The FreeBSD Fou
Author: trasz
Date: Sun Oct 18 13:58:17 2015
New Revision: 289504
URL: https://svnweb.freebsd.org/changeset/base/289504
Log:
MFC r281689:
Remove unused code from linux_mount(), and make it possible to mount
any kind of filesystem instead of harcoded three.
Sponsored by: The FreeBSD F
Author: trasz
Date: Sun Oct 18 13:52:53 2015
New Revision: 289503
URL: https://svnweb.freebsd.org/changeset/base/289503
Log:
MFC r280981:
Remove unused code.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sys/compat/linprocfs/linprocfs.c
Directory Properties:
stable/10/
Author: trasz
Date: Wed Aug 5 15:57:08 2015
New Revision: 286322
URL: https://svnweb.freebsd.org/changeset/base/286322
Log:
Make the kern.racct.tunable actually work.
This is a direct commit to 10-STABLE - 11-CURRENT is not affected,
because tunables are automatically fetched there.
Author: trasz
Date: Mon Aug 3 08:04:31 2015
New Revision: 286222
URL: https://svnweb.freebsd.org/changeset/base/286222
Log:
MFC r282086:
Make setproctitle(3) work in Capsicum capability mode. This makes
ctld(8) child processes to indicate initiator address and name in
their titles, si
Author: trasz
Date: Mon Aug 3 07:28:23 2015
New Revision: 286220
URL: https://svnweb.freebsd.org/changeset/base/286220
Log:
MFC r284542:
Allow '@' in unquoted strings, such as with the "path" statement. Note
that one can use any character they like by using double quotes.
PR:
Author: trasz
Date: Mon Aug 3 07:20:33 2015
New Revision: 286219
URL: https://svnweb.freebsd.org/changeset/base/286219
Log:
MFC r285086:
Remove OpenSSL dependency from iscsid(8) and ctld(8).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/ctld/Makefile
stable/10
Author: trasz
Date: Sun Aug 2 10:08:57 2015
New Revision: 286193
URL: https://svnweb.freebsd.org/changeset/base/286193
Log:
MFC r284582:
Fix off-by-one error in fstyp(8) and geom_label(4) that made them use
a single space (" ") as a CD9660 label name when no label was present.
Similar
Author: trasz
Date: Sun Aug 2 09:39:41 2015
New Revision: 286192
URL: https://svnweb.freebsd.org/changeset/base/286192
Log:
MFC r285675:
Remove a comment in the wrong place.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc/devd.conf
Directory Properties:
stable/10/
Author: trasz
Date: Sun Aug 2 09:37:47 2015
New Revision: 286191
URL: https://svnweb.freebsd.org/changeset/base/286191
Log:
MFC r285674:
Document suspend/resume notification in devd.conf(5).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/devd/devd.conf.5
Directory Pr
Author: trasz
Date: Sun Aug 2 09:35:53 2015
New Revision: 286190
URL: https://svnweb.freebsd.org/changeset/base/286190
Log:
MFC r285673:
Add CARP events description to devd.conf(5).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/devd/devd.conf.5
Directory Properties:
Author: trasz
Date: Sun Aug 2 09:34:03 2015
New Revision: 286189
URL: https://svnweb.freebsd.org/changeset/base/286189
Log:
MFC r285873:
Update Capsicum and Mandatory Access Control manual pages
to no longer claim they are experimental.
Sponsored by: The FreeBSD Foundation
Modified
Author: trasz
Date: Sun Aug 2 09:30:43 2015
New Revision: 286188
URL: https://svnweb.freebsd.org/changeset/base/286188
Log:
MFC r285672:
fstyp(8) ships with 10.2.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/fstyp/fstyp.8
Directory Properties:
stable/10/ (p
Author: trasz
Date: Sun Aug 2 09:28:51 2015
New Revision: 286187
URL: https://svnweb.freebsd.org/changeset/base/286187
Log:
MFC r285671:
uefisign(8) ships with 10.2.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/uefisign/uefisign.8
Directory Properties:
stable
Author: trasz
Date: Sun Aug 2 09:27:07 2015
New Revision: 286186
URL: https://svnweb.freebsd.org/changeset/base/286186
Log:
MFC r285676:
Expand sysctl descriptions in iscsi(4) and ctl(4).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/share/man/man4/ctl.4
stable/10/shar
Author: trasz
Date: Sun Aug 2 09:25:05 2015
New Revision: 286185
URL: https://svnweb.freebsd.org/changeset/base/286185
Log:
MFC r285251:
Fix markup.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/lib/libc/sys/open.2
Directory Properties:
stable/10/ (props changed)
Mo
Author: trasz
Date: Sun Aug 2 09:23:24 2015
New Revision: 286184
URL: https://svnweb.freebsd.org/changeset/base/286184
Log:
MFC r285100:
Make ctl(4) appear in "man -k iscsi" results.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/share/man/man4/ctl.4
Directory Properties:
Author: trasz
Date: Sun Aug 2 09:21:31 2015
New Revision: 286183
URL: https://svnweb.freebsd.org/changeset/base/286183
Log:
MFC r284682:
Expand sysctls descriptions for iscsi(4) and ctl(4).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/share/man/man4/ctl.4
stable/10/sh
Author: trasz
Date: Sun Aug 2 09:14:52 2015
New Revision: 286182
URL: https://svnweb.freebsd.org/changeset/base/286182
Log:
MFC r283286:
Start documenting ctl(4) sysctls.
Differential Revision:The FreeBSD Foundation
Modified:
stable/10/share/man/man4/ctl.4
Directory Propert
Author: trasz
Date: Sun Jun 21 07:00:54 2015
New Revision: 284674
URL: https://svnweb.freebsd.org/changeset/base/284674
Log:
MFC r283141:
Remove the warning about invalid PE checksum; apparently nothing
cares about those checksums anyway.
Sponsored by: The FreeBSD Foundation
Modifie
Author: trasz
Date: Sun Jun 21 06:54:54 2015
New Revision: 284671
URL: https://svnweb.freebsd.org/changeset/base/284671
Log:
MFC r283285:
Advertise ctlstat(8) a little better.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.bin/ctlstat/ctlstat.8
stable/10/usr.sbin/ctl
Author: trasz
Date: Sun Jun 21 06:49:44 2015
New Revision: 284669
URL: https://svnweb.freebsd.org/changeset/base/284669
Log:
MFC r281929:
Fix growfs(8) build with debug enabled (make -DGFSDBG).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/growfs/Makefile
stable/10
Author: trasz
Date: Sun Jun 21 06:44:32 2015
New Revision: 284668
URL: https://svnweb.freebsd.org/changeset/base/284668
Log:
MFC r282238:
Remove spurious period.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.bin/rctl/rctl.c
Directory Properties:
stable/10/ (props
Author: trasz
Date: Sun Jun 21 06:40:43 2015
New Revision: 284667
URL: https://svnweb.freebsd.org/changeset/base/284667
Log:
MFC r282236:
Make rctl(8) more user-friendly when RACCT/RCTL is disabled for some reason.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.bin/rct
Author: trasz
Date: Sun Jun 21 06:36:54 2015
New Revision: 284666
URL: https://svnweb.freebsd.org/changeset/base/284666
Log:
MFC r282857:
Document RCTL events in devd.conf(5).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/sbin/devd/devd.conf.5
Directory Properties:
stab
Author: trasz
Date: Sun Jun 21 06:28:26 2015
New Revision: 284665
URL: https://svnweb.freebsd.org/changeset/base/284665
Log:
MFC r282213:
Add kern.racct.enable tunable and RACCT_DISABLED config option.
The point of this is to be able to add RACCT (with RACCT_DISABLED)
to GENERIC, to avo
Author: trasz
Date: Sat Jun 20 15:55:53 2015
New Revision: 284645
URL: https://svnweb.freebsd.org/changeset/base/284645
Log:
MFC r281820:
Add hint about "volmode=dev" to ctl.conf(5).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/ctld/ctl.conf.5
Directory Properti
Author: trasz
Date: Sun May 24 04:14:09 2015
New Revision: 283349
URL: https://svnweb.freebsd.org/changeset/base/283349
Log:
MFC r279554:
Make periphdriver_register() take XPT lock when modifying the periph_drivers
array.
This fixes a panic that sometimes occured when kldloading ctl.
Author: trasz
Date: Thu May 21 13:42:37 2015
New Revision: 283242
URL: https://svnweb.freebsd.org/changeset/base/283242
Log:
MFC r279955:
Add -noauto autofs map, for automatic handling of fstab entries
marked "noauto".
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Added:
Author: trasz
Date: Thu May 21 13:41:08 2015
New Revision: 283241
URL: https://svnweb.freebsd.org/changeset/base/283241
Log:
MFC r279954:
Get executable direct maps to work.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automountd.c
Directory Properties:
Author: trasz
Date: Thu May 21 13:39:38 2015
New Revision: 283240
URL: https://svnweb.freebsd.org/changeset/base/283240
Log:
MFC r279953:
Rework the concat() algorithm to be correct in all cases.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/common.c
Direc
Author: trasz
Date: Thu May 21 13:31:44 2015
New Revision: 283235
URL: https://svnweb.freebsd.org/changeset/base/283235
Log:
MFC r279846:
Properly pass options for direct maps.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automount.c
stable/10/usr.sbin/
Author: trasz
Date: Thu May 21 13:37:48 2015
New Revision: 283239
URL: https://svnweb.freebsd.org/changeset/base/283239
Log:
MFC r279916:
Make "automount -LL -o whatever" present options in the same order
as used by automountd(8).
Sponsored by: The FreeBSD Foundation
Modified:
sta
Author: trasz
Date: Thu May 21 13:36:00 2015
New Revision: 283238
URL: https://svnweb.freebsd.org/changeset/base/283238
Log:
MFC r279915:
Make concat() accept NULL arguments.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automount.c
stable/10/usr.sbin/au
Author: trasz
Date: Thu May 21 13:34:33 2015
New Revision: 283237
URL: https://svnweb.freebsd.org/changeset/base/283237
Log:
MFC r279914:
Options from auto_master must be appended to options from maps,
not prepended.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbi
Author: trasz
Date: Thu May 21 13:33:06 2015
New Revision: 283236
URL: https://svnweb.freebsd.org/changeset/base/283236
Log:
MFC r279851:
Fix typo.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automountd.8
Directory Properties:
stable/10/ (props chang
Author: trasz
Date: Thu May 21 13:29:34 2015
New Revision: 283233
URL: https://svnweb.freebsd.org/changeset/base/283233
Log:
MFC r279845:
Fix handling of direct maps, broken in r275756. Previously, running
automount(8) would unmount direct map trigger nodes every second time.
Sponso
Author: trasz
Date: Thu May 21 13:26:52 2015
New Revision: 283232
URL: https://svnweb.freebsd.org/changeset/base/283232
Log:
MFC r279843:
Refactor.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/common.c
Directory Properties:
stable/10/ (props changed)
Author: trasz
Date: Thu May 21 13:25:28 2015
New Revision: 283231
URL: https://svnweb.freebsd.org/changeset/base/283231
Log:
MFC r279813:
Make things more readable; no functional changes.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/automount.c
stable/1
Author: trasz
Date: Thu May 21 13:23:49 2015
New Revision: 283230
URL: https://svnweb.freebsd.org/changeset/base/283230
Log:
MFC r279812:
Remove some particularly bad code; no functional changes.
MFC r279815:
Erm, revert chunk committed by mistake.
Sponsored by: The FreeBSD F
Author: trasz
Date: Thu May 21 13:21:03 2015
New Revision: 283229
URL: https://svnweb.freebsd.org/changeset/base/283229
Log:
MFC r279808:
Fix memory leak.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/autofs/common.c
Directory Properties:
stable/10/ (props ch
Author: trasz
Date: Thu May 21 13:19:44 2015
New Revision: 283228
URL: https://svnweb.freebsd.org/changeset/base/283228
Log:
MFC r279807:
Improve separated_concat() to properly handle the case of concatenating
"/" and "/foo".
Modified:
stable/10/usr.sbin/autofs/common.c
Directory Prope
Author: trasz
Date: Thu May 21 13:18:02 2015
New Revision: 283227
URL: https://svnweb.freebsd.org/changeset/base/283227
Log:
MFC r279806:
Minor optimization/cleanup in node_path(); no functional changes.
Modified:
stable/10/usr.sbin/autofs/common.c
Directory Properties:
stable/10/ (p
Author: trasz
Date: Thu May 21 13:13:56 2015
New Revision: 283226
URL: https://svnweb.freebsd.org/changeset/base/283226
Log:
MFC r277171:
Use newly added GEOM notifications to discard autofs caches.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc/devd.conf
Directory Pro
Author: trasz
Date: Thu May 21 13:11:48 2015
New Revision: 283225
URL: https://svnweb.freebsd.org/changeset/base/283225
Log:
MFC r276883:
Improve documentation for autofs variables and executable maps;
also some markup fixes.
Sponsored by: The FreeBSD Foundation
Modified:
stable/1
Author: trasz
Date: Thu May 21 13:10:08 2015
New Revision: 283224
URL: https://svnweb.freebsd.org/changeset/base/283224
Log:
MFC r276833:
Make /net use -intr by default. Linux does that, and it seems a good idea.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc/auto_mas
Author: trasz
Date: Thu May 21 13:08:30 2015
New Revision: 283223
URL: https://svnweb.freebsd.org/changeset/base/283223
Log:
MFC r275681:
Add "-media" autofs map, to access data on removable media, such as CD
drives or flash keys. It can be enabled by uncommenting a single entry
in def
Author: trasz
Date: Fri May 15 15:13:51 2015
New Revision: 282977
URL: https://svnweb.freebsd.org/changeset/base/282977
Log:
MFC r279316:
Add uefisign(8) reference to uefi(8) manual page.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/share/man/man8/uefi.8
Directory Proper
Author: trasz
Date: Fri May 15 15:12:12 2015
New Revision: 282976
URL: https://svnweb.freebsd.org/changeset/base/282976
Log:
MFC r279321:
Make the uefikeys script output slightly more obvious.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/share/examples/uefisign/uefikeys
Author: trasz
Date: Fri May 15 15:10:34 2015
New Revision: 282975
URL: https://svnweb.freebsd.org/changeset/base/282975
Log:
MFC r279317:
Add key/cert generation script for uefisign(8).
Sponsored by: The FreeBSD Foundation
Added:
stable/10/share/examples/uefisign/
- copied from
Author: trasz
Date: Fri May 15 15:08:37 2015
New Revision: 282974
URL: https://svnweb.freebsd.org/changeset/base/282974
Log:
MFC r279315:
Add uefisign(8), UEFI Secure Boot signing utility.
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Added:
stable/10/usr.sbin/uefisign/
Author: trasz
Date: Fri May 15 11:10:01 2015
New Revision: 282963
URL: https://svnweb.freebsd.org/changeset/base/282963
Log:
MFC r281265:
Add a hint that "device ctl" kind of depends on "device iscsi".
It actually doesn't - "device ctl" automatically pulls in ICL, which
would normall
Author: trasz
Date: Fri May 15 11:07:49 2015
New Revision: 282962
URL: https://svnweb.freebsd.org/changeset/base/282962
Log:
MFC r280983:
Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT
are ignored.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/lib/l
Author: trasz
Date: Fri May 15 11:06:10 2015
New Revision: 282961
URL: https://svnweb.freebsd.org/changeset/base/282961
Log:
MFC r280321:
Make the autofs LDAP script cope with server returning entries with
ENTRY_ATTRIBUTE (eg cn) after the VALUE_ATTRIBUTE (eg automountInformation),
inst
Author: trasz
Date: Fri May 15 11:03:19 2015
New Revision: 282960
URL: https://svnweb.freebsd.org/changeset/base/282960
Log:
MFC r279536:
Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correct
operation of GlusterFS.
PR: 192701
Submitted by: harsha at harshav
Author: trasz
Date: Fri May 15 11:00:12 2015
New Revision: 282959
URL: https://svnweb.freebsd.org/changeset/base/282959
Log:
MFC r279489:
Make the "automounted" flag work for FUSE filesystems.
PR: 192852
Submitted by: taku at tackymt.homeip.net (earlier version)
Sponsored
Author: trasz
Date: Fri May 15 10:56:22 2015
New Revision: 282958
URL: https://svnweb.freebsd.org/changeset/base/282958
Log:
MFC r278360:
Make hccontrol(8) and sdpcontrol(8) appear in "man -k bluetooth" output.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/blueto
Author: trasz
Date: Fri May 15 10:54:40 2015
New Revision: 282957
URL: https://svnweb.freebsd.org/changeset/base/282957
Log:
MFC r278352:
Remove useless comment.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/lib/libc/sys/setresuid.2
Directory Properties:
stable/10/ (p
Author: trasz
Date: Fri May 15 10:53:06 2015
New Revision: 282956
URL: https://svnweb.freebsd.org/changeset/base/282956
Log:
MFC r278316:
Make "ctladm islist" ignore unknown elements, so the old version
continues to work with newer kernel.
Other ctladm(8) "*list" subcommands seem to
1 - 100 of 122 matches
Mail list logo