| Home | Sort by: relevance | last modified time | path |
1 2
| /src/sys/sys/ | |
| param.h | 1.599 Wed Jul 17 03:30:31 UTC 2019 msaitoh branches: 1.599.2; Implemet VLAN hardware filter function (struct ethercom change). Welcome to 8.99.51. Wed Jul 17 03:30:31 UTC 2019 msaitoh branches: 1.599.2; Implemet VLAN hardware filter function (struct ethercom change). Welcome to 8.99.51. 1.599.2.15 Sun Apr 28 10:11:21 UTC 2024 martin Welcome to 9.4_STABLE 1.599.2.14 Sat Apr 20 13:32:21 UTC 2024 martin Welcome to NetBSD 9.4 1.599.2.13 Mon Aug 08 16:51:35 UTC 2022 martin Welcome to 9.3_STABLE 1.599.2.12 Thu Aug 04 15:30:36 UTC 2022 martin Welcome to 9.3! 1.599.2.11 Mon May 17 15:46:21 UTC 2021 martin Welcome to 9.2_STABLE! 1.599.2.10 Wed May 12 13:15:54 UTC 2021 martin Welcome to NetBSD 9.2! 1.599.2.9 Sat Nov 14 15:36:11 UTC 2020 martin Pull up following revision(s) (requested by fair in ticket #1130): sys/sys/param.h: revision 1.679 sys/conf/param.c: revision 1.69 sys/kern/init_main.c: revision 1.533 Set a better default for MAXFILES on larger RAM machines if not otherwise specified the kernel config file. Arbitary numbers are 20,000 files for 16GB RAM or more and 10,000 files for 1GB RAM or more. TODO: Adjust this and other values totally dynamically. 1.599.2.8 Thu Oct 22 11:21:41 UTC 2020 martin Welcome to 9.1_STABLE |
| /src/sys/arch/amd64/conf/ | |
| GENERIC | 1.599 Thu Sep 29 10:10:05 UTC 2022 riastradh branches: 1.599.4; swwdog(4): Add to GENERIC kernels. Plus a handful of others that I'm familiar with. Lots of special- purpose kernels should probably have this too but I'm not going through all the arm, mips, and ppc evaluation board kernels to see which ones are relevant. Omitted from systems I know to be very small: - sun2/GENERIC - dreamcast/GENERIC Feel free to remove it from others that need to be kept smaller. Compile-tested a few of these just in case: - alpha/GENERIC - amd64/GENERIC - evbmips/OCTEON - i386/GENERIC - riscv/GENERIC PR kern/29702 Thu Sep 29 10:10:05 UTC 2022 riastradh branches: 1.599.4; swwdog(4): Add to GENERIC kernels. Plus a handful of others that I'm familiar with. Lots of special- purpose kernels should probably have this too but I'm not going through all the arm, mips, and ppc evaluation board kernels to see which ones are relevant. Omitted from systems I know to be very small: - sun2/GENERIC - dreamcast/GENERIC Feel free to remove it from others that need to be kept smaller. Compile-tested a few of these just in case: - alpha/GENERIC - amd64/GENERIC - evbmips/OCTEON - i386/GENERIC - riscv/GENERIC PR kern/29702 1.599.4.8 Fri Aug 08 14:21:39 UTC 2025 martin Pull up following revision(s) (requested by skrll in ticket #1148): sys/arch/evbarm/conf/GENERIC64: revision 1.227 sys/dev/pci/files.pci: revision 1.451 sys/dev/pci/pvscsi.c: revision 1.1 sys/dev/pci/pvscsi.c: revision 1.2 sys/dev/pci/pvscsi.h: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.617 Add a port of the FreeBSD driver for the VMware PV SCSI controller found in VMware's ESXi product. Tested on ESXi/Arm such that an installation from ISO succeeds and boots. Add the barrier that a comment describes. 1.599.4.7 Wed Oct 09 13:25:12 UTC 2024 martin Pull up following revision(s) (requested by riastradh in ticket #939): distrib/sets/lists/debug/module.md.amd64: revision 1.18 sys/modules/Makefile: revision 1.292 lib/libc/gen/arc4random.c: revision 1.34 lib/libc/gen/arc4random.c: revision 1.35 lib/libc/gen/arc4random.c: revision 1.36 lib/libc/gen/arc4random.c: revision 1.37 sys/kern/kern_entropy.c: revision 1.70 lib/libc/gen/arc4random.c: revision 1.38 sys/kern/kern_entropy.c: revision 1.71 lib/libc/gen/getentropy.3: revision 1.8 distrib/sets/lists/modules/md.amd64: revision 1.103 share/man/man4/rnd.4: revision 1.42 share/man/man4/rnd.4: revision 1.44 lib/libc/include/arc4random.h: revision 1.1 distrib/sets/lists/man/mi: revision 1.1786 sys/arch/i386/conf/GENERIC: revision 1.1258 sys/modules/acpivmgenid/acpivmgenid.ioconf: revision 1.1 sys/arch/amd64/conf/ALL: revision 1.190 distrib/sets/lists/debug/mi: revision 1.446 sys/arch/i386/conf/ALL: revision 1.521 lib/libc/gen/Makefile.inc: revision 1.219 distrib/sets/lists/debug/module.md.i386: revision 1.12 sys/dev/acpi/acpi_vmgenid.c: revision 1.1 sys/dev/acpi/acpi_vmgenid.c: revision 1.2 lib/libc/include/reentrant.h: revision 1.22 sys/arch/evbarm/conf/GENERIC64: revision 1.219 share/man/man4/Makefile: revision 1.735 distrib/sets/lists/modules/md.i386: revision 1.100 distrib/sets/lists/tests/mi: revision 1.1334 lib/libc/gen/arc4random.3: revision 1.22 sys/dev/acpi/files.acpi: revision 1.133 lib/libc/gen/arc4random.3: revision 1.23 tests/lib/libc/gen/t_arc4random.c: revision 1.1 sys/sys/entropy.h: revision 1.6 sys/arch/amd64/conf/GENERIC: revision 1.614 sys/modules/acpivmgenid/Makefile: revision 1.1 share/man/man4/acpivmgenid.4: revision 1.1 lib/libc/gen/Makefile.inc: revision 1.220 tests/lib/libc/gen/Makefile: revision 1.56 share/man/man4/acpivmgenid.4: revision 1.2 share/man/man4/acpivmgenid.4: revision 1.3 (all via patch) Catch up with all the lint warnings since exit on warning was disabled. Disable 'missing header declaration' and 'nested extern' warnings for now. acpivmgenid(4): New driver for virtual machine generation ID. Added to amd64/ALL and i386/ALL kernel configurations, and made available as a loadable module acpivmgenid.kmod on x86, for now. TBD: Add to all ACPI-supporting GENERIC kernels. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork entropy(9): Factor out subroutines to reset and gather entropy. `Reset' means we keep the data in the pool, but assume it had zero entropy. `Gather' means we request samples from all on-demand sources and wait for the synchronous ones to complete. No functional change intended, other than to expose new symbols -- just preparation to expose these to acpivmgenid(4), so it can use these when the VM host notifies us that we, the guest, have been cloned. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork acpivmgenid(4): Reset and gather entropy on VM clone notification. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork arc4random(3): Reseed if system entropy epoch changes. This can happen, for example, if the system is a VM instance, and the VM is cloned. This incurs the cost of a system call on every arc4random call, which is unfortunate, but 1. we don't currently have a (machine-independent) mechanism for exposing a read-only page to userland shared by the kernel to enable a cheaper access path to the entropy epoch; and 2. the algorithm here -- a simple application of ChaCha -- is likely also a bottleneck and could be much cheaper by (a) using sys/crypto/chacha for machine-dependent vectorized ChaCha code, and (b) filling a buffer (somewhere between a cipher block and a page) in a batch at a time, instead of running ChaCha to generate only 32 bytes at a time. So although this might be a performance hit, the security benefit is worthwhile and we have a clear path to do better than reversing the performance hit later. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork acpivmgenid(4): Nix BUGS that have been squashed. Reference kern.entropy.epoch for the remaining bug (which is a performance issue, not a security issue). PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork entropy(9): Allow unprivileged reads of sysctl kern.entropy.epoch. Applications need this in order to know when to reseed. (We should also expose it through a page shared read-only with userland for cheaper access, but until we do, let's let applications get at it through sysctl.) PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork arc4random.c: Fix test program. This isn't wired up anywhere, but let's reduce the bitrot. It was helpful in reminding me that kern.entropy.epoch was, for reasons I can't remember, restricted to privileged access. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork amd64, evbarm, i386: Add acpivmgenid(4) to GENERIC. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork rnd(4): Document kern.entropy.epoch is unprivileged and elaborate. Cross-reference acpivmgenid(4). PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork arc4random(3): Note that arc4random respects kern.entropy.epoch. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork Add debug info for new acpivmgenid module arc4random(3): Add automatic tests. This verifies that: - arc4random zeroes its state and reseeds itself on fork - arc4random reseeds itself on entropy consolidation (e.g., VM clone) - arc4random falls back to global state if it can't allocate local state because address space limits cause mmap to fail NOTE: This adds a new libc symbol __arc4random_global, but it's in the reserved namespace and only used by t_arc4random, so no libc minor bump. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork getentropy(3): Note intent to reseed on VM clone, and caveats. Tidy markup and pacify some mandoc -Tlint complaints while here. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork Bump dates on man pages recently updated to mention VM clones. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork arc4random(3): Pacify some of lint's complaints. PR kern/58632: getentropy(2) and arc4random(3) do not reseed on VM fork arc4random: suppress another lint warning 1.599.4.6 Thu Jun 20 11:00:07 UTC 2024 martin Pull up following revision(s) (requested by andvar in ticket #700): sys/arch/i386/conf/GENERIC: revision 1.1256 share/man/man4/man4.x86/viac7temp.4: revision 1.1 sys/arch/x86/x86/viac7temp.c: revision 1.11 share/man/man4/man4.x86/Makefile: revision 1.24 share/man/man4/man4.i386/viac7temp.4: file removal share/man/man4/man4.i386/Makefile: revision 1.81 distrib/sets/lists/man/mi: revision 1.1773 sys/arch/amd64/conf/GENERIC: revision 1.612 sys/arch/amd64/conf/ALL: revision 1.188 sys/arch/i386/conf/ALL: revision 1.519 viac7temp(4): rewrite temperature sensor to read value from MSR instead of using documented cpuid instruction and eax register. This approach is adapted from linux via-cputemp.c, no official documentation is currently available. However, msr value seems to work on all tested CPUs while documented cpuid instruction typically reports 0, even for my C7-D CPU. msr value seems to have temperature in Celsius in lower 24-bits without fraction (thus "msr & 0xffffff;" is used). Tested on my personal systems based on CPUs below (i386 and amd64): C7-D 1.6GHz (i386 only), Nano X2 L4350E, Nano X2 U4300, U2300 Nano, KX-U6580. Also got one response via email which was based on Nano X2 L4050 (VE-900). Nano reports independent values for each core. KX-U6580 seems to show the same value for all cores but more testing is needed. Since it works on amd64 capable CPUs, adding driver to GENERIC kernel config. Also moving viac7temp man page to x86 instead of i386 (with updates). In theory the change should add support for all VIA Nano CPUs and Zhaoxin CPUs at least up to KX-6000(G) series. In the future I may need to introduce amd64 kernel module as well. Patch mainly reviewed by riastradh. 1.599.4.5 Fri Nov 03 08:56:36 UTC 2023 martin Pull up following revision(s) (requested by msaitoh in ticket #446): sys/dev/pci/if_eqos_pci.c: revision 1.3 sys/arch/i386/conf/GENERIC: revision 1.1251 sys/arch/i386/conf/GENERIC: revision 1.1252 sys/arch/amd64/conf/GENERIC: revision 1.607 sys/arch/amd64/conf/GENERIC: revision 1.608 sys/dev/ic/dwc_eqos.c: revision 1.20 sys/dev/ic/dwc_eqos.c: revision 1.21 share/man/man4/eqos.4: revision 1.2 sys/dev/ic/dwc_eqos.c: revision 1.22 sys/dev/ic/dwc_eqos_reg.h: revision 1.7 sys/dev/ic/dwc_eqos.c: revision 1.23 sys/dev/ic/dwc_eqos_reg.h: revision 1.8 sys/dev/ic/dwc_eqos.c: revision 1.24 sys/dev/ic/dwc_eqos.c: revision 1.25 sys/dev/ic/dwc_eqos.c: revision 1.26 sys/dev/ic/dwc_eqos.c: revision 1.27 sys/dev/ic/dwc_eqos_var.h: revision 1.5 sys/dev/ic/dwc_eqos.c: revision 1.28 sys/dev/ic/dwc_eqos_var.h: revision 1.6 sys/dev/ic/dwc_eqos.c: revision 1.29 sys/dev/ic/dwc_eqos.c: revision 1.18 sys/dev/ic/dwc_eqos.c: revision 1.19 sys/dev/pci/files.pci: revision 1.448 sys/dev/pci/if_eqos_pci.c: revision 1.1 sys/dev/pci/if_eqos_pci.c: revision 1.2 eqos(4): Fix definition of GMAC_MAC_HW_FEATURE1_RXFIFOSIZE. eqos(4): Fix a bug that the MAC address is swapped. Don't swap the MAC address in eqos_get_eaddr(). Other OSes except FreeBSD (which was based on NetBSD's) don't swap it. With this change, my own OnLogic Helix 330's MAC address becomes correct. The OUI is 84:8b:cd:4d. It's owned by Logic Supply and they were acquired by OnLogic. On Quartz64 with UEFI, the MAC address is wrongly set and the multicast bit might be set. To do workaround, clear the bit if it's set. eqos(4): Add missing clock range. eqos(4): Accept if snpsver == 0x52. Tested with Intel Elkhart Lake. TODO: Multiqueue support. Add watchdog timer. Add detach function. eqos(4): Add initial support for Intel Elkhart Lake internal Ethernet devices. - Only tested on PSE SGMII 1G Ethernet MAC with MaxLinear GPY115. - I don't know why dmat64 doesn't work. eqos_attach() have a special code if EQOS_HW_FEATURE_ADDR64_32BIT(sc) is true, but it seems it doesn't work. - TODO: Multiqueue support. Detach support. eqos(4): Fix compile error for arch that sizeof(bus_size_t) == 4 (i386). Trailing whitespace eqos(4): Disable eqos(4) by default because it's not stable on x86. eqos(4): KNF. No functional change. eqos(4): Add and modify some DPRINTF()s. eqos(4): Add sysctls for debugging. eqos(4): Use EQOS_TXLOCK() more to be stable. Fix a bug that sc_tx.{cur,next,queued} become inconsitent. Use txlock when accessing TX data. eqos(4): Set TX/RX DMA burst length to improve performance. eqos(4): Set flow control correctly. eqos_pci: Limit to 32bit DMA only for PSE devices. eqos(4): Fix typo in comment. 1.599.4.4 Mon Oct 09 23:33:45 UTC 2023 snj Apply patch (requested by martin in ticket #401): Disable DIAGNOSTIC/DEBUG. 1.599.4.3 Sun Oct 08 13:19:33 UTC 2023 martin Pull up following revision(s) (requested by rin in ticket #393): sys/dev/pci/igc/if_igc.c up to 1.3 sys/dev/pci/igc/if_igc.h up to 1.2 sys/dev/pci/igc/igc_api.c up to 1.2 sys/dev/pci/igc/igc_api.h up to 1.2 sys/dev/pci/igc/igc_base.c up to 1.2 sys/dev/pci/igc/igc_base.h up to 1.2 sys/dev/pci/igc/igc_defines.h up to 1.2 sys/dev/pci/igc/igc_evcnt.h up to 1.1 sys/dev/pci/igc/igc_hw.h up to 1.2 sys/dev/pci/igc/igc_i225.c up to 1.2 sys/dev/pci/igc/igc_i225.h up to 1.2 sys/dev/pci/igc/igc_mac.c up to 1.2 sys/dev/pci/igc/igc_mac.h up to 1.2 sys/dev/pci/igc/igc_nvm.c up to 1.2 sys/dev/pci/igc/igc_nvm.h up to 1.2 sys/dev/pci/igc/igc_phy.c up to 1.2 sys/dev/pci/igc/igc_phy.h up to 1.2 sys/dev/pci/igc/igc_regs.h up to 1.2 distrib/sets/lists/man/mi: revision 1.1766 sys/arch/amd64/conf/GENERIC: revision 1.606 sys/arch/evbppc/conf/DHT: revision 1.5 sys/arch/evbarm/conf/GENERIC64: revision 1.213 share/man/man4/Makefile: revision 1.733 sys/arch/amd64/conf/ALL: revision 1.181 share/man/man4/igc.4: revision 1.1 sys/dev/pci/files.pci: revision 1.447 sys/arch/amd64/conf/XEN3_DOM0: revision 1.200 doc/CHANGES (apply patch) Add igc(4) for Intel I225/I226 series ethernet devices 1.599.4.2 Thu Aug 17 09:57:28 UTC 2023 martin Pull up following revision(s) (requested by andvar in ticket #329): distrib/sets/lists/modules/md.amd64: revision 1.100 sys/external/bsd/drm2/dist/include/drm/drm_pciids.h: revision 1.5 sys/arch/amd64/conf/GENERIC: revision 1.605 sys/modules/Makefile: revision 1.279 distrib/sets/lists/debug/module.md.amd64: revision 1.14 viadrmums(4): build legacy VIA DRM UMS driver module for amd64. This driver is not built-in by default, thus loadable module can help (un)lucky owners of 64-bit capable VIA (Nano/Eden) systems or early AMD/Intel systems with some VIA chipsets, which include VIA integrated graphics. I also boldly added product IDs for few later models from VX8xx/VX9xx chipsets without 3D support (DX9_0) to "expand" the driver support to more systems. Tested successfully basic functionality on VX800, and partially successfully on VX900 (on VX900 Xorg failed to initialize due to openchrome related issues, viadrmums attaches and it is by used the driver). Didn't test on VX855, I don't have one. 1.599.4.1 Tue Aug 01 14:06:36 UTC 2023 martin Pull up following revision(s) (requested by riastradh in ticket #282): sys/dev/pci/ichsmb.c: revision 1.82 sys/arch/amd64/conf/GENERIC: revision 1.602 sys/arch/x86/pci/tco.c: revision 1.10 sys/arch/x86/pci/tco.h: revision 1.5 sys/arch/x86/pci/ichlpcib.c: revision 1.59 sys/dev/ic/i82801lpcreg.h: revision 1.17 sys/arch/x86/pci/files.pci: revision 1.27 sys/dev/pci/files.pci: revision 1.446 ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets. TCO (`Total Cost of Ownership', Intel's bizarre name for a watchdog timer) used to hang off the Intel I/O platform controller hub's (ICH) low-pin-count interface bridge (LPC IB), or ichlpcib(4). On newer devices, it hangs off the ICH SMBus instead. Tested on INTEL 100SERIES_SMB (works) and INTEL 100SERIES_LP_SMB (doesn't work, still not sure why). XXX kernel revbump: This breaks the module ABI -- tco(4) modules older than the change to make ta_has_rcba into ta_version will incorrectly attach at buses they do not understand. (However, the tco(4) driver is statically built into GENERIC, so maybe it's safe for pullup since the module wouldn't have worked anyway.) |
| /src/sys/dev/usb/ | |
| usbdevs | 1.599 Wed Nov 02 04:59:51 UTC 2011 macallan branches: 1.599.2; add entry for CY4636 LP RDK Bridge, used in Gdium Wed Nov 02 04:59:51 UTC 2011 macallan branches: 1.599.2; add entry for CY4636 LP RDK Bridge, used in Gdium 1.599.2.7 Thu May 22 11:40:37 UTC 2014 yamt sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments") 1.599.2.6 Wed Jan 23 00:06:14 UTC 2013 yamt sync with head 1.599.2.5 Wed Jan 16 05:33:35 UTC 2013 yamt sync with (a bit old) head 1.599.2.4 Tue Oct 30 17:22:10 UTC 2012 yamt sync with head 1.599.2.3 Wed May 23 10:08:07 UTC 2012 yamt sync with head. 1.599.2.2 Tue Apr 17 00:08:09 UTC 2012 yamt sync with head 1.599.2.1 Thu Nov 10 14:31:48 UTC 2011 yamt sync with head |
| usbdevs.h | 1.599 Sat Jan 21 00:53:04 UTC 2012 skrll Regen. |
| usbdevs_data.h | 1.599 Thu Jan 19 14:55:21 UTC 2012 nonaka regen |
| /src/sys/dev/mii/ | |
| miidevs | 1.146 Fri Mar 08 05:26:04 UTC 2019 msaitoh Fix I82578 OUI. This change only affects to MIIVERBOSE. See also if_wm.c rev. 1.599. 1.125.6.6 Thu Aug 01 14:22:55 UTC 2019 martin Pull up following revision(s) (requested by msaitoh in ticket #1315): sys/dev/mii/miidevs: revision 1.151 sys/dev/mii/miidevs: revision 1.152 sys/dev/mii/miidevs: revision 1.153 sys/dev/mii/miidevs: revision 1.145 sys/dev/mii/miidevs: revision 1.146 sys/dev/mii/miidevs: revision 1.147 sys/dev/mii/miidevs: revision 1.148 sys/dev/mii/miidevs: revision 1.149 sys/dev/mii/miidevs: revision 1.150 Add SMSC(Microchip) LAN911X and LAN75XX. Fix I82578 OUI. This change only affects to MIIVERBOSE. See also if_wm.c rev. 1.599. Cleanup xx or yy OUIs. Sort by number. Add yyASIX and AX88772* devices. Add Davicom DM9161, DM9161[ABC] and DM9601. Remove extra space. Add Bankspeed Pty and NetExcell. Add Amlogix GXL internal PHY Add ID for the Broadcom BCM53125 1000BASE-T switch. |
| /src/usr.bin/xlint/lint1/ | |
| tree.c | 1.599 Mon Jan 29 21:30:25 UTC 2024 rillig lint: do not remember content of wide string literals The plain char literals are needed for checking printf/scanf format strings; lint has no similar check for wide strings. These format strings are checked by modern compilers, making this check less relevant. |
| /src/sys/dev/pci/ | |
| if_wm.c | 1.599 Tue Nov 20 03:52:03 UTC 2018 msaitoh - Fix a bug that i82578 PHY can't detect correctly. - Print PHY OUI and model number if a PHY's can't be identified. XXX pullup-[78] 1.289.2.18 Wed Nov 28 16:26:31 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #1656): sys/dev/pci/if_wm.c: revision 1.599 - Fix a bug that i82578 PHY can't detect correctly. - Print PHY OUI and model number if a PHY's can't be identified. XXX pullup-[78] 1.508.4.26 Mon Nov 26 17:24:51 UTC 2018 snj Pull up following revision(s) (requested by msaitoh in ticket #1108): sys/dev/pci/if_wm.c: revision 1.599 - Fix a bug that i82578 PHY can't detect correctly. - Print PHY OUI and model number if a PHY's can't be identified. |
| pcidevs.h | 1.599 Sun Dec 14 04:58:15 UTC 2003 tsutsui Regen: added ATI Radeon 9200SE. |
| pcidevs_data.h | 1.599 Fri Dec 19 03:43:07 UTC 2003 thorpej Regen: Add product ID for the Silicon Image 3114 SATALink. |
| pcidevs | 1.599 Mon Dec 08 17:00:48 UTC 2003 pooka Broadcom 5703 A3 |
| /src/usr.bin/make/ | |
| parse.c | 1.599 Tue Dec 28 17:58:41 UTC 2021 rillig make: remove redundant variable in ParseDependencyTargets The idea of that variable was to work on constant strings as far as possible. For now it just blew up the code unnecessarily. No binary change. |
| main.c | 1.599 Sun Sep 10 21:52:36 UTC 2023 rillig make: fix typo |
| var.c | 1.599 Fri Oct 30 15:39:17 UTC 2020 rillig make(1): fix indentation in source code |
| /src/share/man/man4/ | |
| Makefile | 1.599 Tue May 07 22:45:26 UTC 2013 rkujawa Add mcp980x(4) man page. |
| /src/sys/arch/i386/i386/ | |
| machdep.c | 1.599 Wed Feb 21 22:59:43 UTC 2007 thorpej Replace the Mach-derived boolean_t type with the C99 bool type. A future commit will replace use of TRUE and FALSE with true and false. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.599 Fri Apr 30 02:08:17 UTC 2004 lukem add ENHANCED_SPEEDSTEP |
| /src/sys/conf/ | |
| files | 1.599 Tue Feb 18 00:18:28 UTC 2003 jdolecek move netsmb-specific entries to netsmb/files.netsmb g/c options SMB and opt_smb.h rename the pseudo device to nsmb, and use needs-flag instead needs-count, adjust nsmbattach() appropriately replace SMB_CHECKMINOR() with explicit code in smb_dev.c, to improve readability |
| /src/doc/ | |
| CHANGES | 1.599 Thu Mar 23 16:19:05 UTC 2006 he Add an entry for the addition of the ciss(4) driver for the HP/Compaq 5th+ generation Smart ARRAY RAID controllers. |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.599 Fri Nov 14 16:21:12 UTC 2014 uebayasi Test orphan ELF section placement. |
| /src/share/mk/ | |
| bsd.own.mk | 1.599 Tue Dec 01 09:09:40 UTC 2009 uebayasi Add ${TOOL_PKG_CREATE}. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.599 Mon Mar 13 19:45:35 UTC 2006 tnozaki added macintosh encodings(single-byte only). |
| shl.mi | 1.599 Wed Sep 07 17:54:11 UTC 2011 christos bump libssh |
| /src/distrib/sets/lists/man/ | |
| mi | 1.599 Sat Aug 30 22:00:38 UTC 2003 jdolecek add sk(4) manpage, adapted from OpenBSD by Stephen Degler followup to PR kern/22511 |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.599 Thu Jul 24 13:04:19 UTC 2003 itojun sort |
1 2