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

12

/src/sys/kern/
H A Dinit_main.c1.458 Sun Aug 10 16:44:36 GMT 2014 tls branches: 1.458.2;
Merge tls-earlyentropy branch into HEAD.
1.458 Sun Aug 10 16:44:36 GMT 2014 tls branches: 1.458.2;
Merge tls-earlyentropy branch into HEAD.
H A Dkern_exec.c1.458 Sun May 06 13:40:51 GMT 2018 kamil Remove an element from struct emul: e_tracesig

e_tracesig used to be implemented for Darwin compat. Nowadays the Darwin
compatiblity layer is gone and there are no other users.

This functionality isn't used where it shall be used in the existing
codebase.

If we want to emulate debugging interfaces in compat layers we would need
to implement that from scratch anyway. We would need to be bug compatible
with other OSes too.

Proposed on tech-kern@.

Welcome to NetBSD 8.99.16!

Sponsored by <The NetBSD Foundation>
H A Dvfs_subr.c1.458 Wed Jan 11 00:17:34 GMT 2017 joerg Add ddb command to find a vnode by the address of its lock.
This makes it much easier to convert lockstat traces into understandable
data.
/src/sys/dev/ata/
H A Dwd.c1.458 Sun Mar 01 03:21:54 GMT 2020 riastradh Add a flag to dk_dump for virtual disk devices.

If a disk is backed by a physical medium other than itself, such as
cgd(4), then it passes DK_DUMP_RECURSIVE to disable the recursion
detection for dk_dump.

If, however, a device represents a physical medium on its own, such
as wd(4), then it passes 0 instead.

With this, I can now dump to dk on cgd on dk on wd.
/src/sys/arch/i386/conf/
H A DALL1.458 Sat Nov 24 18:23:29 GMT 2018 bouyer Add mpii(4), a driver for LSI Megaraid Fusion controllers.
Ported from OpenBSD. This driver is MP-safe.
Note that the earlier fusion controllers (Megaraid 2208, codenamed Thunderbold)
are also supported by mfi(4). mpii will take precedence if both drivers
are enabled.
Tested on a
mfii0 at pci6 dev 0 function 0: "PERC H740P Adapter ", firmware 50.3.0-1512, 819
2MB cache
mfii0: interrupting at ioapic2 pin 2
scsibus0 at mfii0: 64 targets, 8 luns per target
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <DELL, PERC H740P Adp, 5.03> disk fixed
sd0: fabricating a geometry
sd0: 99 GB, 102399 cyl, 64 head, 32 sec, 512 bytes/sect x 209714688 sectors
sd0: tagged queueing
sd1 at scsibus0 target 1 lun 0: <DELL, PERC H740P Adp, 5.03> disk fixed
sd1: fabricating a geometry
sd1: 22254 GB, 22788608 cyl, 64 head, 32 sec, 512 bytes/sect x 46671069696 sectors
sd1: fabricating a geometry

It supports bioctl(8) ioctls, as well as sensors for the BBU and logical
drives.

Sponsored by LIP6.
/src/distrib/notes/common/
H A Dmain1.458 Mon Feb 08 08:32:58 GMT 2010 cnst add myself as per the welcome email
/src/distrib/sets/lists/debug/
H A Dmi1.458 Wed Jan 01 18:15:48 GMT 2025 christos new regex test.
/src/etc/
H A DMakefile1.458 Wed Jan 05 01:46:28 GMT 2022 kre Install the missing sh syntax element in the MKDEBUGKERNEL = no test, so
that "continue" is a command as intended, and not an invalid last arg to
the '[' command (the last arg is required to be ']').

Sometime the proverbial someone should go through this and remove all the
obsolete test -o and -a operators, and probably do something with test's
usage of ! as well. Not today, or not by me anyway.
/src/share/man/man9/
H A DMakefile1.458 Wed Apr 28 00:49:22 GMT 2021 thorpej Update autoconf(9) for recent autoconfiguration changes.
/src/share/man/man4/
H A Doptions.41.458 Mon Dec 26 23:12:33 GMT 2016 pgoyette Add a BIOHIST option. As mentioned on tech-kern.
H A DMakefile1.458 Tue Mar 25 19:41:56 GMT 2008 apb Install the stuirda.4 man page, which was created in June 2007.
/src/sys/dev/usb/
H A Dusbdevs1.458 Sat Feb 10 07:44:00 GMT 2007 mlelstv Option N.V. is the real vendor, Vodafone just sells the UMTS cards.
Add support for Globetrotter Fusion Quad Lite cards.
H A Dusbdevs.h1.458 Tue Feb 06 15:01:30 GMT 2007 elad regen
H A Dusbdevs_data.h1.458 Mon Feb 05 14:08:51 GMT 2007 gdt regen
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.458 Thu Jul 13 06:41:27 GMT 2023 rillig lint: clean up code related to lint comments

Remove type information from variable names, as the word 'flag' did not
indicate that the variables were negated.

Remove contradicting comments. Suppressing a warning for 'this line',
'this and the following line' and 'this statement or declaration' cannot
all be accurate at the same time.
H A Dtree.c1.458 Tue Jun 21 22:21:49 GMT 2022 rillig lint: merge duplicate code in typeok_minus

No functional change.
/src/sys/net/
H A Dif.c1.458 Thu Aug 15 04:20:59 GMT 2019 ozaki-r Restore if_ioctl on error of ifc_destroy

Otherwise subsequence ioctls won't work.

Patch from Harold Gutch on PR kern/54434 (tweaked a bit by me)
/src/sys/arch/amd64/conf/
H A DGENERIC1.458 Thu May 25 05:54:29 GMT 2017 para follow u3ginit driver rename to umodeswitch
/src/sys/dev/pci/
H A Dpcidevs.h1.458 Mon Jul 22 07:48:49 GMT 2002 msaitoh regen
H A Dpcidevs_data.h1.458 Mon Jul 29 20:08:51 GMT 2002 augustss Regen.
/src/usr.bin/make/
H A Djob.c1.458 Tue Feb 14 21:38:31 GMT 2023 rillig make: clean up calls to Var_Subst

None of the calls to Var_Subst used the return value, and the return
value was always VPR_OK.

No functional change.

H A Dmain.c1.458 Fri Nov 13 19:45:24 GMT 2020 rillig make(1): clean up preprocessor macros in InitVarMachine
/src/sys/arch/i386/i386/
H A Dmachdep.c1.458 Sun Oct 28 16:17:05 GMT 2001 jdolecek Add "Pentium III (Tualatin)" entry to CPUVENDOR_INTEL/CPUCLASS_686.
Make sure the CPUCLASS_686 entry has really 17 (i.e. 16 + default)
name entries as it's supposed to, so that code won't crash when
run on Intel CPUCLASS_686 processor which doesn't have name entry
in the table.

Reported and fix provided by Naoto Morishima in kern/14380.
/src/distrib/sets/lists/base/
H A Dshl.mi1.458 Sat Jan 24 01:15:25 GMT 2009 agc Add the build glue and sets information for the libopenpgpsdk library, and
the openpgp binary.
/src/doc/
H A D3RDPARTY1.458 Mon Jul 31 00:46:08 GMT 2006 taca Postfix 2.3.2 released.

Completed in 1079 milliseconds

12