Author: trasz
Date: Mon Dec 19 18:31:22 2016
New Revision: 310282
URL: https://svnweb.freebsd.org/changeset/base/310282
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: Mon Dec 19 18:32:26 2016
New Revision: 310283
URL: https://svnweb.freebsd.org/changeset/base/310283
Log:
MFC r307902:
Make the USB attach strings in dmesg include product name.
Modified:
stable/9/sys/dev/usb/usb_device.c
Directory Properties:
stable/9/sys/ (props
Author: trasz
Date: Thu May 24 09:59:58 2012
New Revision: 235889
URL: http://svn.freebsd.org/changeset/base/235889
Log:
MFC r226043:
Remove assertion against empty NFSv4 ACLs. An empty ACL is not exactly
valid - we don't allow for setting it on a file, for example - but it's
not somet
Author: trasz
Date: Thu May 24 10:02:42 2012
New Revision: 235890
URL: http://svn.freebsd.org/changeset/base/235890
Log:
MFC r234385:
Fix bug where NFSv4 ACL enforcement code wouldn't unconditionally
allow the owner to read and write ACL and file attributes when there
was no entry with
Author: trasz
Date: Thu May 24 10:20:23 2012
New Revision: 235891
URL: http://svn.freebsd.org/changeset/base/235891
Log:
MFC r225868:
Make ps(1) automatically size its column widths.
Modified:
stable/9/bin/ps/extern.h
stable/9/bin/ps/keyword.c
stable/9/bin/ps/print.c
stable/9/bin/p
Author: trasz
Date: Thu May 24 10:31:17 2012
New Revision: 235893
URL: http://svn.freebsd.org/changeset/base/235893
Log:
MFC r232782:
Remove useless thread_{lock,unlock}() in raccd.
Modified:
stable/9/sys/kern/kern_racct.c
Directory Properties:
stable/9/sys/ (props changed)
Modified
Author: trasz
Date: Thu May 24 11:43:33 2012
New Revision: 235900
URL: http://svn.freebsd.org/changeset/base/235900
Log:
MFC r234381:
Fix panic, triggered like this: "int main() { thr_exit(); }"
Modified:
stable/9/sys/kern/kern_thr.c
Directory Properties:
stable/9/sys/ (props changed
Author: trasz
Date: Thu May 24 11:46:39 2012
New Revision: 235901
URL: http://svn.freebsd.org/changeset/base/235901
Log:
MFC r234380:
Enforce upper bound on the input buffer length.
Modified:
stable/9/sys/kern/kern_rctl.c
Directory Properties:
stable/9/sys/ (props changed)
Modified:
Author: trasz
Date: Thu May 24 11:50:14 2012
New Revision: 235902
URL: http://svn.freebsd.org/changeset/base/235902
Log:
MFC r226234:
Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPEND
is just a modifier for VWRITE.
Modified:
stable/9/sys/fs/unionfs/union_vnops.c
Direc
Author: trasz
Date: Thu May 24 15:55:41 2012
New Revision: 235913
URL: http://svn.freebsd.org/changeset/base/235913
Log:
MFC r234383:
Stop treating system processes as special. This fixes panics
like the one triggered by this:
# kldload geom_vinum
# pwait `pgrep -S gv_worker` &
Author: trasz
Date: Tue May 29 15:08:35 2012
New Revision: 236239
URL: http://svn.freebsd.org/changeset/base/236239
Log:
MFC r235787:
Fix panic with RACCT that could occur in low memory (or out of swap)
situations, due to fork1() calling racct_proc_exit() without calling
racct_proc_fork
Author: trasz
Date: Tue May 29 19:47:06 2012
New Revision: 236253
URL: http://svn.freebsd.org/changeset/base/236253
Log:
MFC r232598:
Make racct and rctl correctly handle jail renaming. Previously
they would continue using old name, the one jail was created with.
PR: bin/1
Author: trasz
Date: Tue Jun 5 13:57:02 2012
New Revision: 236616
URL: http://svn.freebsd.org/changeset/base/236616
Log:
MFC r236237:
Fix lock interaction table for rmlocks - by default they cannot sleep,
just like rwlocks.
Modified:
stable/9/share/man/man9/locking.9
Directory Properti
Author: trasz
Date: Tue Jun 5 20:27:41 2012
New Revision: 236636
URL: http://svn.freebsd.org/changeset/base/236636
Log:
MFC r235781:
Fix enforcement of file size limit with O_APPEND on ZFS.
vn_rlimit_fsize takes uio->uio_offset and uio->uio_resid into account
when determining whethe
Author: trasz
Date: Sat Jun 23 18:26:23 2012
New Revision: 237490
URL: http://svn.freebsd.org/changeset/base/237490
Log:
MFC r234036:
Fix panic in ffs_reload(), which may happen when read-only filesystem
gets resized and then reloaded.
MFC r234537:
Fix use-after-free introduced
Author: trasz
Date: Sat Jun 23 18:51:33 2012
New Revision: 237495
URL: http://svn.freebsd.org/changeset/base/237495
Log:
MFC r227081 by ed@:
Add missing static keywords for global variables to tools in sbin/.
These tools declare global variables without using the static keyword,
even
Author: trasz
Date: Sat Jun 23 18:54:24 2012
New Revision: 237496
URL: http://svn.freebsd.org/changeset/base/237496
Log:
MFC r230289 by ed@:
Allow growfs to be built with GCC 4.7 and -Werror.
The dp1 variable is only used when FSIRAND is defined. Just place the
variable behind #ifdef
Author: trasz
Date: Sat Jun 23 18:58:02 2012
New Revision: 237497
URL: http://svn.freebsd.org/changeset/base/237497
Log:
MFC r232548:
Make growfs(8) mostly style compliant. No functional changes,
verified with MD5.
MFC r232858:
After r232548, clang complains about the apparent
Author: trasz
Date: Sat Jun 23 19:01:42 2012
New Revision: 237498
URL: http://svn.freebsd.org/changeset/base/237498
Log:
MFC r233656:
Remove disklabel handling code from growfs. This should be done
via geom_part(4), and it doesn't belong in growfs anyway.
Reviewed by:kib, mckusi
Author: trasz
Date: Sat Jun 23 19:03:42 2012
New Revision: 237499
URL: http://svn.freebsd.org/changeset/base/237499
Log:
MFC r234178:
Remove block reallocation used to make room for the cylinder group
summary structure. From now on, when there is no room for it,
we simply allocate new
Author: trasz
Date: Sat Jun 23 19:08:24 2012
New Revision: 237500
URL: http://svn.freebsd.org/changeset/base/237500
Log:
MFC r234189:
Style.
MFC r234312:
Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.
Reviewed by:kib, mckusick
Sponsored by: The Fr
sck 8 ,
+.Xr fsdb 8 ,
.Xr gpart 8 ,
-.Xr gvinum 8 ,
.Xr newfs 8 ,
.Xr tunefs 8
.Sh HISTORY
@@ -134,61 +119,12 @@ utility first appeared in
.An Christoph Herrmann Aq c...@freebsd.org
.An Thomas-Henning von Kamptz Aq toms...@freebsd.org
.An The GROWFS team Aq gro...@tomsoft.com
+.An Edward Tomasz
Author: trasz
Date: Sat Jun 23 19:46:07 2012
New Revision: 237505
URL: http://svn.freebsd.org/changeset/base/237505
Log:
Make newfs(8) display "super-block backups (for fsck_ffs -b #)" instead
of super-block backups (for fsck -b #), since fsck(8) doesn't accept
the "-b" option; only fsck_ffs
Author: trasz
Date: Thu Jul 5 13:45:23 2012
New Revision: 238129
URL: http://svn.freebsd.org/changeset/base/238129
Log:
MFC r237572:
Add missing MLINKS for whatever -> if_whatever.
Approved by: re (kib)
Modified:
stable/9/share/man/man4/Makefile
Directory Properties:
stable/9/sh
/share/man/man4/bxe.4 Thu Jul 5 16:02:14 2012
(r238140, copy of r237636, head/share/man/man4/bxe.4)
@@ -0,0 +1,138 @@
+.\" Copyright (c) 2012 Edward Tomasz Napierala
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or witho
Author: trasz
Date: Mon Sep 17 11:21:57 2012
New Revision: 240598
URL: http://svn.freebsd.org/changeset/base/240598
Log:
MFC r240076:
Fix compact form of "synchronize" permission in setfacl(1) manual page - it
should be "s", not "S".
PR: docs/162380
Modified:
stable/9/bi
Author: trasz
Date: Mon Sep 17 11:27:56 2012
New Revision: 240599
URL: http://svn.freebsd.org/changeset/base/240599
Log:
MFC r232329:
Use proper "maxproc" name, not "nproc".
PR: docs/162172
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rct
Author: trasz
Date: Mon Sep 17 11:35:38 2012
New Revision: 240600
URL: http://svn.freebsd.org/changeset/base/240600
Log:
MFC r233456 by joel@:
Remove superfluous paragraph macro.
MFC r233665 by joel@:
mandoc complains loudly when s are misused in columnated lists. Fix
this synta
Author: trasz
Date: Mon Sep 17 11:39:28 2012
New Revision: 240601
URL: http://svn.freebsd.org/changeset/base/240601
Log:
MFC r239990:
Improve description for "rctl -l".
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rctl/ (props changed)
Modified: stab
Author: trasz
Date: Mon Oct 1 11:16:22 2012
New Revision: 241095
URL: http://svn.freebsd.org/changeset/base/241095
Log:
MFC r240575:
Remove references to userstat(1) and jailstat(1). Those tools were never
merged from the Perforce branch. They might be brought in when %CPU limits
go
Author: trasz
Date: Thu Oct 4 08:47:05 2012
New Revision: 241187
URL: http://svn.freebsd.org/changeset/base/241187
Log:
MFC r240087:
Fix an error in setfacl(1) that manifested like this:
# setfacl -m u:trasz:rwx x
# setfacl -m u:root:rwx x
# getfacl x
# file: x
# owner: root
Author: trasz
Date: Thu Oct 4 08:33:46 2012
New Revision: 241185
URL: http://svn.freebsd.org/changeset/base/241185
Log:
MFC r240084:
Make "setfacl -bd" an alias for "setfacl -k". Previously it would crash
on assert.
PR: bin/165807
Modified:
stable/9/bin/setfacl/setfacl
Author: trasz
Date: Thu Oct 4 08:43:49 2012
New Revision: 241186
URL: http://svn.freebsd.org/changeset/base/241186
Log:
MFC r240085:
In getfacl(1) manual page, mention where to read about the ACL syntax.
PR submitter suggested adding it to acl(3) instead, but I don't think
pointing ord
Author: trasz
Date: Thu Oct 4 08:49:04 2012
New Revision: 241188
URL: http://svn.freebsd.org/changeset/base/241188
Log:
MFC r240088:
Explicitly mention that "cp -p" copies ACLs.
PR: docs/168962
Modified:
stable/9/bin/cp/cp.1
Directory Properties:
stable/9/bin/cp/ (pro
Author: trasz
Date: Thu Oct 4 08:26:49 2012
New Revision: 241184
URL: http://svn.freebsd.org/changeset/base/241184
Log:
MFC r240083:
Make setfacl(1) behave properly in situations like "setfacl -kd".
Modified:
stable/9/bin/setfacl/setfacl.c
Directory Properties:
stable/9/bin/setfacl/
stable/9/sys/ufs/ffs/ffs_suspend.c (from r243245,
head/sys/ufs/ffs/ffs_suspend.c)
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/9/sys/ufs/ffs/ffs_suspend.c Sat Feb 2 09:57:34 2013
AUTHORS
.An Christoph Herrmann Aq c...@freebsd.org
.An Thomas-Henning von Kamptz Aq toms...@freebsd.org
.An The GROWFS team Aq gro...@tomsoft.com
.An Edward Tomasz Napierala Aq tr...@freebsd.org
+.Sh CAVEATS
+.Pp
+When expanding a file system mounted read-write, any writes to that file system
Author: trasz
Date: Sat Feb 2 10:02:26 2013
New Revision: 246236
URL: http://svnweb.freebsd.org/changeset/base/246236
Log:
MFC r244243:
Fix extending filesystems of weird size by making sure the actual size
is always multiple of fragment size.
Modified:
stable/9/sbin/growfs/growfs.c
D
Author: trasz
Date: Sat Feb 2 10:04:23 2013
New Revision: 246237
URL: http://svnweb.freebsd.org/changeset/base/246237
Log:
MFC r244295:
When growing a filesystem, don't leave unused space at the end
if there is not enough room for a full cylinder group.
Reviewed by:mckusick@
Mo
Author: trasz
Date: Sun Feb 3 12:17:49 2013
New Revision: 246284
URL: http://svnweb.freebsd.org/changeset/base/246284
Log:
MFC r242379:
Fix problem with geom_label(4) not recognizing UFS labels on filesystems
extended using growfs(8). The problem here is that geom_label checks if
the
Author: trasz
Date: Fri Feb 15 06:52:56 2013
New Revision: 246819
URL: http://svnweb.freebsd.org/changeset/base/246819
Log:
MFC r246557:
In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,
one should really use -a and -x instead of -m.
MFC r246558:
Improve descript
Author: trasz
Date: Mon Apr 8 12:09:53 2013
New Revision: 249254
URL: http://svnweb.freebsd.org/changeset/base/249254
Log:
MFC r248972:
Mention that read_attributes, write_attributes, read_acl and write_acl
are always permitted for the file owner.
PR: kern/174948
Modified
Author: trasz
Date: Sat Apr 13 21:04:06 2013
New Revision: 249444
URL: http://svnweb.freebsd.org/changeset/base/249444
Log:
MFC r242139:
Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".
It was implemented by Rudolf Tomori during Google Summer of Code 2012.
M
Author: trasz
Date: Sat Apr 13 21:11:18 2013
New Revision: 249445
URL: http://svnweb.freebsd.org/changeset/base/249445
Log:
MFC r242140:
Add pcpu to the the rctl(8) manual page.
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rctl/ (props changed)
Modif
Author: trasz
Date: Sat Apr 13 21:14:51 2013
New Revision: 249446
URL: http://svnweb.freebsd.org/changeset/base/249446
Log:
MFC r243849 by bdrewery@:
- Move EXAMPLES descriptions to before the actual command
- Add mdoc macros for EXAMPLES
Modified:
stable/9/usr.bin/rctl/rctl.8
Director
Author: trasz
Date: Sat Apr 13 21:16:15 2013
New Revision: 249447
URL: http://svnweb.freebsd.org/changeset/base/249447
Log:
MFC r249375 by joel@:
Minor spelling and grammar fixes.
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rctl/ (props changed)
Mod
Author: trasz
Date: Sat Apr 13 21:17:43 2013
New Revision: 249448
URL: http://svnweb.freebsd.org/changeset/base/249448
Log:
MFC r243856 by joel@:
Remove superfluous paragraph macro.
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rctl/ (props changed)
M
/man4/ctl.4 Mon Apr 15 17:16:12 2013
(r249510, copy of r249009, head/share/man/man4/ctl.4)
@@ -0,0 +1,90 @@
+.\" Copyright (c) 2013 Edward Tomasz Napierala
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.
Author: trasz
Date: Mon Apr 15 17:19:28 2013
New Revision: 249511
URL: http://svnweb.freebsd.org/changeset/base/249511
Log:
MFC r249012:
Remove unused code.
Modified:
stable/9/sys/cam/ctl/scsi_ctl.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/cam/ctl/s
Author: trasz
Date: Mon Apr 15 17:20:44 2013
New Revision: 249513
URL: http://svnweb.freebsd.org/changeset/base/249513
Log:
MFC r249019:
Fix comment formatting.
Modified:
stable/9/sys/cam/ctl/ctl.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/cam/ctl/ct
Author: trasz
Date: Mon Apr 15 17:35:14 2013
New Revision: 249515
URL: http://svnweb.freebsd.org/changeset/base/249515
Log:
MFC r249026:
Don't directly dereference userland pointer; instead use kernel pointer
copied in from userspace. This fixes instant panic when creating CTL LUN
on s
Author: trasz
Date: Mon Apr 15 18:32:35 2013
New Revision: 249519
URL: http://svnweb.freebsd.org/changeset/base/249519
Log:
MFC r249011:
Fix dates in manual pages modified in 249009.
Modified:
stable/9/share/man/man4/ctl.4
stable/9/usr.sbin/ctladm/ctladm.8
Directory Properties:
stabl
Author: trasz
Date: Tue Apr 16 05:57:16 2013
New Revision: 249530
URL: http://svnweb.freebsd.org/changeset/base/249530
Log:
Disconnect the CTL module for now; it breaks i386 XEN.
Modified:
stable/9/sys/modules/Makefile
Modified: stable/9/sys/modules/Makefile
=
Author: trasz
Date: Wed Jul 31 10:54:24 2013
New Revision: 253835
URL: http://svnweb.freebsd.org/changeset/base/253835
Log:
MFC r249328:
Make ctladm(8) try to load ctl.ko kernel module if needed.
Approved by: re (delphij)
Modified:
stable/9/usr.sbin/ctladm/ctladm.c
Directory Proper
Author: trasz
Date: Tue Sep 24 12:48:02 2013
New Revision: 255846
URL: http://svnweb.freebsd.org/changeset/base/255846
Log:
MFC r254135:
Don't dereference null pointer should acl_alloc() be passed M_NOWAIT
and allocation failed. Nothing in the tree passed M_NOWAIT.
Modified:
stable/9/
Author: trasz
Date: Tue Sep 24 12:50:04 2013
New Revision: 255847
URL: http://svnweb.freebsd.org/changeset/base/255847
Log:
MFC r254215:
In su(1), fix option ordering and clarify that the login class specified
must be defined in login.conf.
Modified:
stable/9/usr.bin/su/su.1
Directory
Author: trasz
Date: Fri Oct 4 17:52:56 2013
New Revision: 256054
URL: http://svnweb.freebsd.org/changeset/base/256054
Log:
MFC r254134:
Add -c flag to pgrep(1) and pkill(1), to match login classes.
Modified:
stable/9/bin/pkill/pkill.1
stable/9/bin/pkill/pkill.c
Directory Properties:
Author: trasz
Date: Fri Oct 18 09:50:23 2013
New Revision: 256728
URL: http://svnweb.freebsd.org/changeset/base/256728
Log:
MFC r256050:
Remove useless check - ki_loginclass is an array; can't be NULL.
Modified:
stable/9/bin/pkill/pkill.c
Directory Properties:
stable/9/bin/pkill/ (pr
58 matches
Mail list logo