Module Name:src
Committed By: christos
Date: Sun Dec 17 04:35:21 UTC 2017
Modified Files:
src/sys/kern: sys_ptrace_common.c
Log Message:
untangle the mess:
- factor out common code
- break each ptrace subcall to its own sub-function
... more to come ...
To generate a dif
Module Name:src
Committed By: kre
Date: Sun Dec 17 04:06:03 UTC 2017
Modified Files:
src/bin/sh: arith_token.c
Log Message:
Do a better job of reporting invalid numeric constants in arithmetic exprs.
For example, given $(( 08 + 1 )) (or similar) instead of reporting
"expe
Module Name:src
Committed By: christos
Date: Sat Dec 16 23:08:40 UTC 2017
Modified Files:
src/usr.sbin/makefs: ffs.c
Log Message:
PR/52828: Mark Johnston: makefs UFS2 lazy inode initialization is buggy
makefs(8) emulates UFS2 in performing lazy initialization of inode
blo
Module Name:src
Committed By: jmcneill
Date: Sat Dec 16 21:28:19 UTC 2017
Modified Files:
src/distrib/utils/embedded/files: armv7_boot.cmd
Log Message:
Use fb console by default on Pinebook
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/utils/emb
Module Name:src
Committed By: pgoyette
Date: Sat Dec 16 21:13:07 UTC 2017
Modified Files:
src/share/man/man9: module.9
Log Message:
Explicitly note that the required argument to the MODULE() macro is
a quoted string, or NULL.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Sat Dec 16 20:44:54 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: SUNXI
Log Message:
re-enable seeprom(4), my A10 board seems happy with it again
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/
Module Name:src
Committed By: jmcneill
Date: Sat Dec 16 20:04:38 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: sunxi_timer.c
Log Message:
Use Timer 2 instead of the 64-bit counter as a timecounter so we can use it
in MP configurations. Should be faster as well since we
Module Name:src
Committed By: christos
Date: Sat Dec 16 18:42:22 UTC 2017
Modified Files:
src/sys/kern: kern_stub.c
Log Message:
Fix the build: XXX this might^Wwill break module autoloading...
It is the general issue about symbol replacement during module loading and
unloa
Module Name:src
Committed By: christos
Date: Sat Dec 16 18:31:36 UTC 2017
Modified Files:
src/lib/libc/sys: sched.c
Log Message:
PR/52826: Onno van der Linden: Return PRI_NONE for sched_get_priority_m{in,ax}
and SCHED_OTHER.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: jmcneill
Date: Sat Dec 16 16:41:18 UTC 2017
Modified Files:
src/sys/dev/fdt: cpufreq_dt.c
Log Message:
Support cpu nodes without a cpu-supply property.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/cpufreq_dt.c
Module Name:src
Committed By: jmcneill
Date: Sat Dec 16 16:40:33 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: sun4i_a10_ccu.c
Log Message:
Add PLL1 table entry for 624 MHz
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/sunxi/sun4i_a10_cc
Module Name:src
Committed By: nat
Date: Sat Dec 16 16:09:36 UTC 2017
Modified Files:
src/sys/dev: auconv.c auconv.h
Log Message:
Replace LINEARN_TO_LINEARN macro with individual optimized functions for
8, 16, 24 and 32 bits linear to linear conversions.
Addresses PR kern/
Module Name:src
Committed By: nat
Date: Sat Dec 16 16:04:20 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Convert double block size of data though the play back filters. This is
primarily for when audio mixing is disabled to stop inserting silence when
there
Module Name:src
Committed By: nat
Date: Sat Dec 16 15:58:56 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Allow the hwvc block size to be set to any amount with audio mixing
disabled.
To generate a diff of this commit:
cvs rdiff -u -r1.443 -r1.444 src/sys/de
Module Name:src
Committed By: nat
Date: Sat Dec 16 15:56:00 UTC 2017
Modified Files:
src/sys/dev: audio.c
Log Message:
Only init the mix ring if sc_usemixer is enabled as with mixing set to
false the mix ring is not used.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Sat Dec 16 14:45:25 UTC 2017
Modified Files:
src/tests/lib/libc/sys: t_ptrace_wait.c t_ptrace_x86_wait.h
Log Message:
Add expected failures.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libc/sys/
Module Name:src
Committed By: pgoyette
Date: Sat Dec 16 12:40:30 UTC 2017
Modified Files:
src/share/man/man9: module.9
Log Message:
Document the arguments to the MODULE() macro
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/share/man/man9/module.9
Ple
Module Name:src
Committed By: maxv
Date: Sat Dec 16 10:15:12 UTC 2017
Modified Files:
src/sys/compat/common: Makefile
src/sys/kern: files.kern
Log Message:
compat_util.c must be compiled by default in the kernel. It is needed by
generic non-compat code, so it must
Module Name:src
Committed By: maxv
Date: Sat Dec 16 09:34:18 UTC 2017
Modified Files:
src/sys/conf: files
Log Message:
Fix the linux dependency. It does not depend on COMPAT_16, it just wants
the compat functions (not really controlled by COMPAT_NETBSD, but for the
princip
Module Name:src
Committed By: pgoyette
Date: Sat Dec 16 09:20:29 UTC 2017
Modified Files:
src/sys/rump/dev/lib/libpad: Makefile
Added Files:
src/sys/rump/dev/lib/libpad: PAD.ioconf
Log Message:
Now that the pad module has an ioconf file, we need to provide one for
Module Name:src
Committed By: maxv
Date: Sat Dec 16 09:10:30 UTC 2017
Modified Files:
src/sys/compat/common: rtsock_50.c rtsock_70.c
Log Message:
Build these functions regardless of whether COMPAT_50 or COMPAT_70 are
enabled. They must be there, because they are needed in
Module Name:src
Committed By: maxv
Date: Sat Dec 16 08:31:36 UTC 2017
Modified Files:
src/sys/compat/common: Makefile.inc
Log Message:
Build libcompat as an object, not as a library. We want all of its
functions compiled in, because compat modules loaded from the filesyste
Module Name:src
Committed By: mrg
Date: Sat Dec 16 08:01:34 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
- add entries for: httpd, lpr, midirecord, and pigz to me
- split toolchain into gcc/binutils/gdb and match reality
- add skrll to usb
- remove XFree86, m
23 matches
Mail list logo