Module Name:src
Committed By: hikaru
Date: Sat Jul 19 06:12:24 UTC 2014
Modified Files:
src/sys/arch/x86/pci: if_vmx.c
Log Message:
Correct return value handling.
m_defrag(9) is different from OpenBSD one,
it returns new mbuf pointer on success, not zero.
To generate a d
Module Name:src
Committed By: matt
Date: Fri Jul 18 22:54:53 UTC 2014
Modified Files:
src/sys/arch/arm/vfp: vfp_init.c
Log Message:
fix typo reported in PR/48948
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/vfp/vfp_init.c
Please note th
Module Name:src
Committed By: riastradh
Date: Fri Jul 18 19:48:34 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_gpu_error.c
Log Message:
Fix formatting and locking errors.
Format time_t by casting to intmax_t and using PRIdMAX, since we have
no PR
Module Name:src
Committed By: alnsn
Date: Fri Jul 18 19:38:02 UTC 2014
Modified Files:
src/sys/external/bsd/sljit/dist/sljit_src: sljitConfig.h
Log Message:
Disable FPU in kernel space.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/sys/external/
Module Name:src
Committed By: riastradh
Date: Fri Jul 18 19:34:59 UTC 2014
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: i915_cmd_parser.c
Log Message:
Don't cast ptrdiff_t to unsigned long before formatting it with %td.
Noted by Robert Swindells and Patrick We
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 18:17:54 UTC 2014
Modified Files:
src/sys/arch/luna68k/dev: lunafb.c
Log Message:
Use kmem(9) instead of malloc(9).
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/luna68k/dev/lunafb.c
Ple
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 18:03:36 UTC 2014
Modified Files:
src/sys/arch/luna68k/dev: lunafb.c
Log Message:
Use C99 struct initialization for wsdisplay_accessops.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/luna
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 18:02:08 UTC 2014
Modified Files:
src/sys/arch/luna68k/dev: lunaws.c siotty.c
Log Message:
Minor KNF. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/luna68k/dev/lunaws.
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 17:59:12 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
More tweaks to GENERIC.
- reduce maxusers from 32 to 8 as other m68k ports
- make NFS_BOOT_DHCP default rather than NFS_BOOT_BOOTP
(and
Module Name:src
Committed By: snj
Date: Fri Jul 18 17:52:30 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Spell "sequential" correctly. Pointed out by kre in PR misc/49015.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.124 -r1.1.2.125 s
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 17:51:27 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
Shrink GENERIC and enable MODULAR instead.
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/arch/hp300/conf/GENER
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 17:30:52 UTC 2014
Modified Files:
src/sys/arch/luna68k/conf: GENERIC
Log Message:
Enable INET6 (for modern network) and MODULAR, and disable accept filters.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1
Module Name:src
Committed By: maxv
Date: Fri Jul 18 17:24:34 UTC 2014
Modified Files:
src/sys/fs/msdosfs: msdosfs_vfsops.c
Log Message:
Make DPRINTF more understandable, and replace my previous #ifdef DIAGNOSTIC...
To generate a diff of this commit:
cvs rdiff -u -r1.114
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 17:19:36 UTC 2014
Modified Files:
src/sys/arch/news68k/conf: GENERIC
Log Message:
Shrink GENERIC and enable MODULAR instead.
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/news68k/conf/G
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 17:06:13 UTC 2014
Modified Files:
src/sys/arch/x68k/conf: GENERIC
Log Message:
Enable NULLFS and MODULAR, and disable UMAPFS, accf_data and accf_http.
No particular comments on port-x68k@.
To generate a diff of this
Module Name:src
Committed By: maxv
Date: Fri Jul 18 16:25:17 UTC 2014
Modified Files:
src/sys/rump/dev/lib/libnetsmb: netsmb_component.c
Log Message:
Fix the ATF failures caused by my recent smbfs change (smbfs_vfsops.c -r1.103).
ok pooka@
To generate a diff of this com
Module Name:src
Committed By: dholland
Date: Fri Jul 18 16:02:50 UTC 2014
Modified Files:
src/lib/libc/sys: vfork.2
Log Message:
Remove
Users should not depend on the memory sharing semantics of vfork() as
other ways of speeding up the fork process may be develop
Module Name:src
Committed By: prlw1
Date: Fri Jul 18 16:01:08 UTC 2014
Modified Files:
src/sys/arch/i386/conf: DRMKMS
Log Message:
drmkmsbus has gone away
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/conf/DRMKMS
Please note that diffs ar
Module Name:src
Committed By: dholland
Date: Fri Jul 18 15:58:51 UTC 2014
Modified Files:
src/lib/libc/sys: vfork.2
Log Message:
Clarify HISTORY and bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/vfork.2
Please note that diffs
Module Name:src
Committed By: dholland
Date: Fri Jul 18 15:56:44 UTC 2014
Modified Files:
src/lib/libc/sys: vfork.2
Log Message:
fix typo and minor usage issue
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/vfork.2
Please note that diffs
Module Name:src
Committed By: christos
Date: Fri Jul 18 12:39:18 UTC 2014
Modified Files:
src/lib/libc/sys: minherit.2
Log Message:
Document MAP_INHERIT_ZERO.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/sys/minherit.2
Please note that diff
Module Name:src
Committed By: christos
Date: Fri Jul 18 12:36:57 UTC 2014
Modified Files:
src/sys/sys: mman.h
src/sys/uvm: uvm_map.c
Log Message:
Add MAP_INHERIT_ZERO
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/sys/mman.h
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Fri Jul 18 12:36:18 UTC 2014
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
Log Message:
Add t_minherit.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/distrib/sets
Module Name:src
Committed By: christos
Date: Fri Jul 18 12:34:52 UTC 2014
Modified Files:
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_minherit.c
Log Message:
Add new minherit test.
To generate a diff of this commit:
cvs rdiff -u -r1.35
Module Name:src
Committed By: christos
Date: Fri Jul 18 12:19:10 UTC 2014
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
Split out the minherit code into separate functions for readability (allows
us to indent them properly), and merge the new vm_map_entry creation in
Module Name:src
Committed By: njoly
Date: Fri Jul 18 11:14:18 UTC 2014
Modified Files:
src/share/man/man4: asus.4
Log Message:
Add missing end list (El) macro.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/asus.4
Please note that diffs a
26 matches
Mail list logo