Searched hist:1.259 (Results 1 - 25 of 151) sorted by relevance
| /src/sys/netipsec/ | ||
| H A D | key.c | 1.259 Wed Dec 26 08:55:14 GMT 2018 knakahara Remove unnecessary addresses in PF_KEY message. MOBIKE Extensions for PF_KEY draft-schilcher-mobike-pfkey-extension-01.txt says |
| /src/sys/arch/sparc/conf/ | ||
| H A D | GENERIC | 1.259 Mon Feb 05 15:18:11 GMT 2018 maxv branches: 1.259.2; 1.259.4; Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It probably wouldn't have built correctly anyway, since there is no associated defflag. These ten lines of code in ip_input.c already look a lot better. 1.259 Mon Feb 05 15:18:11 GMT 2018 maxv branches: 1.259.2; 1.259.4; Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It probably wouldn't have built correctly anyway, since there is no associated defflag. These ten lines of code in ip_input.c already look a lot better. 1.259 Mon Feb 05 15:18:11 GMT 2018 maxv branches: 1.259.2; 1.259.4; Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It probably wouldn't have built correctly anyway, since there is no associated defflag. These ten lines of code in ip_input.c already look a lot better. |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.259 Tue Aug 21 02:48:16 GMT 2007 kiyohara branches: 1.259.2; 1.259.4; 1.259.6; Add slhci at pcmcia. And reorder. 1.259 Tue Aug 21 02:48:16 GMT 2007 kiyohara branches: 1.259.2; 1.259.4; 1.259.6; Add slhci at pcmcia. And reorder. 1.259 Tue Aug 21 02:48:16 GMT 2007 kiyohara branches: 1.259.2; 1.259.4; 1.259.6; Add slhci at pcmcia. And reorder. 1.259 Tue Aug 21 02:48:16 GMT 2007 kiyohara branches: 1.259.2; 1.259.4; 1.259.6; Add slhci at pcmcia. And reorder. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | cpu.c | 1.259 Sun Jan 24 07:36:54 GMT 2021 mrg branches: 1.259.4; 1.259.6; avoid using 'extern <func|data>;' inside a .c file, but instead use header files and ensure definitions are not duplicated or are technically (if not in codegen) wrong. 1.259 Sun Jan 24 07:36:54 GMT 2021 mrg branches: 1.259.4; 1.259.6; avoid using 'extern <func|data>;' inside a .c file, but instead use header files and ensure definitions are not duplicated or are technically (if not in codegen) wrong. 1.259 Sun Jan 24 07:36:54 GMT 2021 mrg branches: 1.259.4; 1.259.6; avoid using 'extern <func|data>;' inside a .c file, but instead use header files and ensure definitions are not duplicated or are technically (if not in codegen) wrong. |
| H A D | locore.s | 1.259 Thu Jan 13 05:20:27 GMT 2011 mrg branches: 1.259.2; 1.259.4; introduce a hack to workaround the savefpstate IPI get's NULL struct fpstate *. add a new entry point ipi_savefpstate() that is used for this IPI instead of the plain ipi_savefpstate(). check for %o0 being NULL, and if so, just return. add event counters for the savefpstate IPI, and another one for when it detects the NULL problem. make the cpu_info struct xmpsg be aligned to a single cache line. with this change applied (and another minor change in testing) my SS20 with dual SM75's has survived for 17 hours on build.sh -j5, and has reported 7 NULL savefps. (the minor change seems to have a significant effect at reducing this number, but more testing is needed for it.) XXX: this is horrible and we really need to find the real problem XXX: but this should let people use sparc smp again, and fixes XXX: for the real problem can be tested by seeing if any of the XXX: savefp IPI null counter becomes non-zero. 1.259 Thu Jan 13 05:20:27 GMT 2011 mrg branches: 1.259.2; 1.259.4; introduce a hack to workaround the savefpstate IPI get's NULL struct fpstate *. add a new entry point ipi_savefpstate() that is used for this IPI instead of the plain ipi_savefpstate(). check for %o0 being NULL, and if so, just return. add event counters for the savefpstate IPI, and another one for when it detects the NULL problem. make the cpu_info struct xmpsg be aligned to a single cache line. with this change applied (and another minor change in testing) my SS20 with dual SM75's has survived for 17 hours on build.sh -j5, and has reported 7 NULL savefps. (the minor change seems to have a significant effect at reducing this number, but more testing is needed for it.) XXX: this is horrible and we really need to find the real problem XXX: but this should let people use sparc smp again, and fixes XXX: for the real problem can be tested by seeing if any of the XXX: savefp IPI null counter becomes non-zero. 1.259 Thu Jan 13 05:20:27 GMT 2011 mrg branches: 1.259.2; 1.259.4; introduce a hack to workaround the savefpstate IPI get's NULL struct fpstate *. add a new entry point ipi_savefpstate() that is used for this IPI instead of the plain ipi_savefpstate(). check for %o0 being NULL, and if so, just return. add event counters for the savefpstate IPI, and another one for when it detects the NULL problem. make the cpu_info struct xmpsg be aligned to a single cache line. with this change applied (and another minor change in testing) my SS20 with dual SM75's has survived for 17 hours on build.sh -j5, and has reported 7 NULL savefps. (the minor change seems to have a significant effect at reducing this number, but more testing is needed for it.) XXX: this is horrible and we really need to find the real problem XXX: but this should let people use sparc smp again, and fixes XXX: for the real problem can be tested by seeing if any of the XXX: savefp IPI null counter becomes non-zero. |
| H A D | autoconf.c | 1.259 Sun Oct 04 08:15:46 GMT 2015 joerg Panic takes a format string. |
| /src/sys/dev/ | ||
| H A D | vnd.c | 1.259 Sat Mar 25 07:00:33 GMT 2017 pgoyette branches: 1.259.4; 1.259.6; Don't display step-by-step detailed error messages unless DIAGNOSTIC. Among other things, this avoids expected "error messages" when the module is being auto-unloaded while one or more units are still in use. 1.259 Sat Mar 25 07:00:33 GMT 2017 pgoyette branches: 1.259.4; 1.259.6; Don't display step-by-step detailed error messages unless DIAGNOSTIC. Among other things, this avoids expected "error messages" when the module is being auto-unloaded while one or more units are still in use. 1.259 Sat Mar 25 07:00:33 GMT 2017 pgoyette branches: 1.259.4; 1.259.6; Don't display step-by-step detailed error messages unless DIAGNOSTIC. Among other things, this avoids expected "error messages" when the module is being auto-unloaded while one or more units are still in use. |
| /src/sys/kern/ | ||
| H A D | tty.c | 1.259 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.259.2; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. 1.259 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.259.2; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. |
| H A D | vfs_bio.c | 1.259 Mon Feb 01 05:05:43 GMT 2016 riz branches: 1.259.2; Implement the 'io' provider for DTrace. From riastradh@, with fixes from me. 1.259 Mon Feb 01 05:05:43 GMT 2016 riz branches: 1.259.2; Implement the 'io' provider for DTrace. From riastradh@, with fixes from me. |
| H A D | init_sysent.c | 1.259 Wed Feb 01 05:34:41 GMT 2012 dholland Change the syscall API for quotas over to the new non-proplib one. - struct vfs_quotactl_args -> struct quotactl_args - add sys/stdint.h to sys/quotactl.h for clean userland build - install sys/quotactl.h in /usr/include - update set lists for same - add new marshalling code in libquota - add new unmarshalling code in vfs_syscalls.c - discard proplib interpreter code in vfs_quotactl.c - add dispatching code for the 14 quotactl ops in vfs_quotactl.c - mark the proplib quotactl syscall obsolete - add a new syscall number for the new quotactl syscall - change the name of the syscall to __quotactl() - remove the decl of the old quotactl from quota/quotaprop.h - add a decl of the new quotactl to sys/quotactl.h - update the libc build - update ktruss - remove proplib marshalling code from libquota - update copy of syscall table in gdb ppc sources - hack rumphijack to accomodate new quotactl name (as I recall, pooka wanted such a name change to simplify something, but I don't really see what/how) This change appears to require a kernel version bump for rumpish reasons. |
| H A D | syscalls.c | 1.259 Fri Aug 03 11:32:56 GMT 2012 pooka regen |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.259 Wed Mar 10 06:57:22 GMT 2010 mrg branches: 1.259.2; XXX: workaround we'd like to remove when pmap / uvm locking is cleaned up: - rename pseg_get() and pseg_set() to pseg_get_real() and pseg_set_real(). - if USE_LOCKSAFE_PSEG_GETSET is defined, which it current is by default, define pseg_[gs]et() in terms of functions that take a new pseg_lock mutex at IPL_VM while calling into the real functions. this seems to avoid the pseg_set() crashes we've seen: 1 - spare needed, when pseg_get() just worked for this pmap 2 - the 2rd ldxa via ASI_PHYS_CACHED in pseg_set() loads garbage into %o4, and causes the 3rd ldxa to fault 1.259 Wed Mar 10 06:57:22 GMT 2010 mrg branches: 1.259.2; XXX: workaround we'd like to remove when pmap / uvm locking is cleaned up: - rename pseg_get() and pseg_set() to pseg_get_real() and pseg_set_real(). - if USE_LOCKSAFE_PSEG_GETSET is defined, which it current is by default, define pseg_[gs]et() in terms of functions that take a new pseg_lock mutex at IPL_VM while calling into the real functions. this seems to avoid the pseg_set() crashes we've seen: 1 - spare needed, when pseg_get() just worked for this pmap 2 - the 2rd ldxa via ASI_PHYS_CACHED in pseg_set() loads garbage into %o4, and causes the 3rd ldxa to fault |
| /src/sys/dev/acpi/ | ||
| H A D | acpi.c | 1.259 Sat Oct 25 21:00:20 GMT 2014 christos branches: 1.259.2; adjust for newer acpica 1.259 Sat Oct 25 21:00:20 GMT 2014 christos branches: 1.259.2; adjust for newer acpica |
| /src/sys/arch/mips/mips/ | ||
| H A D | mips_machdep.c | 1.259 Mon Mar 24 20:06:32 GMT 2014 christos branches: 1.259.2; use cpu_{g,s}etmodel 1.259 Mon Mar 24 20:06:32 GMT 2014 christos branches: 1.259.2; use cpu_{g,s}etmodel |
| H A D | trap.c | 1.259 Wed Mar 17 11:05:37 GMT 2021 simonb branches: 1.259.2; Handle gas/gcc generating a break/trap 6 for integer overflow and break/trap 7 for integer divide by zero and setting the SIGFPE si_code of FPE_INTOVF or FPE_INTDIV respectively. The break/trap 6/7 seems to have existed since the early days of MIPS but not well documented anywhere. Fixes ATF lib/libc/gen/t_siginfo::sigfpe_int . 1.259 Wed Mar 17 11:05:37 GMT 2021 simonb branches: 1.259.2; Handle gas/gcc generating a break/trap 6 for integer overflow and break/trap 7 for integer divide by zero and setting the SIGFPE si_code of FPE_INTOVF or FPE_INTDIV respectively. The break/trap 6/7 seems to have existed since the early days of MIPS but not well documented anywhere. Fixes ATF lib/libc/gen/t_siginfo::sigfpe_int . |
| /src/usr.bin/make/ | ||
| H A D | compat.c | 1.259 Sat Jun 15 20:02:45 GMT 2024 rillig branches: 1.259.2; make: clean up collection of context information for error messages 1.259 Sat Jun 15 20:02:45 GMT 2024 rillig branches: 1.259.2; make: clean up collection of context information for error messages |
| /src/sys/netinet/ | ||
| H A D | udp_usrreq.c | 1.259 Thu Aug 20 21:21:32 GMT 2020 riastradh branches: 1.259.2; [ozaki-r] Changes to the kernel core for wireguard 1.259 Thu Aug 20 21:21:32 GMT 2020 riastradh branches: 1.259.2; [ozaki-r] Changes to the kernel core for wireguard |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.259 Sun Feb 22 00:53:28 GMT 2015 christos PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.259 Sun Sep 17 00:54:16 GMT 2017 ginsbach Add IFF and IFTTT |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.259 Sun Mar 04 06:01:53 GMT 2007 christos branches: 1.259.2; 1.259.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.259 Sun Mar 04 06:01:53 GMT 2007 christos branches: 1.259.2; 1.259.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 1.259 Sun Mar 04 06:01:53 GMT 2007 christos branches: 1.259.2; 1.259.4; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.259 Thu Oct 29 17:55:09 GMT 2015 christos new tzgetgmtoff |
| /src/lib/libc/sys/ | ||
| H A D | Makefile.inc | 1.259 Sun Mar 09 17:02:56 GMT 2025 martin fix typo |
| /src/distrib/sets/lists/base/ | ||
| H A D | md.sparc64 | 1.259 Fri May 26 13:21:52 GMT 2023 riastradh openssl: Nix build goo for dynamically loaded engines. - Engines are deprecated in openssl 3. - We never actually had the .so engines wired up to be built in openssl 1.1, and judging by the lack of obsolete entries in the set lists, I don't think we ever had them wired up to be built at all. |
| /src/distrib/sets/lists/etc/ | ||
| H A D | mi | 1.259 Sun Sep 15 19:38:08 GMT 2019 brad Add support for legacy ZFS filesystems, specified by mountpoint=legacy in the ZFS properties of the dataset and a simple man page for mount_zfs. With this, it is possible to put ZFS filesystems in /etc/fstab as file system type zfs. Add a rc.d script that kicks the module ZFS load mostly before mountall runs simular to what LVM does. This allows for any legacy mounts to be specified in critical_local_filesystems and allows for ZFS pools on top of cgd (probably among other things). Introduce a rc.conf variable called zfs which needs to be set to YES, in the usual manor of things, to get zvols and ZFS dataset support rather then just assume that 'zfs mount' does that in mountall. Fix a problem in mountall if ZFS is not compiled into the system. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.259 Wed Jun 18 17:08:40 GMT 2008 simonb Add another issue for simonb-wapbl - LOCKDEBUG panic. |
Completed in 352 milliseconds