Searched hist:1.249 (Results 1 - 25 of 161) sorted by relevance
| /src/sys/kern/ | ||
| H A D | syscalls.c | 1.249 Wed Aug 17 07:26:17 GMT 2011 manu branches: 1.249.2; 1.249.6; regen 1.249 Wed Aug 17 07:26:17 GMT 2011 manu branches: 1.249.2; 1.249.6; regen 1.249 Wed Aug 17 07:26:17 GMT 2011 manu branches: 1.249.2; 1.249.6; regen |
| H A D | tty.c | 1.249 Fri Oct 21 02:08:09 GMT 2011 christos branches: 1.249.2; 1.249.6; 1.249.8; extract broken proc_compare. lwp compares against self. 1.249 Fri Oct 21 02:08:09 GMT 2011 christos branches: 1.249.2; 1.249.6; 1.249.8; extract broken proc_compare. lwp compares against self. 1.249 Fri Oct 21 02:08:09 GMT 2011 christos branches: 1.249.2; 1.249.6; 1.249.8; extract broken proc_compare. lwp compares against self. 1.249 Fri Oct 21 02:08:09 GMT 2011 christos branches: 1.249.2; 1.249.6; 1.249.8; extract broken proc_compare. lwp compares against self. |
| H A D | init_sysent.c | 1.249 Mon Jan 10 04:42:24 GMT 2011 christos branches: 1.249.2; regen 1.249 Mon Jan 10 04:42:24 GMT 2011 christos branches: 1.249.2; regen |
| H A D | kern_descrip.c | 1.249 Fri Aug 28 10:20:14 GMT 2020 christos branches: 1.249.2; We already zeroed the struct, no point in zeroing things twice. 1.249 Fri Aug 28 10:20:14 GMT 2020 christos branches: 1.249.2; We already zeroed the struct, no point in zeroing things twice. |
| H A D | kern_sysctl.c | 1.249 Thu Mar 27 21:09:33 GMT 2014 christos branches: 1.249.2; explain how a printf might happen (since it has bitten more than one person) 1.249 Thu Mar 27 21:09:33 GMT 2014 christos branches: 1.249.2; explain how a printf might happen (since it has bitten more than one person) |
| H A D | vfs_bio.c | 1.249 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.249.2; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. 1.249 Tue Feb 25 18:30:11 GMT 2014 pooka branches: 1.249.2; Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code. |
| /src/sys/modules/ | ||
| H A D | Makefile | 1.249 Thu Mar 25 09:49:00 GMT 2021 nia branches: 1.249.2; 1.249.4; don't restrict pad module to i386 and amd64. - module build tested on amiga, vax, i386, amd64, evbarm. - build.sh release tested on i386. - pad module functionality tested on aarch64. 1.249 Thu Mar 25 09:49:00 GMT 2021 nia branches: 1.249.2; 1.249.4; don't restrict pad module to i386 and amd64. - module build tested on amiga, vax, i386, amd64, evbarm. - build.sh release tested on i386. - pad module functionality tested on aarch64. 1.249 Thu Mar 25 09:49:00 GMT 2021 nia branches: 1.249.2; 1.249.4; don't restrict pad module to i386 and amd64. - module build tested on amiga, vax, i386, amd64, evbarm. - build.sh release tested on i386. - pad module functionality tested on aarch64. |
| /src/sys/net/ | ||
| H A D | bpf.c | 1.251 Wed Feb 08 01:37:53 GMT 2023 gutteridge bpf.c: support loopback writes when BIOCSHDRCMPLT is set Following changes in r. 1.249 "bpf: support sending packets on loopback interfaces", also allow for this to succeed when the "header complete" flag is set, which is the practice of some tools, e.g., tcpreplay and Scapy. With this change, both of those example tools now work, e.g., Scapy passes "L3bpfSocket - send and sniff on loopback" in its test suite. There are several ways of addressing this issue; this commit is intended to be the most conservative and consistent with the previous changes. (E.g., FreeBSD instead has special handling of this condition in its if_loop.c.) 1.249 Wed Nov 30 06:02:37 GMT 2022 ozaki-r branches: 1.249.2; bpf: support sending packets on loopback interfaces Previously sending packets on a loopback interface via bpf failed because the packets are treated as AF_UNSPEC by bpf and the loopback interface couldn't handle such packets. This fix enables user programs to prepend a protocol family (AF_INET or AF_INET6) to a payload. bpf interprets it and treats a packet as so, not just AF_UNSPEC. The protocol family is encoded as 4 bytes, host byte order as per DLT_NULL in the specification(*). (*) https://www.tcpdump.org/linktypes.html Proposed on tech-net and tech-kern 1.249 Wed Nov 30 06:02:37 GMT 2022 ozaki-r branches: 1.249.2; bpf: support sending packets on loopback interfaces Previously sending packets on a loopback interface via bpf failed because the packets are treated as AF_UNSPEC by bpf and the loopback interface couldn't handle such packets. This fix enables user programs to prepend a protocol family (AF_INET or AF_INET6) to a payload. bpf interprets it and treats a packet as so, not just AF_UNSPEC. The protocol family is encoded as 4 bytes, host byte order as per DLT_NULL in the specification(*). (*) https://www.tcpdump.org/linktypes.html Proposed on tech-net and tech-kern |
| /src/sys/arch/amiga/amiga/ | ||
| H A D | machdep.c | 1.249 Mon Mar 05 02:39:06 GMT 2018 christos branches: 1.249.2; 1.249.4; can't use fnop directly now, explain why. 1.249 Mon Mar 05 02:39:06 GMT 2018 christos branches: 1.249.2; 1.249.4; can't use fnop directly now, explain why. 1.249 Mon Mar 05 02:39:06 GMT 2018 christos branches: 1.249.2; 1.249.4; can't use fnop directly now, explain why. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.249 Sun Jul 09 17:12:21 GMT 2006 drochner branches: 1.249.2; 1.249.4; some fixes for removable media (USB floppies in particular): -allow to open RAW_PART, even if readdisklabel() doesn't like what it sees -fix PERIPH_MEDIA_LOADED toggling on every other open attempt -Don't reset PERIPH_REMOVABLE if prevent/allow fails - this is normal for floppy drives. The flag is required for media change detection. Honour XS_CTL_SILENT for the "no door lock" printouts, and set that flag where scsipi_prevent() is called during open/close. Tested with a USB floppy and a USB cardreader. 1.249 Sun Jul 09 17:12:21 GMT 2006 drochner branches: 1.249.2; 1.249.4; some fixes for removable media (USB floppies in particular): -allow to open RAW_PART, even if readdisklabel() doesn't like what it sees -fix PERIPH_MEDIA_LOADED toggling on every other open attempt -Don't reset PERIPH_REMOVABLE if prevent/allow fails - this is normal for floppy drives. The flag is required for media change detection. Honour XS_CTL_SILENT for the "no door lock" printouts, and set that flag where scsipi_prevent() is called during open/close. Tested with a USB floppy and a USB cardreader. 1.249 Sun Jul 09 17:12:21 GMT 2006 drochner branches: 1.249.2; 1.249.4; some fixes for removable media (USB floppies in particular): -allow to open RAW_PART, even if readdisklabel() doesn't like what it sees -fix PERIPH_MEDIA_LOADED toggling on every other open attempt -Don't reset PERIPH_REMOVABLE if prevent/allow fails - this is normal for floppy drives. The flag is required for media change detection. Honour XS_CTL_SILENT for the "no door lock" printouts, and set that flag where scsipi_prevent() is called during open/close. Tested with a USB floppy and a USB cardreader. |
| H A D | scsiconf.c | 1.249 Thu Jul 03 13:22:31 GMT 2008 hannken branches: 1.249.2; The Intel SCA backplane "ESG-SHV" does not support logical units. 1.249 Thu Jul 03 13:22:31 GMT 2008 hannken branches: 1.249.2; The Intel SCA backplane "ESG-SHV" does not support logical units. |
| /src/sbin/ifconfig/ | ||
| H A D | ifconfig.c | 1.249 Fri Nov 25 08:41:05 GMT 2022 knakahara branches: 1.249.2; ifconfig(8) support unnumbered flag. 1.249 Fri Nov 25 08:41:05 GMT 2022 knakahara branches: 1.249.2; ifconfig(8) support unnumbered flag. |
| /src/sys/sys/ | ||
| H A D | vnode.h | 1.249 Sat Jul 05 09:33:15 GMT 2014 hannken branches: 1.249.4; Add vcache operations to support key changes: vcache_rekey_enter locks the old cache node and creates and locks the new cache node. It is an error if the new cache node exists. vcache_rekey_exit removes the old cache node and finalizes and unlocks the new cache node. No objections on tech-kern@ Welcome to 6.99.46 1.249 Sat Jul 05 09:33:15 GMT 2014 hannken branches: 1.249.4; Add vcache operations to support key changes: vcache_rekey_enter locks the old cache node and creates and locks the new cache node. It is an error if the new cache node exists. vcache_rekey_exit removes the old cache node and finalizes and unlocks the new cache node. No objections on tech-kern@ Welcome to 6.99.46 |
| H A D | syscallargs.h | 1.249 Mon Dec 09 21:13:21 GMT 2013 pooka regen |
| /src/sys/uvm/ | ||
| H A D | uvm_page.c | 1.249 Sun Oct 18 18:31:31 GMT 2020 chs branches: 1.249.2; In the current code, CPU_COUNT_FREEPAGES counts pages in the global freelists AND the per-CPU pgflcache free pages caches, and that is the number of pages that the pagedaemon considers to be available. However, most pages in the pgflcache per-CPU free page caches are NOT actually available for any particular allocation, and thus allocating a page can fail even though the pagedaemon thinks enough pages are available. This change makes CPU_COUNT_FREEPAGES only count pages in the global freelists and not pages in the pgflcache per-CPU free page caches, thus better aligning the pagedaemon's view of how many pages are available with the number of pages that can actually be allocated by any particular request. This fixes a hang that Christos was hitting. 1.249 Sun Oct 18 18:31:31 GMT 2020 chs branches: 1.249.2; In the current code, CPU_COUNT_FREEPAGES counts pages in the global freelists AND the per-CPU pgflcache free pages caches, and that is the number of pages that the pagedaemon considers to be available. However, most pages in the pgflcache per-CPU free page caches are NOT actually available for any particular allocation, and thus allocating a page can fail even though the pagedaemon thinks enough pages are available. This change makes CPU_COUNT_FREEPAGES only count pages in the global freelists and not pages in the pgflcache per-CPU free page caches, thus better aligning the pagedaemon's view of how many pages are available with the number of pages that can actually be allocated by any particular request. This fixes a hang that Christos was hitting. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | cpu.c | 1.249 Wed Jan 18 21:33:25 GMT 2017 macallan branches: 1.249.6; be more specific when identifying SuperSPARC CPUs 1.249 Wed Jan 18 21:33:25 GMT 2017 macallan branches: 1.249.6; be more specific when identifying SuperSPARC CPUs |
| H A D | autoconf.c | 1.249 Thu Feb 14 00:14:13 GMT 2013 martin Rearrange the special mainbus device list to allow for optional entries. Fixes a panic on all SUN4M machines w/o an sx graphics adapter. XXX the "ignore devices at mainbus" list seems to be ignored - or am I missing something? |
| /src/sys/arch/mips/mips/ | ||
| H A D | trap.c | 1.249 Sat Apr 06 11:54:20 GMT 2019 kamil branches: 1.249.4; Centralized shared part of child_return() into MI part Add a new function md_child_return() for MD specific bits only. New child_return() is now part of MI and central code that handles uniformly tracing code (KTR and ptrace(2)). Synchronize value passed to ktrsysret() among ports to SYS_fork. This is a traditional value and accessing p_lflag to check for PL_PPWAIT shall use locking against proc_lock. Returning SYS_fork vs SYS_vfork still isn't correct enough as there are more entry points to forking code. Instead of making it too good, just settle with plain SYS_fork for all ports. 1.249 Sat Apr 06 11:54:20 GMT 2019 kamil branches: 1.249.4; Centralized shared part of child_return() into MI part Add a new function md_child_return() for MD specific bits only. New child_return() is now part of MI and central code that handles uniformly tracing code (KTR and ptrace(2)). Synchronize value passed to ktrsysret() among ports to SYS_fork. This is a traditional value and accessing p_lflag to check for PL_PPWAIT shall use locking against proc_lock. Returning SYS_fork vs SYS_vfork still isn't correct enough as there are more entry points to forking code. Instead of making it too good, just settle with plain SYS_fork for all ports. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.249 Sun Apr 28 04:05:40 GMT 2013 joerg branches: 1.249.4; Introduce MKLIBSTDCXX, defaulting to yes. 1.249 Sun Apr 28 04:05:40 GMT 2013 joerg branches: 1.249.4; Introduce MKLIBSTDCXX, defaulting to yes. |
| /src/sys/dev/usb/ | ||
| H A D | uhci.c | 1.249 Sun Jun 24 10:06:34 GMT 2012 drochner branches: 1.249.2; stopgap fix for recursive locking on suspend/resume (This can be simplified imo because interrupts should be disabled at this point.) 1.249 Sun Jun 24 10:06:34 GMT 2012 drochner branches: 1.249.2; stopgap fix for recursive locking on suspend/resume (This can be simplified imo because interrupts should be disabled at this point.) |
| H A D | usb_subr.c | 1.249 Wed Feb 17 06:30:57 GMT 2021 mlelstv branches: 1.249.2; Expose more descriptor items as device properties. 1.249 Wed Feb 17 06:30:57 GMT 2021 mlelstv branches: 1.249.2; Expose more descriptor items as device properties. |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.249 Wed Jan 24 13:08:15 GMT 2007 hubertf branches: 1.249.2; Remove duplicate #includes, patch contributed in private mail by Slava Semushin <slava.semushin@gmail.com>. To verify that no nasty side effects of duplicate includes (or their removal) have an effect here, I've compiled an i386/ALL kernel with and without the patch, and the only difference in the resulting .o files was in shifted line numbers in some assert() calls. The comparison of the .o files was based on the output of "objdump -D". Thanks to martin@ for the input on testing. 1.249 Wed Jan 24 13:08:15 GMT 2007 hubertf branches: 1.249.2; Remove duplicate #includes, patch contributed in private mail by Slava Semushin <slava.semushin@gmail.com>. To verify that no nasty side effects of duplicate includes (or their removal) have an effect here, I've compiled an i386/ALL kernel with and without the patch, and the only difference in the resulting .o files was in shifted line numbers in some assert() calls. The comparison of the .o files was based on the output of "objdump -D". Thanks to martin@ for the input on testing. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.249 Thu Jul 21 05:07:04 GMT 2016 dholland + PTO parent-teacher organization (also PTA) |
| /src/sys/dev/ic/ | ||
| H A D | wdc.c | 1.249 Fri Oct 19 00:00:04 GMT 2007 ad branches: 1.249.2; 1.249.8; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 1.249 Fri Oct 19 00:00:04 GMT 2007 ad branches: 1.249.2; 1.249.8; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 1.249 Fri Oct 19 00:00:04 GMT 2007 ad branches: 1.249.2; 1.249.8; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h |
| /src/sys/arch/sparc/conf/ | ||
| H A D | GENERIC | 1.249 Sat Sep 26 11:16:13 GMT 2015 maxv Remove KMEMSTATS. Normally it's ok now. |
Completed in 269 milliseconds