Searched hist:1.552 (Results 1 - 25 of 26) sorted by relevance
| /src/tests/usr.bin/xlint/lint1/ | ||
| H A D | msg_132_ilp32.c | 1.5 Tue Aug 08 20:15:11 GMT 2023 rillig lint: in -a mode, do not warn about integer conversions from 'int' Since tree.c 1.552 from 2023-07-08, lint warned about integer conversions from 'int' or 'unsigned int' to smaller integer types. This only affected 32-bit platforms where size_t is 'unsigned int' rather than 'unsigned long', as on these platforms, the integer ranks of 'int' and 'long' are the same, see INT_RANK in inittyp.c. Discovered by lib/libkvm, which fails on i386 when lint generates any warnings. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.577 Tue Aug 08 20:15:10 GMT 2023 rillig lint: in -a mode, do not warn about integer conversions from 'int' Since tree.c 1.552 from 2023-07-08, lint warned about integer conversions from 'int' or 'unsigned int' to smaller integer types. This only affected 32-bit platforms where size_t is 'unsigned int' rather than 'unsigned long', as on these platforms, the integer ranks of 'int' and 'long' are the same, see INT_RANK in inittyp.c. Discovered by lib/libkvm, which fails on i386 when lint generates any warnings. 1.552 Sat Jul 08 00:45:43 GMT 2023 rillig lint: warn about conversion from 128-bit to smaller integer types |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.552 Wed Mar 24 15:34:49 GMT 2004 atatat branches: 1.552.2; Tango on sysctl_createv() and flags. The flags have all been renamed, and sysctl_createv() now uses more arguments. 1.552 Wed Mar 24 15:34:49 GMT 2004 atatat branches: 1.552.2; Tango on sysctl_createv() and flags. The flags have all been renamed, and sysctl_createv() now uses more arguments. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.552 Thu Nov 21 18:46:40 GMT 2019 martin Add missing .bullet) and replace some versions (more todo later) |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.552 Sun Jun 06 23:01:05 GMT 2010 jakllsch Add Philips SA235 Digital Audio Player. This USB Mass Storage Class device stops responding after a SCSI PREVENT ALLOW MEDIUM REMOVAL command. |
| H A D | usbdevs.h | 1.552 Sat Jun 19 22:41:33 GMT 2010 kardel add Huawei E1750 Mobile Broadband HSPA USB Stick |
| H A D | usbdevs_data.h | 1.552 Thu Jun 17 23:22:50 GMT 2010 riz Regen. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.552 Thu May 08 05:31:16 GMT 2025 imil Rename BOOTCYCLETIME kernel option and subsequent files to BOOT_DURATION |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.552 Thu Dec 26 17:52:49 GMT 2019 msaitoh Add cas(4). |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.552 Sun Feb 20 08:31:46 GMT 2011 jruoho Split fujbp(4) and fujhk(4) to separate instances from fujitsu(4). Allows modularization and takes care of tsutsui@'s justified concern over the too generic name "fujitsu". Ok gsutre@. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.552 Mon Jul 14 06:52:40 GMT 2003 wiz regen (+MGA G550). |
| H A D | pcidevs_data.h | 1.552 Thu Jul 17 11:44:28 GMT 2003 hannken Add support for the BCM5705: - Only BCM5705M asic rev A1 was tested. Thanks to Bill Paul (wpaul@freebsd.org) for help and support. Approved by: Frank van der Linden <fvdl@netbsd.org> |
| H A D | pcidevs | 1.552 Mon Jul 14 08:00:43 GMT 2003 jmmv Add ATI Radeon 9200 chip. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.552 Sun Oct 31 11:52:51 GMT 2010 mbalmer Link Lua to the build and add the resulting files to the distribution sets. Document the addition of Lua and the change we made to the default settings. |
| H A D | mi | 1.552 Tue May 03 00:16:59 GMT 2005 lukem zoneinfo directories don't need MKSHARE=yes. Part of PR 29968 from Jukka Salmi. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.552 Mon Sep 10 19:09:28 GMT 2007 wiz heimdal-1.0.1 and texinfo-4.11 out. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.552 Mon Dec 27 21:21:17 GMT 2021 rillig make: rename local variables to be simpler No binary change. |
| H A D | parse.c | 1.552 Mon Mar 15 00:15:03 GMT 2021 rillig make: replace enum bit-field with struct bit-field for VarEvalFlags This makes the code easier to read, especially in var.c. It also makes debugging sessions easier since some debuggers don't show enum bit-fields symbolically as soon as more than one bit is set. The code outside var.c is basically unchanged, except that instead of passing the individual flags, there are 4 predefined evaluation modes. These suffice for all practical use cases. Only in the implementation deep inside var.c, the value of the flags keepDollar and keepUndef differs. There is no way of passing the struct to EnumFlags_ToString, which means the ToString function has to be spelled out explicitly. This allows for fine-tuning the representation in the debug log, to reduce the amount of uppercae letters. No functional change. |
| H A D | var.c | 1.552 Tue Sep 29 18:44:30 GMT 2020 rillig make(1): remove unused assignments to local variables These only became obvious once ApplyModifier had been extracted, which shrank the source code of ApplyModifiers by about 100 lines. Even GCC 5 had seen that they are redundant and had not generated any code for them. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.552 Thu Nov 16 10:40:29 GMT 2017 ozaki-r Bump kernel version for IFEF_MPSAFE Welcome to 8.99.7 |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.552 Sat Apr 05 18:41:19 GMT 2003 perry Add gentbi* PHYs I noted in reading the log for PR kern/20988 that they were missing XXX I'm not sure I got the name in the comment right, but if I don't XXX do this who will? |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.552 Sun Mar 09 13:50:58 GMT 2003 he Add entries related to the new Postfix program called ``proxymap''. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.552 Thu Jan 02 00:54:36 GMT 2014 tho Mark all _pic.a archive files with the 'picinstall' flag. This fixes checkflist with MKPICINSTALL=no. ok christos@. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.552 Tue Dec 23 02:54:11 GMT 2008 agc Put MKLVM in order in the list of variables |
| /src/sys/conf/ | ||
| H A D | files | 1.552 Wed Sep 25 22:27:38 GMT 2002 thorpej Garbage-collect the old rmap code. |
Completed in 1669 milliseconds