Package: kfreebsd-10 / 10.3~svn300087-5
Metadata
Package | Version | Patches format |
---|---|---|
kfreebsd-10 | 10.3~svn300087-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
R_X86_64_PLT32.diff | (download) |
sys/amd64/amd64/elf_machdep.c |
3 3 + 0 - 0 ! |
[patch] treat r_x86_64_plt32 relocs as r_x86_64_pc32. If we load a binary that is designed to be a library, it produces relocatable code via assembler directives in the assembly itself (rather than compiler options). This emits R_X86_64_PLT32 relocations, which are not handled by the kernel linker. Submitted by: gallatin Reviewed by: kib |
mount_remount.diff | (download) |
sys/kern/vfs_mount.c |
2 1 + 1 - 0 ! |
--- |
divmoddi4.diff | (download) |
sys/conf/files.i386 |
2 2 + 0 - 0 ! |
--- |
userland.diff | (download) |
sys/ia64/include/_types.h |
2 2 + 0 - 0 ! |
--- |
001_misc.diff | (download) |
sys/conf/kern.mk |
9 8 + 1 - 0 ! |
--- |
002_maxpathlen.diff | (download) |
sys/dev/aic7xxx/aicasm/aicasm_scan.l |
4 4 + 0 - 0 ! |
--- |
004_xargs.diff | (download) |
sys/conf/kern.post.mk |
15 8 + 7 - 0 ! |
--- |
107_mount_update.diff | (download) |
sys/kern/vfs_mount.c |
18 18 + 0 - 0 ! |
--- |
109_linprocfs_non_x86.diff | (download) |
sys/conf/options.mips |
3 3 + 0 - 0 ! |
--- |
110_ftbfs.diff | (download) |
sys/cddl/contrib/opensolaris/common/util/strtolctype.h |
79 79 + 0 - 0 ! |
--- |
111_ipsec_nat t.diff | (download) |
sys/netinet/udp.h |
2 1 + 1 - 0 ! |
--- |
firmware_load.diff | (download) |
sys/kern/subr_firmware.c |
149 149 + 0 - 0 ! |
--- |
stack_protector_guard_global.diff | (download) |
sys/conf/kern.mk |
2 1 + 1 - 0 ! |
fix stack protector with a gnu abi toolchain GCC wrongly uses the Linux kernel's per-thread means to access the canary when compiling for a GNU ABI target with the kernel code model, so force it to use the conventional global method. This should be fixed in GCC, at which point this patch can be dropped. |
902_version.diff | (download) |
sys/conf/newvers.sh |
2 1 + 1 - 0 ! |
--- |
904_dev_full.diff | (download) |
sys/dev/null/null.c |
22 22 + 0 - 0 ! |
--- |
906_grow_sysv_ipc_limits.diff | (download) |
sys/amd64/conf/GENERIC |
5 5 + 0 - 0 ! |
--- |
908_linprocfs_is_not_proc.diff | (download) |
sys/compat/linprocfs/linprocfs.c |
4 0 + 4 - 0 ! |
--- |
910_GENERIC_hints.diff | (download) |
sys/amd64/conf/GENERIC.hints |
1 1 + 0 - 0 ! |
--- |
914_psm.diff | (download) |
sys/dev/atkbdc/psm.c |
23 0 + 23 - 0 ! |
--- |
915_ip6.v6only.diff | (download) |
sys/netinet6/in6_proto.c |
4 2 + 2 - 0 ! |
--- |
917_disable_kgssapi.diff | (download) |
sys/modules/Makefile |
2 0 + 2 - 0 ! |
--- |
918_unix_socket_overflow.diff | (download) |
sys/kern/uipc_usrreq.c |
10 10 + 0 - 0 ! |
--- |
919_delete_key.diff | (download) |
sys/dev/kbd/kbdtables.h |
6 3 + 3 - 0 ! |
--- |
920_linux_cflags.diff | (download) |
sys/conf/kern.pre.mk |
2 2 + 0 - 0 ! |
--- |
921_signal_watchdog.diff | (download) |
sys/kern/kern_prot.c |
4 2 + 2 - 0 ! |
--- |
922_cc_version.diff | (download) |
sys/conf/newvers.sh |
2 1 + 1 - 0 ! |
--- |
923_newvers_timestamp.diff | (download) |
sys/conf/newvers.sh |
6 6 + 0 - 0 ! |
use timestamp from debian/changelog Use timestamp from the most recent debian/changelog entry, instead of the exact time of the build. . This helps to make builds repeatable and the output more easily comparable. |
924_module_objdir.diff | (download) |
sys/conf/kern.pre.mk |
2 1 + 1 - 0 ! |
--- |
999_config.diff | (download) |
sys/amd64/conf/GENERIC |
6 3 + 3 - 0 ! |
--- |
aicasm parallel build dependencies.diff | (download) |
sys/modules/aic7xxx/Makefile |
4 2 + 2 - 0 ! |
--- |
date_r.diff | (download) |
sys/conf/newvers.sh |
8 1 + 7 - 0 ! |
avoid ftbfs with source_date_epoch Avoid FTBFS due to incompatibility of `date -r`, when SOURCE_DATE_EPOCH is exported in the environment. |