Searched hist:1.562 (Results 1 - 25 of 25) sorted by relevance
| /src/sys/kern/ | ||
| H A D | vfs_syscalls.c | 1.562 Sat Jun 29 13:31:07 GMT 2024 christos branches: 1.562.2; Ignore the file descriptor argument for absolute pathnames, per posix eg: https://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html 1.562 Sat Jun 29 13:31:07 GMT 2024 christos branches: 1.562.2; Ignore the file descriptor argument for absolute pathnames, per posix eg: https://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.562 Tue Nov 30 11:28:44 GMT 2010 phx regen 1.555 Sat Sep 25 15:30:30 GMT 2010 tsutsui Regen from usbdevs rev 1.562: > Add support for I/O DATA ETX-US2. |
| H A D | usbdevs_data.h | 1.562 Thu Nov 25 14:16:55 GMT 2010 sborrill regen 1.556 Sat Sep 25 15:30:30 GMT 2010 tsutsui Regen from usbdevs rev 1.562: > Add support for I/O DATA ETX-US2. |
| H A D | usbdevs | 1.562 Sat Sep 25 15:29:40 GMT 2010 tsutsui Add support for I/O DATA ETX-US2. Patch from PR kern/43040. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.562 Thu Jan 23 23:56:07 GMT 2020 uwe Override HTML <title> to something more informative. Requested by martin@ |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.562 Sun Feb 09 16:06:18 GMT 2020 jmcneill Retire azalia(4). |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.562 Wed Jul 20 20:51:12 GMT 2011 jakllsch Add urndis(4) manual page. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.562 Fri Aug 01 11:55:42 GMT 2003 wiz regen (avoid duplicate definition, PR 22331) |
| H A D | pcidevs_data.h | 1.562 Thu Aug 14 23:39:47 GMT 2003 itojun regen |
| H A D | pcidevs | 1.562 Thu Aug 07 05:35:04 GMT 2003 wiz Fix ID of Radeon 9100 Secondary; noted by Quentin Garnier. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.562 Thu Jul 13 06:41:27 GMT 2023 rillig lint: clean up code related to lint comments Remove type information from variable names, as the word 'flag' did not indicate that the variables were negated. Remove contradicting comments. Suppressing a warning for 'this line', 'this and the following line' and 'this statement or declaration' cannot all be accurate at the same time. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.562 Mon Apr 25 15:02:05 GMT 2005 lukem Move the MI printing of `copyright' to the MD cpu_startup() code where the printing of `version' is already performed. This has the benefit of allowing the copyright to be available via dmesg(8) on platforms which need the `msgbuf' to be setup in cpu_startup() before printed output is remembered. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.562 Tue Dec 07 21:40:08 GMT 2010 pooka +rumpdev_drvctl |
| H A D | mi | 1.562 Mon Jul 25 18:34:38 GMT 2005 hubertf Fix paths of vndcompress (binary and manpages+category) |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.562 Fri Nov 02 03:40:52 GMT 2007 itohy Update root.cache to 2007110100 (Nov 01, 2007). |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.562 Tue Dec 28 21:56:13 GMT 2021 rillig make: fix double-free in CLEANUP mode (since 2021.12.27.23.11.55) When make is run without the '-f' option, it searches for the files 'makefile' and 'Makefile' in the current directory. The function ReadFirstDefaultMakefile allocated memory for these filenames, added the filenames to opts.makefiles and then freed the memory. From that moment, opts.makefiles contained dangling pointers. The function main_CleanUp cleans the list, but only if make is compiled with -DCLEANUP. Since main.c 1.557 from 2021.12.27.23.11.55, the strings in opts.makefiles are freed as well, before that, only the list nodes were freed. Freeing the strings led to the double-free. Fix this bug by using a separate list for these short-lived strings. At the point where ReadFirstDefaultMakefile is called, opts.makefiles is not used anymore, therefore there are no side effects. To reproduce, run 'make test-coverage', which compiles with -DCLEANUP. The test opt-chdir failed with a segmentation fault in main_Cleanup. This test may be the only one that doesn't use the option '-f'. |
| H A D | parse.c | 1.562 Sat Aug 14 13:37:55 GMT 2021 rillig make: rename ParseMark to be more expressive No functional change. |
| H A D | var.c | 1.562 Sat Oct 03 00:51:49 GMT 2020 rillig make(1): extract ApplyModifier_Literal into separate function |
| /src/sys/sys/ | ||
| H A D | param.h | 1.562 Wed May 09 19:55:35 GMT 2018 kre Cause a process's user and system times to become non-decreasing. This alters the invented values (ie: statistically calculated) that are returned - for small values, the values are likely going to be different than they were, but that's largely nonsense anyway (except that the sum of utime & stime does equal cpu time consumed by the process). Once the values get large enough to be meaningful the difference made by this change will be in the noise, and irrelevant. This needs a couple of additions to struct proc, so we are now into 8.99.17 |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.562 Sat Jun 28 14:20:53 GMT 2003 darrenr Pass lwp pointers throughtout the kernel, as required, so that the lwpid can be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed. Bump the kernel rev up to 1.6V |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.562 Thu Apr 17 20:53:43 GMT 2003 tron Forgot "./usr/share/man/cat8/wizd.0" in last commit. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.562 Tue Feb 04 08:08:59 GMT 2014 njoly Handle another declaration after statement case for lint in c99 mode. Add the corresponding testcase. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.562 Fri May 01 20:47:53 GMT 2009 apb Switch from sha1 to sha256 in the METALOG. The same information also ends up in /etc/mtree/set.* after installation. |
| /src/sys/conf/ | ||
| H A D | files | 1.562 Thu Oct 10 22:10:52 GMT 2002 thorpej Move netatalk config defns to netatalk/files.netatalk. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.562 Tue Apr 22 20:35:21 GMT 2003 elric Turn on the building and installing of libbsdmalloc. |
Completed in 1567 milliseconds