Searched hist:1.335 (Results 1 - 25 of 84) sorted by relevance
| /src/doc/ | ||
| H A D | BRANCHES | 1.335 Wed Nov 11 06:53:36 GMT 2015 snj branches: 1.335.2; add an entry for netbsd-7-0 1.335 Wed Nov 11 06:53:36 GMT 2015 snj branches: 1.335.2; add an entry for netbsd-7-0 |
| /src/sys/dev/ | ||
| H A D | ld.c | 1.96 Mon Sep 19 23:32:30 GMT 2016 jdolecek fix DIOCCACHESYNC ioctl on ld(4) and raid(4) to work again; it got broken when the code was switched over to dk_ioctl() - countrary to disk_ioctl(), dk_ioctl() returns ENOTTY for ioctls it doesn't support, so must be called as last resort, not first bug was introduced in rev 1.83 (2015-05-02) for ld(4), and 1.335 (2016-01-03) for raid(4) |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.335 Thu Apr 10 06:53:12 GMT 2008 dyoung branches: 1.335.2; 1.335.4; 1.335.6; Commit straggler: elansc now attaches to something that provides the 'pcibus' interface instead of the 'pci' interface. 1.335 Thu Apr 10 06:53:12 GMT 2008 dyoung branches: 1.335.2; 1.335.4; 1.335.6; Commit straggler: elansc now attaches to something that provides the 'pcibus' interface instead of the 'pci' interface. 1.335 Thu Apr 10 06:53:12 GMT 2008 dyoung branches: 1.335.2; 1.335.4; 1.335.6; Commit straggler: elansc now attaches to something that provides the 'pcibus' interface instead of the 'pci' interface. 1.335 Thu Apr 10 06:53:12 GMT 2008 dyoung branches: 1.335.2; 1.335.4; 1.335.6; Commit straggler: elansc now attaches to something that provides the 'pcibus' interface instead of the 'pci' interface. |
| H A D | INSTALL | 1.335 Tue Dec 11 16:52:49 GMT 2018 maya revert previous, nouveau apparently works for some people. |
| /src/ | ||
| H A D | build.sh | 1.335 Mon May 18 21:19:34 GMT 2020 jmcneill Separate devicetree .dts -> .dtb building from kernel builds. They are now part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This defaults to yes for earmv[67]* and aarch64, and no everywhere else. |
| H A D | Makefile | 1.335 Sun Aug 21 07:10:03 GMT 2022 lukem branches: 1.335.2; Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC Remove support for building extsrc/: 1. Makefile: remove do-extsrc target. 2. build.sh: remove options -y and -Y extsrcdir. 3. distrib/sets: remove support for extsrc in various tools including the options -L ext and -y, and the extsrc sets. 4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc) 5. bsd.own.mk and various Makefiles: remove support for extsrc/, EXTSRCSRCDIR, MKEXTSRC. As proposed on tech-kern and tech-userlevel on 2022-01-07 and followed up on 2022-08-21. 1.335 Sun Aug 21 07:10:03 GMT 2022 lukem branches: 1.335.2; Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC Remove support for building extsrc/: 1. Makefile: remove do-extsrc target. 2. build.sh: remove options -y and -Y extsrcdir. 3. distrib/sets: remove support for extsrc in various tools including the options -L ext and -y, and the extsrc sets. 4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc) 5. bsd.own.mk and various Makefiles: remove support for extsrc/, EXTSRCSRCDIR, MKEXTSRC. As proposed on tech-kern and tech-userlevel on 2022-01-07 and followed up on 2022-08-21. |
| H A D | UPDATING | 1.335 Thu Nov 17 06:40:38 GMT 2022 chs Restore backward compatibility of UFS2 with previous NetBSD releases by disabling support in UFS2 for extended attributes (including ACLs). Add a new variant of UFS2 called "UFS2ea" that does support extended attributes. Add new fsck_ffs operations "-c ea" and "-c no-ea" to convert file systems from UFS2 to UFS2ea and vice-versa (both of which delete all existing extended attributes in the process). |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.335 Sun Aug 28 10:26:37 GMT 2022 mlelstv branches: 1.335.4; Don't fetch data beyond end of inquiry buffer, which, here, is not NUL-terminated. Reduce target buffer to needed size (product name + NUL terminator). 1.335 Sun Aug 28 10:26:37 GMT 2022 mlelstv branches: 1.335.4; Don't fetch data beyond end of inquiry buffer, which, here, is not NUL-terminated. Reduce target buffer to needed size (product name + NUL terminator). |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.335 Thu Nov 16 01:32:48 GMT 2006 christos branches: 1.335.2; 1.335.4; __unused removal on arguments; approved by core. 1.335 Thu Nov 16 01:32:48 GMT 2006 christos branches: 1.335.2; 1.335.4; __unused removal on arguments; approved by core. 1.335 Thu Nov 16 01:32:48 GMT 2006 christos branches: 1.335.2; 1.335.4; __unused removal on arguments; approved by core. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.335 Sun Jun 12 03:35:37 GMT 2011 rmind branches: 1.335.2; 1.335.6; Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock. - Simplify locking in some pmap(9) modules by removing P->V locking. - Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs). - Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns. - Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues. Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch. 1.335 Sun Jun 12 03:35:37 GMT 2011 rmind branches: 1.335.2; 1.335.6; Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock. - Simplify locking in some pmap(9) modules by removing P->V locking. - Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs). - Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns. - Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues. Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch. 1.335 Sun Jun 12 03:35:37 GMT 2011 rmind branches: 1.335.2; 1.335.6; Welcome to 5.99.53! Merge rmind-uvmplock branch: - Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock. - Simplify locking in some pmap(9) modules by removing P->V locking. - Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs). - Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns. - Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues. Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.335 Sat Dec 11 18:18:09 GMT 2010 matt branches: 1.335.2; 1.335.4; arcmsr needs sysmon_envsys 1.335 Sat Dec 11 18:18:09 GMT 2010 matt branches: 1.335.2; 1.335.4; arcmsr needs sysmon_envsys 1.335 Sat Dec 11 18:18:09 GMT 2010 matt branches: 1.335.2; 1.335.4; arcmsr needs sysmon_envsys |
| H A D | if_bge.c | 1.335 Tue Jul 09 08:46:58 GMT 2019 msaitoh branches: 1.335.2; Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in vlan_config() to make it user-controllable. Instead, set the bit in xxx_attach(). 1.335 Tue Jul 09 08:46:58 GMT 2019 msaitoh branches: 1.335.2; Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in vlan_config() to make it user-controllable. Instead, set the bit in xxx_attach(). |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.335 Thu Jun 11 03:45:30 GMT 2020 dholland Regen with new makesyscalls. (the large diff of rump_syscalls.h has been checked and was the point of the makesyscalls change) |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.335 Wed Jul 24 16:36:47 GMT 2019 bouyer branches: 1.335.2; Remove XENPV-specific %ss/%cs handling, it doens't seem to be needed with newer hypervisors (tested with 4.6 and 4.11) 1.335 Wed Jul 24 16:36:47 GMT 2019 bouyer branches: 1.335.2; Remove XENPV-specific %ss/%cs handling, it doens't seem to be needed with newer hypervisors (tested with 4.6 and 4.11) |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.335 Thu Jul 14 15:51:41 GMT 2016 skrll branches: 1.335.2; Adapt this to the recent sys/uvm/pmap/pmap_tlb.c changes. MP kernels now don't trigger KASSERTs 1.335 Thu Jul 14 15:51:41 GMT 2016 skrll branches: 1.335.2; Adapt this to the recent sys/uvm/pmap/pmap_tlb.c changes. MP kernels now don't trigger KASSERTs |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.335 Tue Aug 05 15:25:20 GMT 2014 apb branches: 1.335.2; Provide and document GZIP_N_FLAG and TOOL_GZIP_N. These may be used to pass "-nT" instead of just "-n" when the gzip program is actually pigz. 1.335 Tue Aug 05 15:25:20 GMT 2014 apb branches: 1.335.2; Provide and document GZIP_N_FLAG and TOOL_GZIP_N. These may be used to pass "-nT" instead of just "-n" when the gzip program is actually pigz. |
| H A D | bsd.prog.mk | 1.335 Mon Nov 09 16:15:05 GMT 2020 christos - make the CTFCONVERT command lines consistent and concise by putting all the implementation stuff in a variable CTFCONVERT_RUN - introduce an OBJECT_TARGET variable that contains the output object file - when we need to run ctfconvert, go through an intermediate ${.TARGET}.o file, instead of writing directly to ${.TARGET} and then overwriting ${.TARGET} with ctfconvert. This avoids build failures after a build got interrupted (the "partially built from C" scourge). |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.346 Mon Sep 19 23:32:30 GMT 2016 jdolecek fix DIOCCACHESYNC ioctl on ld(4) and raid(4) to work again; it got broken when the code was switched over to dk_ioctl() - countrary to disk_ioctl(), dk_ioctl() returns ENOTTY for ioctls it doesn't support, so must be called as last resort, not first bug was introduced in rev 1.83 (2015-05-02) for ld(4), and 1.335 (2016-01-03) for raid(4) 1.335 Sun Jan 03 08:17:24 GMT 2016 mlelstv refactor driver to use common code in dksubr. |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.335 Mon Feb 08 19:02:30 GMT 2010 joerg branches: 1.335.2; Remove separate mb_map. The nmbclusters is computed at boot time based on the amount of physical memory and limited by NMBCLUSTERS if present. Architectures without direct mapping also limit it based on the kmem_map size, which is used as backing store. On i386 and ARM, the maximum KVA used for mbuf clusters is limited to 64MB by default. The old default limits and limits based on GATEWAY have been removed. key_registered_sb_max is hard-wired to a value derived from 2048 clusters. 1.335 Mon Feb 08 19:02:30 GMT 2010 joerg branches: 1.335.2; Remove separate mb_map. The nmbclusters is computed at boot time based on the amount of physical memory and limited by NMBCLUSTERS if present. Architectures without direct mapping also limit it based on the kmem_map size, which is used as backing store. On i386 and ARM, the maximum KVA used for mbuf clusters is limited to 64MB by default. The old default limits and limits based on GATEWAY have been removed. key_registered_sb_max is hard-wired to a value derived from 2048 clusters. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.335 Sun Nov 22 03:55:33 GMT 2020 thorpej malloc(9) -> kmem(9) (easy, straight-forward cases only, for now) |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.335 Thu Apr 29 22:40:49 GMT 2010 chs enable TMPFS in all GENERICs that have MFS enabled. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.335 Sun May 29 10:51:42 GMT 2022 rin Regen for GENERIC.in rev. 1.149. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.335 Mon Jun 15 01:57:29 GMT 2020 christos Rename blacklist -> blocklist |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.335 Mon Jan 22 15:19:39 GMT 2024 kre Bump libm minor rev (libm.so.0.13 -> libm.so.0.14) after addition of all the long double functions (with actual implementations). |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.335 Tue Feb 28 14:32:59 GMT 2023 fcambus Remove duplicate entry for RCS, keep the capitalized version to match CVS. |
Completed in 335 milliseconds