Searched hist:1.1060 (Results 1 - 13 of 13) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1060 Thu Feb 24 00:33:44 GMT 2011 matt Regen.
H A Dpcidevs_data.h1.1060 Thu Feb 24 20:01:26 GMT 2011 matt Regen.
H A Dpcidevs1.1060 Mon Feb 21 13:38:18 GMT 2011 njoly Add two more Intel 82Q45 devices.
/src/doc/
H A D3RDPARTY1.1060 Fri Oct 18 23:43:35 GMT 2013 jmmv Note updates of lutok to 0.3 and kyua-cli to 0.7.
H A DCHANGES1.1060 Sun May 18 02:07:20 GMT 2008 jmcneill Added PCI_BUS_FIXUP and PCI_ADDR_FIXUP support for amd64.
/src/sys/arch/i386/conf/
H A DGENERIC1.1060 Sun Dec 18 05:49:28 GMT 2011 dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
/src/distrib/sets/lists/base/
H A Dmi1.1060 Thu Jan 16 14:46:36 GMT 2014 pgoyette Add new file bsd.host.mk to sets list to unbreak the build.

(hello, christos!)
/src/distrib/sets/lists/man/
H A Dmi1.1060 Tue Mar 25 19:41:56 GMT 2008 apb Install the stuirda.4 man page, which was created in June 2007.
/src/distrib/sets/lists/tests/
H A Dmi1.1060 Sat Jun 19 19:49:15 GMT 2021 rillig lint: fix assertion failure in struct with unnamed member

Found using afl.
/src/share/mk/
H A Dbsd.own.mk1.1060 Wed May 09 13:19:27 GMT 2018 joerg Always provide --sysroot arguments, even for EXTERNAL_TOOLCHAIN.
/src/usr.bin/make/
H A Dvar.c1.1060 Thu Aug 17 18:52:51 GMT 2023 rillig make: clean up variable names and indentation for the ':mtime' modifier

No functional change.
/src/sys/conf/
H A Dfiles1.1060 Sat Oct 27 22:36:13 GMT 2012 alnsn Add bpfjit and enable it for amd64.
/src/distrib/sets/lists/comp/
H A Dmi1.1060 Thu Aug 09 15:23:03 GMT 2007 he Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make
it possible to get the pid, euid and egid of the process at the remote
end at the time it did bind() or connect().

Add a new libc function, getpeereid() to easily get at the euid and egid.
As a consequence, bump libc's minor number.

Document the LOCAL_PEEREID socket option in unix(4).

Based on contribution by Arne H. Juul, minor modifications by myself.

Completed in 1265 milliseconds