Searched hist:1.846 (Results 1 - 16 of 16) sorted by relevance

/src/share/man/man5/
H A Dmk.conf.51.79 Mon Sep 16 00:57:10 GMT 2019 gson MKZFS is no longer the default on i386; it was disabled in 2015 in
bsd.own.mk 1.846.

/src/sys/dev/pci/
H A Dpcidevs.h1.846 Wed Nov 08 11:36:21 GMT 2006 martti Regenerated.
H A Dpcidevs_data.h1.846 Wed Nov 08 21:03:35 GMT 2006 rpaulo regen
H A Dpcidevs1.846 Wed Nov 08 11:32:45 GMT 2006 martti List MEGARAID_SAS and MEGARAID_VERDE_ZCR as SYMBIOS products.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.846 Thu Apr 24 23:51:03 GMT 2025 riastradh x86: Make sure esp is aligned when delivering signal.

While here, use STACK_ALIGNBYTES consistently for the alignment mask
(or STACK_ALIGNBYTES32 in amd64 for the compat32 alignment mask).

PR kern/59327: user stack pointer is not aligned properly
/src/distrib/sets/lists/base/
H A Dshl.mi1.846 Sun Aug 26 07:53:25 GMT 2018 christos bump libssh
H A Dmi1.846 Sat Dec 05 19:14:39 GMT 2009 pooka Install obsolete lists for modules.
/src/doc/
H A D3RDPARTY1.846 Tue Jun 14 15:29:11 GMT 2011 jmmv Note import of atf-0.14.
H A DCHANGES1.846 Tue May 08 11:37:11 GMT 2007 pavel mpve ipf 4.1.20 entry to CHANGES.prev (ticket 614)
/src/sys/arch/i386/conf/
H A DGENERIC1.846 Thu Sep 06 00:31:08 GMT 2007 joerg Enable CGD in GENERIC for amd64 and i386.
/src/distrib/sets/lists/man/
H A Dmi1.846 Fri Jan 13 23:32:26 GMT 2006 peter Add hpcarm/boot(8) manual page.
/src/distrib/sets/lists/tests/
H A Dmi1.846 Wed Jun 24 09:32:41 GMT 2020 jruoho Add few basic tests for cpuctl(8). These cover PR kern/45117 and PR bin/54220.
Though, the former is not explicitly tested as it hangs the system.
/src/share/mk/
H A Dbsd.own.mk1.846 Wed Apr 22 19:43:45 GMT 2015 pooka Build ZFS by default only for amd64, not i386.

If we build i386 for 486 (i.e. no 64bit atomic ops) and as a substitute
for the modern hardware that the code was designed to run on use solid
workarounds like external/cddl/osnet/lib/libzpool/atomic.c, there's not
much point in anything.
/src/usr.bin/make/
H A Dvar.c1.846 Tue Feb 23 00:27:47 GMT 2021 rillig make: quote ':S' in error message about missing delimiter
/src/sys/conf/
H A Dfiles1.846 Thu May 24 21:30:41 GMT 2007 mjacob Major update to isp(4) driver to bring it in line with external sources.

The major changes are:

+ 4Gb (24XX) card support
+ Rewritten fabric and loop evaluation code
+ New f/w sets

The 4Gb changes required major rototilling, which caused a rewrite of
fabric and loop eval code. The latter can now be set up to tune for
dynamic device arrival/departure if the framework is set up for it,
or to be firm about waiting for devices.

Testing has been principally on amd64, i386 and sparc64 and seems to
not have broken things for me.
/src/distrib/sets/lists/comp/
H A Dmi1.846 Fri Feb 03 11:04:46 GMT 2006 jmmv Implement options string parsing of the form 'a=b c=d ...'. This will be
initially used by i386's Multiboot support but will be useful in other
situations too (think refactoring mount(2)'s API).

Completed in 1296 milliseconds