Searched hist:1.195 (Results 1 - 25 of 265) sorted by relevance
| /src/sys/arch/mac68k/conf/ | ||
| H A D | GENERIC | 1.195 Sat Dec 05 20:11:15 GMT 2009 pooka branches: 1.195.2; 1.195.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same. 1.195 Sat Dec 05 20:11:15 GMT 2009 pooka branches: 1.195.2; 1.195.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same. 1.195 Sat Dec 05 20:11:15 GMT 2009 pooka branches: 1.195.2; 1.195.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same. |
| /src/sys/arch/amiga/amiga/ | ||
| H A D | machdep.c | 1.195 Sat Dec 24 22:45:34 GMT 2005 perry branches: 1.195.4; 1.195.8; 1.195.14; bare asm -> __asm 1.195 Sat Dec 24 22:45:34 GMT 2005 perry branches: 1.195.4; 1.195.8; 1.195.14; bare asm -> __asm 1.195 Sat Dec 24 22:45:34 GMT 2005 perry branches: 1.195.4; 1.195.8; 1.195.14; bare asm -> __asm 1.195 Sat Dec 24 22:45:34 GMT 2005 perry branches: 1.195.4; 1.195.8; 1.195.14; bare asm -> __asm |
| /src/usr.bin/ftp/ | ||
| H A D | fetch.c | 1.195 Sat Dec 10 05:53:58 GMT 2011 lukem branches: 1.195.2; 1.195.6; 1.195.8; Move determination of socket buffer sizes from startup to the first time a socket is used, as the previous logic assumed AF_INET sockets were available (which they may not be in an IPv6-only system). Per discussion with Maxim Konovalov and the FreeBSD problem 162661. 1.195 Sat Dec 10 05:53:58 GMT 2011 lukem branches: 1.195.2; 1.195.6; 1.195.8; Move determination of socket buffer sizes from startup to the first time a socket is used, as the previous logic assumed AF_INET sockets were available (which they may not be in an IPv6-only system). Per discussion with Maxim Konovalov and the FreeBSD problem 162661. 1.195 Sat Dec 10 05:53:58 GMT 2011 lukem branches: 1.195.2; 1.195.6; 1.195.8; Move determination of socket buffer sizes from startup to the first time a socket is used, as the previous logic assumed AF_INET sockets were available (which they may not be in an IPv6-only system). Per discussion with Maxim Konovalov and the FreeBSD problem 162661. 1.195 Sat Dec 10 05:53:58 GMT 2011 lukem branches: 1.195.2; 1.195.6; 1.195.8; Move determination of socket buffer sizes from startup to the first time a socket is used, as the previous logic assumed AF_INET sockets were available (which they may not be in an IPv6-only system). Per discussion with Maxim Konovalov and the FreeBSD problem 162661. |
| /src/sys/sys/ | ||
| H A D | mount.h | 1.195 Sat Dec 05 20:11:18 GMT 2009 pooka branches: 1.195.2; 1.195.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same. 1.195 Sat Dec 05 20:11:18 GMT 2009 pooka branches: 1.195.2; 1.195.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same. 1.195 Sat Dec 05 20:11:18 GMT 2009 pooka branches: 1.195.2; 1.195.4; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same. |
| H A D | vnode.h | 1.195 Tue Jun 03 14:54:12 GMT 2008 ad branches: 1.195.2; vtryget: try to get an initial reference to a vnode without taking its interlock. Only works if v_usecount is already non-zero, which is nearly always true for busy files like libc.so or ld_elf.so. 1.195 Tue Jun 03 14:54:12 GMT 2008 ad branches: 1.195.2; vtryget: try to get an initial reference to a vnode without taking its interlock. Only works if v_usecount is already non-zero, which is nearly always true for busy files like libc.so or ld_elf.so. |
| /src/sys/arch/vax/vax/ | ||
| H A D | pmap.c | 1.195 Sun Dec 11 18:02:40 GMT 2022 oster branches: 1.195.2; Support save/restore of AST levels in the PCB for context switching. Code written by ragge@ , tested by oster@. 1.195 Sun Dec 11 18:02:40 GMT 2022 oster branches: 1.195.2; Support save/restore of AST levels in the PCB for context switching. Code written by ragge@ , tested by oster@. |
| /src/sys/arch/x68k/x68k/ | ||
| H A D | machdep.c | 1.195 Fri Dec 23 07:15:28 GMT 2016 cherry branches: 1.195.2; "Make NetBSD great again!" Introduce uvm_hotplug(9) to the kernel. Many thanks, in no particular order to: TNF, for funding the project. Chuck Silvers - for multiple API reviews and feedback. Nick Hudson - for testing on multiple architectures and bugfix patches. Everyone who helped with boot testing. KeK (http://www.kek.org.in) for hosting the primary developers. 1.195 Fri Dec 23 07:15:28 GMT 2016 cherry branches: 1.195.2; "Make NetBSD great again!" Introduce uvm_hotplug(9) to the kernel. Many thanks, in no particular order to: TNF, for funding the project. Chuck Silvers - for multiple API reviews and feedback. Nick Hudson - for testing on multiple architectures and bugfix patches. Everyone who helped with boot testing. KeK (http://www.kek.org.in) for hosting the primary developers. |
| /src/sys/arch/prep/conf/ | ||
| H A D | GENERIC | 1.195 Thu Jan 21 06:51:56 GMT 2021 nia branches: 1.195.4; add a commented out compat_ossaudio wherever there's compat_linux requested by mrg 1.195 Thu Jan 21 06:51:56 GMT 2021 nia branches: 1.195.4; add a commented out compat_ossaudio wherever there's compat_linux requested by mrg |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | trap.c | 1.195 Sun Dec 13 19:49:34 GMT 2015 christos branches: 1.195.2; PR/50516: David Binderman: Add missing breaks 1.195 Sun Dec 13 19:49:34 GMT 2015 christos branches: 1.195.2; PR/50516: David Binderman: Add missing breaks |
| H A D | cpu.c | 1.195 Mon Nov 14 03:30:49 GMT 2005 uwe branches: 1.195.2; ANSIify. Same binary code is produced for GENERIC.MP + KGDB + DDB. 1.195 Mon Nov 14 03:30:49 GMT 2005 uwe branches: 1.195.2; ANSIify. Same binary code is produced for GENERIC.MP + KGDB + DDB. |
| /src/sys/arch/hpcmips/conf/ | ||
| H A D | GENERIC | 1.195 Wed Mar 14 00:27:22 GMT 2007 drochner branches: 1.195.6; It doesn't make sense to specify "configuration" and "interface" locators for uhub because a hub can't have sub-devices. This might be sanity-checked eventually. Same for ubt now after the change to device attachment. 1.195 Wed Mar 14 00:27:22 GMT 2007 drochner branches: 1.195.6; It doesn't make sense to specify "configuration" and "interface" locators for uhub because a hub can't have sub-devices. This might be sanity-checked eventually. Same for ubt now after the change to device attachment. |
| /src/lib/libc/gen/ | ||
| H A D | Makefile.inc | 1.195 Sun Jun 05 17:16:44 GMT 2016 christos branches: 1.195.2; Document bsd_signal (From GSoC 2016 by Charles Cui) 1.195 Sun Jun 05 17:16:44 GMT 2016 christos branches: 1.195.2; Document bsd_signal (From GSoC 2016 by Charles Cui) |
| /src/distrib/sets/lists/etc/ | ||
| H A D | mi | 1.195 Sat Jul 14 21:20:32 GMT 2007 ad branches: 1.195.4; fixsb has done its job. 1.195 Sat Jul 14 21:20:32 GMT 2007 ad branches: 1.195.4; fixsb has done its job. |
| /src/etc/mtree/ | ||
| H A D | NetBSD.dist.base | 1.201 Fri Aug 02 19:58:00 GMT 2019 nakayama Change uname and gname to sync with etc/mtree/special. It was missing in rev 1.195 changes. 1.195 Fri Mar 29 21:44:22 GMT 2019 christos For consistency use the user and group names for directory ownership. Also do this for rtadvd, so that it can dump core. |
| /src/sys/nfs/ | ||
| H A D | nfs_bio.c | 1.195 Sun Mar 22 18:32:42 GMT 2020 ad branches: 1.195.2; Process concurrent page faults on individual uvm_objects / vm_amaps in parallel, where the relevant pages are already in-core. Proposed on tech-kern. Temporarily disabled on MP architectures with __HAVE_UNLOCKED_PMAP until adjustments are made to their pmaps. 1.195 Sun Mar 22 18:32:42 GMT 2020 ad branches: 1.195.2; Process concurrent page faults on individual uvm_objects / vm_amaps in parallel, where the relevant pages are already in-core. Proposed on tech-kern. Temporarily disabled on MP architectures with __HAVE_UNLOCKED_PMAP until adjustments are made to their pmaps. |
| /src/sys/dev/pcmcia/ | ||
| H A D | pcmciadevs.h | 1.195 Sun Feb 01 00:38:24 GMT 2004 uwe Regen for TAMARAC Ethernet card. |
| H A D | pcmciadevs_data.h | 1.195 Sun Feb 01 00:38:24 GMT 2004 uwe Regen for TAMARAC Ethernet card. |
| /src/sys/uvm/ | ||
| H A D | uvm_fault.c | 1.195 Sun Sep 15 15:52:35 GMT 2013 martin branches: 1.195.2; Mark a variable as potentially unused 1.195 Sun Sep 15 15:52:35 GMT 2013 martin branches: 1.195.2; Mark a variable as potentially unused |
| H A D | uvm_page.c | 1.195 Sat Dec 02 08:15:43 GMT 2017 mrg branches: 1.195.2; add two new members to uvmexp_sysctl{}: bootpages and poolpages. bootpages is set to the pages allocated via uvm_pageboot_alloc(). poolpages is calculated from the list of pools nr_pages members. this brings us closer to having a valid total of pages known by the system, vs actual pages originally managed. XXX: poolpages needs some handling for PR_RECURSIVE pools still. 1.195 Sat Dec 02 08:15:43 GMT 2017 mrg branches: 1.195.2; add two new members to uvmexp_sysctl{}: bootpages and poolpages. bootpages is set to the pages allocated via uvm_pageboot_alloc(). poolpages is calculated from the list of pools nr_pages members. this brings us closer to having a valid total of pages known by the system, vs actual pages originally managed. XXX: poolpages needs some handling for PR_RECURSIVE pools still. |
| /src/sys/kern/ | ||
| H A D | kern_fork.c | 1.195 Sat Jan 09 07:52:38 GMT 2016 dholland branches: 1.195.2; When doing an unlock/relock dance to avoid lock inversion, it's important to relock the lock you unlocked. Otherwise the lock you unlocked won't walk the walk, not by a long chalk, and you'll end up getting mocked. From Mateusz Guzik of FreeBSD via freenode. XXX: pullup-6 and -7 1.195 Sat Jan 09 07:52:38 GMT 2016 dholland branches: 1.195.2; When doing an unlock/relock dance to avoid lock inversion, it's important to relock the lock you unlocked. Otherwise the lock you unlocked won't walk the walk, not by a long chalk, and you'll end up getting mocked. From Mateusz Guzik of FreeBSD via freenode. XXX: pullup-6 and -7 |
| H A D | vfs_bio.c | 1.195 Tue Apr 22 11:05:06 GMT 2008 reinoud branches: 1.195.2; When using nested buffers, allow one erroring-out nested buffer to error-out the master buffer. The old setup was undeterministic since a later sheduled nested buffer could clear the error again since there is no B_ERROR flag anymore. It also would discard the error the nested buffer returned. 1.195 Tue Apr 22 11:05:06 GMT 2008 reinoud branches: 1.195.2; When using nested buffers, allow one erroring-out nested buffer to error-out the master buffer. The old setup was undeterministic since a later sheduled nested buffer could clear the error again since there is no B_ERROR flag anymore. It also would discard the error the nested buffer returned. |
| H A D | vfs_vnops.c | 1.195 Thu Mar 30 09:13:37 GMT 2017 hannken branches: 1.195.6; Lock the vnode before changing its writecount. 1.195 Thu Mar 30 09:13:37 GMT 2017 hannken branches: 1.195.6; Lock the vnode before changing its writecount. |
| /src/sys/miscfs/genfs/ | ||
| H A D | genfs_vnops.c | 1.195 Tue Apr 11 14:29:32 GMT 2017 riastradh branches: 1.195.4; Eliminate now-unused WILLUNLOCK vop flag. 1.195 Tue Apr 11 14:29:32 GMT 2017 riastradh branches: 1.195.4; Eliminate now-unused WILLUNLOCK vop flag. |
| /src/sys/compat/linux/common/ | ||
| H A D | linux_misc.c | 1.195 Fri Apr 04 00:38:53 GMT 2008 njoly branches: 1.195.2; Cleanup. Kill linux_sys_msync and use sys___msync13 instead. No functional changes expected. 1.195 Fri Apr 04 00:38:53 GMT 2008 njoly branches: 1.195.2; Cleanup. Kill linux_sys_msync and use sys___msync13 instead. No functional changes expected. |
| /src/sys/arch/mips/mips/ | ||
| H A D | mips_machdep.c | 1.195 Tue Oct 16 00:19:19 GMT 2007 simonb branches: 1.195.2; Recognise the R2000A cpu as found in some pmaxen. From Dennis Grevenstein on port-pmax@. 1.195 Tue Oct 16 00:19:19 GMT 2007 simonb branches: 1.195.2; Recognise the R2000A cpu as found in some pmaxen. From Dennis Grevenstein on port-pmax@. |
Completed in 211 milliseconds