Searched hist:1.287 (Results 1 - 25 of 127) sorted by relevance
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | machdep.c | 1.287 Fri Nov 04 18:09:14 GMT 2016 macallan branches: 1.287.6; 1.287.8; 1.287.14; 1.287.16; allow BUS_SPACE_MAP_PREFETCHABLE with bus_space_map() as well 1.287 Fri Nov 04 18:09:14 GMT 2016 macallan branches: 1.287.6; 1.287.8; 1.287.14; 1.287.16; allow BUS_SPACE_MAP_PREFETCHABLE with bus_space_map() as well 1.287 Fri Nov 04 18:09:14 GMT 2016 macallan branches: 1.287.6; 1.287.8; 1.287.14; 1.287.16; allow BUS_SPACE_MAP_PREFETCHABLE with bus_space_map() as well 1.287 Fri Nov 04 18:09:14 GMT 2016 macallan branches: 1.287.6; 1.287.8; 1.287.14; 1.287.16; allow BUS_SPACE_MAP_PREFETCHABLE with bus_space_map() as well 1.287 Fri Nov 04 18:09:14 GMT 2016 macallan branches: 1.287.6; 1.287.8; 1.287.14; 1.287.16; allow BUS_SPACE_MAP_PREFETCHABLE with bus_space_map() as well |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.287 Fri Jul 25 08:27:35 GMT 2014 dholland branches: 1.287.2; 1.287.4; Regen for fdiscard and posix_fallocate. 1.287 Fri Jul 25 08:27:35 GMT 2014 dholland branches: 1.287.2; 1.287.4; Regen for fdiscard and posix_fallocate. 1.287 Fri Jul 25 08:27:35 GMT 2014 dholland branches: 1.287.2; 1.287.4; Regen for fdiscard and posix_fallocate. |
| H A D | syscalls.c | 1.287 Thu Jun 18 15:19:50 GMT 2015 pooka regen |
| H A D | kern_exit.c | 1.287 Sat Apr 04 20:20:12 GMT 2020 thorpej branches: 1.287.2; Add support for lazily generating a "global thread ID" for a LWP. This identifier uniquely identifies an LWP across the entire system, and will be used in future improvements in user-space synchronization primitives. (Test disabled and libc stub not included intentionally so as to avoid multiple libc version bumps.) 1.287 Sat Apr 04 20:20:12 GMT 2020 thorpej branches: 1.287.2; Add support for lazily generating a "global thread ID" for a LWP. This identifier uniquely identifies an LWP across the entire system, and will be used in future improvements in user-space synchronization primitives. (Test disabled and libc stub not included intentionally so as to avoid multiple libc version bumps.) |
| H A D | syscalls.master | 1.287 Fri Dec 08 01:19:29 GMT 2017 christos make _lwp_park return the remaining time to sleep in the "ts" argument if it is a relative timestamp, as discussed in tech-kern. XXX: pullup-8 |
| /src/share/misc/ | ||
| H A D | acronyms | 1.287 Fri Jul 26 14:38:26 GMT 2019 sevan branches: 1.287.2; TTTR 1.287 Fri Jul 26 14:38:26 GMT 2019 sevan branches: 1.287.2; TTTR |
| /src/ | ||
| H A D | build.sh | 1.287 Sun Aug 03 09:22:29 GMT 2014 apb BUILDINFO part 4: build.sh Add BUILDINFO to the list of variables saved in the makewrapper script, and print any non-blank BUILDINFO lines near the beginning of the output from build.sh. Index: build.sh |
| /src/sys/arch/i386/i386/ | ||
| H A D | trap.c | 1.287 Sat Mar 18 13:39:23 GMT 2017 maxv branches: 1.287.6; Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even if the sdm is far from being clear, it appears that iret can trigger an #SS fault if %ss points to a writable but non-present segment; in which case the kernel would panic, thinking the fault was internal to it. In particular, userland can create a broken segment in the ldt with USER_LDT, update its %ss with setcontext and trigger the panic. I don't think amd64 is affected since USER_LDT does not exist there, and the changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety. 1.287 Sat Mar 18 13:39:23 GMT 2017 maxv branches: 1.287.6; Mmh, allow iret to be handled when an #SS fault (T_STKFLT) happens. Even if the sdm is far from being clear, it appears that iret can trigger an #SS fault if %ss points to a writable but non-present segment; in which case the kernel would panic, thinking the fault was internal to it. In particular, userland can create a broken segment in the ldt with USER_LDT, update its %ss with setcontext and trigger the panic. I don't think amd64 is affected since USER_LDT does not exist there, and the changes on tf_ss seem correct - but I'm still adding T_STKFLT for safety. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.287 Mon May 22 07:20:18 GMT 2006 mrg branches: 1.287.2; add NULLFS and re(4) (both tested.) 1.287 Mon May 22 07:20:18 GMT 2006 mrg branches: 1.287.2; add NULLFS and re(4) (both tested.) |
| /src/distrib/sets/lists/base/ | ||
| H A D | md.amd64 | 1.287 Sun Jan 09 18:11:09 GMT 2022 martin branches: 1.287.2; First try (certainly wrong for many builds) to add sysinst catalog files. 1.287 Sun Jan 09 18:11:09 GMT 2022 martin branches: 1.287.2; First try (certainly wrong for many builds) to add sysinst catalog files. |
| /src/sys/dev/ | ||
| H A D | vnd.c | 1.287 Sun Sep 04 21:56:38 GMT 2022 mlelstv branches: 1.287.4; revert 1.281 VNDIOCLR requires write access to unconfigure a unit, even when the unit is read-only. 1.287 Sun Sep 04 21:56:38 GMT 2022 mlelstv branches: 1.287.4; revert 1.281 VNDIOCLR requires write access to unconfigure a unit, even when the unit is read-only. |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.287 Tue Dec 19 19:40:03 GMT 2017 kamil Drop SYS_vadvise The (o)vadvise syscall is dummy since the beginning of NetBSD. It is an obsolete remnant from the old UNIX. Sponsored by <The NetBSD Foundation> |
| H A D | syscall.h | 1.287 Mon Nov 30 23:28:31 GMT 2015 pgoyette Finish the regen - some of the files from sys/kern got committed accidentally with the fix to makesyscalls.sh - sorry about that. |
| H A D | systm.h | 1.287 Thu Oct 10 13:45:14 GMT 2019 maxv Add KASAN instrumentation on ucas and ufetch. |
| H A D | vnode.h | 1.287 Thu Jan 23 10:21:14 GMT 2020 ad PAX_SEGVGUARD doesn't seem to work properly in testing for me, but at least make it not cause problems: - Cover it with exec_lock so the updates are not racy. - Using fileassoc is silly. Just hang a pointer off the vnode. |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.287 Thu Jun 24 13:03:19 GMT 2010 hannken branches: 1.287.2; 1.287.4; Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument. Welcome to 5.99.32. Discussed on tech-kern. 1.287 Thu Jun 24 13:03:19 GMT 2010 hannken branches: 1.287.2; 1.287.4; Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument. Welcome to 5.99.32. Discussed on tech-kern. 1.287 Thu Jun 24 13:03:19 GMT 2010 hannken branches: 1.287.2; 1.287.4; Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument. Welcome to 5.99.32. Discussed on tech-kern. |
| /src/sys/netinet/ | ||
| H A D | tcp_input.c | 1.287 Mon Apr 28 20:24:09 GMT 2008 martin branches: 1.287.2; 1.287.4; Remove clause 3 and 4 from TNF licenses 1.287 Mon Apr 28 20:24:09 GMT 2008 martin branches: 1.287.2; 1.287.4; Remove clause 3 and 4 from TNF licenses 1.287 Mon Apr 28 20:24:09 GMT 2008 martin branches: 1.287.2; 1.287.4; Remove clause 3 and 4 from TNF licenses |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.287 Fri May 15 14:57:33 GMT 2020 joerg Bump libc minor version for malloc lock change |
| /src/doc/ | ||
| H A D | BRANCHES | 1.287 Thu Feb 11 05:29:01 GMT 2010 uebayasi uebayasi-xip: Add some directories. |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.287 Wed May 25 10:18:28 GMT 2022 nia mk: Allow building base without the MBONE applications by setting MKMBONE=no in mk.conf |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.291 Thu Apr 22 10:14:58 GMT 2004 pk Mostly undo rev. 1.287: for modified pages a table walk must be forced on the next write access to get the modified bit set in the PTE and that won't happen if it hits the cache. 1.287 Mon Apr 12 00:52:42 GMT 2004 pk pv_syncflags4m: no need to flush the cache. If the page is still mapped, its ref/mod status may change at any moment anyway. If a definitive status is required the UVM code will unmap the page first. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.287 Sat Jan 03 03:43:22 GMT 2009 yamt branches: 1.287.2; remove extra semicolons. 1.287 Sat Jan 03 03:43:22 GMT 2009 yamt branches: 1.287.2; remove extra semicolons. |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.287 Sat May 06 15:46:48 GMT 2006 jmcneill branches: 1.287.2; Add SpeedStep SMI support for Intel PIIX4 based Pentium III processors. 1.287 Sat May 06 15:46:48 GMT 2006 jmcneill branches: 1.287.2; Add SpeedStep SMI support for Intel PIIX4 based Pentium III processors. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | pmap.c | 1.295 Mon Jul 05 10:00:22 GMT 2021 thorpej Fix a bug introduced in pmap.c,v 1.287 where, when creating the PTE in pmap_enter(), we would erroneously disregard MOD/REF attributes already present on the page, thus causing FOW/FOR to be set incorrectly. Normally this is not a big problem (an extra page fault will be taken to resolve it), but if you access the mapping in interrupt context (such as during IDE PIO, for example), a KASSERT can fire due to acquiring an rwlock in interrupt context while servicing that fault. Reported and bisected-to-commit by rin@. 1.287 Sun May 30 06:41:19 GMT 2021 thorpej Store the modified / referenced attribute bits in the lower 2 bits of the PV entry list pointer in struct vm_page_md. This reduces the size of that structure from 16 bytes to 8, and will go a fair way to making up for increasing the size of struct pv_entry in a future commit. |
| /src/sys/dev/scsipi/ | ||
| H A D | cd.c | 1.287 Wed Jan 21 17:16:12 GMT 2009 cegger branches: 1.287.2; buildfix: re-adapt to major()/minor() returning a 32bit value. 1.287 Wed Jan 21 17:16:12 GMT 2009 cegger branches: 1.287.2; buildfix: re-adapt to major()/minor() returning a 32bit value. |
Completed in 314 milliseconds