Searched hist:1.1212 (Results 1 - 12 of 12) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1212 Fri Mar 20 11:45:48 GMT 2015 msaitoh regen.
1.1212 Fri Mar 20 11:45:48 GMT 2015 msaitoh regen.
1.1212 Fri Mar 20 11:45:48 GMT 2015 msaitoh regen.
1.1212 Fri Mar 20 11:45:48 GMT 2015 msaitoh regen.
H A Dpcidevs_data.h1.1212 Fri Mar 20 14:27:06 GMT 2015 msaitoh regen.
1.1212 Fri Mar 20 14:27:06 GMT 2015 msaitoh regen.
1.1212 Fri Mar 20 14:27:06 GMT 2015 msaitoh regen.
1.1212 Fri Mar 20 14:27:06 GMT 2015 msaitoh regen.
H A Dpcidevs1.1212 Fri Jan 16 09:56:53 GMT 2015 msaitoh Add some devices
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add some Intel devices.
- Fix product ID of INTEL 5000_PCIE_4.
- Add some VIATECH devices.
1.1212 Fri Jan 16 09:56:53 GMT 2015 msaitoh Add some devices
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add some Intel devices.
- Fix product ID of INTEL 5000_PCIE_4.
- Add some VIATECH devices.
1.1212 Fri Jan 16 09:56:53 GMT 2015 msaitoh Add some devices
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add some Intel devices.
- Fix product ID of INTEL 5000_PCIE_4.
- Add some VIATECH devices.
1.1212 Fri Jan 16 09:56:53 GMT 2015 msaitoh Add some devices
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add some Intel devices.
- Fix product ID of INTEL 5000_PCIE_4.
- Add some VIATECH devices.
/src/doc/
H A D3RDPARTY1.1212 Tue Mar 24 20:02:18 GMT 2015 christos new tzcode
1.1212 Tue Mar 24 20:02:18 GMT 2015 christos new tzcode
1.1212 Tue Mar 24 20:02:18 GMT 2015 christos new tzcode
1.1212 Tue Mar 24 20:02:18 GMT 2015 christos new tzcode
1.1212 Tue Mar 24 20:02:18 GMT 2015 christos new tzcode
1.1212 Tue Mar 24 20:02:18 GMT 2015 christos new tzcode
1.1212 Tue Mar 24 20:02:18 GMT 2015 christos new tzcode
1.1212 Tue Mar 24 20:02:18 GMT 2015 christos new tzcode
H A DCHANGES1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
1.1212 Tue Apr 21 03:15:01 GMT 2009 nonaka note recent zaudio(4) changes.
/src/sys/arch/i386/conf/
H A DGENERIC1.1212 Tue Oct 08 18:50:44 GMT 2019 maxv No I/O ports for TPM-ISA, only MMIO, so remove commented-out options.
/src/distrib/sets/lists/tests/
H A Dmi1.1212 Fri Jun 10 18:29:01 GMT 2022 rillig tests/lint: fix test for loss of accuracy on ILP32 platforms

The test had been wrong since msg_132.c 1.14 from 2022-05-30.

Using 'unsigned long' in a test that was intended to behave the same on
ILP32 and LP64 was an accident. Use 'unsigned long long' instead, which
is 64-bits wide on all platforms supported by lint.

Move the test about conversion from 'long' to 'int' to the
platform-specific test files.

Noticed by martin@ on powerpc.
1.1212 Fri Jun 10 18:29:01 GMT 2022 rillig tests/lint: fix test for loss of accuracy on ILP32 platforms

The test had been wrong since msg_132.c 1.14 from 2022-05-30.

Using 'unsigned long' in a test that was intended to behave the same on
ILP32 and LP64 was an accident. Use 'unsigned long long' instead, which
is 64-bits wide on all platforms supported by lint.

Move the test about conversion from 'long' to 'int' to the
platform-specific test files.

Noticed by martin@ on powerpc.
1.1212 Fri Jun 10 18:29:01 GMT 2022 rillig tests/lint: fix test for loss of accuracy on ILP32 platforms

The test had been wrong since msg_132.c 1.14 from 2022-05-30.

Using 'unsigned long' in a test that was intended to behave the same on
ILP32 and LP64 was an accident. Use 'unsigned long long' instead, which
is 64-bits wide on all platforms supported by lint.

Move the test about conversion from 'long' to 'int' to the
platform-specific test files.

Noticed by martin@ on powerpc.
1.1212 Fri Jun 10 18:29:01 GMT 2022 rillig tests/lint: fix test for loss of accuracy on ILP32 platforms

The test had been wrong since msg_132.c 1.14 from 2022-05-30.

Using 'unsigned long' in a test that was intended to behave the same on
ILP32 and LP64 was an accident. Use 'unsigned long long' instead, which
is 64-bits wide on all platforms supported by lint.

Move the test about conversion from 'long' to 'int' to the
platform-specific test files.

Noticed by martin@ on powerpc.
1.1212 Fri Jun 10 18:29:01 GMT 2022 rillig tests/lint: fix test for loss of accuracy on ILP32 platforms

The test had been wrong since msg_132.c 1.14 from 2022-05-30.

Using 'unsigned long' in a test that was intended to behave the same on
ILP32 and LP64 was an accident. Use 'unsigned long long' instead, which
is 64-bits wide on all platforms supported by lint.

Move the test about conversion from 'long' to 'int' to the
platform-specific test files.

Noticed by martin@ on powerpc.
1.1212 Fri Jun 10 18:29:01 GMT 2022 rillig tests/lint: fix test for loss of accuracy on ILP32 platforms

The test had been wrong since msg_132.c 1.14 from 2022-05-30.

Using 'unsigned long' in a test that was intended to behave the same on
ILP32 and LP64 was an accident. Use 'unsigned long long' instead, which
is 64-bits wide on all platforms supported by lint.

Move the test about conversion from 'long' to 'int' to the
platform-specific test files.

Noticed by martin@ on powerpc.
1.1212 Fri Jun 10 18:29:01 GMT 2022 rillig tests/lint: fix test for loss of accuracy on ILP32 platforms

The test had been wrong since msg_132.c 1.14 from 2022-05-30.

Using 'unsigned long' in a test that was intended to behave the same on
ILP32 and LP64 was an accident. Use 'unsigned long long' instead, which
is 64-bits wide on all platforms supported by lint.

Move the test about conversion from 'long' to 'int' to the
platform-specific test files.

Noticed by martin@ on powerpc.
/src/share/mk/
H A Dbsd.own.mk1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
1.1212 Sun Sep 13 20:59:18 GMT 2020 mrg switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
/src/distrib/sets/lists/base/
H A Dmi1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
1.1212 Tue Aug 27 00:45:04 GMT 2019 msaitoh Add more missing firmwares.
/src/distrib/sets/lists/man/
H A Dmi1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
1.1212 Mon May 31 14:46:22 GMT 2010 pgoyette Add new hp700 man pages. Hi, Nick!
/src/sys/conf/
H A Dfiles1.1212 Sat Sep 22 16:22:23 GMT 2018 maxv Remove isic(4). It is part of ISDN, which we are now retiring.
/src/distrib/sets/lists/comp/
H A Dmi1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
1.1212 Mon Nov 24 13:50:07 GMT 2008 tsutsui Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.

Completed in 8181 milliseconds