Searched hist:1.916 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.916 Thu Nov 15 04:34:23 GMT 2007 manu Regen
H A Dpcidevs_data.h1.916 Mon Nov 19 19:04:43 GMT 2007 ad Regen.
H A Dpcidevs1.916 Mon Nov 19 19:04:10 GMT 2007 ad Add a few more pcibs
/src/distrib/sets/lists/base/
H A Dshl.mi1.916 Wed Apr 07 03:45:18 GMT 2021 christos bump libevent
H A Dmi1.916 Thu Jan 20 18:47:20 GMT 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.
/src/doc/
H A D3RDPARTY1.916 Wed Feb 22 17:57:36 GMT 2012 christos new file(1)
H A DCHANGES1.916 Thu Aug 30 05:32:26 GMT 2007 jnemeth mention new build.sh iso-image-source option
/src/sys/arch/i386/conf/
H A DGENERIC1.916 Wed Nov 12 00:36:01 GMT 2008 ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
/src/distrib/sets/lists/man/
H A Dmi1.916 Sat Jul 29 08:54:51 GMT 2006 wiz Install twa(4) and add it to set list.
/src/distrib/sets/lists/tests/
H A Dmi1.916 Fri Sep 04 05:23:25 GMT 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/
H A Dbsd.own.mk1.916 Sat Apr 02 22:08:14 GMT 2016 mrg add some comments and prefer MACHINE over MACHINE_ARCH when
they're always the same. no functional change.
/src/usr.bin/make/
H A Dvar.c1.916 Sun Apr 11 00:46:54 GMT 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/conf/
H A Dfiles1.916 Sun Sep 14 16:10:19 GMT 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/distrib/sets/lists/comp/
H A Dmi1.916 Sat Aug 26 22:38:42 GMT 2006 christos add efun.3

Completed in 1275 milliseconds