HomeSort by: relevance | last modified time | path
    Searched hist:1.572 (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/share/man/man4/
Makefile 1.572 Tue Oct 18 10:19:12 UTC 2011 wiz branches: 1.572.2;
Move vmt(4) to x86 subdir.
No obsolete entries added for set lists since original import was just an
hour ago.
Tue Oct 18 10:19:12 UTC 2011 wiz branches: 1.572.2;
Move vmt(4) to x86 subdir.
No obsolete entries added for set lists since original import was just an
hour ago.
1.572.2.7 Thu May 22 11:37:50 UTC 2014 yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.572.2.6 Wed Jan 23 00:05:34 UTC 2013 yamt sync with head
1.572.2.5 Wed Jan 16 05:32:35 UTC 2013 yamt sync with (a bit old) head
1.572.2.4 Tue Oct 30 18:59:36 UTC 2012 yamt sync with head
1.572.2.3 Wed May 23 10:07:35 UTC 2012 yamt sync with head.
1.572.2.2 Tue Apr 17 00:05:45 UTC 2012 yamt sync with head
1.572.2.1 Thu Nov 10 14:31:37 UTC 2011 yamt sync with head
wm.4 1.36.4.2 Mon Apr 16 14:25:49 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #764):

sys/dev/pci/if_wm.c: revision 1.567
sys/dev/pci/if_wm.c: revision 1.568
sys/dev/pci/if_wm.c: revision 1.569
sys/dev/pci/if_wmvar.h: revision 1.38
sys/dev/pci/if_wm.c: revision 1.570
sys/dev/pci/if_wm.c: revision 1.571
sys/dev/pci/if_wm.c: revision 1.572
share/man/man4/wm.4: revision 1.40
sys/dev/pci/if_wmreg.h: revision 1.106
sys/dev/pci/if_wmreg.h: revision 1.107

SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.

No binary change:
- Sort registers.
- Lowercase hexadecimal value.

On PCH_SPT (and newer), FLASH access should be done by 32bit.
Especially for ICH_FLASH_HSFCTL register, it's located at 0x0006, so
it should be accessed via ICH_FLASH_HSFSTS(0x0004) and use shift or mask.

Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.

If the extended configration size in the EXTCNFSIZE register is 0, don't
continue.
Add PCH_CNP support (I219 with Intel 300 series chipset).
It's required more test, so it's disabled by default.

Enable I219.

I354 uses an external PHY, so don't use wm_set_eee_i350().

  /src/sys/dev/usb/
usbdevs.h 1.572 Thu Mar 10 00:12:51 UTC 2011 scw branches: 1.572.2;
Regen for Toshiba version of Novatel EU870D 3G/HSDPA WWAN Card
Thu Mar 10 00:12:51 UTC 2011 scw branches: 1.572.2;
Regen for Toshiba version of Novatel EU870D 3G/HSDPA WWAN Card
1.572.2.1 Thu Jun 23 14:20:11 UTC 2011 cherry Catchup with rmind-uvmplock merge.
usbdevs_data.h 1.572 Sun Feb 06 23:11:54 UTC 2011 njoly Regen for MPMan.
usbdevs 1.572 Fri Dec 24 19:22:17 UTC 2010 jmcneill add Hauppauge WinTV USB2 FM
  /src/sys/arch/i386/i386/
machdep.c 1.572 Fri Apr 14 09:50:16 UTC 2006 jmmv branches: 1.572.2;
biosextmem comes before biosbasemem in the stack passed by the boot loader.
Fixes e.g. APM initialization. Problem spotted by Kurt Schreiner.
Fri Apr 14 09:50:16 UTC 2006 jmmv branches: 1.572.2;
biosextmem comes before biosbasemem in the stack passed by the boot loader.
Fixes e.g. APM initialization. Problem spotted by Kurt Schreiner.
1.572.2.1 Mon Jun 19 03:44:26 UTC 2006 chap Sync with head.
  /src/distrib/notes/common/
main 1.572 Fri Dec 15 22:09:16 UTC 2023 gutteridge main: minor style fix
1.570.2.3 Mon Dec 18 13:50:50 UTC 2023 martin Pull up following revision(s) (requested by abs in ticket #499):

distrib/notes/common/main: revision 1.571
distrib/notes/common/main: revision 1.572

Add note about zfs mount behaviour change in NetBSD 10
main: minor style fix
  /src/sys/dev/pci/
if_wmvar.h 1.33.6.2 Mon Apr 16 14:25:49 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #764):

sys/dev/pci/if_wm.c: revision 1.567
sys/dev/pci/if_wm.c: revision 1.568
sys/dev/pci/if_wm.c: revision 1.569
sys/dev/pci/if_wmvar.h: revision 1.38
sys/dev/pci/if_wm.c: revision 1.570
sys/dev/pci/if_wm.c: revision 1.571
sys/dev/pci/if_wm.c: revision 1.572
share/man/man4/wm.4: revision 1.40
sys/dev/pci/if_wmreg.h: revision 1.106
sys/dev/pci/if_wmreg.h: revision 1.107

SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.

No binary change:
- Sort registers.
- Lowercase hexadecimal value.

On PCH_SPT (and newer), FLASH access should be done by 32bit.
Especially for ICH_FLASH_HSFCTL register, it's located at 0x0006, so
it should be accessed via ICH_FLASH_HSFSTS(0x0004) and use shift or mask.

Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.

If the extended configration size in the EXTCNFSIZE register is 0, don't
continue.
Add PCH_CNP support (I219 with Intel 300 series chipset).
It's required more test, so it's disabled by default.

Enable I219.

I354 uses an external PHY, so don't use wm_set_eee_i350().
if_wmreg.h 1.98.6.4 Mon Apr 16 14:25:49 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #764):

sys/dev/pci/if_wm.c: revision 1.567
sys/dev/pci/if_wm.c: revision 1.568
sys/dev/pci/if_wm.c: revision 1.569
sys/dev/pci/if_wmvar.h: revision 1.38
sys/dev/pci/if_wm.c: revision 1.570
sys/dev/pci/if_wm.c: revision 1.571
sys/dev/pci/if_wm.c: revision 1.572
share/man/man4/wm.4: revision 1.40
sys/dev/pci/if_wmreg.h: revision 1.106
sys/dev/pci/if_wmreg.h: revision 1.107

SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.

No binary change:
- Sort registers.
- Lowercase hexadecimal value.

On PCH_SPT (and newer), FLASH access should be done by 32bit.
Especially for ICH_FLASH_HSFCTL register, it's located at 0x0006, so
it should be accessed via ICH_FLASH_HSFSTS(0x0004) and use shift or mask.

Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.

If the extended configration size in the EXTCNFSIZE register is 0, don't
continue.
Add PCH_CNP support (I219 with Intel 300 series chipset).
It's required more test, so it's disabled by default.

Enable I219.

I354 uses an external PHY, so don't use wm_set_eee_i350().
if_wm.c 1.572 Fri Apr 13 09:35:10 UTC 2018 msaitoh I354 uses an external PHY, so don't use wm_set_eee_i350().
1.508.4.17 Mon Apr 16 14:25:49 UTC 2018 martin Pull up following revision(s) (requested by msaitoh in ticket #764):

sys/dev/pci/if_wm.c: revision 1.567
sys/dev/pci/if_wm.c: revision 1.568
sys/dev/pci/if_wm.c: revision 1.569
sys/dev/pci/if_wmvar.h: revision 1.38
sys/dev/pci/if_wm.c: revision 1.570
sys/dev/pci/if_wm.c: revision 1.571
sys/dev/pci/if_wm.c: revision 1.572
share/man/man4/wm.4: revision 1.40
sys/dev/pci/if_wmreg.h: revision 1.106
sys/dev/pci/if_wmreg.h: revision 1.107

SW PHY Config Enable bit for ICH8 B0 stepping is not bit 1 but bit 0.

No binary change:
- Sort registers.
- Lowercase hexadecimal value.

On PCH_SPT (and newer), FLASH access should be done by 32bit.
Especially for ICH_FLASH_HSFCTL register, it's located at 0x0006, so
it should be accessed via ICH_FLASH_HSFSTS(0x0004) and use shift or mask.

Our PCH_SPT part of wm_nvm_valid_bank_detect_ich8lan() was based on
FreeBSD r287467. After that, they reverted it and committed the different
code in r287762. r287762's bank detect code didn't work for us because our wm
dirver had a problem in flash access. The problem was fixed in if_wm.c rev.
1.567, so we can use the new way now.

If the extended configration size in the EXTCNFSIZE register is 0, don't
continue.
Add PCH_CNP support (I219 with Intel 300 series chipset).
It's required more test, so it's disabled by default.

Enable I219.

I354 uses an external PHY, so don't use wm_set_eee_i350().
pcidevs.h 1.572 Thu Aug 28 15:18:32 UTC 2003 thorpej Regen; spell Hifn correctly, add more Hifn products.
pcidevs_data.h 1.572 Mon Sep 15 19:51:10 UTC 2003 bouyer Regen: rename VT8237_RAID to VT8237_SATA
pcidevs 1.572 Wed Aug 27 14:21:51 UTC 2003 kleink While here, add the AMD8111's ACPI controller.
  /src/usr.bin/xlint/lint1/
tree.c 1.572 Sat Jul 15 15:38:03 UTC 2023 rillig lint: properly initialize unnamed struct/union members

Previously, their 'containing type' was not initialized. The code for
initializing them is adapted from declarator_name.
  /src/usr.bin/make/
main.c 1.572 Sat Jan 15 19:34:07 UTC 2022 rillig make: replace Var_Value with Var_Exists where applicable

The latter function already existed in 1993, no idea why it was not
used.

No functional change.
parse.c 1.572 Thu Dec 09 20:13:09 UTC 2021 rillig make: remove period from end of error messages and warnings

The majority of the existing error messages and warnings does not
include a period at the end. Follow this style consistently.
var.c 1.572 Sat Oct 17 21:32:30 UTC 2020 rillig make(1): normalize initialization and cleanup of the modules
  /src/sys/arch/amd64/conf/
GENERIC 1.572 Tue Jul 14 01:05:06 UTC 2020 yamaguchi Enable PCPU_IDT option by default
  /src/sys/kern/
vfs_syscalls.c 1.572 Sat Jan 03 23:08:53 UTC 2026 riastradh vfs_syscalls.c: Sprinkle SET_ERROR dtrace probes.

Missed this when I did a pass over vfs(9) a year ago.

PR kern/58378: Kernel error code origination lacks dtrace probes
  /src/sys/sys/
param.h 1.572 Wed Dec 05 18:16:51 UTC 2018 christos As discussed in tech-kern:

- make sysctl kern.expose_address tri-state:
0: no access
1: access to processes with open /dev/kmem
2: access to everyone
defaults:
0: KASLR kernels
1: non-KASLR kernels

- improve efficiency by calling get_expose_address() per sysctl, not per
process.

- don't expose addresses for linux procfs

- welcome to 8.99.27, changes to fill_*proc ABI
  /src/sys/arch/i386/conf/
GENERIC 1.572 Wed Oct 08 11:10:04 UTC 2003 bouyer Add atabus
  /src/sys/conf/
files 1.572 Tue Oct 15 18:14:41 UTC 2002 junyoung Add VGA raster graphics console driver. It is written as an extension
to char-cell based vga(4) driver, and fully compatible with existing
apps like XFree86. Currently it supports 80x25, 80x30, 80x40 and 80x50
text modes using emulation. You can enable it by specifying `options
VGA_RASTERCONSOLE' in your kernel config file.

Note that displaying multilingual text doesn't work yet. Necessary
code is already there, but userland stuff and some functionality isn't
ready for prime time yet. I'm working on them.
  /src/doc/
CHANGES 1.572 Sat Feb 04 19:13:32 UTC 2006 christos mention cvs
  /src/distrib/sets/lists/tests/
mi 1.572 Mon Jun 16 00:54:43 UTC 2014 joerg Add modfl(3). From FreeBSD.
  /src/share/mk/
bsd.own.mk 1.572 Tue Sep 08 07:08:03 UTC 2009 skrll Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.

Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.

Update the sets lists and add conditionals for lib{bfd,opcodes}.

Completed in 2087 milliseconds

1 2