Searched hist:1.488 (Results 1 - 25 of 33) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.488 Thu Nov 29 21:08:19 GMT 2007 xtraeme branches: 1.488.2; 1.488.4; regen 1.488 Thu Nov 29 21:08:19 GMT 2007 xtraeme branches: 1.488.2; 1.488.4; regen 1.488 Thu Nov 29 21:08:19 GMT 2007 xtraeme branches: 1.488.2; 1.488.4; regen |
| H A D | usbdevs | 1.488 Thu Nov 29 18:38:22 GMT 2007 xtraeme Add support for Novatel Wireless HSDPA Modem to ugensa(4), patch from Marcin Michal Jessa... thanks. |
| H A D | usbdevs_data.h | 1.488 Thu Nov 29 18:38:43 GMT 2007 xtraeme regen |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.488 Wed Jun 13 03:28:36 GMT 2018 ozaki-r branches: 1.488.2; Retire fast_ipsec.4 We switched to Fast IPsec at NetBSD 6.0 and that's the IPsec implementation of us now. So we don't need to have a separate manual. Merge fast_ipsec.4 into ipsec.4 and remove fast_ipsec.4. 1.488 Wed Jun 13 03:28:36 GMT 2018 ozaki-r branches: 1.488.2; Retire fast_ipsec.4 We switched to Fast IPsec at NetBSD 6.0 and that's the IPsec implementation of us now. So we don't need to have a separate manual. Merge fast_ipsec.4 into ipsec.4 and remove fast_ipsec.4. |
| H A D | Makefile | 1.488 Thu Mar 12 00:16:16 GMT 2009 jmcneill Add altmem(4) man page. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.488 Mon Feb 03 19:37:42 GMT 2020 maya Remove more urio(4) traces. Pointed out by maxv, thanks. |
| H A D | GENERIC | 1.488 Thu Apr 25 00:54:54 GMT 2002 kleink Attach joy* at eso?. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.488 Tue Jul 31 07:49:45 GMT 2012 wen Added myself to the list of NetBSD Developers. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.488 Fri Oct 10 15:53:54 GMT 2025 christos Commit GSoC 2025 aio project by Ethan Miller: https://blog.netbsd.org/tnf/entry/gsoc2025_asynchronous_i_o_framework |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.488 Thu Feb 08 19:32:12 GMT 2024 rillig lint: clean up comments, add debug output for Bison |
| H A D | tree.c | 1.488 Sun Jan 08 18:29:21 GMT 2023 rillig lint: extract usual arithmetic conversions to separate function No functional change. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.488 Mon Dec 26 23:12:33 GMT 2016 pgoyette Add a BIOHIST option. As mentioned on tech-kern. |
| H A D | kern_exec.c | 1.488 Sun Jan 12 22:03:22 GMT 2020 ad A final set of scheduler tweaks: - Try hard to keep vfork() parent and child on the same CPU until execve(), failing that on the same core, but in all other cases scatter new LWPs among the different CPU packages, round robin, to try and get the best out of the available cache and bus bandwidth. - Remove attempts at balancing. Replace with a rate-limited skim of other CPU's run queues in sched_idle(), starting in the current package and moving outwards. Add a sysctl tunable to change the interval. - Make the cacheht_time tuneable take a milliseconds value. - It's possible to configure things such that there's no CPU allowed to run an LWP. Defeat this by always having a default: Reported-by: syzbot+46968944dd9359ab93bc@syzkaller.appspotmail.com Reported-by: syzbot+7f750a4cc230d1e831f9@syzkaller.appspotmail.com Reported-by: syzbot+88d7675158f5cb4684db@syzkaller.appspotmail.com Reported-by: syzbot+d409c2338150e9a8ae1e@syzkaller.appspotmail.com Reported-by: syzbot+e152dc5bff188f67358a@syzkaller.appspotmail.com |
| H A D | vfs_subr.c | 1.488 Tue May 26 18:38:37 GMT 2020 ad Make vcache_tryvget() lockless. Reviewed by hannken@. |
| /src/sys/net/ | ||
| H A D | if.c | 1.488 Thu Sep 16 20:17:47 GMT 2021 andvar fix various typos, mainly in comments. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.488 Sat Apr 07 19:39:19 GMT 2018 mrg actually do what the previous change said: don't turn on the new 'SPECTRE_V2_GCC_MITIGATION' option yet. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.488 Fri Nov 15 13:49:28 GMT 2002 ad Regen. |
| H A D | pcidevs_data.h | 1.488 Tue Nov 19 06:52:07 GMT 2002 bsh Regen. for additional vendor IDs for Samsung Electronics Co. Ltd. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.488 Fri Mar 07 16:41:21 GMT 2025 rillig make: prevent SIGPIPE for child processes in parallel mode Starting with job.c 1.198 from 2020-06-19, when one branch of a parallel build failed, make exited immediately without waiting until the child processes from the other branches had finished. As a consequence, the child processes faced a SIGPIPE when they tried to write to stdout. The call to Job_Wait is taken straight from Fatal, where it used to be called before the "die silently" execution path was introduced in 2020. |
| H A D | main.c | 1.488 Sun Nov 29 00:04:22 GMT 2020 rillig make(1): reduce memory allocation for targets This change moves the initialization and finalization of the list of targets to the same function. They had been split before. |
| H A D | parse.c | 1.488 Sat Dec 19 00:02:34 GMT 2020 rillig make(1): clean up another local variable in ParseGetLine |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.488 Fri Oct 04 19:27:05 GMT 2002 junyoung Don't init IDT twice. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.488 Thu Sep 03 15:35:59 GMT 2009 pooka Build & install rumpdev, a device component for rump. It currently supports autoconf and is required for example by pseudo-device rump components. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.488 Mon Dec 04 08:30:22 GMT 2006 wiz libevent-1.2a out. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.488 Mon Nov 30 22:47:19 GMT 2015 pgoyette Make the list of syscalls which can trigger a module autoload an attribute of each emulation, rather than having a single global list which applies only to the default emulation. This changes 'struct emul' so Welcome to 7.99.23 ! |
Completed in 1171 milliseconds