Searched hist:1.527 (Results 1 - 25 of 29) sorted by relevance
| /src/distrib/notes/common/ | ||
| H A D | main | 1.527 Tue May 03 13:43:11 GMT 2016 kre Correct spelling of NetBSD in my entry (pointed out by leot@ - thanks) |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.527 Sun Sep 03 19:38:58 GMT 2023 andvar config(5): enable NTP option implicitly when PPS_SYNC option is enabled. PPS_SYNC requires NTP, but some code blocks are ifdef'ed without it, thus allowing an attempt to build kernel with PPS_SYNC, and without NTP (and it almost builds with one line change). Update options(4) man page to reflect the change. Solution suggested by riastradh. |
| H A D | Makefile | 1.527 Tue Oct 12 23:01:55 GMT 2010 gsutre Add acpivga(4). |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.527 Mon May 25 11:35:10 GMT 2009 nisimura add VID 0x6011 for FT4232H quad channel chip. |
| H A D | usbdevs.h | 1.527 Mon Sep 28 10:18:04 GMT 2009 pooka regen |
| H A D | usbdevs_data.h | 1.527 Sun Aug 02 20:53:41 GMT 2009 tshiozak regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.527 Thu May 15 21:15:31 GMT 2025 rillig lint: handle __attribute__ at the beginning of a declaration |
| H A D | tree.c | 1.527 Fri Jun 09 15:36:31 GMT 2023 rillig lint: miscellaneous clean-ups No binary change, except for line numbers in assertions. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.527 Thu Jun 11 19:20:46 GMT 2020 ad uvm_availmem(): give it a boolean argument to specify whether a recent cached value will do, or if the very latest total must be fetched. It can be called thousands of times a second and fetching the totals impacts not only the calling LWP but other CPUs doing unrelated activity in the VM system. |
| H A D | kern_exec.c | 1.527 Sat Apr 26 21:17:42 GMT 2025 joe avoid possible use of uninitilaized error reviewed by christos@ |
| /src/sys/net/ | ||
| H A D | if.c | 1.527 Mon Oct 24 08:11:25 GMT 2022 msaitoh Make ifq_drops in struct ifqueue and struct ifaltq 64 bit. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.527 Mon May 06 02:24:37 GMT 2019 sevan Use filesystems.config to reduce duplication |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.527 Tue Apr 15 21:43:56 GMT 2003 rjs Regen. |
| H A D | pcidevs_data.h | 1.527 Tue Apr 22 20:53:11 GMT 2003 fvdl Regenerated after AMD 8131 additions. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.527 Mon Jul 28 10:28:30 GMT 2003 mrg add another cast to appease gcc3.3 |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.527 Mon Mar 22 00:27:46 GMT 2010 pooka Add rumpdev_ubt and rumpnet_netbt components. |
| H A D | mi | 1.527 Sat Feb 19 21:43:19 GMT 2005 thorpej Add new racoon roadwarrior example directories. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.527 Thu May 17 08:49:38 GMT 2007 wiz gcc-4.2.0 out. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.527 Wed Feb 03 08:00:36 GMT 2021 rillig make: use shortcut functions Global_SetExpand and Global_AppendExpand There are many places where global variables are set or appended to. To reduce clutter and code size, encode the VAR_GLOBAL in the function name. The word Expand in the function names says that the variable name is expanded. In most of the cases, this is not necessary, but there are no corresponding functions Global_Set or Global_Append yet. Encoding the information whether the name is expanded or not in the function name will make inconsistencies obvious in future manual code reviews. Letting the compiler check this by using different types for unexpanded and expanded variable names is probably not worth the effort. There are still a few bugs to be fixed, such as in SetVar, which expands the variable name twice in a row. |
| H A D | parse.c | 1.527 Thu Jan 21 14:30:01 GMT 2021 rillig make(1): merge duplicate code in Parse_MainName |
| /src/sys/sys/ | ||
| H A D | param.h | 1.527 Fri Feb 17 08:32:04 GMT 2017 hannken Welcome to 7.99.60 |
| /src/sys/conf/ | ||
| H A D | files | 1.527 Thu May 09 15:44:44 GMT 2002 thorpej branches: 1.527.2; Move code shared by procfs and the kernel proper out of procfs and into the kernel proper (renaming functions from procfs_* to process_*). 1.527 Thu May 09 15:44:44 GMT 2002 thorpej branches: 1.527.2; Move code shared by procfs and the kernel proper out of procfs and into the kernel proper (renaming functions from procfs_* to process_*). |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.527 Wed Dec 04 23:44:12 GMT 2002 david Include cbb, and its cardslot and pcmcia children. Needed by some wi cards. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.527 Mon Nov 11 22:35:04 GMT 2002 wiz Add mtd(4). |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.527 Thu Feb 28 21:54:09 GMT 2013 christos Locale I/O tests. |
Completed in 1433 milliseconds