Re: svn commit: r214431 - head/bin/rm

2010-10-29 Thread Alexander Leidinger
Quoting Garrett Cooper gcoo...@freebsd.org (from Thu, 28 Oct 2010 14:11:14 -0700): Unfortunately it's implied superficially by the 3 pass tort; but as most people who understand magnetic disks know, unless you completely obliterate a disk, wipe over it with random data enough times, whatever,

svn commit: r215666 - head/sys/compat/linux

2010-11-22 Thread Alexander Leidinger
Author: netchild Date: Mon Nov 22 09:25:32 2010 New Revision: 215666 URL: http://svn.freebsd.org/changeset/base/215666 Log: Remove trailing dot from the unimplemented futex messages to make them consistent with the syscall and ipc messages. Submitted by: arundel MFC after:3 days

Re: svn commit: r215664 - in head/sys: compat/linux kern

2010-11-22 Thread Alexander Leidinger
Quoting Kostik Belousov kostik...@gmail.com (from Mon, 22 Nov 2010 11:31:34 +0200): On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote: Author: netchild Date: Mon Nov 22 09:06:59 2010 New Revision: 215664 URL: http://svn.freebsd.org/changeset/base/215664 Log: By using

svn commit: r215675 - head/sys/compat/linux

2010-11-22 Thread Alexander Leidinger
Author: netchild Date: Mon Nov 22 12:42:32 2010 New Revision: 215675 URL: http://svn.freebsd.org/changeset/base/215675 Log: Do not take the process lock. The assignment to u_short inside the properly aligned structure is atomic on all supported architectures, and the thread that should see

Re: svn commit: r215706 - head/sys/compat/linux

2010-11-23 Thread Alexander Leidinger
Quoting Dimitry Andric d...@freebsd.org (from Mon, 22 Nov 2010 20:23:18 + (UTC)): Author: dim Date: Mon Nov 22 20:23:18 2010 New Revision: 215706 URL: http://svn.freebsd.org/changeset/base/215706 Log: Fix linux kernel module breakage introduced in r215675, by including sys/sysent.h.

Re: svn commit: r216119 - head

2010-12-02 Thread Alexander Leidinger
Quoting Ulrich Spoerlein u...@freebsd.org (from Thu, 2 Dec 2010 10:46:05 + (UTC)): Author: uqs Date: Thu Dec 2 10:46:05 2010 New Revision: 216119 URL: http://svn.freebsd.org/changeset/base/216119 Log: Remove more duplicates. Just so that I can lookup the command for the next time:

Re: svn commit: r216119 - head

2010-12-03 Thread Alexander Leidinger
Quoting Ulrich Spoerlein u...@freebsd.org (from Thu, 2 Dec 2010 21:43:49 +0100): On Thu, 02.12.2010 at 15:45:22 +0100, Alexander Leidinger wrote: Quoting Ulrich Spoerlein u...@freebsd.org (from Thu, 2 Dec 2010 10:46:05 + (UTC)): Author: uqs Date: Thu Dec 2 10:46:05 2010 New Revision

Re: svn commit: r216483 - head

2010-12-17 Thread Alexander Leidinger
On Thu, 16 Dec 2010 14:22:30 + (UTC) Bjoern A. Zeeb b...@freebsd.org wrote: [descsription of the original ordering] I think grouping by date and then by file/lib/dir is actually better as it'll keep things logically together rather than possibly splitting it over 3 sections? As the person

svn commit: r216591 - head

2010-12-20 Thread Alexander Leidinger
Author: netchild Date: Mon Dec 20 15:17:34 2010 New Revision: 216591 URL: http://svn.freebsd.org/changeset/base/216591 Log: Suggest to run the delete-old target after the second mergemaster. If you run it before, your rc scripts may still reference old files/directories and if you are in

Re: svn commit: r216591 - head

2010-12-21 Thread Alexander Leidinger
On Mon, 20 Dec 2010 19:42:51 -0500 Ben Kaduk minimar...@gmail.com wrote: On Mon, Dec 20, 2010 at 10:17 AM, Alexander Leidinger netch...@freebsd.org wrote: == --- head/UPDATING       Mon Dec 20 14:54:24 2010

Re: svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-05 Thread Alexander Leidinger
Quoting Doug Barton do...@freebsd.org (from Tue, 04 May 2010 09:00:33 -0700): On 5/4/2010 7:02 AM, Alexander Leidinger wrote: Quoting Norikatsu Shigemura n...@freebsd.org (from Tue, 4 May 2010 11:25:04 + (UTC)): Author: nork Date: Tue May 4 11:25:04 2010 New Revision: 207612 URL: http

svn commit: r209253 - head/tools/build/mk

2010-06-17 Thread Alexander Leidinger
Author: netchild Date: Thu Jun 17 12:37:50 2010 New Revision: 209253 URL: http://svn.freebsd.org/changeset/base/209253 Log: Add the ZFS periodic daily scripts to the ZFS part. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc

svn commit: r211800 - head/etc/periodic/daily

2010-08-25 Thread Alexander Leidinger
Author: netchild Date: Wed Aug 25 08:09:42 2010 New Revision: 211800 URL: http://svn.freebsd.org/changeset/base/211800 Log: - Change the threshold from 'running next scrub the value+1th day after the last one' to 'running next scrub the valueth day after the last one'. - Improve wording.

Re: svn commit: r212964 - head/sys/kern

2010-09-28 Thread Alexander Leidinger
Quoting John Baldwin j...@freebsd.org (from Mon, 27 Sep 2010 09:28:47 -0400): savecore already has support for a 'minfree' file to prevent crashdumps filling the crashdir. Maybe the default install should include a minfree set to (say) 512MB. The one problem this approach is it implements a

svn commit: r213471 - head/sys/compat/linux

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 07:34:41 2010 New Revision: 213471 URL: http://svn.freebsd.org/changeset/base/213471 Log: Fix a comparision of an uninitialised pointer. Submitted by: arundel Found by: clang analysis (automatic service by uqs@) Reviewed by: rdivacky Modified:

svn commit: r213472 - head/tools/build/mk

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 07:49:28 2010 New Revision: 213472 URL: http://svn.freebsd.org/changeset/base/213472 Log: Add some missing files to optionally delete. Submitted by: Paul B Mahol one...@gmail.com Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified:

svn commit: r213479 - head/usr.bin/kdump

2010-10-06 Thread Alexander Leidinger
Author: netchild Date: Wed Oct 6 12:41:42 2010 New Revision: 213479 URL: http://svn.freebsd.org/changeset/base/213479 Log: Fix regex for some socket- and acl-related syscall values. Submitted by: Mikhail hidden.n...@gmail.com PR: 149295 MFC-after:2 weeks Modified:

Re: svn commit: r213472 - head/tools/build/mk

2010-10-07 Thread Alexander Leidinger
Quoting Doug Barton do...@freebsd.org (from Wed, 06 Oct 2010 11:15:00 -0700): On 10/6/2010 12:49 AM, Alexander Leidinger wrote: Author: netchild Date: Wed Oct 6 07:49:28 2010 New Revision: 213472 URL: http://svn.freebsd.org/changeset/base/213472 Log: Add some missing files to optionally

Re: svn commit: r213585 - head/tools/build/mk

2010-10-11 Thread Alexander Leidinger
Quoting Alexander Leidinger alexan...@leidinger.net (from Mon, 11 Oct 2010 10:28:01 +0200): Quoting Mark Murray ma...@freebsd.org (from Sun, 10 Oct 2010 11:20:23 +0100): Alexander Leidinger writes: Can you please point out where rmail is installed when MK_SENDMAIL=no and MK_MAILWRAPPER

Re: svn commit: r228124 - in head: share/mk sys/conf

2011-11-29 Thread Alexander Leidinger
Hi, did you verify that this works with settings in src.conf for buildworld and for corresponding makeoptions in the kernel config for buildkernel and for the old way of building kernels? The reason we had the shell conditionals was because we didn't manage to get all cases working with make

svn commit: r223173 - head/usr.bin/kdump

2011-06-17 Thread Alexander Leidinger
Author: netchild Date: Fri Jun 17 06:12:28 2011 New Revision: 223173 URL: http://svn.freebsd.org/changeset/base/223173 Log: Add 2-clause BSD license. Approved by: David Kirchner d...@dpk.net (initial author) Requested by: Otto Moerbeek o...@drijf.net MFC after:1 week Modified:

Re: svn commit: r223989 - head/sys/dev/usb/input

2011-07-22 Thread Alexander Leidinger
On Fri, 22 Jul 2011 13:46:28 +0300 Andriy Gapon a...@freebsd.org wrote: I think that your suggestion makes a lot of sense and is the proper approach to fixing this issue. Now we need some sole to actually do the work :-) Or at least someone who documents the need to do it (and either the

svn commit: r218497 - head/sys/compat/linux

2011-02-09 Thread Alexander Leidinger
Author: netchild Date: Wed Feb 9 20:23:22 2011 New Revision: 218497 URL: http://svn.freebsd.org/changeset/base/218497 Log: Linux' shm_open() fails because it wants to find some funky shmfs to construct the full pathname. It starts to search at the default mountpoint which is /dev/shm. If

svn commit: r218513 - head/sys/ufs/ufs

2011-02-10 Thread Alexander Leidinger
Author: netchild Date: Thu Feb 10 08:06:56 2011 New Revision: 218513 URL: http://svn.freebsd.org/changeset/base/218513 Log: Wrap long line. Noticed by: bz Modified: head/sys/ufs/ufs/ufs_vnops.c Modified: head/sys/ufs/ufs/ufs_vnops.c

svn commit: r219028 - in head/sys: cam fs/nfsclient fs/nfsserver kern nfsclient nfsserver security/audit security/mac

2011-02-25 Thread Alexander Leidinger
Author: netchild Date: Fri Feb 25 10:11:01 2011 New Revision: 219028 URL: http://svn.freebsd.org/changeset/base/219028 Log: Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ PMC/SYSV/...). No FreeBSD version bump, the userland application to query the features

svn commit: r219029 - in head/sys/geom: . bde cache concat eli gate journal label linux_lvm mirror multipath part raid3 shsec stripe uzip virstor

2011-02-25 Thread Alexander Leidinger
Author: netchild Date: Fri Feb 25 10:24:35 2011 New Revision: 219029 URL: http://svn.freebsd.org/changeset/base/219029 Log: Add some FEATURE macros for various GEOM classes. No FreeBSD version bump, the userland application to query the features will be committed last and can serve as an

svn commit: r219030 - head/sys/kern

2011-02-25 Thread Alexander Leidinger
Author: netchild Date: Fri Feb 25 12:46:43 2011 New Revision: 219030 URL: http://svn.freebsd.org/changeset/base/219030 Log: Make the description of the feature consistent with another similar description for another feature. Noticed by: trasz Modified: head/sys/kern/uipc_sem.c

Re: svn commit: r219129 - in head/sys: compat/freebsd32 conf kern sys

2011-03-01 Thread Alexander Leidinger
Quoting Robert Watson rwat...@freebsd.org (from Tue, 1 Mar 2011 13:23:37 + (UTC)): Author: rwatson Date: Tue Mar 1 13:23:37 2011 New Revision: 219129 URL: http://svn.freebsd.org/changeset/base/219129 Log: Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,

Re: svn commit: r219138 - head/usr.bin/kdump

2011-03-02 Thread Alexander Leidinger
Quoting Dmitry Chagin dcha...@freebsd.org (from Tue, 1 Mar 2011 16:42:29 + (UTC)): Author: dchagin Date: Tue Mar 1 16:42:28 2011 New Revision: 219138 URL: http://svn.freebsd.org/changeset/base/219138 Log: Teach kdump to decode linux syscalls names too. Modified:

Re: svn commit: r219138 - head/usr.bin/kdump

2011-03-04 Thread Alexander Leidinger
Quoting Chagin Dmitry dcha...@freebsd.org (from Thu, 3 Mar 2011 21:05:07 +0300): On Thu, Mar 03, 2011 at 02:14:58PM +0100, Alexander Leidinger wrote: Quoting Robert Watson rwat...@freebsd.org (from Thu, 3 Mar 2011 11:14:59 + (GMT)): On Tue, 1 Mar 2011, Dmitry Chagin wrote: Teach

svn commit: r219258 - in head/sys: kern security/mac

2011-03-04 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 4 09:03:54 2011 New Revision: 219258 URL: http://svn.freebsd.org/changeset/base/219258 Log: - Add a FEATURE for capsicum (security_capabilities). - Rename mac FEATURE to security_mac. Discussed with: rwatson Modified:

Re: svn commit: r219559 - in head/sys: amd64/linux32 compat/freebsd32 i386/linux kern

2011-03-12 Thread Alexander Leidinger
On Sat, 12 Mar 2011 08:51:43 + (UTC) Andriy Gapon a...@freebsd.org wrote: Author: avg Date: Sat Mar 12 08:51:43 2011 New Revision: 219559 URL: http://svn.freebsd.org/changeset/base/219559 Log: add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls This commits

Re: svn commit: r219561 - in head/sys: cddl/dev/systrace modules/dtrace modules/dtrace/dtraceall modules/dtrace/systrace_freebsd32 modules/dtrace/systrace_linux32

2011-03-12 Thread Alexander Leidinger
On Sat, 12 Mar 2011 09:09:25 + (UTC) Andriy Gapon a...@freebsd.org wrote: Author: avg Date: Sat Mar 12 09:09:25 2011 New Revision: 219561 URL: http://svn.freebsd.org/changeset/base/219561 Log: add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls Add

Re: svn commit: r219559 - in head/sys: amd64/linux32 compat/freebsd32 i386/linux kern

2011-03-13 Thread Alexander Leidinger
On Sat, 12 Mar 2011 22:24:09 -0800 Artem Belevich fbsdl...@src.cx wrote: Modified: head/sys/i386/linux/syscalls.master -                                 l_handler_t handler); } +                                 void *handler); } What's wrong with l_handler_t? I don't recall the

Re: svn commit: r233552 - in head/sys: cddl/dev/sdt kern sys

2012-03-27 Thread Alexander Leidinger
On Tue, 27 Mar 2012 15:07:43 + (UTC) Ryan Stone rst...@freebsd.org wrote: Author: rstone Date: Tue Mar 27 15:07:43 2012 New Revision: 233552 URL: http://svn.freebsd.org/changeset/base/233552 Log: Instead of only iterating over the set of known SDT probes when sdt.ko is loaded and

svn commit: r235063 - in head/sys: amd64/linux32 compat/linux i386/linux

2012-05-05 Thread Alexander Leidinger
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/compat/linux/check_error.d Sat May 5 19:42:38 2012 (r235063) @@ -0,0 +1,144 @@ +#!/usr/sbin/dtrace -qs + +/*- + * Copyright (c) 2008-2012 Alexander Leidinger netch...@freebsd.org + * All rights reserved

Re: svn commit: r204759 - in head: etc/defaults etc/rc.d share/man/man5

2010-03-06 Thread Alexander Leidinger
On Fri, 5 Mar 2010 21:18:00 + (UTC) Doug Barton do...@freebsd.org wrote: On Fri, 5 Mar 2010, Alexander Leidinger wrote: Author: netchild Date: Fri Mar 5 14:34:33 2010 New Revision: 204759 URL: http://svn.freebsd.org/changeset/base/204759 I've got no comments on the jail-related

Re: svn commit: r204759 - in head: etc/defaults etc/rc.d share/man/man5

2010-03-07 Thread Alexander Leidinger
On Sat, 06 Mar 2010 11:41:27 -0800 Doug Barton do...@freebsd.org wrote: On 3/6/2010 7:25 AM, Alexander Leidinger wrote: The trick with command_args is neat, but it is a pitfall in case someone wants to use it in the future. Wouldn't it be better to add the ampersand to it instead

Re: svn commit: r205014 - in head: . sys/amd64/amd64 sys/amd64/conf sys/amd64/include sys/amd64/linux32 sys/compat/freebsd32 sys/compat/ia32 sys/conf sys/fs/procfs sys/ia64/conf sys/ia64/ia64 sys/ia64

2010-03-12 Thread Alexander Leidinger
Quoting Rui Paulo rpa...@freebsd.org (from Fri, 12 Mar 2010 22:52:27 +0900): On 12 Mar 2010, at 21:36, Carlos A. M. dos Santos wrote: On Thu, Mar 11, 2010 at 11:49 AM, Nathan Whitehorn nwhiteh...@freebsd.org wrote: Author: nwhitehorn Date: Thu Mar 11 14:49:06 2010 New Revision: 205014 URL:

Re: svn commit: r205014 - in head: . sys/amd64/amd64 sys/amd64/conf sys/amd64/include sys/amd64/linux32 sys/compat/freebsd32 sys/compat/ia32 sys/conf sys/fs/procfs sys/ia64/conf sys/ia64/ia64 sys/ia64

2010-03-12 Thread Alexander Leidinger
Quoting Nathan Whitehorn nwhiteh...@freebsd.org (from Fri, 12 Mar 2010 08:19:00 -0600): This name was picked for the following reasons, after discussion with several others: it is analogous to the existing COMPAT_LINUX32, the Datapoint: COMPAT_LINUX is native (64bit on 64bit arch, 32bit

svn commit: r205640 - head/sys/conf

2010-03-25 Thread Alexander Leidinger
Author: netchild Date: Thu Mar 25 13:47:21 2010 New Revision: 205640 URL: http://svn.freebsd.org/changeset/base/205640 Log: Propagate CONF_CFLAGS (from makeoptions) to the module build too. Discussed with: jhb (on arch@) Modified: head/sys/conf/kern.post.mk head/sys/conf/kmod.mk

svn commit: r205679 - head/sys/conf

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 08:47:07 2010 New Revision: 205679 URL: http://svn.freebsd.org/changeset/base/205679 Log: Fix a typo in a comment. Modified: head/sys/conf/kmod.mk Modified: head/sys/conf/kmod.mk ==

svn commit: r205681 - in head/sys/dev/usb: . quirk

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 11:02:01 2010 New Revision: 205681 URL: http://svn.freebsd.org/changeset/base/205681 Log: - add some usb devices (scanner, printer, usb storage) - add quirks for the usb storage Reviewed by: hselasky Modified: head/sys/dev/usb/quirk/usb_quirk.c

svn commit: r205683 - head/sys/compat/linprocfs

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 11:43:15 2010 New Revision: 205683 URL: http://svn.freebsd.org/changeset/base/205683 Log: Fix some bogus values in linprocfs. Submitted by: Petr Salinger petr.salin...@seznam.cz Verified on: GNU/kFreeBSD debian 8.0-1-686 (by submitter) PR:

Re: svn commit: r205683 - head/sys/compat/linprocfs

2010-03-26 Thread Alexander Leidinger
Quoting Kostik Belousov kostik...@gmail.com (from Fri, 26 Mar 2010 13:49:25 +0200): On Fri, Mar 26, 2010 at 11:43:15AM +, Alexander Leidinger wrote: Author: netchild Date: Fri Mar 26 11:43:15 2010 New Revision: 205683 URL: http://svn.freebsd.org/changeset/base/205683 Log: Fix some

svn commit: r205695 - head/sys/compat/linprocfs

2010-03-26 Thread Alexander Leidinger
Author: netchild Date: Fri Mar 26 14:36:16 2010 New Revision: 205695 URL: http://svn.freebsd.org/changeset/base/205695 Log: Revert r205683 to resolve some code quality issues which do not affect the build or use of linprocfs, before committing the reworked patch again. Requested by: des

svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-02 Thread Alexander Leidinger
Author: netchild Date: Fri Apr 2 06:55:31 2010 New Revision: 206082 URL: http://svn.freebsd.org/changeset/base/206082 Log: WITH_CTF can now be specified in src.conf (not recommended, there are some problems with static executables), make.conf (would also affect ports which do not use GNU

Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-02 Thread Alexander Leidinger
Quoting Nikolay Denev nde...@gmail.com (from Fri, 2 Apr 2010 10:52:08 +0300): Log: WITH_CTF can now be specified in src.conf (not recommended, there are some problems with static executables), make.conf (would also affect ports which do not use GNU make and do not override the compile

Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-02 Thread Alexander Leidinger
Quoting Robert Watson rwat...@freebsd.org (from Fri, 2 Apr 2010 10:56:22 +0100 (BST)): On Fri, 2 Apr 2010, Alexander Leidinger wrote: WITH_CTF can now be specified in src.conf (not recommended, there are some problems with static executables), make.conf (would also affect ports which do

Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-05 Thread Alexander Leidinger
Quoting Kostik Belousov kostik...@gmail.com (from Sun, 4 Apr 2010 18:36:53 +0300): On Fri, Apr 02, 2010 at 06:55:32AM +, Alexander Leidinger wrote: Author: netchild Date: Fri Apr 2 06:55:31 2010 New Revision: 206082 URL: http://svn.freebsd.org/changeset/base/206082 Log: WITH_CTF can

Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-05 Thread Alexander Leidinger
Quoting Kostik Belousov kostik...@gmail.com (from Mon, 5 Apr 2010 16:35:05 +0300): On Mon, Apr 05, 2010 at 02:31:23PM +0200, Alexander Leidinger wrote: Quoting Kostik Belousov kostik...@gmail.com (from Sun, 4 Apr 2010 18:36:53 +0300): On Fri, Apr 02, 2010 at 06:55:32AM +, Alexander

Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-07 Thread Alexander Leidinger
Quoting M. Warner Losh i...@bsdimp.com (from Tue, 06 Apr 2010 10:54:17 -0600 (MDT)): In message: 20100405181450.13494itjj2ehj...@webmail.leidinger.net Alexander Leidinger netch...@freebsd.org writes: : Warner, do you mind if I back-out r206082 and change the place where

Re: svn commit: r206452 - head/sys/netinet

2010-04-16 Thread Alexander Leidinger
Quoting Bruce Simpson b...@incunabulum.net (from Thu, 15 Apr 2010 18:10:04 +0100): On 04/10/10 13:05, Bruce M Simpson wrote: Log: Fix a few issues related to the legacy 4.4 BSD multicast APIs. IPv4 addresses can and do change during normal operation. Testing by pfSense developers

svn commit: r207057 - head/sys/conf

2010-04-22 Thread Alexander Leidinger
Author: netchild Date: Thu Apr 22 09:24:01 2010 New Revision: 207057 URL: http://svn.freebsd.org/changeset/base/207057 Log: Do the ctfmerge (= all symbols, not only symbols from one object file) for KLDs too. Noticed by: np Modified: head/sys/conf/kmod.mk Modified:

svn commit: r207058 - head

2010-04-22 Thread Alexander Leidinger
Author: netchild Date: Thu Apr 22 09:30:02 2010 New Revision: 207058 URL: http://svn.freebsd.org/changeset/base/207058 Log: Remove explicit setting of NO_CTF in WMAKEENV and in the make call for the buildkernel. This way makeoptions WITH_CTF=yes not only works when compiling the

Re: svn commit: r221348 - head/sys/boot/i386/boot2

2011-05-03 Thread Alexander Leidinger
Quoting Roman Divacky rdiva...@freebsd.org (from Tue, 3 May 2011 15:39:27 +0200): With the recent libobjc removal this means that we can compile all (no exceptions) of FreeBSD/{i386,amd64} with clang. Quite a milestone in my opinion :) Newsflash? Bye, Alexander. -- Alas, how love can

svn commit: r221423 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:31:58 2011 New Revision: 221423 URL: http://svn.freebsd.org/changeset/base/221423 Log: Copy the v4l2 header unchanged from the vendor branch. Added: head/sys/compat/linux/linux_videodev2.h - copied unchanged from r221422, vendor/v4l/dist/videodev2.h

svn commit: r221424 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:41:55 2011 New Revision: 221424 URL: http://svn.freebsd.org/changeset/base/221424 Log: Add explanation about the use-permission and FreeBSDify it. Modified: head/sys/compat/linux/linux_videodev2.h Modified: head/sys/compat/linux/linux_videodev2.h

svn commit: r221425 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:42:31 2011 New Revision: 221425 URL: http://svn.freebsd.org/changeset/base/221425 Log: Fix typo in comment, improve comment. Modified: head/sys/compat/linux/linux_videodev.h Modified: head/sys/compat/linux/linux_videodev.h

svn commit: r221426 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 09:05:39 2011 New Revision: 221426 URL: http://svn.freebsd.org/changeset/base/221426 Log: This is v4l2 support for the linuxulator. This allows to access FreeBSD native devices which support the v4l2 API from processes running within the linuxulator, e.g.

svn commit: r221432 - head/etc/periodic/daily

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 12:48:02 2011 New Revision: 221432 URL: http://svn.freebsd.org/changeset/base/221432 Log: The security run requests unmaskable output, even if the only output is to tell that there is a separate email or that the output is logged to a file. This commit

svn commit: r221434 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 13:09:20 2011 New Revision: 221434 URL: http://svn.freebsd.org/changeset/base/221434 Log: Commit the missing linux_videdev2_compat.h (lost somewhere between commit tree patch generation - successful compile tree build test - commmit). Pointy hat to:

Re: svn commit: r221426 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Quoting Ivan Klymenko fi...@ukr.net (from Wed, 4 May 2011 14:32:20 +0300): ... /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:91:49: error: compat/linux/linux_videodev2_compat.h: No such file or directory ... Fixed. Thanks, Alexander. -- http://www.Leidinger.net

Re: svn commit: r222272 - in head/sys: netinet netinet6

2011-05-25 Thread Alexander Leidinger
Quoting Bjoern A. Zeeb b...@freebsd.org (from Wed, 25 May 2011 00:34:25 + (UTC)): Author: bz Date: Wed May 25 00:34:25 2011 New Revision: 72 URL: http://svn.freebsd.org/changeset/base/72 Log: Add FEATURE() definitions for IPv4 and IPv6 so that we can use feature_present(3) to

svn commit: r230500 - head/tools/kerneldoc/subsys

2012-01-24 Thread Alexander Leidinger
Author: netchild Date: Tue Jan 24 11:06:22 2012 New Revision: 230500 URL: http://svn.freebsd.org/changeset/base/230500 Log: We are in FreeBSD 10 now: define __FreeBSD__ to 10. Modified: head/tools/kerneldoc/subsys/common-Doxyfile Modified: head/tools/kerneldoc/subsys/common-Doxyfile

svn commit: r232799 - in head/sys: amd64/linux32 i386/linux

2012-03-10 Thread Alexander Leidinger
Author: netchild Date: Sat Mar 10 23:10:18 2012 New Revision: 232799 URL: http://svn.freebsd.org/changeset/base/232799 Log: - add comments to syscalls.master and linux(32)_dummy about which linux kernel version introduced the sysctl (based upon a linux man-page) - add comments to

svn commit: r232800 - in head/sys: amd64/linux32 i386/linux

2012-03-10 Thread Alexander Leidinger
Author: netchild Date: Sat Mar 10 23:11:21 2012 New Revision: 232800 URL: http://svn.freebsd.org/changeset/base/232800 Log: regen Modified: head/sys/amd64/linux32/linux32_proto.h head/sys/amd64/linux32/linux32_syscall.h head/sys/amd64/linux32/linux32_syscalls.c

Re: svn commit: r233048 - head/etc/defaults

2012-03-17 Thread Alexander Leidinger
On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska m...@freebsd.org wrote: Author: mm Date: Fri Mar 16 21:30:26 2012 New Revision: 233048 URL: http://svn.freebsd.org/changeset/base/233048 Log: Unhide /dev/zfs in devfsrules_jail. The /dev/zfs device is required for managing

Re: svn commit: r233048 - head/etc/defaults

2012-03-19 Thread Alexander Leidinger
Quoting Martin Matuska m...@freebsd.org (from Sun, 18 Mar 2012 22:50:13 +0100): On 18.3.2012 22:29, Martin Matuska wrote: On 17.3.2012 16:35, Alexander Leidinger wrote: On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska m...@freebsd.org wrote: Author: mm Date: Fri Mar 16 21:30:26

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-02-11 Thread Alexander Leidinger
Quoting Adrian Chadd adr...@freebsd.org (from Mon, 10 Feb 2014 17:24:09 -0800): On 10 February 2014 17:07, James Gritton ja...@freebsd.org wrote: So is it worthwhile to add a new jail parameter called insecure (or somesuch)? That way you could easily add the encapsulation without any of

svn commit: r252892 - in head/sys: compat/linux contrib/v4l

2013-07-06 Thread Alexander Leidinger
Author: netchild Date: Sat Jul 6 19:59:06 2013 New Revision: 252892 URL: http://svnweb.freebsd.org/changeset/base/252892 Log: - Move videodev headers from compat/linux to contrib/v4l (cp from vendor and apply diff to compat/linux versions). - The cp implies an update of videodev2.h to

svn commit: r253144 - head/sys/contrib/v4l

2013-07-10 Thread Alexander Leidinger
Author: netchild Date: Wed Jul 10 10:40:52 2013 New Revision: 253144 URL: http://svnweb.freebsd.org/changeset/base/253144 Log: Fix build for gcc users by declaring variables for unions in structs which don't declare a variable. The size before/after this change of the structs doesn't change

Re: svn commit: r235063 - in head/sys: amd64/linux32 compat/linux i386/linux

2013-02-03 Thread Alexander Leidinger
On Sun, 3 Feb 2013 10:52:50 +0400 Chagin Dmitry chagin.dmi...@gmail.com wrote: On Sat, May 05, 2012 at 07:42:39PM +, Alexander Leidinger wrote: Author: netchild Date: Sat May 5 19:42:38 2012 New Revision: 235063 URL: http://svn.freebsd.org/changeset/base/235063 Log: - 500

Re: svn commit: r261266 - in head: sys/dev/drm sys/kern sys/sys usr.sbin/jail

2014-01-29 Thread Alexander Leidinger
On Wed, 29 Jan 2014 06:49:01 -0700 James Gritton ja...@freebsd.org wrote: On 1/29/2014 6:43 AM, Gleb Smirnoff wrote: Doesn't this allow to easily unjail self? :) It does. I included a warning in jail.8 that this will pretty much undo jail security. There are still reasons some may want

svn commit: r274329 - head

2014-11-09 Thread Alexander Leidinger
Author: netchild Date: Sun Nov 9 20:43:50 2014 New Revision: 274329 URL: https://svnweb.freebsd.org/changeset/base/274329 Log: We moved to ada a while ago, reflect that in the example. Modified: head/UPDATING Modified: head/UPDATING

svn commit: r298129 - head/tools/kerneldoc/subsys

2016-04-16 Thread Alexander Leidinger
Author: netchild Date: Sat Apr 16 20:41:13 2016 New Revision: 298129 URL: https://svnweb.freebsd.org/changeset/base/298129 Log: Quote variable for architectures where we have more than one linuxulator (32/64bit) and as such may have a space between both linuxulator locations. Noticed

Re: svn commit: r298131 - head/sys/conf

2016-04-17 Thread Alexander Leidinger
Quoting Luiz Otavio O Souza (from Sat, 16 Apr 2016 20:54:55 + (UTC)): Author: loos Date: Sat Apr 16 20:54:55 2016 New Revision: 298131 URL: https://svnweb.freebsd.org/changeset/base/298131 Log: Add Codel to NOTES. I haven't found much documentation about this. It

svn commit: r320826 - head/sys/sys

2017-07-09 Thread Alexander Leidinger
Author: netchild Date: Sun Jul 9 06:40:16 2017 New Revision: 320826 URL: https://svnweb.freebsd.org/changeset/base/320826 Log: - Extend pr_allow flags visually to 32 bits, to make it more obvious at first look how much flags we still have available to use in the future. - Add

svn commit: r320827 - head/sys/dev/drm

2017-07-09 Thread Alexander Leidinger
Author: netchild Date: Sun Jul 9 06:50:15 2017 New Revision: 320827 URL: https://svnweb.freebsd.org/changeset/base/320827 Log: Switch prison check from PROV_DRIVER to PRIV_KMEM_WRITE (like /dev/mem). Access to the dri device gives effectively access to the entire memory of the machine

Re: svn commit: r319611 - in head: sys/kern sys/sys usr.sbin/jail

2017-06-07 Thread Alexander Leidinger
Quoting Allan Jude (from Tue, 6 Jun 2017 02:15:01 + (UTC)): Author: allanjude Date: Tue Jun 6 02:15:00 2017 New Revision: 319611 URL: https://svnweb.freebsd.org/changeset/base/319611 Log: Jails: Optionally prevent jailed root from binding to privileged ports

Re: svn commit: r323516 - in head/sys: dev/bnxt dev/e1000 kern net sys

2017-09-16 Thread Alexander Leidinger
Quoting Bruce Evans (from Sat, 16 Sep 2017 13:46:37 +1000 (EST)): It gives lesser breakage here: - with an old PCI em, an error that occur every few makeworlds over nfs now hang the hardware. It used to be recovered from afger about 10 seconds. This only happened

Re: svn commit: r325294 - head/sys/dev/evdev

2017-11-03 Thread Alexander Leidinger
Quoting Vladimir Kondratyev (from Wed, 1 Nov 2017 22:09:10 + (UTC)): Author: wulf Date: Wed Nov 1 22:09:10 2017 New Revision: 325294 URL: https://svnweb.freebsd.org/changeset/base/325294 Log: evdev: Hide "kern.evdev.rcpt_mask" sysctl if kernel is compiled w/o

Re: svn commit: r334617 - in head: . etc

2018-06-05 Thread Alexander Leidinger
Quoting Brad Davis (from Mon, 04 Jun 2018 12:55:50 -0600): On Mon, Jun 4, 2018, at 12:47 PM, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] > On Mon, Jun 4, 2018, at 10:57 AM, Rodney W. Grimes wrote: > > > On Mon, Jun 4, 2018, at 9:29 AM, Rodney W. Grimes wrote: > >

svn commit: r337620 - head/share/man/man4

2018-08-11 Thread Alexander Leidinger
Author: netchild Date: Sat Aug 11 13:01:46 2018 New Revision: 337620 URL: https://svnweb.freebsd.org/changeset/base/337620 Log: Add "ESI Juli@ XTe" as a supported device. Submitted by: Vladislav Movchan PR: 222025 Sponsored by: Essen Hackathon Modified:

svn commit: r337621 - in head/share/man: man5 man7

2018-08-11 Thread Alexander Leidinger
Author: netchild Date: Sat Aug 11 13:18:19 2018 New Revision: 337621 URL: https://svnweb.freebsd.org/changeset/base/337621 Log: Add svnlite to places where svn is mentioned. The Makefile part in the PR is solved already differently, so this part is skipped form the PR The man page change

svn commit: r337863 - in head: sys/sys usr.sbin/jail

2018-08-15 Thread Alexander Leidinger
Author: netchild Date: Wed Aug 15 18:35:42 2018 New Revision: 337863 URL: https://svnweb.freebsd.org/changeset/base/337863 Log: - Add exec hook "exec.created". This is called when the jail is created and before exec.start is called.[1] - Bump __FreeBSD_version.

svn commit: r337638 - head/usr.bin/at

2018-08-11 Thread Alexander Leidinger
Author: netchild Date: Sat Aug 11 16:29:54 2018 New Revision: 337638 URL: https://svnweb.freebsd.org/changeset/base/337638 Log: - Correct the description when jobs are executed related to load avg to match reality (slightly different to what was submitted in the PR: use english word

svn commit: r337630 - head/sbin/restore

2018-08-11 Thread Alexander Leidinger
Author: netchild Date: Sat Aug 11 16:12:23 2018 New Revision: 337630 URL: https://svnweb.freebsd.org/changeset/base/337630 Log: Re-enable reading byte swapped NFS_MAGIC dumps. Fix bug introduced in r98542: previously to this revision the byte-swapped value was compared at this place. The

svn commit: r337658 - head/cddl/contrib/opensolaris/cmd/zfs

2018-08-11 Thread Alexander Leidinger
Author: netchild Date: Sat Aug 11 20:49:19 2018 New Revision: 337658 URL: https://svnweb.freebsd.org/changeset/base/337658 Log: Extend the info about the limitations of datasets in jails. Reviewed by: allanjude Sponsored by: Essen Hackathon Modified:

Re: svn commit: r336313 - in head/sys: dev/bnxt dev/e1000 dev/ixgbe dev/ixl net sys

2018-07-18 Thread Alexander Leidinger
Quoting Marius Strobl (from Sun, 15 Jul 2018 19:04:23 + (UTC)): Author: marius Date: Sun Jul 15 19:04:23 2018 New Revision: 336313 URL: https://svnweb.freebsd.org/changeset/base/336313 Log: Assorted TSO fixes for em(4)/iflib(9) and dead code removal: [...] Okayed by:sbruno@ at

Re: svn commit: r338507 - in head/sys: sys vm

2018-09-07 Thread Alexander Leidinger
Quoting Mark Johnston (from Thu, 6 Sep 2018 19:28:53 + (UTC)): Author: markj Date: Thu Sep 6 19:28:52 2018 New Revision: 338507 URL: https://svnweb.freebsd.org/changeset/base/338507 Log: Avoid resource deadlocks when one domain has exhausted its memory. Attempt other allowed

Re: svn commit: r338571 - in head/sys: netinet netinet6

2018-09-11 Thread Alexander Leidinger
Quoting Mark Johnston (from Mon, 10 Sep 2018 19:00:29 + (UTC)): Author: markj Date: Mon Sep 10 19:00:29 2018 New Revision: 338571 URL: https://svnweb.freebsd.org/changeset/base/338571 Log: Fix synchronization of LB group access. Lookups are protected by an epoch section, so the

Re: svn commit: r340181 - in head/sys: amd64/linux32 compat/linux

2018-11-06 Thread Alexander Leidinger
Targeted for 12.0-release? Relnotes yes (linux64 support for NVidia driver)? -- Send from a mobile device, please forgive brevity and misspellings. Am 06.11.2018 2:51 nachm. schrieb Tijl Coosemans : > > Author: tijl > Date: Tue Nov  6 13:51:08 2018 > New Revision: 340181 > URL:

svn commit: r343478 - head/tools/kerneldoc/subsys

2019-01-26 Thread Alexander Leidinger
Author: netchild Date: Sat Jan 26 18:23:19 2019 New Revision: 343478 URL: https://svnweb.freebsd.org/changeset/base/343478 Log: Catch up with some years of driver development. Most impressive in terms of doxygen stuff are the isci and ocs_fc drivers. Added:

svn commit: r344796 - head/tools/kerneldoc/subsys

2019-03-05 Thread Alexander Leidinger
Author: netchild Date: Tue Mar 5 15:23:28 2019 New Revision: 344796 URL: https://svnweb.freebsd.org/changeset/base/344796 Log: remove the removed-from-source drm/drm2 parts Deleted: head/tools/kerneldoc/subsys/Doxyfile-dev_drm head/tools/kerneldoc/subsys/Doxyfile-dev_drm2

svn commit: r357774 - head/tools/kerneldoc/subsys

2020-02-11 Thread Alexander Leidinger
Author: netchild Date: Tue Feb 11 19:39:59 2020 New Revision: 357774 URL: https://svnweb.freebsd.org/changeset/base/357774 Log: Fix duplicate target warning. Modified: head/tools/kerneldoc/subsys/Makefile Modified: head/tools/kerneldoc/subsys/Makefile

svn commit: r359325 - head/tools/kerneldoc/subsys

2020-03-26 Thread Alexander Leidinger
Author: netchild Date: Thu Mar 26 09:23:16 2020 New Revision: 359325 URL: https://svnweb.freebsd.org/changeset/base/359325 Log: Remove deprecated options. Modified: head/tools/kerneldoc/subsys/common-Doxyfile Modified: head/tools/kerneldoc/subsys/common-Doxyfile

svn commit: r364375 - head

2020-08-19 Thread Alexander Leidinger
Author: netchild Date: Wed Aug 19 10:01:05 2020 New Revision: 364375 URL: https://svnweb.freebsd.org/changeset/base/364375 Log: Fix the real shared libraries (lib*.so.X) from OLD_FILES to OLD_LIBS, as it is supposed to be. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r366311 - head/usr.sbin/crashinfo

2020-10-01 Thread Alexander Leidinger
Author: netchild Date: Thu Oct 1 08:57:36 2020 New Revision: 366311 URL: https://svnweb.freebsd.org/changeset/base/366311 Log: Remove nfsstat. Running nfsstat in crashinfo will give the stats of the running kernel instead of the stats of the crashed kernel. The current version uses sysctls

Re: svn commit: r363125 - head/sys/compat/linux

2020-07-13 Thread Alexander Leidinger
Quoting Conrad Meyer (from Sun, 12 Jul 2020 16:27:49 -0700): Hi Alexander, On Sun, Jul 12, 2020 at 2:51 AM Alexander Leidinger wrote: Author: netchild Date: Sun Jul 12 09:51:09 2020 New Revision: 363125 URL: https://svnweb.freebsd.org/changeset/base/363125 Log: Implement

  1   2   >