Searched hist:1.270 (Results 1 - 25 of 147) sorted by relevance
| /src/tests/usr.bin/xlint/lint1/ | ||
| H A D | msg_206.c | 1.3 Thu Jul 08 18:50:57 GMT 2021 rillig lint: demonstrate bug in handling enum declarations (since today) Since cgram.y 1.270 from today (a "cleanup" commit), the enum constants were only registered in the symbol table, but they were not added to the enum type (en_first_enumerator). That information is used for validating switch statements on enum types. The actual bug is an off-by-one error in the grammar, in the grammar rule 'enum_declaration'. Yacc does not notice this obvious error. Bison does, but it is not involved in building lint. In the grammar rule 'enum_declaration', the intended $3 contains the first enumeration constant of the type, while $2, which yacc interprets as a symbol, contains a null pointer, at least on x86_64. The existing tests did not cover this scenario, so the bug went unnoticed. |
| /src/sys/ufs/lfs/ | ||
| H A D | ulfsmount.h | 1.18 Mon Jun 20 03:36:09 GMT 2016 dholland One more batch of already-synced ufs changes: ufs_extern.h 1.79 is equivalent to ulfs_extern.h 1.14 ufsmount.h 1.43 is (roughly) equivalent to lfs_extern.h 1.102 ufs_inode.c 1.94 does not apply to lfs ufs_inode.c 1.95 does not apply to lfs either ufs_readwrite.c 1.108 is equivalent to ulfs_readwrite.c 1.8 ufs_readwrite.c 1.109 is equivalent to ulfs_readwrite.c 1.9 ufs_readwrite.c 1.110 is equivalent to ulfs_readwrite.c 1.10 ufs_readwrite.c 1.111 does not apply to lfs ufs_readwrite.c 1.112 is equivalent to ulfs_readwrite.c 1.11 ufs_readwrite.c 1.113 is equivalent to ulfs_readwrite.c 1.13 ufs_readwrite.c 1.114 is equivalent to ulfs_readwrite.c 1.14 ufs_readwrite.c 1.115 is equivalent to ulfs_readwrite.c 1.15 ufs_readwrite.c 1.116-1.118 does not apply to lfs ufs_readwrite.c 1.119-1.120 are equivalent to ulfs_readwrite.c 1.16 ufs_rename.c 1.12 is equivalent to lfs_rename.c 1.8 ufs_vnops.c 1.226 is equivalent to ulfs_vnops.c 1.22 and lfs_vnops.c 1.270 ufs_vnops.c 1.227 is equivalent to ulfs_vnops.c 1.23 ufs_vnops.c 1.228-1.229 are equivalent to ulfs_vnops.c 1.24 ufs_vnops.c 1.230 is equivalent to ulfs_vnops.c 1.25 and lfs_vnops.c 1.271 ufs_vnops.c 1.231 originated in lfs ufs_vnops.c 1.232 does not apply to lfs |
| H A D | lfs_rename.c | 1.21 Mon Jun 20 03:36:09 GMT 2016 dholland branches: 1.21.10; One more batch of already-synced ufs changes: ufs_extern.h 1.79 is equivalent to ulfs_extern.h 1.14 ufsmount.h 1.43 is (roughly) equivalent to lfs_extern.h 1.102 ufs_inode.c 1.94 does not apply to lfs ufs_inode.c 1.95 does not apply to lfs either ufs_readwrite.c 1.108 is equivalent to ulfs_readwrite.c 1.8 ufs_readwrite.c 1.109 is equivalent to ulfs_readwrite.c 1.9 ufs_readwrite.c 1.110 is equivalent to ulfs_readwrite.c 1.10 ufs_readwrite.c 1.111 does not apply to lfs ufs_readwrite.c 1.112 is equivalent to ulfs_readwrite.c 1.11 ufs_readwrite.c 1.113 is equivalent to ulfs_readwrite.c 1.13 ufs_readwrite.c 1.114 is equivalent to ulfs_readwrite.c 1.14 ufs_readwrite.c 1.115 is equivalent to ulfs_readwrite.c 1.15 ufs_readwrite.c 1.116-1.118 does not apply to lfs ufs_readwrite.c 1.119-1.120 are equivalent to ulfs_readwrite.c 1.16 ufs_rename.c 1.12 is equivalent to lfs_rename.c 1.8 ufs_vnops.c 1.226 is equivalent to ulfs_vnops.c 1.22 and lfs_vnops.c 1.270 ufs_vnops.c 1.227 is equivalent to ulfs_vnops.c 1.23 ufs_vnops.c 1.228-1.229 are equivalent to ulfs_vnops.c 1.24 ufs_vnops.c 1.230 is equivalent to ulfs_vnops.c 1.25 and lfs_vnops.c 1.271 ufs_vnops.c 1.231 originated in lfs ufs_vnops.c 1.232 does not apply to lfs |
| H A D | ulfs_extern.h | 1.24 Mon Jun 20 03:36:09 GMT 2016 dholland branches: 1.24.18; 1.24.24; One more batch of already-synced ufs changes: ufs_extern.h 1.79 is equivalent to ulfs_extern.h 1.14 ufsmount.h 1.43 is (roughly) equivalent to lfs_extern.h 1.102 ufs_inode.c 1.94 does not apply to lfs ufs_inode.c 1.95 does not apply to lfs either ufs_readwrite.c 1.108 is equivalent to ulfs_readwrite.c 1.8 ufs_readwrite.c 1.109 is equivalent to ulfs_readwrite.c 1.9 ufs_readwrite.c 1.110 is equivalent to ulfs_readwrite.c 1.10 ufs_readwrite.c 1.111 does not apply to lfs ufs_readwrite.c 1.112 is equivalent to ulfs_readwrite.c 1.11 ufs_readwrite.c 1.113 is equivalent to ulfs_readwrite.c 1.13 ufs_readwrite.c 1.114 is equivalent to ulfs_readwrite.c 1.14 ufs_readwrite.c 1.115 is equivalent to ulfs_readwrite.c 1.15 ufs_readwrite.c 1.116-1.118 does not apply to lfs ufs_readwrite.c 1.119-1.120 are equivalent to ulfs_readwrite.c 1.16 ufs_rename.c 1.12 is equivalent to lfs_rename.c 1.8 ufs_vnops.c 1.226 is equivalent to ulfs_vnops.c 1.22 and lfs_vnops.c 1.270 ufs_vnops.c 1.227 is equivalent to ulfs_vnops.c 1.23 ufs_vnops.c 1.228-1.229 are equivalent to ulfs_vnops.c 1.24 ufs_vnops.c 1.230 is equivalent to ulfs_vnops.c 1.25 and lfs_vnops.c 1.271 ufs_vnops.c 1.231 originated in lfs ufs_vnops.c 1.232 does not apply to lfs |
| H A D | ulfs_readwrite.c | 1.22 Mon Jun 20 03:36:09 GMT 2016 dholland branches: 1.22.2; 1.22.4; One more batch of already-synced ufs changes: ufs_extern.h 1.79 is equivalent to ulfs_extern.h 1.14 ufsmount.h 1.43 is (roughly) equivalent to lfs_extern.h 1.102 ufs_inode.c 1.94 does not apply to lfs ufs_inode.c 1.95 does not apply to lfs either ufs_readwrite.c 1.108 is equivalent to ulfs_readwrite.c 1.8 ufs_readwrite.c 1.109 is equivalent to ulfs_readwrite.c 1.9 ufs_readwrite.c 1.110 is equivalent to ulfs_readwrite.c 1.10 ufs_readwrite.c 1.111 does not apply to lfs ufs_readwrite.c 1.112 is equivalent to ulfs_readwrite.c 1.11 ufs_readwrite.c 1.113 is equivalent to ulfs_readwrite.c 1.13 ufs_readwrite.c 1.114 is equivalent to ulfs_readwrite.c 1.14 ufs_readwrite.c 1.115 is equivalent to ulfs_readwrite.c 1.15 ufs_readwrite.c 1.116-1.118 does not apply to lfs ufs_readwrite.c 1.119-1.120 are equivalent to ulfs_readwrite.c 1.16 ufs_rename.c 1.12 is equivalent to lfs_rename.c 1.8 ufs_vnops.c 1.226 is equivalent to ulfs_vnops.c 1.22 and lfs_vnops.c 1.270 ufs_vnops.c 1.227 is equivalent to ulfs_vnops.c 1.23 ufs_vnops.c 1.228-1.229 are equivalent to ulfs_vnops.c 1.24 ufs_vnops.c 1.230 is equivalent to ulfs_vnops.c 1.25 and lfs_vnops.c 1.271 ufs_vnops.c 1.231 originated in lfs ufs_vnops.c 1.232 does not apply to lfs |
| H A D | ulfs_inode.c | 1.15 Mon Jun 20 03:36:09 GMT 2016 dholland branches: 1.15.2; One more batch of already-synced ufs changes: ufs_extern.h 1.79 is equivalent to ulfs_extern.h 1.14 ufsmount.h 1.43 is (roughly) equivalent to lfs_extern.h 1.102 ufs_inode.c 1.94 does not apply to lfs ufs_inode.c 1.95 does not apply to lfs either ufs_readwrite.c 1.108 is equivalent to ulfs_readwrite.c 1.8 ufs_readwrite.c 1.109 is equivalent to ulfs_readwrite.c 1.9 ufs_readwrite.c 1.110 is equivalent to ulfs_readwrite.c 1.10 ufs_readwrite.c 1.111 does not apply to lfs ufs_readwrite.c 1.112 is equivalent to ulfs_readwrite.c 1.11 ufs_readwrite.c 1.113 is equivalent to ulfs_readwrite.c 1.13 ufs_readwrite.c 1.114 is equivalent to ulfs_readwrite.c 1.14 ufs_readwrite.c 1.115 is equivalent to ulfs_readwrite.c 1.15 ufs_readwrite.c 1.116-1.118 does not apply to lfs ufs_readwrite.c 1.119-1.120 are equivalent to ulfs_readwrite.c 1.16 ufs_rename.c 1.12 is equivalent to lfs_rename.c 1.8 ufs_vnops.c 1.226 is equivalent to ulfs_vnops.c 1.22 and lfs_vnops.c 1.270 ufs_vnops.c 1.227 is equivalent to ulfs_vnops.c 1.23 ufs_vnops.c 1.228-1.229 are equivalent to ulfs_vnops.c 1.24 ufs_vnops.c 1.230 is equivalent to ulfs_vnops.c 1.25 and lfs_vnops.c 1.271 ufs_vnops.c 1.231 originated in lfs ufs_vnops.c 1.232 does not apply to lfs |
| H A D | ulfs_vnops.c | 1.44 Mon Jun 20 03:36:09 GMT 2016 dholland branches: 1.44.2; 1.44.4; One more batch of already-synced ufs changes: ufs_extern.h 1.79 is equivalent to ulfs_extern.h 1.14 ufsmount.h 1.43 is (roughly) equivalent to lfs_extern.h 1.102 ufs_inode.c 1.94 does not apply to lfs ufs_inode.c 1.95 does not apply to lfs either ufs_readwrite.c 1.108 is equivalent to ulfs_readwrite.c 1.8 ufs_readwrite.c 1.109 is equivalent to ulfs_readwrite.c 1.9 ufs_readwrite.c 1.110 is equivalent to ulfs_readwrite.c 1.10 ufs_readwrite.c 1.111 does not apply to lfs ufs_readwrite.c 1.112 is equivalent to ulfs_readwrite.c 1.11 ufs_readwrite.c 1.113 is equivalent to ulfs_readwrite.c 1.13 ufs_readwrite.c 1.114 is equivalent to ulfs_readwrite.c 1.14 ufs_readwrite.c 1.115 is equivalent to ulfs_readwrite.c 1.15 ufs_readwrite.c 1.116-1.118 does not apply to lfs ufs_readwrite.c 1.119-1.120 are equivalent to ulfs_readwrite.c 1.16 ufs_rename.c 1.12 is equivalent to lfs_rename.c 1.8 ufs_vnops.c 1.226 is equivalent to ulfs_vnops.c 1.22 and lfs_vnops.c 1.270 ufs_vnops.c 1.227 is equivalent to ulfs_vnops.c 1.23 ufs_vnops.c 1.228-1.229 are equivalent to ulfs_vnops.c 1.24 ufs_vnops.c 1.230 is equivalent to ulfs_vnops.c 1.25 and lfs_vnops.c 1.271 ufs_vnops.c 1.231 originated in lfs ufs_vnops.c 1.232 does not apply to lfs |
| /src/sys/netipsec/ | ||
| H A D | key.c | 1.270 Fri Feb 07 00:35:33 GMT 2020 thorpej Use percpu_foreach_xcall() to gather volatile per-cpu counters. These must be serialized against the interrupts / soft-interrupts in which they're manipulated, as well as protected from non-atomic 64-bit memory loads on 32-bit platforms. |
| /src/sys/kern/ | ||
| H A D | syscalls.master | 1.270 Fri Jul 25 08:25:47 GMT 2014 dholland branches: 1.270.2; 1.270.4; Add fdiscard and posix_fallocate syscalls. 1.270 Fri Jul 25 08:25:47 GMT 2014 dholland branches: 1.270.2; 1.270.4; Add fdiscard and posix_fallocate syscalls. 1.270 Fri Jul 25 08:25:47 GMT 2014 dholland branches: 1.270.2; 1.270.4; Add fdiscard and posix_fallocate syscalls. |
| H A D | kern_sysctl.c | 1.270 Sat Sep 09 16:01:09 GMT 2023 christos branches: 1.270.6; Move the initialization of the random hash for addresses earlier so that it does not happen under a spin lock context (when it is first used). 1.270 Sat Sep 09 16:01:09 GMT 2023 christos branches: 1.270.6; Move the initialization of the random hash for addresses earlier so that it does not happen under a spin lock context (when it is first used). |
| H A D | init_sysent.c | 1.270 Tue Oct 02 01:46:20 GMT 2012 christos regen |
| H A D | syscalls.c | 1.270 Mon Dec 09 21:13:22 GMT 2013 pooka regen |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.270 Wed Aug 31 10:01:18 GMT 2011 mbalmer branches: 1.270.2; 1.270.6; Add pwdog. 1.270 Wed Aug 31 10:01:18 GMT 2011 mbalmer branches: 1.270.2; 1.270.6; Add pwdog. 1.270 Wed Aug 31 10:01:18 GMT 2011 mbalmer branches: 1.270.2; 1.270.6; Add pwdog. |
| /src/distrib/sets/lists/etc/ | ||
| H A D | mi | 1.270 Mon Jun 06 10:56:27 GMT 2022 nia branches: 1.270.2; build system: Revert all the recent additions of MK[...] knobs that allow conditionally disabling the building of certain user space programs in the 'base' set. There is not enough consensus that this is the right way and a few people had strong objections, see source-changes-d@. 1.270 Mon Jun 06 10:56:27 GMT 2022 nia branches: 1.270.2; build system: Revert all the recent additions of MK[...] knobs that allow conditionally disabling the building of certain user space programs in the 'base' set. There is not enough consensus that this is the right way and a few people had strong objections, see source-changes-d@. |
| /src/sys/netinet/ | ||
| H A D | tcp_input.c | 1.270 Thu Aug 02 13:06:30 GMT 2007 yamt branches: 1.270.2; 1.270.4; 1.270.8; 1.270.10; our tcp timestamps are in PR_SLOWHZ, not HZ. 1.270 Thu Aug 02 13:06:30 GMT 2007 yamt branches: 1.270.2; 1.270.4; 1.270.8; 1.270.10; our tcp timestamps are in PR_SLOWHZ, not HZ. 1.270 Thu Aug 02 13:06:30 GMT 2007 yamt branches: 1.270.2; 1.270.4; 1.270.8; 1.270.10; our tcp timestamps are in PR_SLOWHZ, not HZ. 1.270 Thu Aug 02 13:06:30 GMT 2007 yamt branches: 1.270.2; 1.270.4; 1.270.8; 1.270.10; our tcp timestamps are in PR_SLOWHZ, not HZ. 1.270 Thu Aug 02 13:06:30 GMT 2007 yamt branches: 1.270.2; 1.270.4; 1.270.8; 1.270.10; our tcp timestamps are in PR_SLOWHZ, not HZ. |
| /src/share/mk/ | ||
| H A D | bsd.prog.mk | 1.270 Sat Nov 05 22:56:31 GMT 2011 christos branches: 1.270.2; Add libtre 1.270 Sat Nov 05 22:56:31 GMT 2011 christos branches: 1.270.2; Add libtre |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.270 Mon Nov 30 22:48:53 GMT 2015 pgoyette Regen for 7.99.23 |
| H A D | proc.h | 1.270 Tue Feb 19 20:27:27 GMT 2008 ad branches: 1.270.2; 1.270.6; Update field markings that describe which locks protect what. 1.270 Tue Feb 19 20:27:27 GMT 2008 ad branches: 1.270.2; 1.270.6; Update field markings that describe which locks protect what. 1.270 Tue Feb 19 20:27:27 GMT 2008 ad branches: 1.270.2; 1.270.6; Update field markings that describe which locks protect what. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.270 Fri May 11 14:39:25 GMT 2018 sevan Move HTTP Keyserver Protocol entry to the correct file. |
| /src/sys/dev/scsipi/ | ||
| H A D | cd.c | 1.270 Tue Nov 27 18:06:37 GMT 2007 reinoud branches: 1.270.2; 1.270.4; Pullup fixes from UDF write development project. This patch fixes a conceptional bug in mmc_discinfo, improves DVD+R feature detection and prevents corruption of mmc_trackinfo readout on some devices that return short trackinfo structures. 1.270 Tue Nov 27 18:06:37 GMT 2007 reinoud branches: 1.270.2; 1.270.4; Pullup fixes from UDF write development project. This patch fixes a conceptional bug in mmc_discinfo, improves DVD+R feature detection and prevents corruption of mmc_trackinfo readout on some devices that return short trackinfo structures. 1.270 Tue Nov 27 18:06:37 GMT 2007 reinoud branches: 1.270.2; 1.270.4; Pullup fixes from UDF write development project. This patch fixes a conceptional bug in mmc_discinfo, improves DVD+R feature detection and prevents corruption of mmc_trackinfo readout on some devices that return short trackinfo structures. |
| /src/sys/arch/sparc/conf/ | ||
| H A D | GENERIC | 1.270 Sun Sep 27 13:48:54 GMT 2020 roy vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | autoconf.c | 1.270 Sat Jan 22 11:49:16 GMT 2022 thorpej Change the devhandle_from_*() functions to also take a "super handle", from which the newly created handle will inherit it's implementation. The root implementation for a new handle type is used if an invalid "super handle" is passed. |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.270 Tue Feb 07 15:33:25 GMT 2017 kamil Document in libc's shlib_version request for exect(3) removal This functionality has been moved long time to the kernel. Kernel exec() emits SIGTRAP under a debugger (unless PT_SYSCALL traced). |
| /src/doc/ | ||
| H A D | BRANCHES | 1.270 Sun Dec 07 00:57:00 GMT 2008 ad - Kill ad-audiomp - Start ad-audiomp2 |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.270 Sun Mar 22 09:57:42 GMT 2015 ast Import a substantially modified service(8) command from FreeBSD to manage rc.d scripts. This command is well known on most other Unixes and should help soften the learning curve for Unix admins coming to NetBSD. |
Completed in 233 milliseconds