Searched hist:1.473 (Results 1 - 25 of 36) sorted by relevance
| /src/etc/ | ||
| H A D | Makefile | 1.473 Sun Jun 23 00:37:12 GMT 2024 mrg branches: 1.473.2; allow XZ_OPT to be overriden. -9 is slow when doing this a lot. 1.473 Sun Jun 23 00:37:12 GMT 2024 mrg branches: 1.473.2; allow XZ_OPT to be overriden. -9 is slow when doing this a lot. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.474 Fri Jun 22 16:37:46 GMT 2007 itohy Regen from usbdevs rev 1.473. 1.473 Mon Jun 18 00:24:48 GMT 2007 dsainty Regen. |
| H A D | usbdevs_data.h | 1.475 Fri Jun 22 16:37:46 GMT 2007 itohy Regen from usbdevs rev 1.473. 1.473 Sat Jun 16 09:43:36 GMT 2007 dsainty Regen. |
| H A D | usbdevs | 1.473 Fri Jun 22 16:32:38 GMT 2007 itohy Sort. Remove duplicate. |
| /src/sys/net/ | ||
| H A D | if.c | 1.473 Fri Feb 21 00:26:23 GMT 2020 joerg branches: 1.473.4; Explicitly cast pointers to uintptr_t before casting to enums. They are not necessarily the same size. Don't cast pointers to bool, check for NULL instead. 1.473 Fri Feb 21 00:26:23 GMT 2020 joerg branches: 1.473.4; Explicitly cast pointers to uintptr_t before casting to enums. They are not necessarily the same size. Don't cast pointers to bool, check for NULL instead. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.473 Thu Feb 27 01:34:43 GMT 2025 jakllsch Ensure dsa_firstaligned returned from DIOCGSECTORALIGN is actually the first |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.473 Wed Oct 30 00:06:25 GMT 2019 msaitoh Add jmphy(4) from OpenBSD. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.473 Mon Mar 28 18:48:21 GMT 2011 para Added myself. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.473 Sat Apr 05 13:13:33 GMT 2025 riastradh t_compat_cancel: Update set lists. PR lib/59240: POSIX.1-2024: cancellation point audit PR lib/59247: pthread_cancelstub.c is inadequately tested |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.473 Mon Aug 05 13:02:46 GMT 2024 christos Add a man page for acct_process to be referenced from acct.5 |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.473 Wed Sep 13 08:26:38 GMT 2017 wiz Improve wording. |
| H A D | Makefile | 1.473 Tue Sep 09 01:16:03 GMT 2008 jmcneill uvideo(4) man page |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.473 Thu Sep 14 21:53:02 GMT 2023 rillig lint: fix wording of diagnostics about 'C99 extension' The term 'extension' means an extension to a C standard. C99 by itself is not an extension but a revision of the C standard. |
| H A D | tree.c | 1.473 Fri Jul 08 20:27:36 GMT 2022 rillig lint: fix query for redundant cast before assignment Previously, 'i = (int)dbl' was marked as redundant, even though it performs a value conversion. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.473 Fri Nov 06 02:26:42 GMT 2015 pgoyette In sysv_sem.c, defer establishment of exithook so we can initialize the module code from module_init() rather than waiting until after calling exec_init(). Use a RUN_ONCE routine at entry to each sys_sem* syscall to establish the exithook, and no longer KASSERT that the hook has been set before removing it. (A manually loaded module can be unloaded before any syscalls have been invoked.) Remove the conditional calls to the various xxx_init() routines from init_main.c - we now rely on module_init() to handle initialization. Let each sub-component's xxx_init() routine handle its own sysctl sub-tree initialization; this removes another set of #ifdef ugliness. Tested both built-in and loadable versions and verified that atf test kernel/t_sysv passes. |
| H A D | kern_exec.c | 1.473 Wed Jun 26 00:30:39 GMT 2019 christos whitespace around operators |
| H A D | vfs_subr.c | 1.473 Fri Nov 15 15:51:57 GMT 2019 maxv NULL-check the structure pointer, not the address of its first field. This is clearer and also appeases syzbot. Reported-by: syzbot+d27bc1be926b3641c0ad@syzkaller.appspotmail.com |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.473 Tue Dec 05 21:00:26 GMT 2017 dholland Add missing wsbell, commented out with a note that it's apparently only a module by default. This way people making their own configs have half a prayer of realizing they might need to turn it on, instead of just not getting beeps any more for no clear reason. XXX: Wasn't the agreement after the last round of module flamage that XXX: things shouldn't be module-only in GENERIC? |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.473 Thu Sep 19 18:53:00 GMT 2002 nathanw Regen. |
| H A D | pcidevs_data.h | 1.473 Tue Sep 24 09:25:48 GMT 2002 pooka regen |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.473 Sat May 25 21:07:48 GMT 2024 rillig make: fix memory leak for command strings |
| H A D | main.c | 1.473 Sun Nov 15 09:38:44 GMT 2020 rillig make(1): clean up getTmpdir Reduce indentation, structure code into paragraphs. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.473 Tue Jun 18 07:56:13 GMT 2002 tshiozak add MD support for ACPI sleep/wakeup. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.473 Wed May 13 02:50:31 GMT 2009 pgoyette Implement snprintb_m(3) to provide multi-line bit/bit-field decode. Discussed on tech-kern. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.473 Sun Oct 22 21:26:54 GMT 2006 tls For GDB, note the necessity of testing target kcore and options KGDB. |
Completed in 866 milliseconds