On 2 Jun, Rodney W. Grimes wrote:
>> Author: eadler
>> Date: Sat Jun 2 22:06:27 2018
>> New Revision: 334543
>> URL: https://svnweb.freebsd.org/changeset/base/334543
>>
>> Log:
>> top(1): chdir to / as init; remove unneeded comment
>>
>> - chdir to / to allow unmounting of wd
>> - remov
On 29 Nov, Cy Schubert wrote:
> In message <201711292328.vatnseom046...@repo.freebsd.org>, Hans Petter
> Selasky
> writes:
>> Author: hselasky
>> Date: Wed Nov 29 23:28:40 2017
>> New Revision: 326376
>> URL: https://svnweb.freebsd.org/changeset/base/326376
>>
>> Log:
>> The sched_add() function
On 12 Dec, Eugene Grosbein wrote:
> Now I run FreeBSD 11/i386 as my home router with IPSEC and torrent
> client, and I run several virtualized routers with IPSEC tunnels,
> jabber and mail server, squid and ZFS for src/obj/ports compression
> and they all easily crash unless kern.kstack_pages rais
On 19 Jan, David Chisnall wrote:
> On 19 Jan 2018, at 05:07, Conrad Meyer wrote:
>>
>> The spec says the behavior is undefined; not that the compiler has to
>> produce a warning or error message. The compiler *does* get to
>> arbitrarily decide what it wants to do when it encounters UB. It is
>
On 19 Jan, Conrad Meyer wrote:
> On Fri, Jan 19, 2018 at 9:37 AM, Rodney W. Grimes
> wrote:
>> If you think in assembler it is easy to understand why this is UB,
>> most (all) architectures Right Logic or Arithmetic Shift only accept an
>> operand that is a size that can hold log2(wordsize).
>
>
Author: truckman
Date: Fri May 19 01:23:06 2017
New Revision: 318511
URL: https://svnweb.freebsd.org/changeset/base/318511
Log:
The result of right shifting a negative signed value is implementation
defined. On machines without arithmetic shift instructions, zero bits
may be shifted in from
Author: truckman
Date: Fri May 19 08:38:03 2017
New Revision: 318527
URL: https://svnweb.freebsd.org/changeset/base/318527
Log:
Fix the queue delay estimation in PIE/FQ-PIE when the timestamp
(TS) method is used. When packet timestamp is used, the "current_qdelay"
keeps storing the last que
On 3 Jun, Rodney W. Grimes wrote:
> As far as fixing the builds for optional stuff that is rather
> easily done in the Makefile with some if's to build a list of
> files that can then be catted to conf.foo, using m4 or even
> cpp to pre process conf.foo.src, etc, several very easy ways
> to solv
On 21 Jun, Xin LI wrote:
> But ultimately, I think the real design question here that needs to be
> solved would probably be "Why are piling up multiple layers of workarounds
> around motd? Does it even need to be located in /etc?" The contents is
> meant to be updated every time when there is a
On 5 Aug, Mateusz Guzik wrote:
> Author: mjg
> Date: Wed Aug 5 09:24:38 2020
> New Revision: 363891
> URL: https://svnweb.freebsd.org/changeset/base/363891
>
> Log:
> cache: reduce zone alignment to 8 bytes
>
> It used to be sizeof of the given struct to accomodate for 32 bit mips
> doi
Author: truckman
Date: Mon Dec 9 07:18:40 2019
New Revision: 33
URL: https://svnweb.freebsd.org/changeset/base/33
Log:
Fix a logic bug in error handling code. It is an error if p == NULL.
The linelen tests are only meaningful when p != NULL.
Reported by: Coverity
Coverity CID
On 2 Feb, Warner Losh wrote:
> Author: imp
> Date: Sun Feb 2 11:37:27 2020
> New Revision: 357407
> URL: https://svnweb.freebsd.org/changeset/base/357407
>
> Log:
> Per the firm plan, start to remove sparc64
>
> The sparc64 architecture is being removed from FreeBSD 13, starting
> now.
On 5 Oct, Konstantin Belousov wrote:
> Author: kib
> Date: Thu Oct 5 12:50:03 2017
> New Revision: 324313
> URL: https://svnweb.freebsd.org/changeset/base/324313
>
> Log:
> Avoid a race betweem freeing LDT and context switches.
>
> cpu_switch.S uses curproc->p_md.md_ldt value as the flag
On 7 Oct, Konstantin Belousov wrote:
> On Sat, Oct 07, 2017 at 01:04:09PM -0700, Don Lewis wrote:
>> On 5 Oct, Konstantin Belousov wrote:
>> > Author: kib
>> > Date: Thu Oct 5 12:50:03 2017
>> > New Revision: 324313
>> > URL: https://svnweb.fre
On 8 Oct, Konstantin Belousov wrote:
> On Sat, Oct 07, 2017 at 01:54:05PM -0700, Don Lewis wrote:
>> On 7 Oct, Konstantin Belousov wrote:
>> > On Sat, Oct 07, 2017 at 01:04:09PM -0700, Don Lewis wrote:
>> >> On 5 Oct, Konstantin Belousov wrote:
>> >> &g
Author: truckman
Date: Thu Oct 26 10:11:35 2017
New Revision: 325008
URL: https://svnweb.freebsd.org/changeset/base/325008
Log:
Fix Dummynet AQM packet marking function ecn_mark() and fq_codel /
fq_pie schedulers packet classification functions in layer2 (bridge mode).
Dummynet AQM packet
On 4 Nov, Bryan Drewery wrote:
> On 11/4/2017 3:30 PM, Cy Schubert wrote:
>> In message <0fc7e918-dcf8-0197-6b50-5936dee23...@freebsd.org>, Bryan
>> Drewery wr
>> ites:
>>> This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
>>> --dokLDw6wDnv1gUfKm3uwMSMnWeibN2RaD
>>> Content-Type: multipa
Author: truckman
Date: Wed Jan 11 21:38:05 2012
New Revision: 229984
URL: http://svn.freebsd.org/changeset/base/229984
Log:
Pass the arguments to mtx_init() in the correct order. There should be
no change to the binary because the value of MTX_DEF is zero and there
is a visible function pro
Author: truckman
Date: Fri Jan 13 18:32:56 2012
New Revision: 230064
URL: http://svn.freebsd.org/changeset/base/230064
Log:
Allow an MBR primary or extended Linux swap partition to be specified
as the system dump device. This was already allowed for GPT. The Linux
swap metadata at the begi
On 6 Jul, Warner Losh wrote:
> On Fri, Jul 6, 2018 at 9:32 AM, Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
>> > Author: hselasky
>> > Date: Fri Jul 6 10:13:42 2018
>> > New Revision: 336025
>> > URL: https://svnweb.freebsd.org/changeset/base/336025
>> >
>> > Log:
>> > Make su
On 6 Jul, Warner Losh wrote:
> On Fri, Jul 6, 2018 at 6:06 PM, Don Lewis wrote:
>
>> On 6 Jul, Warner Losh wrote:
>> > On Fri, Jul 6, 2018 at 9:32 AM, Rodney W. Grimes <
>> > free...@pdx.rh.cn85.dnsmgr.net> wrote:
>> >
>> >> > Author:
On 7 Jul, Alexey Dokuchaev wrote:
> On Fri, Jul 06, 2018 at 05:06:03PM -0700, Don Lewis wrote:
>> The other machine is my Pentium-M laptop, which is mostly used for light
>> browsing and as a VNC client when I'm on the road. Performance is
>> acceptable for thos
Author: truckman
Date: Sun Jul 29 00:30:06 2018
New Revision: 336855
URL: https://svnweb.freebsd.org/changeset/base/336855
Log:
Fix the long term ULE load balancer so that it actually works. The
initial call to sched_balance() during startup is meant to initialize
balance_ticks, but does no
I just upgraded a machine from r336438 to r336855. When I ran
mergemaster, it asked to delete a bunch of the /etc/rc.d scripts.
Answering yes results in the machine being unbootable.
I think that the rc.d-related changes in r336845 are the likely culprit.
The following rc.d scripts are some of th
On 28 Jul, Brad Davis wrote:
> On Sat, Jul 28, 2018, at 9:10 PM, Brad Davis wrote:
>> On Sat, Jul 28, 2018, at 8:21 PM, Don Lewis wrote:
>> > I just upgraded a machine from r336438 to r336855. When I ran
>> > mergemaster, it asked to delete a bunch of the /etc/rc.d
On 28 Jul, Don Lewis wrote:
> On 28 Jul, Brad Davis wrote:
>> On Sat, Jul 28, 2018, at 9:10 PM, Brad Davis wrote:
>>> On Sat, Jul 28, 2018, at 8:21 PM, Don Lewis wrote:
>>> > I just upgraded a machine from r336438 to r336855. When I ran
>>> > mergemast
Author: truckman
Date: Sun Jul 29 05:42:07 2018
New Revision: 336859
URL: https://svnweb.freebsd.org/changeset/base/336859
Log:
Fix a variable name typo in r336845 that prevented the rc.d scripts
from being installed in the correct directory.
Resurrect a few rc.d scripts that were prematu
On 28 Jul, Brad Davis wrote:
> On Sat, Jul 28, 2018, at 10:56 PM, Don Lewis wrote:
>> On 28 Jul, Don Lewis wrote:
>> > On 28 Jul, Brad Davis wrote:
>> >> On Sat, Jul 28, 2018, at 9:10 PM, Brad Davis wrote:
>> >>> On Sat, Jul 28, 2018, at 8:21 PM, Don Le
On 29 Jul, Ian Lepore wrote:
> On Sun, 2018-07-29 at 05:42 +0000, Don Lewis wrote:
>> Author: truckman
>> Date: Sun Jul 29 05:42:07 2018
>> New Revision: 336859
>> URL: https://svnweb.freebsd.org/changeset/base/336859
>>
>> Log:
>> Fix a variable
On 29 Jul, Ian Lepore wrote:
> On Sun, 2018-07-29 at 09:59 -0700, Don Lewis wrote:
>> On 29 Jul, Ian Lepore wrote:
>> > On Sun, 2018-07-29 at 05:42 +, Don Lewis wrote:
>> >> Author: truckman
>> >> Date: Sun Jul 29 05:42:07 2018
>> >> New
Author: truckman
Date: Sat Mar 18 23:00:13 2017
New Revision: 315516
URL: https://svnweb.freebsd.org/changeset/base/315516
Log:
Change several constants used by the PIE algorithm from unsigned to signed.
- PIE_MAX_PROB is compared to variable of int64_t and the type promotion
rules ca
Author: truckman
Date: Fri Feb 23 00:12:51 2018
New Revision: 329844
URL: https://svnweb.freebsd.org/changeset/base/329844
Log:
Decrease latency by not wrapping the idle loop's potentially lengthy
search for a thread to steal inside a critical section. Since this
allows the search to be pre
On 23 Feb, Rick Macklem wrote:
> Konstantin Belousov wrote:
>>Author: kib
>>Date: Fri Feb 23 18:26:31 2018
>>New Revision: 329875
>>URL: https://svnweb.freebsd.org/changeset/base/329875
>>
>>Log:
>> Restore UP build.
>>
>> Reviewed by: truckman
>> Sponsored by: The FreeBSD Foundation
>>
>>Modif
On 13 Oct, Alan Somers wrote:
> On Thu, Jul 2, 2015 at 11:31 AM, Renato Botelho wrote:
>> Author: garga (ports committer)
>> Date: Thu Jul 2 17:30:59 2015
>> New Revision: 285050
>> URL: https://svnweb.freebsd.org/changeset/base/285050
>>
>> Log:
>> When passwd or group information is changed (
Author: truckman
Date: Wed Aug 2 01:43:35 2017
New Revision: 321899
URL: https://svnweb.freebsd.org/changeset/base/321899
Log:
Lower the amd64 shared page, which contains the signal trampoline,
from the top of user memory to one page lower on machines with the
Ryzen (AMD Family 17h) CPU. T
Author: truckman
Date: Mon Jul 7 22:02:39 2014
New Revision: 268373
URL: http://svnweb.freebsd.org/changeset/base/268373
Log:
Declaration whitespace changes for style(9).
MFC after:1 week
Modified:
head/sys/kern/subr_rman.c
Modified: head/sys/kern/subr_rman.c
==
Author: truckman
Date: Wed Jul 16 22:18:19 2014
New Revision: 268780
URL: http://svnweb.freebsd.org/changeset/base/268780
Log:
Nuke the never-used RF_TIMESHARE feature, reducing the complexity of the
code. The consensus on arch@ is that this feature might have been useful
in the distant pas
On 7 Aug, Konstantin Belousov wrote:
> Author: kib
> Date: Thu Aug 7 05:47:53 2014
> New Revision: 269656
> URL: http://svnweb.freebsd.org/changeset/base/269656
>
> Log:
> Correct the problems with the ptrace(2) making the debuggee an orphan.
> One problem is inferior(9) looping due to the p
On 7 Jun, Ed Maste wrote:
> Author: emaste
> Date: Fri Jun 7 21:40:02 2013
> New Revision: 251512
> URL: http://svnweb.freebsd.org/changeset/base/251512
>
> Log:
> Add a new knob WITH_DEBUG_FILES to control the building of standalone
> debug files for userland programs and libraries. The "-
On 7 Jun, Glen Barber wrote:
> On Fri, Jun 07, 2013 at 04:35:23PM -0700, Don Lewis wrote:
>> On 7 Jun, Ed Maste wrote:
>> > Author: emaste
>> > Date: Fri Jun 7 21:40:02 2013
>> > New Revision: 251512
>> > URL: http://svnweb.freebsd.org/changeset/base
On 18 Jun, Peter Wemm wrote:
> Added: head/usr.bin/svn/Makefile.inc
> ==
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/usr.bin/svn/Makefile.inc Tue Jun 18 02:53:45 2013
> (r251
Author: truckman
Date: Wed Jun 19 19:44:57 2013
New Revision: 252003
URL: http://svnweb.freebsd.org/changeset/base/252003
Log:
Fix a couple of typos that broke buildworld for me.
Reviewed by: peter
Modified:
head/usr.bin/svn/Makefile.inc
Modified: head/usr.bin/svn/Makefile.inc
On 19 Mar, Warner Losh wrote:
> Author: imp
> Date: Wed Mar 19 21:03:04 2014
> New Revision: 263379
> URL: http://svnweb.freebsd.org/changeset/base/263379
>
> Log:
> Remove vestiges of knowing the ISA bus, which we gave up on around 20
> years ago. Remove redunant copy of isaregs.h.
It hasn't
On 27 Mar, Konstantin Belousov wrote:
> On Thu, Mar 27, 2014 at 04:05:12PM +0100, Mateusz Guzik wrote:
>> On Thu, Mar 27, 2014 at 03:58:19PM +0100, Mateusz Guzik wrote:
>> > On Thu, Mar 27, 2014 at 04:46:57PM +0800, David Xu wrote:
>> > > On 2014/03/27 16:37, Mateusz Guzik wrote:
>> > > >On Thu, Ma
On 28 Mar, David Xu wrote:
> On 2014/03/28 06:31, Don Lewis wrote:
>> On 27 Mar, Konstantin Belousov wrote:
>>> On Thu, Mar 27, 2014 at 04:05:12PM +0100, Mateusz Guzik wrote:
>>>> On Thu, Mar 27, 2014 at 03:58:19PM +0100, Mateusz Guzik wrote:
>>>>> On
On 29 Mar, Mateusz Guzik wrote:
> On Sat, Mar 29, 2014 at 11:52:09AM +0800, David Xu wrote:
>> >If fsetown handling like this is insecure this would bite us in that
>> >scenario (and few others). In short, if we can avoid giving another way
>> >to corrupt stuff in the kernel to userspace, we should
On 24 Apr, Glen Barber wrote:
> On Thu, Apr 24, 2014 at 07:12:10PM -0700, Nathan Whitehorn wrote:
>> On 04/24/14 18:38, Glen Barber wrote:
>> >Author: gjb
>> >Date: Fri Apr 25 01:38:57 2014
>> >New Revision: 264907
>> >URL: http://svnweb.freebsd.org/changeset/base/264907
>> >
>> >Log:
>> > Refact
Author: truckman
Date: Mon May 5 15:59:31 2014
New Revision: 265363
URL: http://svnweb.freebsd.org/changeset/base/265363
Log:
Avoid unsigned integer overflow which can cause
rman_reserve_resource_bound() to return incorrect results.
Continue the initial search until the first viable regi
Author: truckman
Date: Mon May 12 17:56:52 2014
New Revision: 265923
URL: http://svnweb.freebsd.org/changeset/base/265923
Log:
Nuke a couple of unnecessary assigments. Nothing uses the values of rstart
and rend after this point.
MFC after:1 week
Modified:
head/sys/kern/subr_rman.c
Author: truckman
Date: Mon May 12 20:22:42 2014
New Revision: 265931
URL: http://svnweb.freebsd.org/changeset/base/265931
Log:
Be even more paranoid about overflow.
Requested by: ache
Modified:
head/sys/kern/subr_rman.c
Modified: head/sys/kern/subr_rman.c
===
On 12 May, To: src-committ...@freebsd.org wrote:
> Author: truckman
> Date: Mon May 12 20:22:42 2014
> New Revision: 265931
> URL: http://svnweb.freebsd.org/changeset/base/265931
>
> Log:
> Be even more paranoid about overflow.
>
> Requested by: ache
>
> Modified:
> head/sys/kern/s
On 6 May, Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue May 6 00:00:07 2014
> New Revision: 265408
> URL: http://svnweb.freebsd.org/changeset/base/265408
>
> Log:
> - Remove net.inet.tcp.reass.overflows sysctl. It counts exactly
> same events that tcpstat's tcps_rcvmemdrop counter cou
Author: truckman
Date: Mon May 19 04:44:27 2014
New Revision: 266426
URL: http://svnweb.freebsd.org/changeset/base/266426
Log:
Slightly restructure the final loop in rman_reserve_resource_bound().
Replace with the existing loop termination test with a similar
condition from the nested "if" t
On 22 May, Xin LI wrote:
> Author: delphij
> Date: Thu May 22 05:33:50 2014
> New Revision: 266534
> URL: http://svnweb.freebsd.org/changeset/base/266534
>
> Log:
> Fix build: Build libavl as prebuild-lib.
Thanks!
___
svn-src-head@freebsd.org mailing
Author: truckman
Date: Thu May 22 16:30:32 2014
New Revision: 266547
URL: http://svnweb.freebsd.org/changeset/base/266547
Log:
Don't delete our new vt(4) man page.
X-MFC-With: r265798
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
===
On 23 May, Warner Losh wrote:
> Author: imp
> Date: Fri May 23 14:34:22 2014
> New Revision: 266587
> URL: http://svnweb.freebsd.org/changeset/base/266587
>
> Log:
> Allow CC to not actually exist. During the ports INDEX run, all the
> Makefiles are evaluated without building things. In a norm
Author: truckman
Date: Wed May 28 16:57:17 2014
New Revision: 266814
URL: http://svnweb.freebsd.org/changeset/base/266814
Log:
Initialize r_flags the same way in all cases using a sanitized copy of
flags that has several bits cleared. The RF_WANTED and RF_FIRSTSHARE
bits are invalid in this
Author: truckman
Date: Wed Nov 20 02:16:47 2013
New Revision: 258363
URL: http://svnweb.freebsd.org/changeset/base/258363
Log:
Add alternate ID for Novatel MiFi 2200 CDMA, which is used by my
Virgin Mobile branded device. It needs the U3GINIT_SCSIEJECT quirk.
Reviewed by: hselasky
MFC
Author: truckman
Date: Wed Nov 20 02:20:27 2013
New Revision: 258364
URL: http://svnweb.freebsd.org/changeset/base/258364
Log:
Regenerate after r258363 (alternate ID for Novatel MiFi 2200) and
r258333 (bus_autoconf.sh tweak).
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.con
Author: truckman
Date: Tue Nov 26 09:14:39 2013
New Revision: 258629
URL: http://svnweb.freebsd.org/changeset/base/258629
Log:
Mention that devd will kldload the driver when the device is connected.
Mention that the automatic mode switch from umass to u3g needed by some
devices does not w
Author: truckman
Date: Sat Dec 21 03:05:13 2013
New Revision: 259675
URL: http://svnweb.freebsd.org/changeset/base/259675
Log:
Add quirks to make my old SanDisk Cruzer Mini 128MB happy.
MFC after:1 week
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
head/sys/dev/usb/usbdevs
Modified
On 28 Jan, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Jan 28 10:37:23 2015
> New Revision: 277828
> URL: https://svnweb.freebsd.org/changeset/base/277828
>
> Log:
> Update mtime for tmpfs files modified through memory mapping. Similar
> to UFS, perform updates during syncer scans, w
On 28 Jan, Konstantin Belousov wrote:
> On Wed, Jan 28, 2015 at 09:41:06AM -0800, Don Lewis wrote:
>> On 28 Jan, Konstantin Belousov wrote:
>> > Author: kib
>> > Date: Wed Jan 28 10:37:23 2015
>> > New Revision: 277828
>> > URL: https://svnweb.fre
On 10 Feb, Mateusz Guzik wrote:
> On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote:
>> +notify 10 {
>> +match "system" "kernel";
>> +match "subsystem" "signal";
>> +match "type""coredump";
>> +action "logger $comm $core";
>> +};
>> +
>> */
>>
>
On 9 Feb, Don Lewis wrote:
> On 10 Feb, Mateusz Guzik wrote:
>> On Mon, Feb 09, 2015 at 11:13:51PM +, Rui Paulo wrote:
>>> +notify 10 {
>>> + match "system" "kernel";
>>> + match "subsystem" "signal&quo
On 22 Mar, Konstantin Belousov wrote:
> On Sun, Mar 22, 2015 at 02:37:09PM +0100, Jilles Tjoelker wrote:
>> On Sat, Mar 21, 2015 at 08:49:00PM +1100, Bruce Evans wrote:
>> > On Sat, 21 Mar 2015, Xin LI wrote:
>>
>> > > Log:
>> > > Disable timestamping on devfs read/write operations by default.
>>
On 21 Mar, Alan Cox wrote:
> Author: alc
> Date: Sat Mar 21 17:56:55 2015
> New Revision: 280327
> URL: https://svnweb.freebsd.org/changeset/base/280327
>
> Log:
> Introduce vm_object_color() and use it in mmap(2) to set the color of
> named objects to zero before the virtual address is select
On 28 Mar, Bryan Drewery wrote:
> On 3/27/2015 9:41 PM, Don Lewis wrote:
>> On 21 Mar, Alan Cox wrote:
>>> Author: alc
>>> Date: Sat Mar 21 17:56:55 2015
>>> New Revision: 280327
>>> URL: https://svnweb.freebsd.org/changeset/base/280327
>>>
&g
On 28 Mar, Alan Cox wrote:
> On 03/28/2015 12:29, Bryan Drewery wrote:
>> On 3/27/2015 9:41 PM, Don Lewis wrote:
>>> I was not seeing this problem on my older package builder running
>>> 10.1-STABLE. Since this problem has not shown up on the FreeBSD package
On 28 Mar, Bryan Drewery wrote:
> On 3/27/2015 9:41 PM, Don Lewis wrote:
>> ../generated/adfiles/ad_x86_64_clone.cpp:1: fatal error: had to relocate PCH
>> compilation terminated.
>> /wrkdirs/usr/ports/java/openjdk7/work/openjdk/hotspot/make/bsd/makefiles/rules.make:149:
On 29 Mar, Jilles Tjoelker wrote:
> On Sun, Mar 22, 2015 at 11:25:07AM -0700, Don Lewis wrote:
>> It's not totally worthless. I think the mtime on tty devices is used to
>> calculate the idle time that is printed by the w command. We just don't
>> need nanosecond a
On 28 Mar, Alan Cox wrote:
> On 03/28/2015 12:29, Bryan Drewery wrote:
>> On 3/27/2015 9:41 PM, Don Lewis wrote:
>>> On 21 Mar, Alan Cox wrote:
>>>> Author: alc
>>>> Date: Sat Mar 21 17:56:55 2015
>>>> New Revision: 280327
>>>> U
On 30 Mar, Konstantin Belousov wrote:
> On Sun, Mar 29, 2015 at 11:25:14PM -0700, Don Lewis wrote:
>> On amd64, with an amd64 jail, and kernel rev r280326, I observe the
>> following:
>> One gcc process calls mmap() with addr=0 and len=0x657a000, and
>>
Author: truckman
Date: Sun Aug 24 21:21:54 2014
New Revision: 270510
URL: http://svnweb.freebsd.org/changeset/base/270510
Log:
Catch up to gcc 3.3 -> 3.4 upgrade.
MFC after:3 days
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
On 24 Aug, Peter Wemm wrote:
> On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
>> Author: truckman
>> Date: Sun Aug 24 21:21:54 2014
>> New Revision: 270510
>> URL: http://svnweb.freebsd.org/changeset/base/270510
>>
>> Log:
>> Catch up to gcc 3
On 24 Aug, Rui Paulo wrote:
> On Aug 24, 2014, at 14:44, Peter Wemm wrote:
>>
>> On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
>>> Author: truckman
>>> Date: Sun Aug 24 21:21:54 2014
>>> New Revision: 270510
>>> URL: http://svnweb.freebsd
On 4 Sep, John Baldwin wrote:
> Author: jhb
> Date: Thu Sep 4 01:46:06 2014
> New Revision: 271076
> URL: http://svnweb.freebsd.org/changeset/base/271076
>
> Log:
> - Move the declaration of has_f00f_hack out of identcpu.c to machdep.c.
That certainly brings back memories ...
__
On 4 Sep, John Baldwin wrote:
> On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
>> On 4 Sep, John Baldwin wrote:
>> > Author: jhb
>> > Date: Thu Sep 4 01:46:06 2014
>> > New Revision: 271076
>> > URL: http://svnweb.freebsd.org/change
On 4 Sep, Alexey Dokuchaev wrote:
> On Thu, Sep 04, 2014 at 09:22:48AM -0700, Don Lewis wrote:
>> I've still got the old hardware and am often tempted to see if it will
>> run a recent version of FreeBSD. I don't think I want to know how long
>> it would ta
On 4 Sep, John-Mark Gurney wrote:
> Don Lewis wrote this message on Thu, Sep 04, 2014 at 09:22 -0700:
>> On 4 Sep, John Baldwin wrote:
>> > On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
>> >> On 4 Sep, John Baldwin wrote:
>> >> >
Author: truckman
Date: Tue Jul 5 00:53:01 2016
New Revision: 302338
URL: https://svnweb.freebsd.org/changeset/base/302338
Log:
Fix a race condition between the main thread in aqm_pie_cleanup() and the
callout thread that can cause a kernel panic. Always do the final cleanup
in the callout
Author: truckman
Date: Tue Jul 12 17:32:40 2016
New Revision: 302667
URL: https://svnweb.freebsd.org/changeset/base/302667
Log:
Fix problems in the FQ-PIE AQM cleanup code that could leak memory or
cause a crash.
Because dummynet calls pie_cleanup() while holding a mutex, pie_cleanup()
On 23 Jul, Sergey Kandaurov wrote:
> Author: pluknet
> Date: Thu Jul 23 23:18:03 2015
> New Revision: 285829
> URL: https://svnweb.freebsd.org/changeset/base/285829
>
> Log:
> Call ksem_get() with initialized 'rights'.
>
> ksem_get() consumes fget(), and it's mandatory there.
>
> Repor
On 20 Jan, Bryan Drewery wrote:
> On 1/20/2016 1:59 PM, Warner Losh wrote:
>> It would work built part of buildkernel since pci_iov_if.h would exist
>> there. It would fail when built by hand since the kernel config didn’t save
>> us.
>>
>
> I don't understand. The problem was seen in buildkern
On 10 Feb, Stefan Esser wrote:
> Author: se
> Date: Wed Feb 10 09:40:45 2016
> New Revision: 295465
> URL: https://svnweb.freebsd.org/changeset/base/295465
>
> Log:
> Remove O_SYNC from the options passed to dbmopen().
>
> The services db is created as a temporary file that is moved over th
Author: truckman
Date: Sun May 15 21:37:36 2016
New Revision: 299865
URL: https://svnweb.freebsd.org/changeset/base/299865
Log:
When handling SIOCSIFNAME ensure that the new interface name is NUL
terminated. Reject the rename attempt if the name is too long.
MFC after:1 week
Modifie
Author: truckman
Date: Sun May 15 21:45:04 2016
New Revision: 299866
URL: https://svnweb.freebsd.org/changeset/base/299866
Log:
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names.
Reported b
Author: truckman
Date: Sun May 15 22:06:21 2016
New Revision: 299867
URL: https://svnweb.freebsd.org/changeset/base/299867
Log:
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names.
MFC after:
On 15 May, To: src-committ...@freebsd.org wrote:
> Author: truckman
> Date: Sun May 15 22:06:21 2016
> New Revision: 299867
> URL: https://svnweb.freebsd.org/changeset/base/299867
>
> Log:
> Use strlcpy() instead of strncpy() when copying ifname to ensure
> that it is NUL terminated. Addition
Author: truckman
Date: Sun May 15 22:17:41 2016
New Revision: 299868
URL: https://svnweb.freebsd.org/changeset/base/299868
Log:
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names.
Reported b
On 15 May, To: src-committ...@freebsd.org wrote:
> On 15 May, To: src-committ...@freebsd.org wrote:
>> Author: truckman
>> Date: Sun May 15 22:06:21 2016
>> New Revision: 299867
>> URL: https://svnweb.freebsd.org/changeset/base/299867
>>
>> Log:
>> Use strlcpy() instead of strncpy() when copying
Author: truckman
Date: Sun May 15 22:31:03 2016
New Revision: 299869
URL: https://svnweb.freebsd.org/changeset/base/299869
Log:
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names.
Reported b
Author: truckman
Date: Mon May 16 00:25:24 2016
New Revision: 299873
URL: https://svnweb.freebsd.org/changeset/base/299873
Log:
Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names.
Use sizeof
Author: truckman
Date: Mon May 16 01:30:32 2016
New Revision: 299879
URL: https://svnweb.freebsd.org/changeset/base/299879
Log:
Likely a false positive ... but make sure that -1 can't be used as an
array index by splitting up a test.
Reported by: Coverity
CID: 603941
MFC aft
Author: truckman
Date: Mon May 16 01:38:24 2016
New Revision: 299880
URL: https://svnweb.freebsd.org/changeset/base/299880
Log:
Since rdata is only used as an argument to the immediately following
call to res_nopt_rdata(), revert r299879 and fix CID 603941 by moving
rdata = &buf[n];
Author: truckman
Date: Mon May 16 04:39:16 2016
New Revision: 299893
URL: https://svnweb.freebsd.org/changeset/base/299893
Log:
Don't free fnamebuf before we calling cfgfile_add(). This changes a
use-after-free error into a minor memory leak.
Reported by: Coverity
CID: 100608
Author: truckman
Date: Mon May 16 04:43:47 2016
New Revision: 299894
URL: https://svnweb.freebsd.org/changeset/base/299894
Log:
pdu_delete(request) frees request, so move the call after
login_new_response(request) to avoid a use-after-free error
Reported by: Coverity
Reviewed by: 1331
On 16 May, To: src-committ...@freebsd.org wrote:
> Author: truckman
> Date: Mon May 16 04:39:16 2016
> New Revision: 299893
> URL: https://svnweb.freebsd.org/changeset/base/299893
>
> Log:
> Don't free fnamebuf before we calling cfgfile_add(). This changes a
> use-after-free error into a mino
On 16 May, To: src-committ...@freebsd.org wrote:
> Author: truckman
> Date: Mon May 16 04:43:47 2016
> New Revision: 299894
> URL: https://svnweb.freebsd.org/changeset/base/299894
>
> Log:
> pdu_delete(request) frees request, so move the call after
> login_new_response(request) to avoid a use-
Author: truckman
Date: Mon May 16 05:17:43 2016
New Revision: 299897
URL: https://svnweb.freebsd.org/changeset/base/299897
Log:
NULL releasedfl after calling deallocate_file_lock() which frees it
to avoid a use-after-free error in the debuglog() call at the top
of the loop.
Reported by:
1 - 100 of 193 matches
Mail list logo