Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 06:48:27 UTC 2019
Modified Files:
src/sys/compat/linux32/common [pgoyette-compat]: linux32_mod.c
Log Message:
Restore the MD-vs-REQ requirements structure, just in case
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 06:23:26 UTC 2019
Modified Files:
src/sys/compat/linux32/common [pgoyette-compat]: linux32_mod.c
Log Message:
Clean up and reorganize the requirements for compat_linux32 module
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 05:06:43 UTC 2019
Modified Files:
src/sys/compat/linux/common [pgoyette-compat]: linux_exec_elf32.c
Log Message:
Move the definition around to avoid strange compiler error (something
about trying to set a section attr
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 04:52:58 UTC 2019
Modified Files:
src/sys/compat/linux/common [pgoyette-compat]: linux_exec_elf32.c
Log Message:
revert previous, just define the hook here
To generate a diff of this commit:
cvs rdiff -u -r1.94.12.5
Module Name:src
Committed By: msaitoh
Date: Thu Jan 24 04:50:04 UTC 2019
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
No functional change intended:
- Use "do {} while (/*CONSTCOND*/false)" for null DPRINTF().
- Reduce indent level of wm_linkintr_gmii().
To gene
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 04:41:34 UTC 2019
Modified Files:
src/sys/compat/linux/common [pgoyette-compat]: linux_exec_elf32.c
Log Message:
And include the definition
To generate a diff of this commit:
cvs rdiff -u -r1.94.12.4 -r1.94.12.5 \
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 04:37:24 UTC 2019
Modified Files:
src/sys/compat/linux/common [pgoyette-compat]: linux_exec_elf32.c
Log Message:
Make sure we declare the hook variable
To generate a diff of this commit:
cvs rdiff -u -r1.94.12.3 -r1
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 04:32:41 UTC 2019
Modified Files:
src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_sysctl.c
Log Message:
I must be getting tired - use the correct name of the hook
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 04:31:19 UTC 2019
Modified Files:
src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_sysctl.c
Log Message:
I wrote this stuff, when will I ever learn to use MODULE_CALL_HOOK
instead of MODULE_HOOK_CALL ? :)
To gen
Module Name:othersrc
Committed By: lukem
Date: Thu Jan 24 04:27:39 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: fparseln.c
Log Message:
remove obsolete rcsid
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/fpar
Module Name:othersrc
Committed By: lukem
Date: Thu Jan 24 04:25:23 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: glob.c
Log Message:
sync to NetBSD glob.c 1.38
Update from NetBSD src/lib/libc/gen/glob.c 1.34 to 1.38:
- Minimize changes from upstream NetBSD s
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 04:24:52 UTC 2019
Modified Files:
src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_sysctl.c
Log Message:
Use the hook to get the value of machine32
To generate a diff of this commit:
cvs rdiff -u -r1.38.2.2 -r1.3
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 04:16:03 UTC 2019
Modified Files:
src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_exec_elf32.c
Log Message:
Use correct macro name
To generate a diff of this commit:
cvs rdiff -u -r1.40.14.1 -r1.40.14.2 \
sr
Module Name:src
Committed By: cherry
Date: Thu Jan 24 04:16:16 UTC 2019
Modified Files:
src/sys/arch/xen/include/amd64: hypercalls.h
src/sys/arch/xen/include/i386: hypercalls.h
Log Message:
The event_channel_op hypercall uses a newer API since
__XEN_INTERFACE_VERSI
Module Name:src
Committed By: cherry
Date: Thu Jan 24 04:11:38 UTC 2019
Modified Files:
src/sys/arch/xen/include/amd64: hypercalls.h
Log Message:
hvm_op returns a signed value.
The pattern is that a hypercall which returns a value < 0 may imply an
error.
To generate a d
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 04:08:10 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c
src/sys/arch/sparc64/sparc64 [pgoyette-compa
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 03:41:48 UTC 2019
Modified Files:
src/sys/compat/netbsd32 [pgoyette-compat]: netbsd32_exec_elf32.c
netbsd32_sysctl.c
Log Message:
Found a couple other consumers of machine32 - adapt them to use the hook
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 03:27:24 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c
src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c
src/sys/arch/sparc64/sparc64 [pgoyette-compa
Module Name:othersrc
Committed By: lukem
Date: Thu Jan 24 02:57:10 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: fnmatch.c
Log Message:
fnmatch.c: minimise changes from NetBSD src
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 othersrc/libexec/
Module Name:othersrc
Committed By: lukem
Date: Thu Jan 24 02:52:48 UTC 2019
Modified Files:
othersrc/libexec/tnftpd/libnetbsd: ftpfts.h fts_open.c
Log Message:
sync to fts.c 1.49, fts.h 1.19
Update from NetBSD src/lib/libc/gen/fts.c 1.38 to 1.49.
Update from NetBSD src/in
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 02:09:56 UTC 2019
Modified Files:
src/sys/dev/raidframe [pgoyette-compat]: rf_compat80.c
Log Message:
Need sys/module.h here
To generate a diff of this commit:
cvs rdiff -u -r1.2.2.7 -r1.2.2.8 src/sys/dev/raidframe/
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 02:06:35 UTC 2019
Modified Files:
src/sys/dev/raidframe [pgoyette-compat]: rf_compat50.c rf_compat80.c
src/sys/modules/compat_raid_50 [pgoyette-compat]: Makefile
src/sys/modules/compat_raid_80 [pgoyette
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 02:05:16 UTC 2019
Modified Files:
src/sys/compat/linux/common [pgoyette-compat]: linux_mod.c
Log Message:
Reduce the list of required modules to what is really needed
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pgoyette
Date: Thu Jan 24 00:26:32 UTC 2019
Modified Files:
src/sys/arch/amd64/conf [pgoyette-compat]: NOCOMPAT
Log Message:
Disable more COMPAT_xx stuff for the NOCOMPAT config
cvs:
Module Name:src
Committed By: macallan
Date: Wed Jan 23 22:13:01 UTC 2019
Modified Files:
src/sys/arch/iyonix/conf: std.iyonix
src/sys/arch/iyonix/include: pci_machdep.h
src/sys/arch/iyonix/iyonix: iyonix_pci.c
Log Message:
get rid of homegrown pci_conf_hoo
Module Name:src
Committed By: christos
Date: Wed Jan 23 20:46:18 UTC 2019
Modified Files:
src/usr.sbin/rpcbind: util.c
Log Message:
- fix wrong size allocation that triggers buffer overflow
- remove unneeded casts and assertions
XXX: pullup-8
To generate a diff of this c
Module Name:src
Committed By: pgoyette
Date: Wed Jan 23 20:19:47 UTC 2019
Modified Files:
src/sys/dev/raidframe [pgoyette-compat]: rf_compat80.c
Log Message:
Another missing semicolon. gr.
To generate a diff of this commit:
cvs rdiff -u -r1.2.2.5 -r1.2.2.6 src/sys/d
Module Name:src
Committed By: uwe
Date: Wed Jan 23 19:43:49 UTC 2019
Modified Files:
src/lib/libperfuse: libperfuse.3
Log Message:
It's section 3 page, not section 2. While here, xref puffs(3) in the
SEE ALSO section too.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jmcneill
Date: Wed Jan 23 19:02:49 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/drm: drm_cache.c
Log Message:
skip clflush on aarch64, too
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/external/bsd/drm2/drm/drm_
Module Name:src
Committed By: martin
Date: Wed Jan 23 17:36:01 UTC 2019
Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c t_siginfo.c
src/tests/lib/libm: t_fenv.c
Log Message:
There are aarch64 Cortex cpus that do not trap on some floating point
exceptions - so
Module Name:xsrc
Committed By: christos
Date: Wed Jan 23 16:57:01 UTC 2019
Modified Files:
xsrc/external/mit/xorg-server/dist/randr: randrstr.h
xsrc/external/mit/xorgproto/dist/include/X11/extensions: randrproto.h
Log Message:
Avoid dup inconsistent definitions.
Module Name:src
Committed By: dholland
Date: Wed Jan 23 16:22:15 UTC 2019
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Some acronyms related to SIM cards; PR 53901 from Nikolai Lifanov.
To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 src/sha
Module Name:src
Committed By: sborrill
Date: Wed Jan 23 14:52:49 UTC 2019
Modified Files:
src/sys/arch/acorn32/stand/boot32: boot32.c
Log Message:
Don't call OS_ReadSysInfo Platform class call on RISC OS 3
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src
Module Name:src
Committed By: sborrill
Date: Wed Jan 23 14:49:00 UTC 2019
Modified Files:
src/sys/arch/acorn32/stand/lib: riscoscalls.S riscoscalls.h
Log Message:
Add xosmodule_enumeratewithversion() to allow operating systems modules
to be enumerated along with their vers
Module Name:src
Committed By: kamil
Date: Wed Jan 23 13:38:30 UTC 2019
Modified Files:
src/sys/kern: init_main.c
Log Message:
Change the place of initproc initialization
The initproc variable cannot be initialized in start_init as there
is a race between vfs_mountroot and
Module Name:src
Committed By: ryoon
Date: Wed Jan 23 11:15:11 UTC 2019
Modified Files:
src/sys/dev/pci: if_ena.c
Log Message:
Fix no options DEBUG nor DIAGNOSTIC build
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_ena.c
Please note tha
Module Name:src
Committed By: msaitoh
Date: Wed Jan 23 09:47:52 UTC 2019
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
- Move the location of calling setup_eee() in ixgbe_attach(). The previous
location was too early. The new location is before calling
ix
Module Name:src
Committed By: pgoyette
Date: Wed Jan 23 09:33:47 UTC 2019
Modified Files:
src/sys/dev/raidframe [pgoyette-compat]: rf_compat50.c
Log Message:
Ooops, missed a semicolon - add it back
To generate a diff of this commit:
cvs rdiff -u -r1.3.2.7 -r1.3.2.8 src/s
Module Name:src
Committed By: msaitoh
Date: Wed Jan 23 09:01:25 UTC 2019
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Call ixgbe_init_swfw_semaphore(hw) before calling ixgbe_check_wol_support()
because ixgbe_check_wol_support()->ixgbe_check_wol_support()->
39 matches
Mail list logo