Searched hist:1.548 (Results 1 - 25 of 25) sorted by relevance

/src/distrib/notes/common/
H A Dmain1.548 Fri Jun 29 00:34:13 GMT 2018 roy Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html
/src/sys/dev/usb/
H A Dusbdevs1.548 Sun Apr 11 13:57:22 GMT 2010 drochner add the 19" Samsung display, make udl handle it
H A Dusbdevs.h1.548 Sat Jun 12 23:16:02 GMT 2010 pgoyette Regen
H A Dusbdevs_data.h1.548 Fri Jun 11 18:23:57 GMT 2010 tnn regen
/src/sys/kern/
H A Dinit_main.c1.548 Tue Mar 05 14:39:29 GMT 2024 thorpej Early in main(), assert that curcpu() evaluates as the primary CPU and
stash away a pointer to it as the boot CPU for quick reference later.
/src/sys/arch/amd64/conf/
H A DGENERIC1.548 Thu Dec 05 22:05:05 GMT 2019 sevan Enable pciverbose option to make use of the pcidevs database by default.

ok ad, mrg
/src/share/man/man4/
H A DMakefile1.548 Wed Jan 26 18:48:12 GMT 2011 bouyer Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller,
as found in the vortex86 SoCs (http://www.vortex86dx.com).
Ported from freebsd.
Not added to amd64's GENERIC because this CPU is 32bit only.

thanks to DM&P Electronics, Inc for providing documentation and sample
devices for this work.
/src/sys/dev/pci/
H A Dpcidevs.h1.548 Sun Jul 06 17:08:43 GMT 2003 simonb Regen; E7500 and E7505 updates.
H A Dpcidevs_data.h1.548 Sun Jul 06 22:56:10 GMT 2003 dyoung Add driver atw for PCI/Mini-PCI/Cardbus 802.11b NICs based on the
ADMtek ADM8211. Read the man page for bugs and other outstanding
issues.
H A Dpcidevs1.548 Sun Jul 06 17:11:32 GMT 2003 simonb Trailing white-space and TABs nits.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.548 Fri Jul 07 06:03:31 GMT 2023 rillig lint: only skip 'unused' warnings after errors, not other warnings

Previously, in -w mode, any warning suppressed further 'unused'
warnings, even though there was no need to do that. This can be seen in
the test gcc_attribute_var.c, where only the last unused variable from a
function was marked as unused, the others slipped through.

Fixed by counting the errors and the warnings separately and only
combining them if actually desired.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.548 Wed Jan 28 10:48:55 GMT 2004 yamt rename i386 mdlwp flags from MDP_ to MDL_
to avoid confusion with mdproc flags which also have MDP_ prefixes.
/src/distrib/sets/lists/base/
H A Dshl.mi1.548 Sat Aug 07 05:30:58 GMT 2010 agc merge conflicts

this isn't how this was planned, but needed for releases to build. will
be revisited later
H A Dmi1.548 Wed Apr 20 13:44:45 GMT 2005 blymn Rototill of the verified exec functionality.
* We now use hash tables instead of a list to store the in kernel
fingerprints.
* Fingerprint methods handling has been made more flexible, it is now
even simpler to add new methods.
* the loader no longer passes in magic numbers representing the
fingerprint method so veriexecctl is not longer kernel specific.
* fingerprint methods can be tailored out using options in the kernel
config file.
* more fingerprint methods added - rmd160, sha256/384/512
* veriexecctl can now report the fingerprint methods supported by the
running kernel.
* regularised the naming of some portions of veriexec.
/src/doc/
H A D3RDPARTY1.548 Sun Aug 26 06:02:24 GMT 2007 gdt Note that ipsec-tools is now maintained within the NetBSD repository.
/src/usr.bin/make/
H A Dmain.c1.548 Mon Dec 27 17:18:57 GMT 2021 rillig make: rename eunlink to unlink_file

The name eunlink suggested a relation with the similarly named functions
emalloc or esnprintf, but that was misleading. Instead, unlink_file
works like unlink, except that it refuses to remove an empty directory.

No functional change.
H A Dparse.c1.548 Fri Feb 05 05:15:12 GMT 2021 rillig make: in the Var_ functions, move the scope to the front

This change provides for a more natural reading order in the code.
Placing the scope first makes it immediately clear in which context the
remaining parameters are interpreted.

No functional change.
H A Dvar.c1.548 Mon Sep 28 21:01:53 GMT 2020 rillig make(1): move variable modifier :sh into separate function
/src/sys/sys/
H A Dparam.h1.548 Mon Oct 23 09:35:35 GMT 2017 msaitoh Change return value of if_initialize() and if_attach() from void to int.

Welcome to 8.99.4
/src/sys/arch/i386/conf/
H A DGENERIC1.548 Thu Feb 27 19:22:41 GMT 2003 perseant Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.
/src/distrib/sets/lists/man/
H A Dmi1.548 Mon Feb 17 10:32:02 GMT 2003 wiz Add setuid(7).
/src/distrib/sets/lists/tests/
H A Dmi1.548 Mon Nov 11 11:10:45 GMT 2013 joerg NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control word
as initial value for new processes. This means that long double
computations get the expected 63bit mantissa. Binaries tagged as
compiled for 6.99.25 and older get the old value.

Add a simple test case to ensure that double and long double computation
are working correctly.
/src/share/mk/
H A Dbsd.own.mk1.548 Wed Nov 12 13:17:27 GMT 2008 pooka Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.
/src/sys/conf/
H A Dfiles1.548 Sat Aug 24 17:28:58 GMT 2002 augustss Add btbus, an attribute for Bluetooth.
/src/distrib/sets/lists/comp/
H A Dmi1.548 Tue Mar 25 22:07:35 GMT 2003 thorpej Add pci_vpd_read/pci_vpd_write.

Completed in 1672 milliseconds