| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/pci/ | |
| pcidevs.h | 1.916 Thu Nov 15 04:34:23 UTC 2007 manu Regen |
| pcidevs_data.h | 1.916 Mon Nov 19 19:04:43 UTC 2007 ad Regen. |
| pcidevs | 1.916 Mon Nov 19 19:04:10 UTC 2007 ad Add a few more pcibs |
| /src/usr.bin/make/ | |
| var.c | 1.916 Sun Apr 11 00:46:54 UTC 2021 rillig make: avoid allocating memory for simple variable names The main change is in ParseVarname, where a Buffer is replaced with the newly introduced LazyBuf. LazyBuf is inspired by https://golang.org/src/path/path.go. In CanonicalVarname, the pre-comparison of the first letter of the variable name is no longer necessary. GCC 9 optimizes a fixed-length memcmp so well that the code can finally be written to target human readers, leaving the optimization to the compiler. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.916 Wed Nov 12 00:36:01 UTC 2008 ad Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@. |
| /src/sys/conf/ | |
| files | 1.916 Sun Sep 14 16:10:19 UTC 2008 hannken Create fss(4) devices on first open and destroy on last close of an unconfigured device. That removes the compile-time constant number of useable devices. While here, add disk_busy()/disk_unbusy() instrumentation. Reviewed by: Quentin Garnier <cube@netbsd.org> |
| /src/doc/ | |
| CHANGES | 1.916 Thu Aug 30 05:32:26 UTC 2007 jnemeth mention new build.sh iso-image-source option |
| 3RDPARTY | 1.916 Wed Feb 22 17:57:36 UTC 2012 christos new file(1) |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.916 Fri Sep 04 05:23:25 UTC 2020 rillig make(1): extend tests for the :hash variable modifier The previous test vectors didn't contain any hash with a leading zero. This could have been a simple programming mistake by using %8x instead of the intended %08x. Using snprintf wouldn't have been possible anyway since the hex digits are printed in little-endian order, but without reversing the bits of each digit. Kind of unusual, but doesn't affect the distribution of the hashes. |
| /src/share/mk/ | |
| bsd.own.mk | 1.916 Sat Apr 02 22:08:14 UTC 2016 mrg add some comments and prefer MACHINE over MACHINE_ARCH when they're always the same. no functional change. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.916 Thu Jan 20 18:47:20 UTC 2011 pooka Add a simple dhcp client for rump kernels. It uses code from dhcpcd for talking to the server and for setting the interface address and route. However, otherwise it is quite different, since we need to be working under the assumptions that there is no stable storage on a rump instance, and that there are n networking stacks on a given host. |
| shl.mi | 1.916 Wed Apr 07 03:45:18 UTC 2021 christos bump libevent |
| /src/distrib/sets/lists/man/ | |
| mi | 1.916 Sat Jul 29 08:54:51 UTC 2006 wiz Install twa(4) and add it to set list. |
| /src/distrib/sets/lists/comp/ | |
| mi | 1.916 Sat Aug 26 22:38:42 UTC 2006 christos add efun.3 |