Searched +hist:1.21 +hist:2.1 (Results 1 - 25 of 81) sorted by relevance

1234

/src/sys/arch/arc/arc/
H A Dminidebug.c1.21 Thu Aug 18 21:04:23 GMT 2011 matt Change bcond/BCOND to regimm/REGIMM to better match the MIPS nomenclature.

1.8 Tue Feb 22 11:25:57 GMT 2000 soda branches: 1.8.2;
merge changes between OpenBSD-2.1 and OpenBSD-2.6

H A Dmainbus.c1.21 Sun Jun 25 16:46:15 GMT 2006 tsutsui branches: 1.21.58; 1.21.62; 1.21.64; 1.21.66;
Remove unused struct abus stuff.

1.21 Sun Jun 25 16:46:15 GMT 2006 tsutsui branches: 1.21.58; 1.21.62; 1.21.64; 1.21.66;
Remove unused struct abus stuff.

1.21 Sun Jun 25 16:46:15 GMT 2006 tsutsui branches: 1.21.58; 1.21.62; 1.21.64; 1.21.66;
Remove unused struct abus stuff.

1.21 Sun Jun 25 16:46:15 GMT 2006 tsutsui branches: 1.21.58; 1.21.62; 1.21.64; 1.21.66;
Remove unused struct abus stuff.

1.21 Sun Jun 25 16:46:15 GMT 2006 tsutsui branches: 1.21.58; 1.21.62; 1.21.64; 1.21.66;
Remove unused struct abus stuff.

1.9 Tue Feb 22 11:25:57 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6

/src/lib/libc/arch/mips/sys/
H A Dcerror.S1.21 Sat Dec 03 14:04:39 GMT 2022 skrll Trailing whitespace

1.12 Fri Feb 07 20:35:05 GMT 2003 cgd looks like nobody ever seriously tried the _REENTRANT version of this
code (which, uh, seems the default for a fresh build)... it wasn't
setting up v1 properly (the instruction to set up v1 was after the
return jump, in "reorder" code... i.e. after the end of the function).
That would break error returns from 64-bit syscalls (e.g. checks
in dd and who knows what else) to see if input or output are pipes.
It looks like the non-_REENTRANT version was broken (on the nathanw-sa
branch) in rev 1.9.2.1 and fixed in 1.9.2.2, but the _REENTRANT version
was never fixed, and the broken bits were merged back on to the trunk.

/src/sys/arch/arc/include/
H A Dcpu.h1.21 Tue Nov 15 14:03:20 GMT 2005 tsutsui Remove MIPS_INT_MASK_CLOCK and INT_MASK_REAL_DEV macro and
use MIPS_INT_MASK_5 and MIPS3_HARD_INT_MASK directly.
They were not used since interrupt service function was
moved from MI mips/trap.c to MD part long ago.

1.8 Tue Feb 22 11:26:02 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6

/src/sys/net/
H A Dslcompress.c1.21 Thu Mar 30 09:45:41 GMT 2000 augustss branches: 1.21.6; 1.21.8;
Kill some more register declarations.

1.21 Thu Mar 30 09:45:41 GMT 2000 augustss branches: 1.21.6; 1.21.8;
Kill some more register declarations.

1.21 Thu Mar 30 09:45:41 GMT 2000 augustss branches: 1.21.6; 1.21.8;
Kill some more register declarations.

1.7 Sun May 08 00:34:21 GMT 1994 paulus Version from ppp-2.1 release.

H A Dif_ppp.h1.21 Thu Sep 04 07:46:47 GMT 2003 christos branches: 1.21.16;
bump the buffer size from 15 to 63 bytes.

1.21 Thu Sep 04 07:46:47 GMT 2003 christos branches: 1.21.16;
bump the buffer size from 15 to 63 bytes.

1.6 Sun May 08 00:34:20 GMT 1994 paulus Version from ppp-2.1 release.

/src/sys/arch/arc/
H A DTODO1.21 Sun Oct 30 07:55:46 GMT 2005 tsutsui branches: 1.21.2;
DELAY() is done (though the implementation is MIPS3 dependent).
1.21 Sun Oct 30 07:55:46 GMT 2005 tsutsui branches: 1.21.2;
DELAY() is done (though the implementation is MIPS3 dependent).
1.5 Tue Feb 22 11:25:55 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6
/src/distrib/sets/lists/xbase/
H A Dmd.i3861.21 Fri Jun 12 01:55:59 GMT 2009 mrg branches: 1.21.2;
merge all the changes for xorg-server 1.6

1.21 Fri Jun 12 01:55:59 GMT 2009 mrg branches: 1.21.2;
merge all the changes for xorg-server 1.6

1.8 Thu Jul 02 06:36:39 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
* shl.mi -- MI sharedlib files present on all ports with shared libs
* shl.aout -- MI sharedlib files present on all ELF ports
* shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1).

/src/sys/lib/libkern/arch/mips/
H A DMakefile.inc1.21 Mon Dec 14 00:48:35 GMT 2009 matt Merge from matt-nb5-mips64

1.11 Fri Sep 11 16:46:34 GMT 1998 jonathan Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
Adds (most) support for ARC platform to port-independent mips code.

Some changes (e.g., clean up of overlapping CPU/FPU ids) inspired by
comparison to the OpenBSD 2.1 codebase of Soda's ARC port.

Open issues:
* Still no support for r4600 or mipsIV CPUs with two-way L1 cache.
Code derived from Per Fogelstrom's OpenBSD source doesn't work
on mips3 pmaxes with L2 cache.

* Still some port-specific #ifdefs, for interrupt enable and
pmax L2 cache-size. Needs more thought, but overlaps with
work-in-progress by Tohru and Tsubai on spl()s and related stuff.

/src/sys/arch/mips/include/
H A Dprofile.h1.21 Sun Feb 20 07:45:47 GMT 2011 matt Major merge forward from matt-nb5-mips64.
New fixup code.
New common SPL code.
New common interrupt code.
Move related variables into structures.
Cleanup locore (move MD variable into it).
Kill StudlyCaps
Use PCU for FPU

1.12 Fri Sep 11 16:46:31 GMT 1998 jonathan branches: 1.12.14;
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
Adds (most) support for ARC platform to port-independent mips code.

Some changes (e.g., clean up of overlapping CPU/FPU ids) inspired by
comparison to the OpenBSD 2.1 codebase of Soda's ARC port.

Open issues:
* Still no support for r4600 or mipsIV CPUs with two-way L1 cache.
Code derived from Per Fogelstrom's OpenBSD source doesn't work
on mips3 pmaxes with L2 cache.

* Still some port-specific #ifdefs, for interrupt enable and
pmax L2 cache-size. Needs more thought, but overlaps with
work-in-progress by Tohru and Tsubai on spl()s and related stuff.

H A Dmips_param.h1.21 Mon Dec 11 15:38:43 GMT 2000 tsutsui branches: 1.21.40; 1.21.54; 1.21.58;
space -> TAB

1.21 Mon Dec 11 15:38:43 GMT 2000 tsutsui branches: 1.21.40; 1.21.54; 1.21.58;
space -> TAB

1.21 Mon Dec 11 15:38:43 GMT 2000 tsutsui branches: 1.21.40; 1.21.54; 1.21.58;
space -> TAB

1.21 Mon Dec 11 15:38:43 GMT 2000 tsutsui branches: 1.21.40; 1.21.54; 1.21.58;
space -> TAB

1.10 Fri Sep 11 16:46:31 GMT 1998 jonathan Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
Adds (most) support for ARC platform to port-independent mips code.

Some changes (e.g., clean up of overlapping CPU/FPU ids) inspired by
comparison to the OpenBSD 2.1 codebase of Soda's ARC port.

Open issues:
* Still no support for r4600 or mipsIV CPUs with two-way L1 cache.
Code derived from Per Fogelstrom's OpenBSD source doesn't work
on mips3 pmaxes with L2 cache.

* Still some port-specific #ifdefs, for interrupt enable and
pmax L2 cache-size. Needs more thought, but overlaps with
work-in-progress by Tohru and Tsubai on spl()s and related stuff.

H A Dmips3_pte.h1.21 Sun Dec 11 00:18:09 GMT 2005 christos branches: 1.21.30; 1.21.38;
merge ktrace-lwp.

1.21 Sun Dec 11 00:18:09 GMT 2005 christos branches: 1.21.30; 1.21.38;
merge ktrace-lwp.

1.21 Sun Dec 11 00:18:09 GMT 2005 christos branches: 1.21.30; 1.21.38;
merge ktrace-lwp.

1.8 Fri Sep 11 16:46:31 GMT 1998 jonathan branches: 1.8.10;
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
Adds (most) support for ARC platform to port-independent mips code.

Some changes (e.g., clean up of overlapping CPU/FPU ids) inspired by
comparison to the OpenBSD 2.1 codebase of Soda's ARC port.

Open issues:
* Still no support for r4600 or mipsIV CPUs with two-way L1 cache.
Code derived from Per Fogelstrom's OpenBSD source doesn't work
on mips3 pmaxes with L2 cache.

* Still some port-specific #ifdefs, for interrupt enable and
pmax L2 cache-size. Needs more thought, but overlaps with
work-in-progress by Tohru and Tsubai on spl()s and related stuff.

/src/sys/arch/pmax/pmax/
H A Dlocore_machdep.S1.21 Tue Jan 11 08:05:14 GMT 2005 simonb Switch from intrcnt interrupt account to event counters.

1.8 Fri Sep 11 16:46:34 GMT 1998 jonathan branches: 1.8.2;
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
Adds (most) support for ARC platform to port-independent mips code.

Some changes (e.g., clean up of overlapping CPU/FPU ids) inspired by
comparison to the OpenBSD 2.1 codebase of Soda's ARC port.

Open issues:
* Still no support for r4600 or mipsIV CPUs with two-way L1 cache.
Code derived from Per Fogelstrom's OpenBSD source doesn't work
on mips3 pmaxes with L2 cache.

* Still some port-specific #ifdefs, for interrupt enable and
pmax L2 cache-size. Needs more thought, but overlaps with
work-in-progress by Tohru and Tsubai on spl()s and related stuff.

/src/sys/arch/i386/pci/
H A Dpcibios.c1.21 Sun Nov 21 22:00:00 GMT 2004 augustss branches: 1.21.4; 1.21.6;
Some more Sharp MM20 fixup code that I forgot to commit in the first round.

1.21 Sun Nov 21 22:00:00 GMT 2004 augustss branches: 1.21.4; 1.21.6;
Some more Sharp MM20 fixup code that I forgot to commit in the first round.

1.21 Sun Nov 21 22:00:00 GMT 2004 augustss branches: 1.21.4; 1.21.6;
Some more Sharp MM20 fixup code that I forgot to commit in the first round.

1.1 Wed Nov 17 01:16:37 GMT 1999 thorpej Basic interface to the PCI BIOS and PCI Interrupt Routing table, separated
out from UCHIYAMA Yasushi's PCI BIOS patches, and fairly heavily reworked
by me.

Main differences:
- Only use the PCI BIOS to get the config mechanism and interrupt routing
info for now. No need to use the BIOS for PCI config access right now,
since the old mechanism works fine, and this keeps the code smaller.
- PCI BIOS initialization code path is much different.
- Always use the $PIR table if it exists, and only fallback to the
PCI BIOS 2.1 GetInterruptRouting call if it's not there.

This module does not include any of the fixup code; that is coming
in separate commits.

/src/sys/netbt/
H A Dhci_event.c1.21 Sat Sep 12 18:31:46 GMT 2009 plunky branches: 1.21.4;
slight reordering, plus only deal with ACL links

1.21 Sat Sep 12 18:31:46 GMT 2009 plunky branches: 1.21.4;
slight reordering, plus only deal with ACL links

1.14 Sun Feb 10 17:40:54 GMT 2008 plunky branches: 1.14.2; 1.14.6;
add HCI definitions from the Bluetooth 2.1 spec

H A Dhci.h1.22 Sun Feb 10 17:40:54 GMT 2008 plunky branches: 1.22.2; 1.22.6;
add HCI definitions from the Bluetooth 2.1 spec

1.21 Sun Dec 30 18:26:42 GMT 2007 plunky request and keep a mask of supported commands per unit in order
to block unsupported HCI commands sent by unprivileged users
reaching the device.

/src/usr.bin/calendar/calendars/
H A Dcalendar.netbsd1.21 Sat May 05 01:29:56 GMT 2012 jnemeth branches: 1.21.2;
Update all variable days

- religious holidays taken from Wikipedia where available
- floating days (i.e. X day of Y month) taken from cal(1)
- NetBSD releases taken from http://www.netbsd.org/releases/formal.html#history
- hopefully somebody will update this for the 6.0 release

Hopefully, these days will be correct for the first year of NetBSD 6.0.

1.21 Sat May 05 01:29:56 GMT 2012 jnemeth branches: 1.21.2;
Update all variable days

- religious holidays taken from Wikipedia where available
- floating days (i.e. X day of Y month) taken from cal(1)
- NetBSD releases taken from http://www.netbsd.org/releases/formal.html#history
- hopefully somebody will update this for the 6.0 release

Hopefully, these days will be correct for the first year of NetBSD 6.0.

1.13 Sun Nov 06 20:14:36 GMT 2005 snj Add NetBSD 2.1.

/src/sys/dev/pci/
H A Dif_age.c1.21 Wed Feb 11 16:15:59 GMT 2009 cegger age_dma_free: set smb pointers to NULL for consistency
age_stop: call mii_down()
ok cube@

1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do.
Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do).
Also use ETHER_ALIGN to correctly adjust new mbufs.
This makes the driver finally work. Tested by Jochen Kunz:
ping -nf 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes

----192.168.2.1 PING Statistics----
28949 packets transmitted, 28949 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms
2710.6 packets/sec sent, 2710.6 packets/sec received


XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers?

1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do.
Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do).
Also use ETHER_ALIGN to correctly adjust new mbufs.
This makes the driver finally work. Tested by Jochen Kunz:
ping -nf 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes

----192.168.2.1 PING Statistics----
28949 packets transmitted, 28949 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms
2710.6 packets/sec sent, 2710.6 packets/sec received


XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers?

1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do.
Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do).
Also use ETHER_ALIGN to correctly adjust new mbufs.
This makes the driver finally work. Tested by Jochen Kunz:
ping -nf 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes

----192.168.2.1 PING Statistics----
28949 packets transmitted, 28949 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms
2710.6 packets/sec sent, 2710.6 packets/sec received


XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers?

1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do.
Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do).
Also use ETHER_ALIGN to correctly adjust new mbufs.
This makes the driver finally work. Tested by Jochen Kunz:
ping -nf 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes

----192.168.2.1 PING Statistics----
28949 packets transmitted, 28949 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms
2710.6 packets/sec sent, 2710.6 packets/sec received


XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers?

/src/sys/arch/arc/dti/
H A Dbtl.c1.21 Wed Mar 18 17:06:42 GMT 2009 cegger bcopy -> memcpy

1.3 Tue Feb 22 11:26:01 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6

/src/distrib/sets/lists/base/
H A Dmd.alpha1.21 Mon Jan 24 07:25:01 GMT 2000 mycroft Sync.

1.10 Thu Jul 02 06:36:36 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
* shl.mi -- MI sharedlib files present on all ports with shared libs
* shl.aout -- MI sharedlib files present on all ELF ports
* shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1).

H A Dmd.pmax1.27 Thu Jul 02 06:36:37 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
* shl.mi -- MI sharedlib files present on all ports with shared libs
* shl.aout -- MI sharedlib files present on all ELF ports
* shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1).

1.21 Tue May 12 03:55:20 GMT 1998 thorpej Fix libamu shlib version

/src/sys/arch/i386/i386/
H A Ddb_interface.c1.89 Wed Sep 18 22:29:39 GMT 2024 rin i386: DDB: Call x86_pause() (`pause` insn) when CPUs are paused

as already done for amd64:
https://mail-index.netbsd.org/source-changes/2023/07/31/msg146423.html

`pause` insn has been introduced to Pentium 4. However, its opcode is
consisted of `nop` (0x90) followed by `rep` prefix (0xf3), and therefore
interpreted as `nop` for older processors. Intel assured this behavior [1].

Also note that we already use `pause` unconditionally for i386.

Briefly tested on QEMU.

[1] Intel, ``AP-949 Using Spin-Loops on Intel Pentium 4 Processor and
Intel Xeon Processor'', Version 2.1, Sec 2.1.1. (2001)

1.89 Wed Sep 18 22:29:39 GMT 2024 rin i386: DDB: Call x86_pause() (`pause` insn) when CPUs are paused

as already done for amd64:
https://mail-index.netbsd.org/source-changes/2023/07/31/msg146423.html

`pause` insn has been introduced to Pentium 4. However, its opcode is
consisted of `nop` (0x90) followed by `rep` prefix (0xf3), and therefore
interpreted as `nop` for older processors. Intel assured this behavior [1].

Also note that we already use `pause` unconditionally for i386.

Briefly tested on QEMU.

[1] Intel, ``AP-949 Using Spin-Loops on Intel Pentium 4 Processor and
Intel Xeon Processor'', Version 2.1, Sec 2.1.1. (2001)

1.21 Sat Mar 30 07:57:16 GMT 1996 mycroft Add explicit return types.

/src/sys/arch/arc/isa/
H A Disabus.c1.21 Sat Jun 14 19:11:41 GMT 2003 tsutsui Add isa_intr_alloc() for isapnp support.

1.6 Tue Feb 22 11:26:03 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6

/src/distrib/sets/lists/comp/
H A Dmd.pmax1.21 Thu Jul 02 06:36:38 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
* shl.mi -- MI sharedlib files present on all ports with shared libs
* shl.aout -- MI sharedlib files present on all ELF ports
* shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1).

1.21 Thu Jul 02 06:36:38 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
* shl.mi -- MI sharedlib files present on all ports with shared libs
* shl.aout -- MI sharedlib files present on all ELF ports
* shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1).

/src/sys/arch/arc/conf/
H A DM4031.21 Thu Apr 25 15:06:23 GMT 2002 atatat branches: 1.21.2; 1.21.4;
Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.

1.21 Thu Apr 25 15:06:23 GMT 2002 atatat branches: 1.21.2; 1.21.4;
Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.

1.21 Thu Apr 25 15:06:23 GMT 2002 atatat branches: 1.21.2; 1.21.4;
Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.

1.4 Tue Feb 22 11:25:58 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6

Completed in 101 milliseconds

1234