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

/src/sys/arch/i386/i386/
H A Dmachdep.c1.825 Fri Jan 31 08:21:11 GMT 2020 maxv branches: 1.825.4;
constify
1.825 Fri Jan 31 08:21:11 GMT 2020 maxv branches: 1.825.4;
constify
/src/sys/dev/usb/
H A Dusbdevs1.825 Wed Nov 05 20:41:57 GMT 2025 brad Add the MCP-2210 USB to SPI protocol converter / bridge chip.
/src/sys/dev/pci/
H A Dpcidevs.h1.825 Sun Sep 03 08:10:47 GMT 2006 xtraeme regen
H A Dpcidevs_data.h1.825 Sun Sep 03 08:39:15 GMT 2006 xtraeme regen
H A Dpcidevs1.825 Sun Sep 03 08:10:18 GMT 2006 xtraeme - Add all pciids for nvidia MCP61/65 controllers, from obsd.
- Improve description in all them.
/src/distrib/sets/lists/base/
H A Dshl.mi1.825 Wed Jan 10 11:02:41 GMT 2018 knakahara ipsec(4) interface supports rump now.
H A Dmi1.825 Thu Sep 03 01:17:29 GMT 2009 joerg Enable libarchive-based unzip frontend.
/src/doc/
H A D3RDPARTY1.825 Tue Mar 22 00:04:33 GMT 2011 taca Postfix 2.8.2 has released.
H A DCHANGES1.825 Fri Apr 13 03:41:26 GMT 2007 jmcneill Note import of mavb(4) from OpenBSD.
/src/sys/arch/i386/conf/
H A DGENERIC1.825 Tue May 01 17:18:54 GMT 2007 bouyer Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.
/src/distrib/sets/lists/man/
H A Dmi1.825 Sun Sep 11 17:39:12 GMT 2005 xtraeme Revert my previous commit, and put back the scan_lfs manpage... it
was removed, but now a link is created.
/src/distrib/sets/lists/tests/
H A Dmi1.825 Fri Jan 17 16:23:04 GMT 2020 christos Add libarchive tests
/src/share/mk/
H A Dbsd.own.mk1.825 Tue Aug 05 15:25:20 GMT 2014 apb Provide and document GZIP_N_FLAG and TOOL_GZIP_N.
These may be used to pass "-nT" instead of just "-n"
when the gzip program is actually pigz.
/src/usr.bin/make/
H A Dvar.c1.825 Mon Feb 15 18:21:13 GMT 2021 rillig make: rename ExprStatus to ExprDefined

The type describes the definedness of an expression, not a general
status, therefore the new name is more precise.

The constants are renamed as well since their prefix 'VES' does not
match the type name anymore, it was correct 3 days ago when the type was
still named VarExprStatus. The name VES_NONE was misleading since
'none' does not describe its actual effect. That name came from the
time when the status was a bit set, and 'none' simply meant 'none of the
bits are set'.

The names used in debug logging will be renamed in a follow-up commit,
to demonstrate that the changes in this commit indeed have no functional
change, especially not the change from '!=' to '==' in line 4304.

No functional change.
/src/sys/conf/
H A Dfiles1.825 Thu Jan 11 00:00:41 GMT 2007 cube Remove netiso/if_cons.c. It depends on x25 stuff that was removed a while
ago.

Obsolete option "TPCONS".
/src/distrib/sets/lists/comp/
H A Dmi1.825 Mon Oct 03 14:56:32 GMT 2005 wiz getfsent(3) does not contain any information about the (nonexisting)
function getfstype(), so don't MLINK it. Remove getfstype from other
places that reference it too.

Noted by jmc@openbsd.

Completed in 1439 milliseconds