Module Name:src
Committed By: pgoyette
Date: Tue Sep 4 11:25:53 UTC 2018
Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_sysv_mod.c
Log Message:
Use correct module names for the aliases.
To generate a diff of this commit:
cvs rdiff -u -r1.4.10.2 -r1.4.10
Module Name:src
Committed By: pgoyette
Date: Tue Sep 4 11:31:12 UTC 2018
Modified Files:
src/sys/kern [pgoyette-compat]: kern_module.c
Log Message:
If loading a built-in module fails, make sure we reset all the stuff
related to its pre-requisite modules. Otherwise if we
Module Name:src
Committed By: pgoyette
Date: Tue Sep 4 11:36:06 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
Put the COMPAT_BSDPTY entry in the proper group (ie, the "done" group).
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: pgoyette
Date: Tue Sep 4 11:48:38 UTC 2018
Modified Files:
src/sys/kern [pgoyette-compat]: kern_module.c
Log Message:
Add some helpful error messages when things fail.
To generate a diff of this commit:
cvs rdiff -u -r1.130.2.14 -r1.130.2.1
Module Name:src
Committed By: pgoyette
Date: Tue Sep 4 11:53:46 UTC 2018
Modified Files:
src/sys/kern [pgoyette-compat]: kern_module.c
Log Message:
Use correct structure member for module's name.
To generate a diff of this commit:
cvs rdiff -u -r1.130.2.15 -r1.130.2.16
Module Name:src
Committed By: maxv
Date: Tue Sep 4 14:31:19 UTC 2018
Modified Files:
src/sys/kern: kern_proc.c sys_module.c
src/sys/secmodel/extensions: secmodel_extensions.c
src/sys/secmodel/suser: secmodel_suser.c
src/sys/sys: kauth.h
Log Message
Module Name:src
Committed By: riastradh
Date: Tue Sep 4 15:08:30 UTC 2018
Modified Files:
src/sys/arch/cobalt/stand/boot: lcd.c
src/sys/arch/ews4800mips/stand/common: lance.c
src/sys/arch/hp300/stand/inst: inst.c
src/sys/arch/hppa/stand/common: lif.
Module Name:src
Committed By: kre
Date: Tue Sep 4 15:16:15 UTC 2018
Modified Files:
src/usr.bin/find: function.c
Log Message:
Inspired by PR pkg/53543
When calculating the length of the args that can be
appended in a "find -exec something {} +"
usage, remember to al
Module Name:src
Committed By: maxv
Date: Tue Sep 4 15:36:02 UTC 2018
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
Fix the "Interfaces" section, I understood wrong. Talk about inference,
because it was not mentioned before, and it plays an important rol
Module Name:src
Committed By: maxv
Date: Tue Sep 4 15:41:09 UTC 2018
Modified Files:
src/doc: TODO.kaslr
Log Message:
more kernel address leaks
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/doc/TODO.kaslr
Please note that diffs are not public domain;
Module Name:src
Committed By: maxv
Date: Tue Sep 4 15:48:44 UTC 2018
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
Use p->p_session instead of ep->e_sess, no real functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/sys/kern/ke
Module Name:src
Committed By: skrll
Date: Tue Sep 4 15:50:25 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: locore.S
Log Message:
Adjust register usage a bit and unbreak DEBUG_MMU as a result.
The change moves to using callee-saved registers more so that any call
Module Name:src
Committed By: maxv
Date: Tue Sep 4 16:03:56 UTC 2018
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
Clear the kernel pointers from kern.proc and kern.proc2 when the user is
not privileged.
To generate a diff of this commit:
cvs rdiff -u -r1.216 -
Module Name:src
Committed By: mrg
Date: Tue Sep 4 18:52:58 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libgcc/arch/aarch64: auto-target.h
src/external/gpl3/gcc/lib/libgcc/arch/alpha: auto-target.h
src/external/gpl3/gcc/lib/libgcc/arch/arm: auto-targe
Module Name:src
Committed By: jmcneill
Date: Tue Sep 4 21:29:54 UTC 2018
Modified Files:
src/sys/stand/efiboot: efinet.c
Log Message:
If the loader is loaded from the network, try to load the kernel from the
same network device.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: christos
Date: Tue Sep 4 22:38:55 UTC 2018
Added Files:
src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h
zlexer.c zparser.c zparser.h
Log Message:
add back the yacc and lex generated files
To generate a dif
Module Name:src
Committed By: mrg
Date: Tue Sep 4 22:57:25 UTC 2018
Modified Files:
src/tools/gcc: mknative-gcc
Log Message:
also pullout INTERNAL_CFLAGS for the libgcc build, where it may have
-DHAVE_CC_TLS defined on the command line. (we already collect all
the other
Module Name:src
Committed By: kre
Date: Tue Sep 4 23:16:30 UTC 2018
Modified Files:
src/bin/sh: jobs.c jobs.h sh.1
Log Message:
Change the way the pipefail option works. Now it is the setting of
the option when a pipeline is created that controls the way the exit
status
Module Name:src
Committed By: mrg
Date: Wed Sep 5 00:22:10 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libgcc/arch/aarch64: defs.mk
src/external/gpl3/gcc/lib/libgcc/arch/alpha: defs.mk
src/external/gpl3/gcc/lib/libgcc/arch/arm: defs.mk
src/ex
Module Name:src
Committed By: mrg
Date: Wed Sep 5 00:51:42 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libgcc: Makefile.inc
Log Message:
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.
this fixes PR#53567 for me.
To generate
Module Name:src
Committed By: mrg
Date: Wed Sep 5 01:20:20 UTC 2018
Modified Files:
src/tools/gcc: mknative-gcc.old
Log Message:
copy across GCC 6.4 mknative-gcc into mknative-gcc.old.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/gcc/mknative-gc
Module Name:src
Committed By: ozaki-r
Date: Wed Sep 5 02:49:41 UTC 2018
Modified Files:
src/sys/net: route.c
Log Message:
route: avoid overwriting rt_free_global.enqueued unexpectedly
rt_free_global.enqueued can be set to true by rt_free during rt_free_work
because rt_fr
Module Name:src
Committed By: ozaki-r
Date: Wed Sep 5 02:49:09 UTC 2018
Modified Files:
src/sys/net: route.c
Log Message:
route: don't take an extra reference of a rtentry for the delayed free mechanism
Because a reference is already taken at that point.
To generate a
Module Name:src
Committed By: eadler
Date: Wed Sep 5 04:01:32 UTC 2018
Modified Files:
src/share/misc: bsd-family-tree
Log Message:
bsd-family-tree: Add NetBSD 7.2; fix 8.0
8.0 was not derived from 7.x.
Also add recent release of 7.2.
Reported by:martin
To generat
Module Name:src
Committed By: mrg
Date: Wed Sep 5 05:03:28 UTC 2018
Modified Files:
src/tools/gcc: gcc-version.mk
Log Message:
remove GCC 5 marker. this is now nb3 20180905.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tools/gcc/gcc-version.mk
Ple
Module Name:src
Committed By: mrg
Date: Wed Sep 5 06:27:07 UTC 2018
Modified Files:
src/external/gpl3/gcc.old/dist/libsanitizer/asan: asan_linux.cc
src/external/gpl3/gcc.old/lib/libgcc: Makefile.inc
src/external/gpl3/gcc.old/lib/libgcc/arch/aarch64: auto-ta
Module Name:src
Committed By: mrg
Date: Wed Sep 5 06:54:30 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
flip all ports to gcc.old GCC 6.4.
To generate a diff of this commit:
cvs rdiff -u -r1.1074 -r1.1075 src/share/mk/bsd.own.mk
Please note that diffs
27 matches
Mail list logo