Searched hist:1.812 (Results 1 - 18 of 18) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.812 Sat Jan 06 00:24:07 GMT 2024 maya Add Mercusys and Mercusys MW150USV2

From Daeil Lee in PR/57819
H A Dusbdevs.h1.812 Sun Feb 16 18:29:53 GMT 2025 jakllsch re-generate
H A Dusbdevs_data.h1.812 Sun Feb 16 18:29:53 GMT 2025 jakllsch re-generate
/src/sys/dev/pci/
H A Dpcidevs.h1.812 Tue Aug 01 17:29:18 GMT 2006 bsh regen
H A Dpcidevs_data.h1.812 Tue Aug 01 20:37:43 GMT 2006 xtraeme regen
H A Dpcidevs1.812 Tue Aug 01 17:20:51 GMT 2006 bsh add an another device ID for AC-97 controller in nForce430 (MCP51).

XXX: I found this ID on MSI K8NGM-V, which has nForce410. Maybe 0x26b is
for 410 and 0x26c for 430?
/src/sys/arch/i386/i386/
H A Dmachdep.c1.812 Thu Oct 18 04:22:22 GMT 2018 cherry Use memory allocated for the ldt, not the idt.

This must have been a typo that we got away with because we were not
using the idt[] so far.

This fix should now allow -current i386 XEN to boot, as before.
/src/distrib/sets/lists/base/
H A Dshl.mi1.812 Sat May 06 19:54:41 GMT 2017 christos bump libpam.
H A Dmi1.812 Tue Jun 09 00:58:14 GMT 2009 agc Add entries for netpgpverify(1) and manual pages
/src/doc/
H A D3RDPARTY1.812 Wed Feb 16 03:45:23 GMT 2011 christos mention new bind
H A DCHANGES1.812 Thu Mar 15 00:36:52 GMT 2007 xtraeme Remove previous item...
/src/sys/arch/i386/conf/
H A DGENERIC1.812 Tue Mar 06 11:28:46 GMT 2007 dillo Complete rename of hfsp to hfs, requested by thorpej.
/src/distrib/sets/lists/man/
H A Dmi1.812 Sun Jul 31 00:12:16 GMT 2005 nakayama Add man page for teliosio(4).
/src/distrib/sets/lists/tests/
H A Dmi1.812 Fri Apr 26 08:52:16 GMT 2019 maya Add a test case for signbit.
(paranoia prior to a libm change)
/src/share/mk/
H A Dbsd.own.mk1.812 Fri May 30 18:39:29 GMT 2014 joerg If clang is requested for i386, amd64 or eARM, also build libc++.
/src/usr.bin/make/
H A Dvar.c1.812 Sun Feb 14 13:46:01 GMT 2021 rillig make: rename ApplyModifiersState_Define to Expr_Define

The type name ApplyModifiersState was only intended as a working draft,
its name is too long and its scope a little too narrow.

Applying the modifiers is the main part of evaluating a variable
expression, and the scope of that type will be extended to parsing the
name of the expression as well. This will hopefully reduce the number
of parameters, which is currently at 14.

No functional change.
/src/sys/conf/
H A Dfiles1.812 Sun Sep 24 03:54:00 GMT 2006 jmcneill Add "name" parameter to powerhook_establish, to aid debugging. No objections
on tech-kern@
/src/distrib/sets/lists/comp/
H A Dmi1.812 Sat Sep 10 19:20:48 GMT 2005 jmmv Initial addition of tmpfs, an efficient memory file-system. This project
was developed as part of Google's Summer of Code 2005 program. This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*. Therefore, it is disabled by
default in all kernels. However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).

Completed in 1378 milliseconds