Searched hist:1.645 (Results 1 - 23 of 23) sorted by relevance

/src/sys/dev/usb/
H A Dusbdevs1.645 Sat Mar 30 03:03:48 GMT 2013 christos missed one
H A Dusbdevs.h1.645 Mon Sep 02 07:41:01 GMT 2013 christos regen
H A Dusbdevs_data.h1.645 Sat Aug 10 21:15:26 GMT 2013 jnemeth PR/48112 - Kai-Uwe Eckhardt -- add support for Sitecom N300 usb wifi adapter
/src/share/man/man4/
H A DMakefile1.645 Tue Nov 28 11:59:16 GMT 2017 wiz Install qemufwcfg(4) and mount_qemufwcfg(8).
/src/sys/dev/pci/
H A Dpcidevs.h1.645 Wed Aug 04 19:29:05 GMT 2004 mycroft Regen.
H A Dpcidevs_data.h1.645 Thu Aug 05 21:44:01 GMT 2004 mycroft Regen.
H A Dpcidevs1.645 Thu Aug 05 16:26:05 GMT 2004 cube Add the GeForce 5900XT. Totally not related to Doom3 release. Honest.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.645 Sat Jun 08 11:55:40 GMT 2024 rillig lint: fix type of GCC-specific __FUNCTION__ to be an array
/src/sys/arch/i386/i386/
H A Dmachdep.c1.645 Tue Nov 11 06:46:42 GMT 2008 dyoung It is not appropriate to call pmf_system_shutdown(9) from
doshutdownhooks(9): shutdown hooks registered by shutdownhook_establish(9)
expect to be called with interrupts disabled, but shutdown hooks
registered with pmf_device_register1(9) expect to be called with
interrupts enabled. So I have made two changes:

1 Do not call pmf_system_shutdown() from doshutdownhooks(). Instead,
change every call to doshutdownhooks() to a call to doshutdownhooks()
followed by a call to pmf_system_shutdown(). No functional change
is intended by this change.

2 Make i386 re-enable interrupts briefly while it calls
pmf_system_shutdown(). I leave it to others either to fix the
other ports, or to factor out some MI shutdown code, as joerg@
suggests, and fix that. Note that a functional change *is* intended
by this change.

I hope that this patch will stop us from flip-flopping between
calling doshutdownhooks() and pmf_system_shutdown() sometimes with
and sometimes without interrupts enabled.
/src/distrib/sets/lists/base/
H A Dshl.mi1.645 Thu Jan 03 23:20:29 GMT 2013 christos bump libmagic
H A Dmi1.645 Sat Aug 19 10:58:40 GMT 2006 tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
/src/doc/
H A D3RDPARTY1.645 Mon Oct 20 00:09:15 GMT 2008 martti IPF 4.1.31 is out
H A DCHANGES1.645 Fri Jun 30 23:05:28 GMT 2006 chap Terminates chap-midi branch.
/src/usr.bin/make/
H A Dmain.c1.645 Sat May 03 08:18:33 GMT 2025 rillig make: miscellaneous cleanups
H A Dparse.c1.645 Sun Jan 09 11:28:04 GMT 2022 rillig make: in ApplyDependencySourceWait, align variable type with %u

No binary change.
H A Dvar.c1.645 Mon Nov 02 17:00:33 GMT 2020 rillig make(1): format code in ApplyModifiersIndirect and ApplyModifiers
/src/sys/sys/
H A Dparam.h1.645 Thu Jan 23 17:03:20 GMT 2020 ad NetBSD 9.99.42 - struct vnode changed.
/src/sys/arch/i386/conf/
H A DGENERIC1.645 Thu Dec 02 14:33:31 GMT 2004 xtraeme Add ACPI joy(4) attachment, based on lpt_acpi.c by jmcneill@,
reviewed and ok'ed by cube@ and martin@.
/src/distrib/sets/lists/man/
H A Dmi1.645 Sun Jan 04 00:54:18 GMT 2004 lukem Support MKCRYPTO=no
/src/distrib/sets/lists/tests/
H A Dmi1.645 Mon Sep 14 05:22:56 GMT 2015 ozaki-r Add tests for IPv6 ICMP redirect

Note that tests for redirect timeout doesn't work for now due to
PR kern/50240.

From s-yamaguchi@IIJ (with some fixes and tweaks by ozaki-r)
/src/share/mk/
H A Dbsd.own.mk1.645 Sun Dec 05 09:54:34 GMT 2010 mrg switch ofppc to xorg.
/src/sys/conf/
H A Dfiles1.645 Thu Dec 04 19:38:23 GMT 2003 atatat Dynamic sysctl.

Gone are the old kern_sysctl(), cpu_sysctl(), hw_sysctl(),
vfs_sysctl(), etc, routines, along with sysctl_int() et al. Now all
nodes are registered with the tree, and nodes can be added (or
removed) easily, and I/O to and from the tree is handled generically.

Since the nodes are registered with the tree, the mapping from name to
number (and back again) can now be discovered, instead of having to be
hard coded. Adding new nodes to the tree is likewise much simpler --
the new infrastructure handles almost all the work for simple types,
and just about anything else can be done with a small helper function.

All existing nodes are where they were before (numerically speaking),
so all existing consumers of sysctl information should notice no
difference.

PS - I'm sorry, but there's a distinct lack of documentation at the
moment. I'm working on sysctl(3/8/9) right now, and I promise to
watch out for buses.
/src/distrib/sets/lists/comp/
H A Dmi1.645 Wed Dec 10 11:40:11 GMT 2003 hannken The file system snapshot pseudo driver.

Uses a hook in spec_strategy() to save data written from a mounted
file system to its block device and a hook in dounmount().

Not enabled by default in any kernel config.

Approved by: Frank van der Linden <fvdl@netbsd.org>

Completed in 1622 milliseconds