Searched hist:1.453 (Results 1 - 25 of 37) sorted by relevance
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.453 Fri Dec 27 09:41:50 GMT 2019 msaitoh branches: 1.453.2; s/transfered/transferred/ 1.453 Fri Dec 27 09:41:50 GMT 2019 msaitoh branches: 1.453.2; s/transfered/transferred/ |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.453 Sun Aug 12 08:35:31 GMT 2001 jdolecek branches: 1.453.2; Move _insque()/_remque() to libkern. Once remaining uses would be converted to <sys/queue.h> macros, _insque()/_remque() would be eliminated altogether. 1.453 Sun Aug 12 08:35:31 GMT 2001 jdolecek branches: 1.453.2; Move _insque()/_remque() to libkern. Once remaining uses would be converted to <sys/queue.h> macros, _insque()/_remque() would be eliminated altogether. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.453 Sat Sep 22 00:19:11 GMT 2018 maxv Remove ifpci(4). It is part of ISDN, which we are retiring. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.453 Sat Dec 05 16:29:10 GMT 2009 pooka Remove support for NetBSD/playstation2. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.453 Sat Nov 02 22:02:38 GMT 2024 christos make zstd a private library (for now) |
| /src/etc/ | ||
| H A D | Makefile | 1.453 Mon Dec 20 14:41:26 GMT 2021 christos PR/55557: Andreas Gustafsson" Introduce a new variable MKDEBUGKERNEL which as the name implies, includes a netbsd.gdb inside each kernel set: $ tar -tzvf kern-GENERIC.tgz -rwxr-xr-x 0 root wheel 29398264 Dec 19 12:50 ./netbsd -rwxr-xr-x 0 root wheel 208125880 Dec 19 12:50 ./netbsd.gdb |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.453 Sat Oct 31 22:43:01 GMT 2020 uwe Install ddb(9). Xref it from ddb(4). |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.453 Sat Nov 02 22:02:39 GMT 2024 christos make zstd a private library (for now) |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.453 Tue Nov 22 04:55:10 GMT 2016 mrg document NFS_BOOT_TCP option. |
| H A D | Makefile | 1.453 Wed Dec 12 20:26:24 GMT 2007 xtraeme Rename battery(4) to battery_pmu(4), because at least we know that is only specific to pmu. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.453 Fri Feb 02 09:39:24 GMT 2007 is Only the SigmaTel 4220 is _very_ fast |
| H A D | usbdevs.h | 1.453 Mon Jan 22 19:40:21 GMT 2007 ghen Regen. |
| H A D | usbdevs_data.h | 1.453 Sun Jan 21 07:12:50 GMT 2007 apb Regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.453 Tue Jul 11 20:54:23 GMT 2023 rillig lint: update wording in diagnostic for C99 |
| H A D | tree.c | 1.453 Wed Jun 15 18:29:21 GMT 2022 rillig lint: rename mod_t.m_requires_bool to m_compares_with_zero The operators NOT, LOGAND, LOGOR and QUEST only require _Bool in strict bool mode, in default mode they accept any scalar expression and compare it with zero. The new names are more accurate. No functional change. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.453 Wed Aug 28 00:50:18 GMT 2013 riastradh Tighten initialization of rnd softints. - Do rnd_init_softint as early as possible in main, after configure2, and before networking is initialized. - Initialize the rnd_wakeup softint in rnd_init_softint, not lazily in rnd_schedule_wakeup. ok tls |
| H A D | kern_exec.c | 1.453 Mon Nov 13 22:01:45 GMT 2017 christos grab a copy of the absolute pathbuf, before namei() munges it. |
| H A D | vfs_subr.c | 1.453 Mon Jan 02 10:33:28 GMT 2017 hannken Rename vget() to vcache_vget() and vcache_tryvget() respectively and move the definitions to sys/vnode_impl.h. No functional change intended. Welcome to 7.99.54 |
| /src/sys/net/ | ||
| H A D | if.c | 1.453 Fri May 17 03:34:26 GMT 2019 ozaki-r Implement an aggressive psref leak detector It is yet another psref leak detector that enables to tell where a leak occurs while a simpler version that is already committed just tells an occurrence of a leak. Investigating of psref leaks is hard because once a leak occurs a percpu list of psref that tracks references can be corrupted. A reference to a tracking object is memorized in the list via an intermediate object (struct psref) that is normally allocated on a stack of a thread. Thus, the intermediate object can be overwritten on a leak resulting in corruption of the list. The tracker makes a shadow entry to an intermediate object and stores some hints into it (currently it's a caller address of psref_acquire). We can detect a leak by checking the entries on certain points where any references should be released such as the return point of syscalls and the end of each softint handler. The feature is expensive and enabled only if the kernel is built with PSREF_DEBUG. Proposed on tech-kern |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.453 Sun Feb 26 00:21:14 GMT 2017 maya Remove commented DISKLABEL_EI for strictly little endian architectures It will never be useful. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.453 Fri Jul 05 14:03:33 GMT 2002 enami Regen. |
| H A D | pcidevs_data.h | 1.453 Tue Jul 09 19:43:58 GMT 2002 thorpej Regen: Clean up Intel i8254x product names, and add i82540, i82545, and i82546 product IDs. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.453 Sat May 07 08:01:20 GMT 2022 rillig make: rename Compat_Run to Compat_MakeAll No functional change. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.453 Thu Nov 20 23:50:09 GMT 2008 matt Add new ptree (Patricia / RADIX tree) implementation to NetBSD. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.453 Thu Jul 20 00:06:21 GMT 2006 rpaulo We now have postfix 2.3.0. :-) |
Completed in 813 milliseconds