Searched hist:1.1236 (Results 1 - 12 of 12) sorted by relevance

/src/sys/arch/i386/conf/
H A DGENERIC1.1236 Wed Mar 10 06:38:44 GMT 2021 msaitoh branches: 1.1236.4; 1.1236.6;
Add micphy(4).
1.1236 Wed Mar 10 06:38:44 GMT 2021 msaitoh branches: 1.1236.4; 1.1236.6;
Add micphy(4).
1.1236 Wed Mar 10 06:38:44 GMT 2021 msaitoh branches: 1.1236.4; 1.1236.6;
Add micphy(4).
/src/sys/dev/pci/
H A Dpcidevs.h1.1236 Tue Dec 01 08:40:34 GMT 2015 msaitoh regen.
H A Dpcidevs_data.h1.1236 Tue Dec 01 09:37:17 GMT 2015 msaitoh regen.
H A Dpcidevs1.1236 Mon Oct 19 09:54:21 GMT 2015 tnn add I219 family Ethernet devices
/src/doc/
H A D3RDPARTY1.1236 Fri Jul 10 15:28:01 GMT 2015 christos new ntpd
H A DCHANGES1.1236 Thu May 28 17:35:22 GMT 2009 pooka add a few noteworthy rump developments
/src/distrib/sets/lists/base/
H A Dmi1.1236 Thu Apr 02 03:32:46 GMT 2020 kamil Add ioctlprint - descriptive ioctl value printer

ioctlprint(1) is embedded in the kdump(1) program.
/src/distrib/sets/lists/man/
H A Dmi1.1236 Wed Sep 01 16:02:40 GMT 2010 he Add entries for the ntp.conf man page, html'ized and the two text variants.
/src/distrib/sets/lists/tests/
H A Dmi1.1236 Fri Nov 25 08:43:15 GMT 2022 knakahara Add ATF for unnumbered interfaces.
/src/share/mk/
H A Dbsd.own.mk1.1236 Sun Mar 07 10:42:26 GMT 2021 rin Build Xorg server for evbppc with minimum wsfb(4) support for Explora.
/src/sys/conf/
H A Dfiles1.1236 Fri May 17 03:34:26 GMT 2019 ozaki-r Implement an aggressive psref leak detector

It is yet another psref leak detector that enables to tell where a leak occurs
while a simpler version that is already committed just tells an occurrence of a
leak.

Investigating of psref leaks is hard because once a leak occurs a percpu list of
psref that tracks references can be corrupted. A reference to a tracking object
is memorized in the list via an intermediate object (struct psref) that is
normally allocated on a stack of a thread. Thus, the intermediate object can be
overwritten on a leak resulting in corruption of the list.

The tracker makes a shadow entry to an intermediate object and stores some hints
into it (currently it's a caller address of psref_acquire). We can detect a
leak by checking the entries on certain points where any references should be
released such as the return point of syscalls and the end of each softint
handler.

The feature is expensive and enabled only if the kernel is built with
PSREF_DEBUG.

Proposed on tech-kern
/src/distrib/sets/lists/comp/
H A Dmi1.1236 Sat Feb 28 15:32:29 GMT 2009 pooka add if_shm to setlists

Completed in 1096 milliseconds