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

/src/sys/dev/pci/
H A Dpcidevs.h1.1192 Wed Jul 30 00:35:11 GMT 2014 msaitoh branches: 1.1192.2;
regen.
1.1192 Wed Jul 30 00:35:11 GMT 2014 msaitoh branches: 1.1192.2;
regen.
H A Dpcidevs_data.h1.1192 Mon Sep 01 03:14:50 GMT 2014 msaitoh Regen.
H A Dpcidevs1.1192 Fri May 30 03:01:58 GMT 2014 msaitoh Add Intel 3200 Host and PCIe.
/src/doc/
H A D3RDPARTY1.1192 Thu Jan 15 08:50:36 GMT 2015 skrll Add a reminder about tools/gcc/gcc-version.mk
H A DCHANGES1.1192 Sun Feb 22 20:28:05 GMT 2009 ad PR kern/26878 FFSv2 + softdep = livelock (no free ram)
PR kern/16942 panic with softdep and quotas
PR kern/19565 panic: softdep_write_inodeblock: indirect pointer #1 mismatch
PR kern/26274 softdep panic: allocdirect_merge: ...
PR kern/26374 Long delay before non-root users can write to softdep partitions
PR kern/28621 1.6.x "vp != NULL" panic in ffs_softdep.c:4653 while unmounting a softdep (+quota) filesystem
PR kern/29513 FFS+Softdep panic with unfsck-able file-corruption
PR kern/31544 The ffs softdep code appears to fail to write dirty bits to disk
PR kern/31981 stopping scsi disk can cause panic (softdep)
PR kern/32116 kernel panic in softdep (assertion failure)
PR kern/32532 softdep_trackbufs deadlock
PR kern/37191 softdep: locking against myself
PR kern/40474 Kernel panic after remounting raid root with softdep

Retire softdep, pass 2. As discussed and later formally announced on the
mailing lists.
/src/sys/arch/i386/conf/
H A DGENERIC1.1192 Thu Sep 06 05:36:50 GMT 2018 maxv Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.
/src/distrib/sets/lists/base/
H A Dmi1.1192 Thu Oct 11 15:41:07 GMT 2018 christos add unbound /var/run
/src/distrib/sets/lists/man/
H A Dmi1.1192 Sun Feb 21 03:18:46 GMT 2010 darran Add DTrace to sets.
/src/distrib/sets/lists/tests/
H A Dmi1.1192 Fri Apr 08 23:35:52 GMT 2022 riastradh membar_ops(3): Add some automatic tests.

These tests run two threads for five seconds each to try to trigger
races in the event of broken memory barriers. They run only on
machines with at least two CPUs; on uniprocessor systems there's no
point -- the membars can correctly just be (instruction barrier)
no-ops.
/src/share/mk/
H A Dbsd.own.mk1.1192 Sun May 24 21:09:49 GMT 2020 rin Add GNU_ARCH for earmv5hf{,eb}.
/src/sys/conf/
H A Dfiles1.1192 Thu Jan 18 00:32:48 GMT 2018 mrg implement 32-bit compat support for raidframe.

convert several raidframe ioctls to be bitsize idempotent so that
they work the same in 32 and 64 bit worlds, allowing netbsd32 to
configure and query raid properly. remove useless 'row' in a few
places. add COMPAT_80 and put the old ioctls there.

raidframeio.h:
RAIDFRAME_TEST_ACC
- remove, unused
RAIDFRAME_GET_COMPONENT_LABEL
- convert to label not pointer to label
RAIDFRAME_CHECK_RECON_STATUS_EXT
RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT
RAIDFRAME_CHECK_COPYBACK_STATUS_EXT
- convert to progress info not pointer to info
RAIDFRAME_GET_INFO
- version entirely.
raidframevar.h:
- rf_recon_req{} has row, flags and raidPtr removed (they're
not a useful part of this interface.)
- RF_Config_s{} and RF_DeviceConfig_s{} have numRow/rows removed.
- RF_RaidDisk_s{} is re-ordered slightly to fix alignment
padding - the actual data was already OK.
- InstallSpareTable() loses row argument

rf_compat32.c has code for RF_Config_s{} in 32 bit mode, used
by RAIDFRAME_CONFIGURE and RAIDFRAME_GET_INFO32.

rf_compat80.c has code for rf_recon_req{}, RF_RaidDisk_s{} and
RF_DeviceConfig_s{} to handle RAIDFRAME_FAIL_DISK,
RAIDFRAME_GET_COMPONENT_LABEL, RAIDFRAME_CHECK_RECON_STATUS_EXT,
RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT,
RAIDFRAME_CHECK_COPYBACK_STATUS_EXT, RAIDFRAME_GET_INFO.

move several of the per-ioctl code blocks into separate functions.

add rf_recon_req_internal{} to replace old usage of global
rf_recon_req{} that had unused void * in the structure, ruining
it's 32/64 bit ABI.

add missing case for RAIDFRAME_GET_INFO50.

adjust raid tests to use the new .conf format, and add a case to
test the old method as well.

raidctl:
deal with lack of 'row' members in a couple of places.
fail request no longer takes row.
handle "START array" sections with just "numCol numSpare", ie
no "numRow" specified. for now, generate old-style configuration
but update raidctl.8 to specify the new style (keeping reference
to the old style.)

note that: RF_ComponentLabel_s::{row,num_rows} and
RF_SingleComponent_s::row are obsolete but not removed yet.
/src/distrib/sets/lists/comp/
H A Dmi1.1192 Tue Sep 16 17:52:53 GMT 2008 pgoyette One more cut&pasto.

There really oughtta be a way to automate this stuff!

Completed in 1109 milliseconds