svn commit: r367481 - in head: share/man/man4 sys/compat/linux

2020-11-08 Thread Alexander Leidinger
Author: netchild Date: Sun Nov 8 09:50:58 2020 New Revision: 367481 URL: https://svnweb.freebsd.org/changeset/base/367481 Log: - add more linux socket options (sorted by value) - map those IPv4 / IPv6 socket options which exist in FreeBSD + most of them visually verified to have the sa

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

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 =

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

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

2020-07-12 Thread Alexander Leidinger via svn-src-all
Quoting Dimitry Andric (from Sun, 12 Jul 2020 15:36:25 +0200): On 12 Jul 2020, at 11:51, 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 CLOCK_MONOTONIC_RAW (linux

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

2020-07-12 Thread Alexander Leidinger
Author: netchild Date: Sun Jul 12 14:57:29 2020 New Revision: 363130 URL: https://svnweb.freebsd.org/changeset/base/363130 Log: Fix r363125 (Implement CLOCK_MONOTONIC_RAW (linux >= 2.6.28)), by realy using the MONOTONIC version and not the REALTIME version. Noticed by: myfreeweb at gith

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

2020-07-12 Thread Alexander Leidinger
Author: netchild Date: Sun Jul 12 09:51:09 2020 New Revision: 363125 URL: https://svnweb.freebsd.org/changeset/base/363125 Log: Implement CLOCK_MONOTONIC_RAW (linux >= 2.6.28). It is documented as a raw hardware-based clock not subject to NTP or incremental adjustments. With this "not as

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: 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

Re: svn commit: r354458 - head/libexec/rc/rc.d

2019-11-11 Thread Alexander Leidinger via svn-src-all
Quoting Edward Tomasz Napierała (from Sun, 10 Nov 2019 20:25:04 +): On 1110T1147, Conrad Meyer wrote: I am on board with making this stuff more “batteries included” and usable by default, but just echoing the request for configurable knobs (I don’t care about the defaults). My point

Re: svn commit: r354458 - head/libexec/rc/rc.d

2019-11-09 Thread Alexander Leidinger via svn-src-all
Quoting Edward Tomasz Napierala (from Thu, 7 Nov 2019 18:15:24 + (UTC)): Author: trasz Date: Thu Nov 7 18:15:24 2019 New Revision: 354458 URL: https://svnweb.freebsd.org/changeset/base/354458 Log: Extend the linux rc script to mount the neccessary file systems, set ELF fallback bran

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: 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: head/tools/kerneldoc/subsys/Dox

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: https://svnweb.f

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 L

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 domains

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. Thi

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: head/cddl/contrib/opensolaris/cmd/

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 i

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: 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: 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: head/share/man/man

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: 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: > > >

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 once. I then applied my

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

2017-07-08 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 (yo

svn commit: r320826 - head/sys/sys

2017-07-08 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 kmem_acc

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 You may now optionall

Re: svn commit: r311849 - in head: . sys/amd64/conf sys/arm64/conf sys/conf sys/dev/e1000 sys/i386/conf sys/mips/conf sys/modules sys/modules/em sys/modules/igb sys/powerpc/conf

2017-02-17 Thread Alexander Leidinger
Quoting Roger Pau Monné (from Wed, 15 Feb 2017 10:06:37 +): On Tue, Jan 10, 2017 at 03:23:22AM +, Sean Bruno wrote: Author: sbruno Date: Tue Jan 10 03:23:22 2017 New Revision: 311849 URL: https://svnweb.freebsd.org/changeset/base/311849 Log: Migrate e1000 to the IFLIB framework:

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 looks like it is

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 by

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 ==

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 (from Mon, 10 Feb 2014 17:24:09 -0800): On 10 February 2014 17:07, James Gritton 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 the security. The other vibe I'm g

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

2014-02-06 Thread Alexander Leidinger
On Wed, 05 Feb 2014 14:05:29 -0500 John Baldwin wrote: > I think having a "kmem" flag for jails is a hack and not the right > approach. It does make a jail useless security-wise, but by > masquerading as a flag, it implies that it is only partially > violating security which gives a false sense o

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

2014-01-31 Thread Alexander Leidinger
On Fri, 31 Jan 2014 12:34:48 + (GMT) Robert Watson wrote: > On Wed, 29 Jan 2014, Alexander Leidinger wrote: > > >> It does. I included a warning in jail.8 that this will pretty > >> much undo jail security. There are still reasons some may want to > >> do

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 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 to do this, >

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

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 the

svn commit: r252591 - vendor/v4l/2.6.34.14

2013-07-03 Thread Alexander Leidinger
Author: netchild Date: Wed Jul 3 20:08:22 2013 New Revision: 252591 URL: http://svnweb.freebsd.org/changeset/base/252591 Log: Tag 2.6.34.14. Added: vendor/v4l/2.6.34.14/ - copied from r252372, vendor/v4l/dist/ Replaced: vendor/v4l/2.6.34.14/videodev2.h - copied unchanged from r25

svn commit: r252590 - vendor/v4l/dist

2013-07-03 Thread Alexander Leidinger
Author: netchild Date: Wed Jul 3 19:56:39 2013 New Revision: 252590 URL: http://svnweb.freebsd.org/changeset/base/252590 Log: Update videodev2.h to the version from linux kernel 2.6.34.14. This version is dual-licensed: 3 clause BSD license and GPL v2+. Modified: vendor/v4l/dist/videodev2.

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 wrote: > On Sat, May 05, 2012 at 07:42:39PM +0000, Alexander Leidinger wrote: > > Author: netchild > > Date: Sat May 5 19:42:38 2012 > > New Revision: 235063 > > URL: http://svn.freebsd.org/changeset/base/235063 > &

Re: svn commit: r234504 - in head/sys: amd64/conf i386/conf

2012-05-07 Thread Alexander Leidinger
Hi, I had this once. I took the time to kill the ctf process which hangs. Well, not only once, but multiple times during the kernel build. The resulting kernel booted. After that I did a complete buildword/installworld/reboot/buildkernel/installkernel/reboot without any problems. I didn't try

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

2012-05-05 Thread Alexander Leidinger
/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 + * All rights reserved. + * + * Redistribution and use i

Re: svn commit: r234316 - in stable/9/sys: amd64/linux32 i386/conf i386/linux kern

2012-04-15 Thread Alexander Leidinger
On Sun, 15 Apr 2012 22:38:42 +0400 Andrey Zonov wrote: > On 15.04.2012 20:52, Alexander Leidinger wrote: > > Author: netchild > > Date: Sun Apr 15 16:52:48 2012 > > New Revision: 234316 > > URL: http://svn.freebsd.org/changeset/base/234316 > > > > Log: >

svn commit: r234319 - in stable/8/sys: amd64/linux32 i386/linux

2012-04-15 Thread Alexander Leidinger
Author: netchild Date: Sun Apr 15 16:56:28 2012 New Revision: 234319 URL: http://svn.freebsd.org/changeset/base/234319 Log: regen Modified: stable/8/sys/amd64/linux32/linux32_proto.h stable/8/sys/amd64/linux32/linux32_syscall.h stable/8/sys/amd64/linux32/linux32_syscalls.c stable/8/sys/

svn commit: r234318 - in stable/8/sys: amd64/linux32 i386/conf i386/linux

2012-04-15 Thread Alexander Leidinger
Author: netchild Date: Sun Apr 15 16:55:26 2012 New Revision: 234318 URL: http://svn.freebsd.org/changeset/base/234318 Log: MFC r232799: - add comments to syscalls.master and linux(32)_dummy about which linux kernel version introduced the sysctl (based upon a linux man-page) - add

svn commit: r234317 - in stable/9/sys: amd64/linux32 i386/linux

2012-04-15 Thread Alexander Leidinger
Author: netchild Date: Sun Apr 15 16:53:44 2012 New Revision: 234317 URL: http://svn.freebsd.org/changeset/base/234317 Log: regen Modified: stable/9/sys/amd64/linux32/linux32_proto.h stable/9/sys/amd64/linux32/linux32_syscall.h stable/9/sys/amd64/linux32/linux32_syscalls.c stable/9/sys/

svn commit: r234316 - in stable/9/sys: amd64/linux32 i386/conf i386/linux kern

2012-04-15 Thread Alexander Leidinger
Author: netchild Date: Sun Apr 15 16:52:48 2012 New Revision: 234316 URL: http://svn.freebsd.org/changeset/base/234316 Log: MFC r232799: - add comments to syscalls.master and linux(32)_dummy about which linux kernel version introduced the sysctl (based upon a linux man-page) - add

svn commit: r234300 - svnadmin/conf

2012-04-14 Thread Alexander Leidinger
Author: netchild Date: Sat Apr 14 21:08:55 2012 New Revision: 234300 URL: http://svn.freebsd.org/changeset/base/234300 Log: Reenable FSP for myself. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf =

svn commit: r234298 - svnadmin/conf

2012-04-14 Thread Alexander Leidinger
Author: netchild Date: Sat Apr 14 21:02:42 2012 New Revision: 234298 URL: http://svn.freebsd.org/changeset/base/234298 Log: Add myself for a large IFC. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ==

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 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 unloaded, al

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

2012-03-19 Thread Alexander Leidinger
Quoting Martin Matuska (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 wrote: Author: mm Date: Fri Mar 16 21:30:26 2012 New Revision: 233048 URL: http

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

2012-03-17 Thread Alexander Leidinger
On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska 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 jailed ZF

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 head/sys/amd64/linux32/li

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 sscalls.m

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

2012-01-24 Thread Alexander Leidinger
Author: netchild Date: Tue Jan 24 15:13:55 2012 New Revision: 230509 URL: http://svn.freebsd.org/changeset/base/230509 Log: Just define __FreeBSD__ to 1 instead of doing what the compiler does. The kernel is supposed to DTRT based upon the __FreeBSD_version value, not the value of __FreeBSD_

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

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 c

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 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 explanation or a

svn commit: r223592 - stable/8/usr.bin/kdump

2011-06-27 Thread Alexander Leidinger
Author: netchild Date: Mon Jun 27 11:49:58 2011 New Revision: 223592 URL: http://svn.freebsd.org/changeset/base/223592 Log: MFC r223173: Add 2-clause BSD license. Approved by:David Kirchner (initial author) Requested by: Otto Moerbeek Modified: stable/8/usr.bin/

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

2011-06-16 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 (initial author) Requested by: Otto Moerbeek MFC after:1 week Modified: head/usr.bin/kdump/mksubr

svn commit: r222914 - stable/8/sys/compat/linux

2011-06-10 Thread Alexander Leidinger
Author: netchild Date: Fri Jun 10 07:54:38 2011 New Revision: 222914 URL: http://svn.freebsd.org/changeset/base/222914 Log: MFC r221423, r221424, r221426, r221428, r221434: This is v4l2 support for the linuxulator. This allows to access FreeBSD native devices which support the v4l2 AP

svn commit: r222857 - stable/8/etc/periodic/daily

2011-06-08 Thread Alexander Leidinger
Author: netchild Date: Wed Jun 8 11:36:06 2011 New Revision: 222857 URL: http://svn.freebsd.org/changeset/base/222857 Log: MFC r221430: Use proper return codes (valuable output, invalid config, problems). Modified: stable/8/etc/periodic/daily/800.scrub-zfs Directory Properties: stable/

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

2011-05-25 Thread Alexander Leidinger
Quoting "Bjoern A. Zeeb" (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 dynamically de

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

2011-05-04 Thread Alexander Leidinger
Quoting Ivan Klymenko (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 Alexander @ Leidinger.

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:

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 ch

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

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 12:37:10 2011 New Revision: 221430 URL: http://svn.freebsd.org/changeset/base/221430 Log: Use proper return codes (valuable output, invalid config, problems). MFC after:1 week Modified: head/etc/periodic/daily/800.scrub-zfs Modified: head/etc/period

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

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 09:52:34 2011 New Revision: 221428 URL: http://svn.freebsd.org/changeset/base/221428 Log: Add FEATURE macros for v4l and v4l2 to the linuxulator. Suggested by: ae Modified: head/sys/compat/linux/linux_ioctl.c Modified: head/sys/compat/linux/linux_ioctl.

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. sk

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: 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: 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: r221422 - vendor/v4l/2.6.17

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:22:58 2011 New Revision: 221422 URL: http://svn.freebsd.org/changeset/base/221422 Log: Tag the v4l2 header with the linux kernel version where I took it from. Added: vendor/v4l/2.6.17/videodev2.h - copied unchanged from r221421, vendor/v4l/dist/videod

svn commit: r221421 - vendor/v4l/dist

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:21:24 2011 New Revision: 221421 URL: http://svn.freebsd.org/changeset/base/221421 Log: Add the v4l2 header now that we have an use case for it. Added: vendor/v4l/dist/videodev2.h (contents, props changed) Added: vendor/v4l/dist/videodev2.h =

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

2011-05-03 Thread Alexander Leidinger
Quoting Roman Divacky (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 trifle with itself!

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

2011-03-15 Thread Alexander Leidinger
Author: netchild Date: Tue Mar 15 13:40:47 2011 New Revision: 219668 URL: http://svn.freebsd.org/changeset/base/219668 Log: Staticize functions which are not used somewhere else, move the corresponding prototypes from the header to the code file. Modified: head/sys/compat/linux/linux_mib.c

svn commit: r219666 - stable/8/sys/compat/linux

2011-03-15 Thread Alexander Leidinger
Author: netchild Date: Tue Mar 15 13:19:26 2011 New Revision: 219666 URL: http://svn.freebsd.org/changeset/base/219666 Log: MFC r218497: 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 whi

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 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 detail

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 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 systrace_linux32

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 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 makes ne

Re: svn commit: r218970 - in head/sys: compat/linux sys

2011-03-07 Thread Alexander Leidinger
Quoting Chagin Dmitry (from Sat, 5 Mar 2011 22:45:28 +0300): On Sat, Mar 05, 2011 at 08:02:44PM +0100, Lucius Windschuh wrote: BTW, is there an easy way to debug such futex issues, other than perhaps linux_kdump? try r219242. kdump now (in HEAD) decode linux syscalls. also see ktr(4).

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: head/sys/kern/sys_capability.c

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

2011-03-04 Thread Alexander Leidinger
Quoting Chagin Dmitry (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 (from Thu, 3 Mar 2011 11:14:59 + (GMT)): > > On Tue, 1 Mar 2011, Dmitry Chagin wrote: > >> Teach kdump to decode linux

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

2011-03-03 Thread Alexander Leidinger
Quoting Robert Watson (from Thu, 3 Mar 2011 11:14:59 + (GMT)): On Tue, 1 Mar 2011, Dmitry Chagin wrote: Teach kdump to decode linux syscalls names too. Fix bug introduced in my previous commit: the kernel always dump native signal numbers, so no need to check the ABI in ktrpsig(). D

Re: svn commit: r219173 - in stable/8/sys: compat/linux kern

2011-03-02 Thread Alexander Leidinger
Quoting Kostik Belousov (from Wed, 2 Mar 2011 14:49:22 +0200): On Wed, Mar 02, 2011 at 09:53:13AM +, Alexander Leidinger wrote: Author: netchild Date: Wed Mar 2 09:53:13 2011 New Revision: 219173 URL: http://svn.freebsd.org/changeset/base/219173 See r215706, that was a followup to

svn commit: r219176 - stable/8/sys/compat/linux

2011-03-02 Thread Alexander Leidinger
Author: netchild Date: Wed Mar 2 13:06:47 2011 New Revision: 219176 URL: http://svn.freebsd.org/changeset/base/219176 Log: Fix kernel build with MFC of r215706: Fix linux kernel module breakage introduced in r215675, by including . Pointyhat to: netchild Noticed by: kib Modifi

svn commit: r219173 - in stable/8/sys: compat/linux kern

2011-03-02 Thread Alexander Leidinger
Author: netchild Date: Wed Mar 2 09:53:13 2011 New Revision: 219173 URL: http://svn.freebsd.org/changeset/base/219173 Log: MFC r215664: By using the 32-bit Linux version of Sun's Java Development Kit 1.6 on FreeBSD (amd64), invocations of "javac" (or "java") eventually end with the

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

2011-03-02 Thread Alexander Leidinger
Quoting Dmitry Chagin (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: head/usr.bin/kdump/kdump.c

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

2011-03-01 Thread Alexander Leidinger
Quoting Robert Watson (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, compiled conditionally o

Re: svn commit: r219084 - in head: bin/test tools/regression/bin/test

2011-02-27 Thread Alexander Leidinger
Quoting Joerg Sonnenberger (from Sun, 27 Feb 2011 15:29:10 +0100): On Sun, Feb 27, 2011 at 03:11:43PM +0100, Erik Trulsson wrote: On Sun, Feb 27, 2011 at 01:30:58PM +0100, Joerg Sonnenberger wrote: > On Sun, Feb 27, 2011 at 12:28:06PM +, Xin LI wrote: > > Author: delphij > > Date: Sun Fe

svn commit: r219035 - in stable/7: . contrib/bsnmp/snmpd contrib/wpa_supplicant gnu/usr.bin/groff/tmac share/misc tools/tools/nanobsd usr.sbin usr.sbin/bsnmpd/modules/snmp_hostres usr.sbin/makefs u...

2011-02-25 Thread Alexander Leidinger
Author: netchild Date: Fri Feb 25 16:08:31 2011 New Revision: 219035 URL: http://svn.freebsd.org/changeset/base/219035 Log: MFC r216591: 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

svn commit: r219034 - in stable/8: . contrib/bsnmp/snmpd contrib/top contrib/xz gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched tools/regression/lib/msun tools/regress...

2011-02-25 Thread Alexander Leidinger
Author: netchild Date: Fri Feb 25 15:32:44 2011 New Revision: 219034 URL: http://svn.freebsd.org/changeset/base/219034 Log: MFC r216591: 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

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 Modif

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: 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 w

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: 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 th

svn commit: r218485 - in head/sys/ufs: ffs ufs

2011-02-09 Thread Alexander Leidinger
Author: netchild Date: Wed Feb 9 15:33:13 2011 New Revision: 218485 URL: http://svn.freebsd.org/changeset/base/218485 Log: Add some FEATURE macros for some UFS features. SU+J is not included as a FEATURE macro: - it was not in the tree during the GSoC - I do not see an option to en-/

Re: svn commit: r216591 - head

2010-12-21 Thread Alexander Leidinger
On Mon, 20 Dec 2010 19:42:51 -0500 Ben Kaduk wrote: > On Mon, Dec 20, 2010 at 10:17 AM, Alexander Leidinger > wrote: > == > > --- head/UPDATING       Mon Dec 20 14:54:24 2010        (r216590) > &

  1   2   3   >