Searched hist:1.347 (Results 1 - 25 of 78) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.347 Sun Apr 25 22:29:22 GMT 2021 christos branches: 1.347.2; Add mipsn64e[bl] targets which use 64 bit binaries instead of n32 ones. 1.347 Sun Apr 25 22:29:22 GMT 2021 christos branches: 1.347.2; Add mipsn64e[bl] targets which use 64 bit binaries instead of n32 ones. |
| H A D | UPDATING | 1.347 Thu Apr 11 06:20:29 GMT 2024 nia UPDATING: note new sets |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.347 Sat Jun 02 19:28:39 GMT 2018 sevan branches: 1.347.2; Enabled IPsec & ipsecif(4) support by default. ok macallan 1.347 Sat Jun 02 19:28:39 GMT 2018 sevan branches: 1.347.2; Enabled IPsec & ipsecif(4) support by default. ok macallan |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.347 Sat Oct 22 21:00:40 GMT 2011 mrg branches: 1.347.2; 1.347.6; add a comment to sp_tlb_flush() about fixing the asm() better. 1.347 Sat Oct 22 21:00:40 GMT 2011 mrg branches: 1.347.2; 1.347.6; add a comment to sp_tlb_flush() about fixing the asm() better. 1.347 Sat Oct 22 21:00:40 GMT 2011 mrg branches: 1.347.2; 1.347.6; add a comment to sp_tlb_flush() about fixing the asm() better. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.347 Sun Jan 27 10:27:18 GMT 2019 pgoyette Note that [pgoyette-compat] has been merged. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.347 Wed Jun 01 02:22:18 GMT 2011 rmind branches: 1.347.2; Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages. OK mrg@ 1.347 Wed Jun 01 02:22:18 GMT 2011 rmind branches: 1.347.2; Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages. OK mrg@ |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.347 Mon Sep 19 23:37:10 GMT 2016 jdolecek branches: 1.347.2; fix mistake fallthrough in the ioctl switch introduced in previous commit 1.347 Mon Sep 19 23:37:10 GMT 2016 jdolecek branches: 1.347.2; fix mistake fallthrough in the ioctl switch introduced in previous commit |
| /src/usr.bin/make/unit-tests/ | ||
| H A D | Makefile | 1.347 Sat Jun 01 15:54:40 GMT 2024 sjg branches: 1.347.2; Run check-expect.lua in .CURDIR 1.347 Sat Jun 01 15:54:40 GMT 2024 sjg branches: 1.347.2; Run check-expect.lua in .CURDIR |
| /src/sys/netinet/ | ||
| H A D | ip_input.c | 1.347 Mon Dec 12 03:55:57 GMT 2016 ozaki-r branches: 1.347.2; Make the routing table and rtcaches MP-safe See the following descriptions for details. Proposed on tech-kern and tech-net Overview 1.347 Mon Dec 12 03:55:57 GMT 2016 ozaki-r branches: 1.347.2; Make the routing table and rtcaches MP-safe See the following descriptions for details. Proposed on tech-kern and tech-net Overview |
| H A D | tcp_input.c | 1.347 Fri Jun 10 13:31:44 GMT 2016 ozaki-r branches: 1.347.2; Avoid storing a pointer of an interface in a mbuf Having a pointer of an interface in a mbuf isn't safe if we remove big kernel locks; an interface object (ifnet) can be destroyed anytime in any packet processing and accessing such object via a pointer is racy. Instead we have to get an object from the interface collection (ifindex2ifnet) via an interface index (if_index) that is stored to a mbuf instead of an pointer. The change provides two APIs: m_{get,put}_rcvif_psref that use psref(9) for sleep-able critical sections and m_{get,put}_rcvif that use pserialize(9) for other critical sections. The change also adds another API called m_get_rcvif_NOMPSAFE, that is NOT MP-safe and for transition moratorium, i.e., it is intended to be used for places where are not planned to be MP-ified soon. The change adds some overhead due to psref to performance sensitive paths, however the overhead is not serious, 2% down at worst. Proposed on tech-kern and tech-net. 1.347 Fri Jun 10 13:31:44 GMT 2016 ozaki-r branches: 1.347.2; Avoid storing a pointer of an interface in a mbuf Having a pointer of an interface in a mbuf isn't safe if we remove big kernel locks; an interface object (ifnet) can be destroyed anytime in any packet processing and accessing such object via a pointer is racy. Instead we have to get an object from the interface collection (ifindex2ifnet) via an interface index (if_index) that is stored to a mbuf instead of an pointer. The change provides two APIs: m_{get,put}_rcvif_psref that use psref(9) for sleep-able critical sections and m_{get,put}_rcvif that use pserialize(9) for other critical sections. The change also adds another API called m_get_rcvif_NOMPSAFE, that is NOT MP-safe and for transition moratorium, i.e., it is intended to be used for places where are not planned to be MP-ified soon. The change adds some overhead due to psref to performance sensitive paths, however the overhead is not serious, 2% down at worst. Proposed on tech-kern and tech-net. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.347 Fri Mar 01 18:25:28 GMT 2013 joerg Retire OSI network stack. OK core@ |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.347 Wed Jul 14 03:19:24 GMT 2021 ozaki-r Rump-ify ALTQ (librumpnet_altq.so) |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.347 Fri Aug 02 17:25:39 GMT 2024 christos bump libblocklist |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.347 Tue Mar 14 19:04:17 GMT 2023 fcambus Add SPIR (standard portable intermediate representation). |
| /src/share/mk/ | ||
| H A D | bsd.prog.mk | 1.347 Wed Oct 11 14:08:26 GMT 2023 riastradh heimdal: No need for -lm, was only added for -lsqlite3. PR lib/57406 XXX pullup-10 |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.347 Sat Oct 11 13:58:57 GMT 2025 mlelstv Make probe command silent. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.347 Thu Mar 27 19:11:05 GMT 2008 ad branches: 1.347.2; Add code for dynamically allocated mutexes, as posted on tech-kern. 1.347 Thu Mar 27 19:11:05 GMT 2008 ad branches: 1.347.2; Add code for dynamically allocated mutexes, as posted on tech-kern. |
| H A D | kern_sig.c | 1.347 Sun May 20 04:00:35 GMT 2018 kamil Make stopsigmask a non-static symbol now as it's used in ptrace(2) code This is a missing part of the previous commit. While there fix a typo in a newly added comment in the ptrace(2) code. Sponsored by <The NetBSD Foundation> |
| H A D | kern_synch.c | 1.347 Sun Apr 19 20:35:29 GMT 2020 ad Set LW_SINTR earlier so it doesn't pose a problem for doing interruptable waits with turnstiles (not currently done). |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.347 Wed Mar 01 10:42:45 GMT 2017 hannken Remove now redundant calls to fstrans_start()/fstrans_done(). |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.347 Thu Oct 15 06:15:48 GMT 2015 dholland Move stuff from struct ulfsmount to struct lfs. |
| H A D | lfs_vnops.c | 1.347 Mon Nov 03 22:21:12 GMT 2025 perseant Be more careful about only setting IN_CLEANING in lfs_setclean() and clearing it in lfs_clrclean(). Prevents a crash from re-removing an entry from the lfs_cleanhd TAILQ. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.347 Fri May 19 15:30:19 GMT 2017 chs make MAP_FIXED mapping operations atomic. fixes PR 52239. previously, unmapping any entries being replaced was done separately from entering the new mapping, which allowed another thread doing a non-MAP_FIXED mapping to allocate the range out from under the MAP_FIXED thread. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.347 Wed Jan 23 21:03:25 GMT 2013 martin Fix sparc64_ipi_ccall by adding proper trap setup. Fixes xcall(9) problems, as exposed by pserialize(9). Noticed by J. Hannken-Illjes, cause pointed out by Takeshi Nakayama. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.347 Fri Oct 19 11:59:37 GMT 2007 ad machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h |
Completed in 555 milliseconds