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:
> > >
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
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
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
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
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
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
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
=
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
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 EVDEV_SUPPORT as it's
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
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
=
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
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
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
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
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
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
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
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
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
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
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
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
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!
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
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
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
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
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.
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
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
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:
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.
Quoting Kostik Belousov (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 now be specified in
Quoting Kostik Belousov (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 (from Sun, 4 Apr 2010
18:36:53 +0300):
>On Fri, Apr 02, 2010 at 06:55:32AM +0000, Alexander Leidinger wrote:
>>Author:
Quoting "M. Warner Losh" (from Tue, 06 Apr 2010
10:54:17 -0600 (MDT)):
In message: <20100405181450.13494itjj2ehj...@webmail.leidinger.net>
Alexander Leidinger writes:
: Warner, do you mind if I back-out r206082 and change the place where
: NORMAL_CTFCONVERT is us
Quoting "M. Warner Losh" (from Thu, 08 Apr 2010
15:12:13 -0600 (MDT)):
In message: <20100407100015.117169nw2iu6x...@webmail.leidinger.net>
Alexander Leidinger writes:
: Quoting "M. Warner Losh" (from Tue, 06 Apr 2010
: 10:54:17 -060
Quoting Bruce Simpson (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 exposed an issue where Op
Author: netchild
Date: Thu Apr 22 09:20:17 2010
New Revision: 207056
URL: http://svn.freebsd.org/changeset/base/207056
Log:
Revert r206179 (by imp) and do something similar which is more consistent
with all other corresponding CTF places by changing the corresponding
code which is generated
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: head/sys/conf/kmo
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 tradtitional
Author: netchild
Date: Mon May 3 14:19:58 2010
New Revision: 207569
URL: http://svn.freebsd.org/changeset/base/207569
Log:
- #ifdef out the cliplist part, skype seems like using an uninitialized
variable and can cause problems, without the cliplist handling it works
without problems
-
Quoting Norikatsu Shigemura (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.freebsd.org/changeset/base/207612
Log:
Add support run services_mkdb(8).
Shouldn't this (and similar messages) only be done if there i
Quoting Norikatsu Shigemura (from Tue, 4 May 2010
23:22:46 +0900):
Hi netchild.
On Tue, 04 May 2010 16:02:55 +0200
Alexander Leidinger wrote:
> URL: http://svn.freebsd.org/changeset/base/207612
> Log:
> Add support run services_mkdb(8).
Shouldn't this (and similar messages
Quoting Doug Barton (from Tue, 04 May 2010
09:00:33 -0700):
On 5/4/2010 7:02 AM, Alexander Leidinger wrote:
Quoting Norikatsu Shigemura (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.freebsd.org/changeset/base
Author: netchild
Date: Tue Jun 15 08:58:16 2010
New Revision: 209195
URL: http://svn.freebsd.org/changeset/base/209195
Log:
Add a periodic zfs scrub script.
Features:
- configurable amount of days between scrubs (default value or per pool)
- do not scrub directly after pool creation (
Author: netchild
Date: Thu Jun 17 12:25:47 2010
New Revision: 209250
URL: http://svn.freebsd.org/changeset/base/209250
Log:
- add the zfs scrub script
- move the zfs status script into the MK_ZFS conditional to respect
WITHOUT_ZFS
Noticed by: Andrzej Tobola
Modified:
head/etc/pe
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
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
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
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_
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
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
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
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 th day after the
last one' to 'running next scrub the th day after the last one'.
- Improve wording.
Requeste
Quoting John Baldwin (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 FIFO instead of a
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:
h
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
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/Opti
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
PR: 149295
MFC-after:2 weeks
Modified:
head/usr.bin/kdump/mksubr
Quoting Doug Barton (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 delete
On Fri, 8 Oct 2010 17:42:10 + (UTC) Mark Murray
wrote:
> Author: markm
> Date: Fri Oct 8 17:42:09 2010
> New Revision: 213585
> URL: http://svn.freebsd.org/changeset/base/213585
>
> Log:
> Don't blow away /bin/rmail symlink if we are keeping mailwrapper.
> Mailwrapper can provide a perf
Quoting Mark Murray (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!=no? I can not find such a place.
src/usr.sbin/mailwrapper/Makefile
What am I doing wrong?
---snip---
% grep
Quoting Alexander Leidinger (from Mon, 11
Oct 2010 10:28:01 +0200):
Quoting Mark Murray (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!=no? I can not find such a place.
src
Quoting Garrett Cooper (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, the content is stil
Author: netchild
Date: Mon Nov 15 13:03:35 2010
New Revision: 215338
URL: http://svn.freebsd.org/changeset/base/215338
Log:
- print out the PID and program name of the program trying to use an
unsupported futex operation
- for those futex operations which are known to be not supported,
Author: netchild
Date: Mon Nov 15 13:07:10 2010
New Revision: 215339
URL: http://svn.freebsd.org/changeset/base/215339
Log:
Some style(9) fixes.
Submitted by: arundel
MFC after:1 week
Modified:
head/sys/compat/linux/linux_futex.c
Modified: head/sys/compat/linux/linux_futex.c
=
Author: netchild
Date: Mon Nov 22 09:06:59 2010
New Revision: 215664
URL: http://svn.freebsd.org/changeset/base/215664
Log:
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 output of "Killed" an
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
Mo
Author: netchild
Date: Mon Nov 22 09:37:52 2010
New Revision: 215669
URL: http://svn.freebsd.org/changeset/base/215669
Log:
1) Add a hint to check for duplicates with optional files. The committed
text is a little bit modified to what was submitted.
The code example to automate a part
Quoting Kostik Belousov (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 the 32-bit Linux
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 s
Quoting Dimitry Andric (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
.
Thanks!
Noticed by: m
Quoting Ulrich Spoerlein (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:
Can you please
Quoting Ulrich Spoerlein (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 (from Thu, 2 Dec 2010
10:46:05 + (UTC)):
> Author: uqs
> Date: Thu Dec 2 10:46:05 2010
> New Revision: 216119
&g
On Thu, 16 Dec 2010 14:22:30 + (UTC) "Bjoern A. Zeeb"
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 who did the
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 the
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)
> &
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-/
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
_
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,
>
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
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
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
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
==
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
1 - 100 of 131 matches
Mail list logo